mock

package
v0.2.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIAMAPI

type MockIAMAPI struct {
	mock.Mock
}

MockIAMAPI is an autogenerated mock type for the IAMAPI type

func NewMockIAMAPI

func NewMockIAMAPI(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockIAMAPI

NewMockIAMAPI creates a new instance of MockIAMAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockIAMAPI) AddClientIDToOpenIDConnectProvider

AddClientIDToOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderRequest

AddClientIDToOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext

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

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

func (*MockIAMAPI) AddRoleToInstanceProfile

AddRoleToInstanceProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) AddRoleToInstanceProfileRequest

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

AddRoleToInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) AddRoleToInstanceProfileWithContext

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

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

func (*MockIAMAPI) AddUserToGroup

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

AddUserToGroup provides a mock function with given fields: _a0

func (*MockIAMAPI) AddUserToGroupRequest

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

AddUserToGroupRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) AddUserToGroupWithContext

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

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

func (*MockIAMAPI) AttachGroupPolicy

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

AttachGroupPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) AttachGroupPolicyRequest

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

AttachGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) AttachGroupPolicyWithContext

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

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

func (*MockIAMAPI) AttachRolePolicy

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

AttachRolePolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) AttachRolePolicyRequest

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

AttachRolePolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) AttachRolePolicyWithContext

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

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

func (*MockIAMAPI) AttachUserPolicy

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

AttachUserPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) AttachUserPolicyRequest

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

AttachUserPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) AttachUserPolicyWithContext

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

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

func (*MockIAMAPI) ChangePassword

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

ChangePassword provides a mock function with given fields: _a0

func (*MockIAMAPI) ChangePasswordRequest

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

ChangePasswordRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ChangePasswordWithContext

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

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

func (*MockIAMAPI) CreateAccessKey

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

CreateAccessKey provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateAccessKeyRequest

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

CreateAccessKeyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateAccessKeyWithContext

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

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

func (*MockIAMAPI) CreateAccountAlias

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

CreateAccountAlias provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateAccountAliasRequest

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

CreateAccountAliasRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateAccountAliasWithContext

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

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

func (*MockIAMAPI) CreateGroup

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

CreateGroup provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateGroupRequest

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

CreateGroupRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateGroupWithContext

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

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

func (*MockIAMAPI) CreateInstanceProfile

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

CreateInstanceProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateInstanceProfileRequest

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

CreateInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateInstanceProfileWithContext

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

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

func (*MockIAMAPI) CreateLoginProfile

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

CreateLoginProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateLoginProfileRequest

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

CreateLoginProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateLoginProfileWithContext

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

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

func (*MockIAMAPI) CreateOpenIDConnectProvider

CreateOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateOpenIDConnectProviderRequest

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

CreateOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateOpenIDConnectProviderWithContext

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

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

func (*MockIAMAPI) CreatePolicy

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

CreatePolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) CreatePolicyRequest

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

CreatePolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreatePolicyVersion

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

CreatePolicyVersion provides a mock function with given fields: _a0

func (*MockIAMAPI) CreatePolicyVersionRequest

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

CreatePolicyVersionRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreatePolicyVersionWithContext

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

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

func (*MockIAMAPI) CreatePolicyWithContext

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

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

func (*MockIAMAPI) CreateRole

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

CreateRole provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateRoleRequest

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

CreateRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateRoleWithContext

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

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

func (*MockIAMAPI) CreateSAMLProvider

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

CreateSAMLProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateSAMLProviderRequest

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

CreateSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateSAMLProviderWithContext

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

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

func (*MockIAMAPI) CreateServiceLinkedRole

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

CreateServiceLinkedRole provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateServiceLinkedRoleRequest

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

CreateServiceLinkedRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateServiceLinkedRoleWithContext

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

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

func (*MockIAMAPI) CreateServiceSpecificCredential

CreateServiceSpecificCredential provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateServiceSpecificCredentialRequest

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

CreateServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateServiceSpecificCredentialWithContext

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

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

func (*MockIAMAPI) CreateUser

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

CreateUser provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateUserRequest

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

CreateUserRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateUserWithContext

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

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

func (*MockIAMAPI) CreateVirtualMFADevice

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

CreateVirtualMFADevice provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateVirtualMFADeviceRequest

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

CreateVirtualMFADeviceRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) CreateVirtualMFADeviceWithContext

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

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

func (*MockIAMAPI) DeactivateMFADevice

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

DeactivateMFADevice provides a mock function with given fields: _a0

func (*MockIAMAPI) DeactivateMFADeviceRequest

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

DeactivateMFADeviceRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeactivateMFADeviceWithContext

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

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

func (*MockIAMAPI) DeleteAccessKey

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

DeleteAccessKey provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteAccessKeyRequest

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

DeleteAccessKeyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteAccessKeyWithContext

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

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

func (*MockIAMAPI) DeleteAccountAlias

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

DeleteAccountAlias provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteAccountAliasRequest

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

DeleteAccountAliasRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteAccountAliasWithContext

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

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

func (*MockIAMAPI) DeleteAccountPasswordPolicy

DeleteAccountPasswordPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteAccountPasswordPolicyRequest

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

DeleteAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteAccountPasswordPolicyWithContext

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

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

func (*MockIAMAPI) DeleteGroup

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

DeleteGroup provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteGroupPolicy

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

DeleteGroupPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteGroupPolicyRequest

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

DeleteGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteGroupPolicyWithContext

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

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

func (*MockIAMAPI) DeleteGroupRequest

func (_m *MockIAMAPI) DeleteGroupRequest(_a0 *iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)

DeleteGroupRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteGroupWithContext

func (_m *MockIAMAPI) DeleteGroupWithContext(_a0 context.Context, _a1 *iam.DeleteGroupInput, _a2 ...request.Option) (*iam.DeleteGroupOutput, error)

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

func (*MockIAMAPI) DeleteInstanceProfile

func (_m *MockIAMAPI) DeleteInstanceProfile(_a0 *iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteInstanceProfileRequest

func (_m *MockIAMAPI) DeleteInstanceProfileRequest(_a0 *iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)

DeleteInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteInstanceProfileWithContext

func (_m *MockIAMAPI) DeleteInstanceProfileWithContext(_a0 context.Context, _a1 *iam.DeleteInstanceProfileInput, _a2 ...request.Option) (*iam.DeleteInstanceProfileOutput, error)

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

func (*MockIAMAPI) DeleteLoginProfile

func (_m *MockIAMAPI) DeleteLoginProfile(_a0 *iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteLoginProfileRequest

func (_m *MockIAMAPI) DeleteLoginProfileRequest(_a0 *iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)

DeleteLoginProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteLoginProfileWithContext

func (_m *MockIAMAPI) DeleteLoginProfileWithContext(_a0 context.Context, _a1 *iam.DeleteLoginProfileInput, _a2 ...request.Option) (*iam.DeleteLoginProfileOutput, error)

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

func (*MockIAMAPI) DeleteOpenIDConnectProvider

DeleteOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteOpenIDConnectProviderRequest

func (_m *MockIAMAPI) DeleteOpenIDConnectProviderRequest(_a0 *iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)

DeleteOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteOpenIDConnectProviderWithContext

func (_m *MockIAMAPI) DeleteOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.DeleteOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)

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

func (*MockIAMAPI) DeletePolicy

func (_m *MockIAMAPI) DeletePolicy(_a0 *iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)

DeletePolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) DeletePolicyRequest

func (_m *MockIAMAPI) DeletePolicyRequest(_a0 *iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)

DeletePolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeletePolicyVersion

func (_m *MockIAMAPI) DeletePolicyVersion(_a0 *iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersion provides a mock function with given fields: _a0

func (*MockIAMAPI) DeletePolicyVersionRequest

func (_m *MockIAMAPI) DeletePolicyVersionRequest(_a0 *iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)

DeletePolicyVersionRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeletePolicyVersionWithContext

func (_m *MockIAMAPI) DeletePolicyVersionWithContext(_a0 context.Context, _a1 *iam.DeletePolicyVersionInput, _a2 ...request.Option) (*iam.DeletePolicyVersionOutput, error)

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

func (*MockIAMAPI) DeletePolicyWithContext

func (_m *MockIAMAPI) DeletePolicyWithContext(_a0 context.Context, _a1 *iam.DeletePolicyInput, _a2 ...request.Option) (*iam.DeletePolicyOutput, error)

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

func (*MockIAMAPI) DeleteRole

func (_m *MockIAMAPI) DeleteRole(_a0 *iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)

DeleteRole provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteRolePermissionsBoundary

DeleteRolePermissionsBoundary provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteRolePermissionsBoundaryRequest

func (_m *MockIAMAPI) DeleteRolePermissionsBoundaryRequest(_a0 *iam.DeleteRolePermissionsBoundaryInput) (*request.Request, *iam.DeleteRolePermissionsBoundaryOutput)

DeleteRolePermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteRolePermissionsBoundaryWithContext

func (_m *MockIAMAPI) DeleteRolePermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.DeleteRolePermissionsBoundaryInput, _a2 ...request.Option) (*iam.DeleteRolePermissionsBoundaryOutput, error)

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

func (*MockIAMAPI) DeleteRolePolicy

func (_m *MockIAMAPI) DeleteRolePolicy(_a0 *iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteRolePolicyRequest

func (_m *MockIAMAPI) DeleteRolePolicyRequest(_a0 *iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)

DeleteRolePolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteRolePolicyWithContext

func (_m *MockIAMAPI) DeleteRolePolicyWithContext(_a0 context.Context, _a1 *iam.DeleteRolePolicyInput, _a2 ...request.Option) (*iam.DeleteRolePolicyOutput, error)

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

func (*MockIAMAPI) DeleteRoleRequest

func (_m *MockIAMAPI) DeleteRoleRequest(_a0 *iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)

DeleteRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteRoleWithContext

func (_m *MockIAMAPI) DeleteRoleWithContext(_a0 context.Context, _a1 *iam.DeleteRoleInput, _a2 ...request.Option) (*iam.DeleteRoleOutput, error)

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

func (*MockIAMAPI) DeleteSAMLProvider

func (_m *MockIAMAPI) DeleteSAMLProvider(_a0 *iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteSAMLProviderRequest

func (_m *MockIAMAPI) DeleteSAMLProviderRequest(_a0 *iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)

DeleteSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteSAMLProviderWithContext

func (_m *MockIAMAPI) DeleteSAMLProviderWithContext(_a0 context.Context, _a1 *iam.DeleteSAMLProviderInput, _a2 ...request.Option) (*iam.DeleteSAMLProviderOutput, error)

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

func (*MockIAMAPI) DeleteSSHPublicKey

func (_m *MockIAMAPI) DeleteSSHPublicKey(_a0 *iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKey provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteSSHPublicKeyRequest

func (_m *MockIAMAPI) DeleteSSHPublicKeyRequest(_a0 *iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)

DeleteSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteSSHPublicKeyWithContext

func (_m *MockIAMAPI) DeleteSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.DeleteSSHPublicKeyInput, _a2 ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)

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

func (*MockIAMAPI) DeleteServerCertificate

func (_m *MockIAMAPI) DeleteServerCertificate(_a0 *iam.DeleteServerCertificateInput) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteServerCertificateRequest

func (_m *MockIAMAPI) DeleteServerCertificateRequest(_a0 *iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)

DeleteServerCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteServerCertificateWithContext

func (_m *MockIAMAPI) DeleteServerCertificateWithContext(_a0 context.Context, _a1 *iam.DeleteServerCertificateInput, _a2 ...request.Option) (*iam.DeleteServerCertificateOutput, error)

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

func (*MockIAMAPI) DeleteServiceLinkedRole

func (_m *MockIAMAPI) DeleteServiceLinkedRole(_a0 *iam.DeleteServiceLinkedRoleInput) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRole provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteServiceLinkedRoleRequest

func (_m *MockIAMAPI) DeleteServiceLinkedRoleRequest(_a0 *iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)

DeleteServiceLinkedRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteServiceLinkedRoleWithContext

func (_m *MockIAMAPI) DeleteServiceLinkedRoleWithContext(_a0 context.Context, _a1 *iam.DeleteServiceLinkedRoleInput, _a2 ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)

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

func (*MockIAMAPI) DeleteServiceSpecificCredential

DeleteServiceSpecificCredential provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteServiceSpecificCredentialRequest

func (_m *MockIAMAPI) DeleteServiceSpecificCredentialRequest(_a0 *iam.DeleteServiceSpecificCredentialInput) (*request.Request, *iam.DeleteServiceSpecificCredentialOutput)

DeleteServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteServiceSpecificCredentialWithContext

func (_m *MockIAMAPI) DeleteServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.DeleteServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)

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

func (*MockIAMAPI) DeleteSigningCertificate

DeleteSigningCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteSigningCertificateRequest

func (_m *MockIAMAPI) DeleteSigningCertificateRequest(_a0 *iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)

DeleteSigningCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteSigningCertificateWithContext

func (_m *MockIAMAPI) DeleteSigningCertificateWithContext(_a0 context.Context, _a1 *iam.DeleteSigningCertificateInput, _a2 ...request.Option) (*iam.DeleteSigningCertificateOutput, error)

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

func (*MockIAMAPI) DeleteUser

func (_m *MockIAMAPI) DeleteUser(_a0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)

DeleteUser provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteUserPermissionsBoundary

DeleteUserPermissionsBoundary provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteUserPermissionsBoundaryRequest

func (_m *MockIAMAPI) DeleteUserPermissionsBoundaryRequest(_a0 *iam.DeleteUserPermissionsBoundaryInput) (*request.Request, *iam.DeleteUserPermissionsBoundaryOutput)

DeleteUserPermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteUserPermissionsBoundaryWithContext

func (_m *MockIAMAPI) DeleteUserPermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.DeleteUserPermissionsBoundaryInput, _a2 ...request.Option) (*iam.DeleteUserPermissionsBoundaryOutput, error)

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

func (*MockIAMAPI) DeleteUserPolicy

func (_m *MockIAMAPI) DeleteUserPolicy(_a0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteUserPolicyRequest

func (_m *MockIAMAPI) DeleteUserPolicyRequest(_a0 *iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)

DeleteUserPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteUserPolicyWithContext

func (_m *MockIAMAPI) DeleteUserPolicyWithContext(_a0 context.Context, _a1 *iam.DeleteUserPolicyInput, _a2 ...request.Option) (*iam.DeleteUserPolicyOutput, error)

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

func (*MockIAMAPI) DeleteUserRequest

func (_m *MockIAMAPI) DeleteUserRequest(_a0 *iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)

DeleteUserRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteUserWithContext

func (_m *MockIAMAPI) DeleteUserWithContext(_a0 context.Context, _a1 *iam.DeleteUserInput, _a2 ...request.Option) (*iam.DeleteUserOutput, error)

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

func (*MockIAMAPI) DeleteVirtualMFADevice

func (_m *MockIAMAPI) DeleteVirtualMFADevice(_a0 *iam.DeleteVirtualMFADeviceInput) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADevice provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteVirtualMFADeviceRequest

func (_m *MockIAMAPI) DeleteVirtualMFADeviceRequest(_a0 *iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)

DeleteVirtualMFADeviceRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DeleteVirtualMFADeviceWithContext

func (_m *MockIAMAPI) DeleteVirtualMFADeviceWithContext(_a0 context.Context, _a1 *iam.DeleteVirtualMFADeviceInput, _a2 ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)

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

func (*MockIAMAPI) DetachGroupPolicy

func (_m *MockIAMAPI) DetachGroupPolicy(_a0 *iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) DetachGroupPolicyRequest

func (_m *MockIAMAPI) DetachGroupPolicyRequest(_a0 *iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)

DetachGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DetachGroupPolicyWithContext

func (_m *MockIAMAPI) DetachGroupPolicyWithContext(_a0 context.Context, _a1 *iam.DetachGroupPolicyInput, _a2 ...request.Option) (*iam.DetachGroupPolicyOutput, error)

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

func (*MockIAMAPI) DetachRolePolicy

func (_m *MockIAMAPI) DetachRolePolicy(_a0 *iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) DetachRolePolicyRequest

func (_m *MockIAMAPI) DetachRolePolicyRequest(_a0 *iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)

DetachRolePolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DetachRolePolicyWithContext

func (_m *MockIAMAPI) DetachRolePolicyWithContext(_a0 context.Context, _a1 *iam.DetachRolePolicyInput, _a2 ...request.Option) (*iam.DetachRolePolicyOutput, error)

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

func (*MockIAMAPI) DetachUserPolicy

func (_m *MockIAMAPI) DetachUserPolicy(_a0 *iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) DetachUserPolicyRequest

func (_m *MockIAMAPI) DetachUserPolicyRequest(_a0 *iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)

DetachUserPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) DetachUserPolicyWithContext

func (_m *MockIAMAPI) DetachUserPolicyWithContext(_a0 context.Context, _a1 *iam.DetachUserPolicyInput, _a2 ...request.Option) (*iam.DetachUserPolicyOutput, error)

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

func (*MockIAMAPI) EXPECT

func (_m *MockIAMAPI) EXPECT() *MockIAMAPI_Expecter

func (*MockIAMAPI) EnableMFADevice

func (_m *MockIAMAPI) EnableMFADevice(_a0 *iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)

EnableMFADevice provides a mock function with given fields: _a0

func (*MockIAMAPI) EnableMFADeviceRequest

func (_m *MockIAMAPI) EnableMFADeviceRequest(_a0 *iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)

EnableMFADeviceRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) EnableMFADeviceWithContext

func (_m *MockIAMAPI) EnableMFADeviceWithContext(_a0 context.Context, _a1 *iam.EnableMFADeviceInput, _a2 ...request.Option) (*iam.EnableMFADeviceOutput, error)

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

func (*MockIAMAPI) GenerateCredentialReport

GenerateCredentialReport provides a mock function with given fields: _a0

func (*MockIAMAPI) GenerateCredentialReportRequest

func (_m *MockIAMAPI) GenerateCredentialReportRequest(_a0 *iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)

GenerateCredentialReportRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GenerateCredentialReportWithContext

func (_m *MockIAMAPI) GenerateCredentialReportWithContext(_a0 context.Context, _a1 *iam.GenerateCredentialReportInput, _a2 ...request.Option) (*iam.GenerateCredentialReportOutput, error)

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

func (*MockIAMAPI) GenerateOrganizationsAccessReport

GenerateOrganizationsAccessReport provides a mock function with given fields: _a0

func (*MockIAMAPI) GenerateOrganizationsAccessReportRequest

GenerateOrganizationsAccessReportRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GenerateOrganizationsAccessReportWithContext

func (_m *MockIAMAPI) GenerateOrganizationsAccessReportWithContext(_a0 context.Context, _a1 *iam.GenerateOrganizationsAccessReportInput, _a2 ...request.Option) (*iam.GenerateOrganizationsAccessReportOutput, error)

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

func (*MockIAMAPI) GenerateServiceLastAccessedDetails

GenerateServiceLastAccessedDetails provides a mock function with given fields: _a0

func (*MockIAMAPI) GenerateServiceLastAccessedDetailsRequest

GenerateServiceLastAccessedDetailsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext

func (_m *MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext(_a0 context.Context, _a1 *iam.GenerateServiceLastAccessedDetailsInput, _a2 ...request.Option) (*iam.GenerateServiceLastAccessedDetailsOutput, error)

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

func (*MockIAMAPI) GetAccessKeyLastUsed

func (_m *MockIAMAPI) GetAccessKeyLastUsed(_a0 *iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsed provides a mock function with given fields: _a0

func (*MockIAMAPI) GetAccessKeyLastUsedRequest

func (_m *MockIAMAPI) GetAccessKeyLastUsedRequest(_a0 *iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)

GetAccessKeyLastUsedRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetAccessKeyLastUsedWithContext

func (_m *MockIAMAPI) GetAccessKeyLastUsedWithContext(_a0 context.Context, _a1 *iam.GetAccessKeyLastUsedInput, _a2 ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)

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

func (*MockIAMAPI) GetAccountAuthorizationDetails

GetAccountAuthorizationDetails provides a mock function with given fields: _a0

func (*MockIAMAPI) GetAccountAuthorizationDetailsPages

func (_m *MockIAMAPI) GetAccountAuthorizationDetailsPages(_a0 *iam.GetAccountAuthorizationDetailsInput, _a1 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool) error

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

func (*MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext

func (_m *MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext(_a0 context.Context, _a1 *iam.GetAccountAuthorizationDetailsInput, _a2 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) GetAccountAuthorizationDetailsRequest

func (_m *MockIAMAPI) GetAccountAuthorizationDetailsRequest(_a0 *iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)

GetAccountAuthorizationDetailsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetAccountAuthorizationDetailsWithContext

func (_m *MockIAMAPI) GetAccountAuthorizationDetailsWithContext(_a0 context.Context, _a1 *iam.GetAccountAuthorizationDetailsInput, _a2 ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)

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

func (*MockIAMAPI) GetAccountPasswordPolicy

GetAccountPasswordPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) GetAccountPasswordPolicyRequest

func (_m *MockIAMAPI) GetAccountPasswordPolicyRequest(_a0 *iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)

GetAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetAccountPasswordPolicyWithContext

func (_m *MockIAMAPI) GetAccountPasswordPolicyWithContext(_a0 context.Context, _a1 *iam.GetAccountPasswordPolicyInput, _a2 ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)

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

func (*MockIAMAPI) GetAccountSummary

func (_m *MockIAMAPI) GetAccountSummary(_a0 *iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)

GetAccountSummary provides a mock function with given fields: _a0

func (*MockIAMAPI) GetAccountSummaryRequest

func (_m *MockIAMAPI) GetAccountSummaryRequest(_a0 *iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)

GetAccountSummaryRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetAccountSummaryWithContext

func (_m *MockIAMAPI) GetAccountSummaryWithContext(_a0 context.Context, _a1 *iam.GetAccountSummaryInput, _a2 ...request.Option) (*iam.GetAccountSummaryOutput, error)

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

func (*MockIAMAPI) GetContextKeysForCustomPolicy

func (_m *MockIAMAPI) GetContextKeysForCustomPolicy(_a0 *iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) GetContextKeysForCustomPolicyRequest

func (_m *MockIAMAPI) GetContextKeysForCustomPolicyRequest(_a0 *iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForCustomPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetContextKeysForCustomPolicyWithContext

func (_m *MockIAMAPI) GetContextKeysForCustomPolicyWithContext(_a0 context.Context, _a1 *iam.GetContextKeysForCustomPolicyInput, _a2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

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

func (*MockIAMAPI) GetContextKeysForPrincipalPolicy

func (_m *MockIAMAPI) GetContextKeysForPrincipalPolicy(_a0 *iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyRequest

func (_m *MockIAMAPI) GetContextKeysForPrincipalPolicyRequest(_a0 *iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForPrincipalPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext

func (_m *MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext(_a0 context.Context, _a1 *iam.GetContextKeysForPrincipalPolicyInput, _a2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

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

func (*MockIAMAPI) GetCredentialReport

func (_m *MockIAMAPI) GetCredentialReport(_a0 *iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)

GetCredentialReport provides a mock function with given fields: _a0

func (*MockIAMAPI) GetCredentialReportRequest

func (_m *MockIAMAPI) GetCredentialReportRequest(_a0 *iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)

GetCredentialReportRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetCredentialReportWithContext

func (_m *MockIAMAPI) GetCredentialReportWithContext(_a0 context.Context, _a1 *iam.GetCredentialReportInput, _a2 ...request.Option) (*iam.GetCredentialReportOutput, error)

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

func (*MockIAMAPI) GetGroup

func (_m *MockIAMAPI) GetGroup(_a0 *iam.GetGroupInput) (*iam.GetGroupOutput, error)

GetGroup provides a mock function with given fields: _a0

func (*MockIAMAPI) GetGroupPages

func (_m *MockIAMAPI) GetGroupPages(_a0 *iam.GetGroupInput, _a1 func(*iam.GetGroupOutput, bool) bool) error

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

func (*MockIAMAPI) GetGroupPagesWithContext

func (_m *MockIAMAPI) GetGroupPagesWithContext(_a0 context.Context, _a1 *iam.GetGroupInput, _a2 func(*iam.GetGroupOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) GetGroupPolicy

func (_m *MockIAMAPI) GetGroupPolicy(_a0 *iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) GetGroupPolicyRequest

func (_m *MockIAMAPI) GetGroupPolicyRequest(_a0 *iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)

GetGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetGroupPolicyWithContext

func (_m *MockIAMAPI) GetGroupPolicyWithContext(_a0 context.Context, _a1 *iam.GetGroupPolicyInput, _a2 ...request.Option) (*iam.GetGroupPolicyOutput, error)

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

func (*MockIAMAPI) GetGroupRequest

func (_m *MockIAMAPI) GetGroupRequest(_a0 *iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)

GetGroupRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetGroupWithContext

func (_m *MockIAMAPI) GetGroupWithContext(_a0 context.Context, _a1 *iam.GetGroupInput, _a2 ...request.Option) (*iam.GetGroupOutput, error)

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

func (*MockIAMAPI) GetInstanceProfile

func (_m *MockIAMAPI) GetInstanceProfile(_a0 *iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) GetInstanceProfileRequest

func (_m *MockIAMAPI) GetInstanceProfileRequest(_a0 *iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)

GetInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetInstanceProfileWithContext

func (_m *MockIAMAPI) GetInstanceProfileWithContext(_a0 context.Context, _a1 *iam.GetInstanceProfileInput, _a2 ...request.Option) (*iam.GetInstanceProfileOutput, error)

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

func (*MockIAMAPI) GetLoginProfile

func (_m *MockIAMAPI) GetLoginProfile(_a0 *iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)

GetLoginProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) GetLoginProfileRequest

func (_m *MockIAMAPI) GetLoginProfileRequest(_a0 *iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)

GetLoginProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetLoginProfileWithContext

func (_m *MockIAMAPI) GetLoginProfileWithContext(_a0 context.Context, _a1 *iam.GetLoginProfileInput, _a2 ...request.Option) (*iam.GetLoginProfileOutput, error)

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

func (*MockIAMAPI) GetMFADevice

func (_m *MockIAMAPI) GetMFADevice(_a0 *iam.GetMFADeviceInput) (*iam.GetMFADeviceOutput, error)

GetMFADevice provides a mock function with given fields: _a0

func (*MockIAMAPI) GetMFADeviceRequest

func (_m *MockIAMAPI) GetMFADeviceRequest(_a0 *iam.GetMFADeviceInput) (*request.Request, *iam.GetMFADeviceOutput)

GetMFADeviceRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetMFADeviceWithContext

func (_m *MockIAMAPI) GetMFADeviceWithContext(_a0 context.Context, _a1 *iam.GetMFADeviceInput, _a2 ...request.Option) (*iam.GetMFADeviceOutput, error)

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

func (*MockIAMAPI) GetOpenIDConnectProvider

GetOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) GetOpenIDConnectProviderRequest

func (_m *MockIAMAPI) GetOpenIDConnectProviderRequest(_a0 *iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)

GetOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetOpenIDConnectProviderWithContext

func (_m *MockIAMAPI) GetOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.GetOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)

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

func (*MockIAMAPI) GetOrganizationsAccessReport

GetOrganizationsAccessReport provides a mock function with given fields: _a0

func (*MockIAMAPI) GetOrganizationsAccessReportRequest

func (_m *MockIAMAPI) GetOrganizationsAccessReportRequest(_a0 *iam.GetOrganizationsAccessReportInput) (*request.Request, *iam.GetOrganizationsAccessReportOutput)

GetOrganizationsAccessReportRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetOrganizationsAccessReportWithContext

func (_m *MockIAMAPI) GetOrganizationsAccessReportWithContext(_a0 context.Context, _a1 *iam.GetOrganizationsAccessReportInput, _a2 ...request.Option) (*iam.GetOrganizationsAccessReportOutput, error)

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

func (*MockIAMAPI) GetPolicy

func (_m *MockIAMAPI) GetPolicy(_a0 *iam.GetPolicyInput) (*iam.GetPolicyOutput, error)

GetPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) GetPolicyRequest

func (_m *MockIAMAPI) GetPolicyRequest(_a0 *iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)

GetPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetPolicyVersion

func (_m *MockIAMAPI) GetPolicyVersion(_a0 *iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersion provides a mock function with given fields: _a0

func (*MockIAMAPI) GetPolicyVersionRequest

func (_m *MockIAMAPI) GetPolicyVersionRequest(_a0 *iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)

GetPolicyVersionRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetPolicyVersionWithContext

func (_m *MockIAMAPI) GetPolicyVersionWithContext(_a0 context.Context, _a1 *iam.GetPolicyVersionInput, _a2 ...request.Option) (*iam.GetPolicyVersionOutput, error)

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

func (*MockIAMAPI) GetPolicyWithContext

func (_m *MockIAMAPI) GetPolicyWithContext(_a0 context.Context, _a1 *iam.GetPolicyInput, _a2 ...request.Option) (*iam.GetPolicyOutput, error)

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

func (*MockIAMAPI) GetRole

func (_m *MockIAMAPI) GetRole(_a0 *iam.GetRoleInput) (*iam.GetRoleOutput, error)

GetRole provides a mock function with given fields: _a0

func (*MockIAMAPI) GetRolePolicy

func (_m *MockIAMAPI) GetRolePolicy(_a0 *iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)

GetRolePolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) GetRolePolicyRequest

func (_m *MockIAMAPI) GetRolePolicyRequest(_a0 *iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)

GetRolePolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetRolePolicyWithContext

func (_m *MockIAMAPI) GetRolePolicyWithContext(_a0 context.Context, _a1 *iam.GetRolePolicyInput, _a2 ...request.Option) (*iam.GetRolePolicyOutput, error)

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

func (*MockIAMAPI) GetRoleRequest

func (_m *MockIAMAPI) GetRoleRequest(_a0 *iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)

GetRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetRoleWithContext

func (_m *MockIAMAPI) GetRoleWithContext(_a0 context.Context, _a1 *iam.GetRoleInput, _a2 ...request.Option) (*iam.GetRoleOutput, error)

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

func (*MockIAMAPI) GetSAMLProvider

func (_m *MockIAMAPI) GetSAMLProvider(_a0 *iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)

GetSAMLProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) GetSAMLProviderRequest

func (_m *MockIAMAPI) GetSAMLProviderRequest(_a0 *iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)

GetSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetSAMLProviderWithContext

func (_m *MockIAMAPI) GetSAMLProviderWithContext(_a0 context.Context, _a1 *iam.GetSAMLProviderInput, _a2 ...request.Option) (*iam.GetSAMLProviderOutput, error)

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

func (*MockIAMAPI) GetSSHPublicKey

func (_m *MockIAMAPI) GetSSHPublicKey(_a0 *iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKey provides a mock function with given fields: _a0

func (*MockIAMAPI) GetSSHPublicKeyRequest

func (_m *MockIAMAPI) GetSSHPublicKeyRequest(_a0 *iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)

GetSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetSSHPublicKeyWithContext

func (_m *MockIAMAPI) GetSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.GetSSHPublicKeyInput, _a2 ...request.Option) (*iam.GetSSHPublicKeyOutput, error)

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

func (*MockIAMAPI) GetServerCertificate

func (_m *MockIAMAPI) GetServerCertificate(_a0 *iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)

GetServerCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) GetServerCertificateRequest

func (_m *MockIAMAPI) GetServerCertificateRequest(_a0 *iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)

GetServerCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetServerCertificateWithContext

func (_m *MockIAMAPI) GetServerCertificateWithContext(_a0 context.Context, _a1 *iam.GetServerCertificateInput, _a2 ...request.Option) (*iam.GetServerCertificateOutput, error)

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

func (*MockIAMAPI) GetServiceLastAccessedDetails

GetServiceLastAccessedDetails provides a mock function with given fields: _a0

func (*MockIAMAPI) GetServiceLastAccessedDetailsRequest

func (_m *MockIAMAPI) GetServiceLastAccessedDetailsRequest(_a0 *iam.GetServiceLastAccessedDetailsInput) (*request.Request, *iam.GetServiceLastAccessedDetailsOutput)

GetServiceLastAccessedDetailsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithContext

func (_m *MockIAMAPI) GetServiceLastAccessedDetailsWithContext(_a0 context.Context, _a1 *iam.GetServiceLastAccessedDetailsInput, _a2 ...request.Option) (*iam.GetServiceLastAccessedDetailsOutput, error)

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

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntities

GetServiceLastAccessedDetailsWithEntities provides a mock function with given fields: _a0

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesRequest

GetServiceLastAccessedDetailsWithEntitiesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext

func (_m *MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext(_a0 context.Context, _a1 *iam.GetServiceLastAccessedDetailsWithEntitiesInput, _a2 ...request.Option) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)

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

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatus

GetServiceLinkedRoleDeletionStatus provides a mock function with given fields: _a0

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusRequest

GetServiceLinkedRoleDeletionStatusRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext

func (_m *MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext(_a0 context.Context, _a1 *iam.GetServiceLinkedRoleDeletionStatusInput, _a2 ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)

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

func (*MockIAMAPI) GetUser

func (_m *MockIAMAPI) GetUser(_a0 *iam.GetUserInput) (*iam.GetUserOutput, error)

GetUser provides a mock function with given fields: _a0

func (*MockIAMAPI) GetUserPolicy

func (_m *MockIAMAPI) GetUserPolicy(_a0 *iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)

GetUserPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) GetUserPolicyRequest

func (_m *MockIAMAPI) GetUserPolicyRequest(_a0 *iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)

GetUserPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetUserPolicyWithContext

func (_m *MockIAMAPI) GetUserPolicyWithContext(_a0 context.Context, _a1 *iam.GetUserPolicyInput, _a2 ...request.Option) (*iam.GetUserPolicyOutput, error)

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

func (*MockIAMAPI) GetUserRequest

func (_m *MockIAMAPI) GetUserRequest(_a0 *iam.GetUserInput) (*request.Request, *iam.GetUserOutput)

GetUserRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) GetUserWithContext

func (_m *MockIAMAPI) GetUserWithContext(_a0 context.Context, _a1 *iam.GetUserInput, _a2 ...request.Option) (*iam.GetUserOutput, error)

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

func (*MockIAMAPI) ListAccessKeys

func (_m *MockIAMAPI) ListAccessKeys(_a0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)

ListAccessKeys provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAccessKeysPages

func (_m *MockIAMAPI) ListAccessKeysPages(_a0 *iam.ListAccessKeysInput, _a1 func(*iam.ListAccessKeysOutput, bool) bool) error

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

func (*MockIAMAPI) ListAccessKeysPagesWithContext

func (_m *MockIAMAPI) ListAccessKeysPagesWithContext(_a0 context.Context, _a1 *iam.ListAccessKeysInput, _a2 func(*iam.ListAccessKeysOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListAccessKeysRequest

func (_m *MockIAMAPI) ListAccessKeysRequest(_a0 *iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)

ListAccessKeysRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAccessKeysWithContext

func (_m *MockIAMAPI) ListAccessKeysWithContext(_a0 context.Context, _a1 *iam.ListAccessKeysInput, _a2 ...request.Option) (*iam.ListAccessKeysOutput, error)

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

func (*MockIAMAPI) ListAccountAliases

func (_m *MockIAMAPI) ListAccountAliases(_a0 *iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)

ListAccountAliases provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAccountAliasesPages

func (_m *MockIAMAPI) ListAccountAliasesPages(_a0 *iam.ListAccountAliasesInput, _a1 func(*iam.ListAccountAliasesOutput, bool) bool) error

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

func (*MockIAMAPI) ListAccountAliasesPagesWithContext

func (_m *MockIAMAPI) ListAccountAliasesPagesWithContext(_a0 context.Context, _a1 *iam.ListAccountAliasesInput, _a2 func(*iam.ListAccountAliasesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListAccountAliasesRequest

func (_m *MockIAMAPI) ListAccountAliasesRequest(_a0 *iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)

ListAccountAliasesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAccountAliasesWithContext

func (_m *MockIAMAPI) ListAccountAliasesWithContext(_a0 context.Context, _a1 *iam.ListAccountAliasesInput, _a2 ...request.Option) (*iam.ListAccountAliasesOutput, error)

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

func (*MockIAMAPI) ListAttachedGroupPolicies

ListAttachedGroupPolicies provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAttachedGroupPoliciesPages

func (_m *MockIAMAPI) ListAttachedGroupPoliciesPages(_a0 *iam.ListAttachedGroupPoliciesInput, _a1 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool) error

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

func (*MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext

func (_m *MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedGroupPoliciesInput, _a2 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListAttachedGroupPoliciesRequest

func (_m *MockIAMAPI) ListAttachedGroupPoliciesRequest(_a0 *iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)

ListAttachedGroupPoliciesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAttachedGroupPoliciesWithContext

func (_m *MockIAMAPI) ListAttachedGroupPoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedGroupPoliciesInput, _a2 ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)

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

func (*MockIAMAPI) ListAttachedRolePolicies

ListAttachedRolePolicies provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAttachedRolePoliciesPages

func (_m *MockIAMAPI) ListAttachedRolePoliciesPages(_a0 *iam.ListAttachedRolePoliciesInput, _a1 func(*iam.ListAttachedRolePoliciesOutput, bool) bool) error

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

func (*MockIAMAPI) ListAttachedRolePoliciesPagesWithContext

func (_m *MockIAMAPI) ListAttachedRolePoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedRolePoliciesInput, _a2 func(*iam.ListAttachedRolePoliciesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListAttachedRolePoliciesRequest

func (_m *MockIAMAPI) ListAttachedRolePoliciesRequest(_a0 *iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)

ListAttachedRolePoliciesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAttachedRolePoliciesWithContext

func (_m *MockIAMAPI) ListAttachedRolePoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedRolePoliciesInput, _a2 ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)

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

func (*MockIAMAPI) ListAttachedUserPolicies

ListAttachedUserPolicies provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAttachedUserPoliciesPages

func (_m *MockIAMAPI) ListAttachedUserPoliciesPages(_a0 *iam.ListAttachedUserPoliciesInput, _a1 func(*iam.ListAttachedUserPoliciesOutput, bool) bool) error

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

func (*MockIAMAPI) ListAttachedUserPoliciesPagesWithContext

func (_m *MockIAMAPI) ListAttachedUserPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedUserPoliciesInput, _a2 func(*iam.ListAttachedUserPoliciesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListAttachedUserPoliciesRequest

func (_m *MockIAMAPI) ListAttachedUserPoliciesRequest(_a0 *iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)

ListAttachedUserPoliciesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListAttachedUserPoliciesWithContext

func (_m *MockIAMAPI) ListAttachedUserPoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedUserPoliciesInput, _a2 ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)

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

func (*MockIAMAPI) ListEntitiesForPolicy

func (_m *MockIAMAPI) ListEntitiesForPolicy(_a0 *iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) ListEntitiesForPolicyPages

func (_m *MockIAMAPI) ListEntitiesForPolicyPages(_a0 *iam.ListEntitiesForPolicyInput, _a1 func(*iam.ListEntitiesForPolicyOutput, bool) bool) error

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

func (*MockIAMAPI) ListEntitiesForPolicyPagesWithContext

func (_m *MockIAMAPI) ListEntitiesForPolicyPagesWithContext(_a0 context.Context, _a1 *iam.ListEntitiesForPolicyInput, _a2 func(*iam.ListEntitiesForPolicyOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListEntitiesForPolicyRequest

func (_m *MockIAMAPI) ListEntitiesForPolicyRequest(_a0 *iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)

ListEntitiesForPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListEntitiesForPolicyWithContext

func (_m *MockIAMAPI) ListEntitiesForPolicyWithContext(_a0 context.Context, _a1 *iam.ListEntitiesForPolicyInput, _a2 ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)

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

func (*MockIAMAPI) ListGroupPolicies

func (_m *MockIAMAPI) ListGroupPolicies(_a0 *iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)

ListGroupPolicies provides a mock function with given fields: _a0

func (*MockIAMAPI) ListGroupPoliciesPages

func (_m *MockIAMAPI) ListGroupPoliciesPages(_a0 *iam.ListGroupPoliciesInput, _a1 func(*iam.ListGroupPoliciesOutput, bool) bool) error

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

func (*MockIAMAPI) ListGroupPoliciesPagesWithContext

func (_m *MockIAMAPI) ListGroupPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupPoliciesInput, _a2 func(*iam.ListGroupPoliciesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListGroupPoliciesRequest

func (_m *MockIAMAPI) ListGroupPoliciesRequest(_a0 *iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)

ListGroupPoliciesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListGroupPoliciesWithContext

func (_m *MockIAMAPI) ListGroupPoliciesWithContext(_a0 context.Context, _a1 *iam.ListGroupPoliciesInput, _a2 ...request.Option) (*iam.ListGroupPoliciesOutput, error)

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

func (*MockIAMAPI) ListGroups

func (_m *MockIAMAPI) ListGroups(_a0 *iam.ListGroupsInput) (*iam.ListGroupsOutput, error)

ListGroups provides a mock function with given fields: _a0

func (*MockIAMAPI) ListGroupsForUser

func (_m *MockIAMAPI) ListGroupsForUser(_a0 *iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUser provides a mock function with given fields: _a0

func (*MockIAMAPI) ListGroupsForUserPages

func (_m *MockIAMAPI) ListGroupsForUserPages(_a0 *iam.ListGroupsForUserInput, _a1 func(*iam.ListGroupsForUserOutput, bool) bool) error

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

func (*MockIAMAPI) ListGroupsForUserPagesWithContext

func (_m *MockIAMAPI) ListGroupsForUserPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupsForUserInput, _a2 func(*iam.ListGroupsForUserOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListGroupsForUserRequest

func (_m *MockIAMAPI) ListGroupsForUserRequest(_a0 *iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)

ListGroupsForUserRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListGroupsForUserWithContext

func (_m *MockIAMAPI) ListGroupsForUserWithContext(_a0 context.Context, _a1 *iam.ListGroupsForUserInput, _a2 ...request.Option) (*iam.ListGroupsForUserOutput, error)

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

func (*MockIAMAPI) ListGroupsPages

func (_m *MockIAMAPI) ListGroupsPages(_a0 *iam.ListGroupsInput, _a1 func(*iam.ListGroupsOutput, bool) bool) error

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

func (*MockIAMAPI) ListGroupsPagesWithContext

func (_m *MockIAMAPI) ListGroupsPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupsInput, _a2 func(*iam.ListGroupsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListGroupsRequest

func (_m *MockIAMAPI) ListGroupsRequest(_a0 *iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)

ListGroupsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListGroupsWithContext

func (_m *MockIAMAPI) ListGroupsWithContext(_a0 context.Context, _a1 *iam.ListGroupsInput, _a2 ...request.Option) (*iam.ListGroupsOutput, error)

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

func (*MockIAMAPI) ListInstanceProfileTags

func (_m *MockIAMAPI) ListInstanceProfileTags(_a0 *iam.ListInstanceProfileTagsInput) (*iam.ListInstanceProfileTagsOutput, error)

ListInstanceProfileTags provides a mock function with given fields: _a0

func (*MockIAMAPI) ListInstanceProfileTagsPages

func (_m *MockIAMAPI) ListInstanceProfileTagsPages(_a0 *iam.ListInstanceProfileTagsInput, _a1 func(*iam.ListInstanceProfileTagsOutput, bool) bool) error

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

func (*MockIAMAPI) ListInstanceProfileTagsPagesWithContext

func (_m *MockIAMAPI) ListInstanceProfileTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfileTagsInput, _a2 func(*iam.ListInstanceProfileTagsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListInstanceProfileTagsRequest

func (_m *MockIAMAPI) ListInstanceProfileTagsRequest(_a0 *iam.ListInstanceProfileTagsInput) (*request.Request, *iam.ListInstanceProfileTagsOutput)

ListInstanceProfileTagsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListInstanceProfileTagsWithContext

func (_m *MockIAMAPI) ListInstanceProfileTagsWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfileTagsInput, _a2 ...request.Option) (*iam.ListInstanceProfileTagsOutput, error)

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

func (*MockIAMAPI) ListInstanceProfiles

func (_m *MockIAMAPI) ListInstanceProfiles(_a0 *iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfiles provides a mock function with given fields: _a0

func (*MockIAMAPI) ListInstanceProfilesForRole

ListInstanceProfilesForRole provides a mock function with given fields: _a0

func (*MockIAMAPI) ListInstanceProfilesForRolePages

func (_m *MockIAMAPI) ListInstanceProfilesForRolePages(_a0 *iam.ListInstanceProfilesForRoleInput, _a1 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool) error

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

func (*MockIAMAPI) ListInstanceProfilesForRolePagesWithContext

func (_m *MockIAMAPI) ListInstanceProfilesForRolePagesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesForRoleInput, _a2 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListInstanceProfilesForRoleRequest

func (_m *MockIAMAPI) ListInstanceProfilesForRoleRequest(_a0 *iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)

ListInstanceProfilesForRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListInstanceProfilesForRoleWithContext

func (_m *MockIAMAPI) ListInstanceProfilesForRoleWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesForRoleInput, _a2 ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)

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

func (*MockIAMAPI) ListInstanceProfilesPages

func (_m *MockIAMAPI) ListInstanceProfilesPages(_a0 *iam.ListInstanceProfilesInput, _a1 func(*iam.ListInstanceProfilesOutput, bool) bool) error

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

func (*MockIAMAPI) ListInstanceProfilesPagesWithContext

func (_m *MockIAMAPI) ListInstanceProfilesPagesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesInput, _a2 func(*iam.ListInstanceProfilesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListInstanceProfilesRequest

func (_m *MockIAMAPI) ListInstanceProfilesRequest(_a0 *iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)

ListInstanceProfilesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListInstanceProfilesWithContext

func (_m *MockIAMAPI) ListInstanceProfilesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesInput, _a2 ...request.Option) (*iam.ListInstanceProfilesOutput, error)

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

func (*MockIAMAPI) ListMFADeviceTags

func (_m *MockIAMAPI) ListMFADeviceTags(_a0 *iam.ListMFADeviceTagsInput) (*iam.ListMFADeviceTagsOutput, error)

ListMFADeviceTags provides a mock function with given fields: _a0

func (*MockIAMAPI) ListMFADeviceTagsPages

func (_m *MockIAMAPI) ListMFADeviceTagsPages(_a0 *iam.ListMFADeviceTagsInput, _a1 func(*iam.ListMFADeviceTagsOutput, bool) bool) error

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

func (*MockIAMAPI) ListMFADeviceTagsPagesWithContext

func (_m *MockIAMAPI) ListMFADeviceTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListMFADeviceTagsInput, _a2 func(*iam.ListMFADeviceTagsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListMFADeviceTagsRequest

func (_m *MockIAMAPI) ListMFADeviceTagsRequest(_a0 *iam.ListMFADeviceTagsInput) (*request.Request, *iam.ListMFADeviceTagsOutput)

ListMFADeviceTagsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListMFADeviceTagsWithContext

func (_m *MockIAMAPI) ListMFADeviceTagsWithContext(_a0 context.Context, _a1 *iam.ListMFADeviceTagsInput, _a2 ...request.Option) (*iam.ListMFADeviceTagsOutput, error)

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

func (*MockIAMAPI) ListMFADevices

func (_m *MockIAMAPI) ListMFADevices(_a0 *iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)

ListMFADevices provides a mock function with given fields: _a0

func (*MockIAMAPI) ListMFADevicesPages

func (_m *MockIAMAPI) ListMFADevicesPages(_a0 *iam.ListMFADevicesInput, _a1 func(*iam.ListMFADevicesOutput, bool) bool) error

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

func (*MockIAMAPI) ListMFADevicesPagesWithContext

func (_m *MockIAMAPI) ListMFADevicesPagesWithContext(_a0 context.Context, _a1 *iam.ListMFADevicesInput, _a2 func(*iam.ListMFADevicesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListMFADevicesRequest

func (_m *MockIAMAPI) ListMFADevicesRequest(_a0 *iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)

ListMFADevicesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListMFADevicesWithContext

func (_m *MockIAMAPI) ListMFADevicesWithContext(_a0 context.Context, _a1 *iam.ListMFADevicesInput, _a2 ...request.Option) (*iam.ListMFADevicesOutput, error)

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

func (*MockIAMAPI) ListOpenIDConnectProviderTags

ListOpenIDConnectProviderTags provides a mock function with given fields: _a0

func (*MockIAMAPI) ListOpenIDConnectProviderTagsPages

func (_m *MockIAMAPI) ListOpenIDConnectProviderTagsPages(_a0 *iam.ListOpenIDConnectProviderTagsInput, _a1 func(*iam.ListOpenIDConnectProviderTagsOutput, bool) bool) error

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

func (*MockIAMAPI) ListOpenIDConnectProviderTagsPagesWithContext

func (_m *MockIAMAPI) ListOpenIDConnectProviderTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListOpenIDConnectProviderTagsInput, _a2 func(*iam.ListOpenIDConnectProviderTagsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListOpenIDConnectProviderTagsRequest

func (_m *MockIAMAPI) ListOpenIDConnectProviderTagsRequest(_a0 *iam.ListOpenIDConnectProviderTagsInput) (*request.Request, *iam.ListOpenIDConnectProviderTagsOutput)

ListOpenIDConnectProviderTagsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListOpenIDConnectProviderTagsWithContext

func (_m *MockIAMAPI) ListOpenIDConnectProviderTagsWithContext(_a0 context.Context, _a1 *iam.ListOpenIDConnectProviderTagsInput, _a2 ...request.Option) (*iam.ListOpenIDConnectProviderTagsOutput, error)

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

func (*MockIAMAPI) ListOpenIDConnectProviders

ListOpenIDConnectProviders provides a mock function with given fields: _a0

func (*MockIAMAPI) ListOpenIDConnectProvidersRequest

func (_m *MockIAMAPI) ListOpenIDConnectProvidersRequest(_a0 *iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)

ListOpenIDConnectProvidersRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListOpenIDConnectProvidersWithContext

func (_m *MockIAMAPI) ListOpenIDConnectProvidersWithContext(_a0 context.Context, _a1 *iam.ListOpenIDConnectProvidersInput, _a2 ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)

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

func (*MockIAMAPI) ListPolicies

func (_m *MockIAMAPI) ListPolicies(_a0 *iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)

ListPolicies provides a mock function with given fields: _a0

func (*MockIAMAPI) ListPoliciesGrantingServiceAccess

ListPoliciesGrantingServiceAccess provides a mock function with given fields: _a0

func (*MockIAMAPI) ListPoliciesGrantingServiceAccessRequest

ListPoliciesGrantingServiceAccessRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext

func (_m *MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext(_a0 context.Context, _a1 *iam.ListPoliciesGrantingServiceAccessInput, _a2 ...request.Option) (*iam.ListPoliciesGrantingServiceAccessOutput, error)

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

func (*MockIAMAPI) ListPoliciesPages

func (_m *MockIAMAPI) ListPoliciesPages(_a0 *iam.ListPoliciesInput, _a1 func(*iam.ListPoliciesOutput, bool) bool) error

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

func (*MockIAMAPI) ListPoliciesPagesWithContext

func (_m *MockIAMAPI) ListPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListPoliciesInput, _a2 func(*iam.ListPoliciesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListPoliciesRequest

func (_m *MockIAMAPI) ListPoliciesRequest(_a0 *iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)

ListPoliciesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListPoliciesWithContext

func (_m *MockIAMAPI) ListPoliciesWithContext(_a0 context.Context, _a1 *iam.ListPoliciesInput, _a2 ...request.Option) (*iam.ListPoliciesOutput, error)

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

func (*MockIAMAPI) ListPolicyTags

func (_m *MockIAMAPI) ListPolicyTags(_a0 *iam.ListPolicyTagsInput) (*iam.ListPolicyTagsOutput, error)

ListPolicyTags provides a mock function with given fields: _a0

func (*MockIAMAPI) ListPolicyTagsPages

func (_m *MockIAMAPI) ListPolicyTagsPages(_a0 *iam.ListPolicyTagsInput, _a1 func(*iam.ListPolicyTagsOutput, bool) bool) error

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

func (*MockIAMAPI) ListPolicyTagsPagesWithContext

func (_m *MockIAMAPI) ListPolicyTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListPolicyTagsInput, _a2 func(*iam.ListPolicyTagsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListPolicyTagsRequest

func (_m *MockIAMAPI) ListPolicyTagsRequest(_a0 *iam.ListPolicyTagsInput) (*request.Request, *iam.ListPolicyTagsOutput)

ListPolicyTagsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListPolicyTagsWithContext

func (_m *MockIAMAPI) ListPolicyTagsWithContext(_a0 context.Context, _a1 *iam.ListPolicyTagsInput, _a2 ...request.Option) (*iam.ListPolicyTagsOutput, error)

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

func (*MockIAMAPI) ListPolicyVersions

func (_m *MockIAMAPI) ListPolicyVersions(_a0 *iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersions provides a mock function with given fields: _a0

func (*MockIAMAPI) ListPolicyVersionsPages

func (_m *MockIAMAPI) ListPolicyVersionsPages(_a0 *iam.ListPolicyVersionsInput, _a1 func(*iam.ListPolicyVersionsOutput, bool) bool) error

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

func (*MockIAMAPI) ListPolicyVersionsPagesWithContext

func (_m *MockIAMAPI) ListPolicyVersionsPagesWithContext(_a0 context.Context, _a1 *iam.ListPolicyVersionsInput, _a2 func(*iam.ListPolicyVersionsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListPolicyVersionsRequest

func (_m *MockIAMAPI) ListPolicyVersionsRequest(_a0 *iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)

ListPolicyVersionsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListPolicyVersionsWithContext

func (_m *MockIAMAPI) ListPolicyVersionsWithContext(_a0 context.Context, _a1 *iam.ListPolicyVersionsInput, _a2 ...request.Option) (*iam.ListPolicyVersionsOutput, error)

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

func (*MockIAMAPI) ListRolePolicies

func (_m *MockIAMAPI) ListRolePolicies(_a0 *iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)

ListRolePolicies provides a mock function with given fields: _a0

func (*MockIAMAPI) ListRolePoliciesPages

func (_m *MockIAMAPI) ListRolePoliciesPages(_a0 *iam.ListRolePoliciesInput, _a1 func(*iam.ListRolePoliciesOutput, bool) bool) error

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

func (*MockIAMAPI) ListRolePoliciesPagesWithContext

func (_m *MockIAMAPI) ListRolePoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListRolePoliciesInput, _a2 func(*iam.ListRolePoliciesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListRolePoliciesRequest

func (_m *MockIAMAPI) ListRolePoliciesRequest(_a0 *iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)

ListRolePoliciesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListRolePoliciesWithContext

func (_m *MockIAMAPI) ListRolePoliciesWithContext(_a0 context.Context, _a1 *iam.ListRolePoliciesInput, _a2 ...request.Option) (*iam.ListRolePoliciesOutput, error)

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

func (*MockIAMAPI) ListRoleTags

func (_m *MockIAMAPI) ListRoleTags(_a0 *iam.ListRoleTagsInput) (*iam.ListRoleTagsOutput, error)

ListRoleTags provides a mock function with given fields: _a0

func (*MockIAMAPI) ListRoleTagsPages

func (_m *MockIAMAPI) ListRoleTagsPages(_a0 *iam.ListRoleTagsInput, _a1 func(*iam.ListRoleTagsOutput, bool) bool) error

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

func (*MockIAMAPI) ListRoleTagsPagesWithContext

func (_m *MockIAMAPI) ListRoleTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListRoleTagsInput, _a2 func(*iam.ListRoleTagsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListRoleTagsRequest

func (_m *MockIAMAPI) ListRoleTagsRequest(_a0 *iam.ListRoleTagsInput) (*request.Request, *iam.ListRoleTagsOutput)

ListRoleTagsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListRoleTagsWithContext

func (_m *MockIAMAPI) ListRoleTagsWithContext(_a0 context.Context, _a1 *iam.ListRoleTagsInput, _a2 ...request.Option) (*iam.ListRoleTagsOutput, error)

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

func (*MockIAMAPI) ListRoles

func (_m *MockIAMAPI) ListRoles(_a0 *iam.ListRolesInput) (*iam.ListRolesOutput, error)

ListRoles provides a mock function with given fields: _a0

func (*MockIAMAPI) ListRolesPages

func (_m *MockIAMAPI) ListRolesPages(_a0 *iam.ListRolesInput, _a1 func(*iam.ListRolesOutput, bool) bool) error

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

func (*MockIAMAPI) ListRolesPagesWithContext

func (_m *MockIAMAPI) ListRolesPagesWithContext(_a0 context.Context, _a1 *iam.ListRolesInput, _a2 func(*iam.ListRolesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListRolesRequest

func (_m *MockIAMAPI) ListRolesRequest(_a0 *iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)

ListRolesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListRolesWithContext

func (_m *MockIAMAPI) ListRolesWithContext(_a0 context.Context, _a1 *iam.ListRolesInput, _a2 ...request.Option) (*iam.ListRolesOutput, error)

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

func (*MockIAMAPI) ListSAMLProviderTags

func (_m *MockIAMAPI) ListSAMLProviderTags(_a0 *iam.ListSAMLProviderTagsInput) (*iam.ListSAMLProviderTagsOutput, error)

ListSAMLProviderTags provides a mock function with given fields: _a0

func (*MockIAMAPI) ListSAMLProviderTagsPages

func (_m *MockIAMAPI) ListSAMLProviderTagsPages(_a0 *iam.ListSAMLProviderTagsInput, _a1 func(*iam.ListSAMLProviderTagsOutput, bool) bool) error

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

func (*MockIAMAPI) ListSAMLProviderTagsPagesWithContext

func (_m *MockIAMAPI) ListSAMLProviderTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListSAMLProviderTagsInput, _a2 func(*iam.ListSAMLProviderTagsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListSAMLProviderTagsRequest

func (_m *MockIAMAPI) ListSAMLProviderTagsRequest(_a0 *iam.ListSAMLProviderTagsInput) (*request.Request, *iam.ListSAMLProviderTagsOutput)

ListSAMLProviderTagsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListSAMLProviderTagsWithContext

func (_m *MockIAMAPI) ListSAMLProviderTagsWithContext(_a0 context.Context, _a1 *iam.ListSAMLProviderTagsInput, _a2 ...request.Option) (*iam.ListSAMLProviderTagsOutput, error)

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

func (*MockIAMAPI) ListSAMLProviders

func (_m *MockIAMAPI) ListSAMLProviders(_a0 *iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProviders provides a mock function with given fields: _a0

func (*MockIAMAPI) ListSAMLProvidersRequest

func (_m *MockIAMAPI) ListSAMLProvidersRequest(_a0 *iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)

ListSAMLProvidersRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListSAMLProvidersWithContext

func (_m *MockIAMAPI) ListSAMLProvidersWithContext(_a0 context.Context, _a1 *iam.ListSAMLProvidersInput, _a2 ...request.Option) (*iam.ListSAMLProvidersOutput, error)

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

func (*MockIAMAPI) ListSSHPublicKeys

func (_m *MockIAMAPI) ListSSHPublicKeys(_a0 *iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeys provides a mock function with given fields: _a0

func (*MockIAMAPI) ListSSHPublicKeysPages

func (_m *MockIAMAPI) ListSSHPublicKeysPages(_a0 *iam.ListSSHPublicKeysInput, _a1 func(*iam.ListSSHPublicKeysOutput, bool) bool) error

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

func (*MockIAMAPI) ListSSHPublicKeysPagesWithContext

func (_m *MockIAMAPI) ListSSHPublicKeysPagesWithContext(_a0 context.Context, _a1 *iam.ListSSHPublicKeysInput, _a2 func(*iam.ListSSHPublicKeysOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListSSHPublicKeysRequest

func (_m *MockIAMAPI) ListSSHPublicKeysRequest(_a0 *iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)

ListSSHPublicKeysRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListSSHPublicKeysWithContext

func (_m *MockIAMAPI) ListSSHPublicKeysWithContext(_a0 context.Context, _a1 *iam.ListSSHPublicKeysInput, _a2 ...request.Option) (*iam.ListSSHPublicKeysOutput, error)

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

func (*MockIAMAPI) ListServerCertificateTags

ListServerCertificateTags provides a mock function with given fields: _a0

func (*MockIAMAPI) ListServerCertificateTagsPages

func (_m *MockIAMAPI) ListServerCertificateTagsPages(_a0 *iam.ListServerCertificateTagsInput, _a1 func(*iam.ListServerCertificateTagsOutput, bool) bool) error

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

func (*MockIAMAPI) ListServerCertificateTagsPagesWithContext

func (_m *MockIAMAPI) ListServerCertificateTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListServerCertificateTagsInput, _a2 func(*iam.ListServerCertificateTagsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListServerCertificateTagsRequest

func (_m *MockIAMAPI) ListServerCertificateTagsRequest(_a0 *iam.ListServerCertificateTagsInput) (*request.Request, *iam.ListServerCertificateTagsOutput)

ListServerCertificateTagsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListServerCertificateTagsWithContext

func (_m *MockIAMAPI) ListServerCertificateTagsWithContext(_a0 context.Context, _a1 *iam.ListServerCertificateTagsInput, _a2 ...request.Option) (*iam.ListServerCertificateTagsOutput, error)

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

func (*MockIAMAPI) ListServerCertificates

func (_m *MockIAMAPI) ListServerCertificates(_a0 *iam.ListServerCertificatesInput) (*iam.ListServerCertificatesOutput, error)

ListServerCertificates provides a mock function with given fields: _a0

func (*MockIAMAPI) ListServerCertificatesPages

func (_m *MockIAMAPI) ListServerCertificatesPages(_a0 *iam.ListServerCertificatesInput, _a1 func(*iam.ListServerCertificatesOutput, bool) bool) error

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

func (*MockIAMAPI) ListServerCertificatesPagesWithContext

func (_m *MockIAMAPI) ListServerCertificatesPagesWithContext(_a0 context.Context, _a1 *iam.ListServerCertificatesInput, _a2 func(*iam.ListServerCertificatesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListServerCertificatesRequest

func (_m *MockIAMAPI) ListServerCertificatesRequest(_a0 *iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)

ListServerCertificatesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListServerCertificatesWithContext

func (_m *MockIAMAPI) ListServerCertificatesWithContext(_a0 context.Context, _a1 *iam.ListServerCertificatesInput, _a2 ...request.Option) (*iam.ListServerCertificatesOutput, error)

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

func (*MockIAMAPI) ListServiceSpecificCredentials

ListServiceSpecificCredentials provides a mock function with given fields: _a0

func (*MockIAMAPI) ListServiceSpecificCredentialsRequest

func (_m *MockIAMAPI) ListServiceSpecificCredentialsRequest(_a0 *iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)

ListServiceSpecificCredentialsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListServiceSpecificCredentialsWithContext

func (_m *MockIAMAPI) ListServiceSpecificCredentialsWithContext(_a0 context.Context, _a1 *iam.ListServiceSpecificCredentialsInput, _a2 ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)

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

func (*MockIAMAPI) ListSigningCertificates

func (_m *MockIAMAPI) ListSigningCertificates(_a0 *iam.ListSigningCertificatesInput) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificates provides a mock function with given fields: _a0

func (*MockIAMAPI) ListSigningCertificatesPages

func (_m *MockIAMAPI) ListSigningCertificatesPages(_a0 *iam.ListSigningCertificatesInput, _a1 func(*iam.ListSigningCertificatesOutput, bool) bool) error

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

func (*MockIAMAPI) ListSigningCertificatesPagesWithContext

func (_m *MockIAMAPI) ListSigningCertificatesPagesWithContext(_a0 context.Context, _a1 *iam.ListSigningCertificatesInput, _a2 func(*iam.ListSigningCertificatesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListSigningCertificatesRequest

func (_m *MockIAMAPI) ListSigningCertificatesRequest(_a0 *iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)

ListSigningCertificatesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListSigningCertificatesWithContext

func (_m *MockIAMAPI) ListSigningCertificatesWithContext(_a0 context.Context, _a1 *iam.ListSigningCertificatesInput, _a2 ...request.Option) (*iam.ListSigningCertificatesOutput, error)

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

func (*MockIAMAPI) ListUserPolicies

func (_m *MockIAMAPI) ListUserPolicies(_a0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)

ListUserPolicies provides a mock function with given fields: _a0

func (*MockIAMAPI) ListUserPoliciesPages

func (_m *MockIAMAPI) ListUserPoliciesPages(_a0 *iam.ListUserPoliciesInput, _a1 func(*iam.ListUserPoliciesOutput, bool) bool) error

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

func (*MockIAMAPI) ListUserPoliciesPagesWithContext

func (_m *MockIAMAPI) ListUserPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListUserPoliciesInput, _a2 func(*iam.ListUserPoliciesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListUserPoliciesRequest

func (_m *MockIAMAPI) ListUserPoliciesRequest(_a0 *iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)

ListUserPoliciesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListUserPoliciesWithContext

func (_m *MockIAMAPI) ListUserPoliciesWithContext(_a0 context.Context, _a1 *iam.ListUserPoliciesInput, _a2 ...request.Option) (*iam.ListUserPoliciesOutput, error)

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

func (*MockIAMAPI) ListUserTags

func (_m *MockIAMAPI) ListUserTags(_a0 *iam.ListUserTagsInput) (*iam.ListUserTagsOutput, error)

ListUserTags provides a mock function with given fields: _a0

func (*MockIAMAPI) ListUserTagsPages

func (_m *MockIAMAPI) ListUserTagsPages(_a0 *iam.ListUserTagsInput, _a1 func(*iam.ListUserTagsOutput, bool) bool) error

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

func (*MockIAMAPI) ListUserTagsPagesWithContext

func (_m *MockIAMAPI) ListUserTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListUserTagsInput, _a2 func(*iam.ListUserTagsOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListUserTagsRequest

func (_m *MockIAMAPI) ListUserTagsRequest(_a0 *iam.ListUserTagsInput) (*request.Request, *iam.ListUserTagsOutput)

ListUserTagsRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListUserTagsWithContext

func (_m *MockIAMAPI) ListUserTagsWithContext(_a0 context.Context, _a1 *iam.ListUserTagsInput, _a2 ...request.Option) (*iam.ListUserTagsOutput, error)

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

func (*MockIAMAPI) ListUsers

func (_m *MockIAMAPI) ListUsers(_a0 *iam.ListUsersInput) (*iam.ListUsersOutput, error)

ListUsers provides a mock function with given fields: _a0

func (*MockIAMAPI) ListUsersPages

func (_m *MockIAMAPI) ListUsersPages(_a0 *iam.ListUsersInput, _a1 func(*iam.ListUsersOutput, bool) bool) error

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

func (*MockIAMAPI) ListUsersPagesWithContext

func (_m *MockIAMAPI) ListUsersPagesWithContext(_a0 context.Context, _a1 *iam.ListUsersInput, _a2 func(*iam.ListUsersOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListUsersRequest

func (_m *MockIAMAPI) ListUsersRequest(_a0 *iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)

ListUsersRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListUsersWithContext

func (_m *MockIAMAPI) ListUsersWithContext(_a0 context.Context, _a1 *iam.ListUsersInput, _a2 ...request.Option) (*iam.ListUsersOutput, error)

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

func (*MockIAMAPI) ListVirtualMFADevices

func (_m *MockIAMAPI) ListVirtualMFADevices(_a0 *iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevices provides a mock function with given fields: _a0

func (*MockIAMAPI) ListVirtualMFADevicesPages

func (_m *MockIAMAPI) ListVirtualMFADevicesPages(_a0 *iam.ListVirtualMFADevicesInput, _a1 func(*iam.ListVirtualMFADevicesOutput, bool) bool) error

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

func (*MockIAMAPI) ListVirtualMFADevicesPagesWithContext

func (_m *MockIAMAPI) ListVirtualMFADevicesPagesWithContext(_a0 context.Context, _a1 *iam.ListVirtualMFADevicesInput, _a2 func(*iam.ListVirtualMFADevicesOutput, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) ListVirtualMFADevicesRequest

func (_m *MockIAMAPI) ListVirtualMFADevicesRequest(_a0 *iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)

ListVirtualMFADevicesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ListVirtualMFADevicesWithContext

func (_m *MockIAMAPI) ListVirtualMFADevicesWithContext(_a0 context.Context, _a1 *iam.ListVirtualMFADevicesInput, _a2 ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)

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

func (*MockIAMAPI) PutGroupPolicy

func (_m *MockIAMAPI) PutGroupPolicy(_a0 *iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) PutGroupPolicyRequest

func (_m *MockIAMAPI) PutGroupPolicyRequest(_a0 *iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)

PutGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) PutGroupPolicyWithContext

func (_m *MockIAMAPI) PutGroupPolicyWithContext(_a0 context.Context, _a1 *iam.PutGroupPolicyInput, _a2 ...request.Option) (*iam.PutGroupPolicyOutput, error)

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

func (*MockIAMAPI) PutRolePermissionsBoundary

PutRolePermissionsBoundary provides a mock function with given fields: _a0

func (*MockIAMAPI) PutRolePermissionsBoundaryRequest

func (_m *MockIAMAPI) PutRolePermissionsBoundaryRequest(_a0 *iam.PutRolePermissionsBoundaryInput) (*request.Request, *iam.PutRolePermissionsBoundaryOutput)

PutRolePermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) PutRolePermissionsBoundaryWithContext

func (_m *MockIAMAPI) PutRolePermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.PutRolePermissionsBoundaryInput, _a2 ...request.Option) (*iam.PutRolePermissionsBoundaryOutput, error)

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

func (*MockIAMAPI) PutRolePolicy

func (_m *MockIAMAPI) PutRolePolicy(_a0 *iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)

PutRolePolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) PutRolePolicyRequest

func (_m *MockIAMAPI) PutRolePolicyRequest(_a0 *iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)

PutRolePolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) PutRolePolicyWithContext

func (_m *MockIAMAPI) PutRolePolicyWithContext(_a0 context.Context, _a1 *iam.PutRolePolicyInput, _a2 ...request.Option) (*iam.PutRolePolicyOutput, error)

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

func (*MockIAMAPI) PutUserPermissionsBoundary

PutUserPermissionsBoundary provides a mock function with given fields: _a0

func (*MockIAMAPI) PutUserPermissionsBoundaryRequest

func (_m *MockIAMAPI) PutUserPermissionsBoundaryRequest(_a0 *iam.PutUserPermissionsBoundaryInput) (*request.Request, *iam.PutUserPermissionsBoundaryOutput)

PutUserPermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) PutUserPermissionsBoundaryWithContext

func (_m *MockIAMAPI) PutUserPermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.PutUserPermissionsBoundaryInput, _a2 ...request.Option) (*iam.PutUserPermissionsBoundaryOutput, error)

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

func (*MockIAMAPI) PutUserPolicy

func (_m *MockIAMAPI) PutUserPolicy(_a0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)

PutUserPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) PutUserPolicyRequest

func (_m *MockIAMAPI) PutUserPolicyRequest(_a0 *iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)

PutUserPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) PutUserPolicyWithContext

func (_m *MockIAMAPI) PutUserPolicyWithContext(_a0 context.Context, _a1 *iam.PutUserPolicyInput, _a2 ...request.Option) (*iam.PutUserPolicyOutput, error)

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

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProvider

RemoveClientIDFromOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderRequest

RemoveClientIDFromOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext

func (_m *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.RemoveClientIDFromOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)

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

func (*MockIAMAPI) RemoveRoleFromInstanceProfile

RemoveRoleFromInstanceProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) RemoveRoleFromInstanceProfileRequest

func (_m *MockIAMAPI) RemoveRoleFromInstanceProfileRequest(_a0 *iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)

RemoveRoleFromInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) RemoveRoleFromInstanceProfileWithContext

func (_m *MockIAMAPI) RemoveRoleFromInstanceProfileWithContext(_a0 context.Context, _a1 *iam.RemoveRoleFromInstanceProfileInput, _a2 ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)

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

func (*MockIAMAPI) RemoveUserFromGroup

func (_m *MockIAMAPI) RemoveUserFromGroup(_a0 *iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroup provides a mock function with given fields: _a0

func (*MockIAMAPI) RemoveUserFromGroupRequest

func (_m *MockIAMAPI) RemoveUserFromGroupRequest(_a0 *iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)

RemoveUserFromGroupRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) RemoveUserFromGroupWithContext

func (_m *MockIAMAPI) RemoveUserFromGroupWithContext(_a0 context.Context, _a1 *iam.RemoveUserFromGroupInput, _a2 ...request.Option) (*iam.RemoveUserFromGroupOutput, error)

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

func (*MockIAMAPI) ResetServiceSpecificCredential

ResetServiceSpecificCredential provides a mock function with given fields: _a0

func (*MockIAMAPI) ResetServiceSpecificCredentialRequest

func (_m *MockIAMAPI) ResetServiceSpecificCredentialRequest(_a0 *iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)

ResetServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ResetServiceSpecificCredentialWithContext

func (_m *MockIAMAPI) ResetServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.ResetServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)

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

func (*MockIAMAPI) ResyncMFADevice

func (_m *MockIAMAPI) ResyncMFADevice(_a0 *iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADevice provides a mock function with given fields: _a0

func (*MockIAMAPI) ResyncMFADeviceRequest

func (_m *MockIAMAPI) ResyncMFADeviceRequest(_a0 *iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)

ResyncMFADeviceRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) ResyncMFADeviceWithContext

func (_m *MockIAMAPI) ResyncMFADeviceWithContext(_a0 context.Context, _a1 *iam.ResyncMFADeviceInput, _a2 ...request.Option) (*iam.ResyncMFADeviceOutput, error)

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

func (*MockIAMAPI) SetDefaultPolicyVersion

func (_m *MockIAMAPI) SetDefaultPolicyVersion(_a0 *iam.SetDefaultPolicyVersionInput) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersion provides a mock function with given fields: _a0

func (*MockIAMAPI) SetDefaultPolicyVersionRequest

func (_m *MockIAMAPI) SetDefaultPolicyVersionRequest(_a0 *iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)

SetDefaultPolicyVersionRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) SetDefaultPolicyVersionWithContext

func (_m *MockIAMAPI) SetDefaultPolicyVersionWithContext(_a0 context.Context, _a1 *iam.SetDefaultPolicyVersionInput, _a2 ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)

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

func (*MockIAMAPI) SetSecurityTokenServicePreferences

SetSecurityTokenServicePreferences provides a mock function with given fields: _a0

func (*MockIAMAPI) SetSecurityTokenServicePreferencesRequest

SetSecurityTokenServicePreferencesRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) SetSecurityTokenServicePreferencesWithContext

func (_m *MockIAMAPI) SetSecurityTokenServicePreferencesWithContext(_a0 context.Context, _a1 *iam.SetSecurityTokenServicePreferencesInput, _a2 ...request.Option) (*iam.SetSecurityTokenServicePreferencesOutput, error)

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

func (*MockIAMAPI) SimulateCustomPolicy

func (_m *MockIAMAPI) SimulateCustomPolicy(_a0 *iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) SimulateCustomPolicyPages

func (_m *MockIAMAPI) SimulateCustomPolicyPages(_a0 *iam.SimulateCustomPolicyInput, _a1 func(*iam.SimulatePolicyResponse, bool) bool) error

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

func (*MockIAMAPI) SimulateCustomPolicyPagesWithContext

func (_m *MockIAMAPI) SimulateCustomPolicyPagesWithContext(_a0 context.Context, _a1 *iam.SimulateCustomPolicyInput, _a2 func(*iam.SimulatePolicyResponse, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) SimulateCustomPolicyRequest

func (_m *MockIAMAPI) SimulateCustomPolicyRequest(_a0 *iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulateCustomPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) SimulateCustomPolicyWithContext

func (_m *MockIAMAPI) SimulateCustomPolicyWithContext(_a0 context.Context, _a1 *iam.SimulateCustomPolicyInput, _a2 ...request.Option) (*iam.SimulatePolicyResponse, error)

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

func (*MockIAMAPI) SimulatePrincipalPolicy

func (_m *MockIAMAPI) SimulatePrincipalPolicy(_a0 *iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) SimulatePrincipalPolicyPages

func (_m *MockIAMAPI) SimulatePrincipalPolicyPages(_a0 *iam.SimulatePrincipalPolicyInput, _a1 func(*iam.SimulatePolicyResponse, bool) bool) error

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

func (*MockIAMAPI) SimulatePrincipalPolicyPagesWithContext

func (_m *MockIAMAPI) SimulatePrincipalPolicyPagesWithContext(_a0 context.Context, _a1 *iam.SimulatePrincipalPolicyInput, _a2 func(*iam.SimulatePolicyResponse, bool) bool, _a3 ...request.Option) error

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

func (*MockIAMAPI) SimulatePrincipalPolicyRequest

func (_m *MockIAMAPI) SimulatePrincipalPolicyRequest(_a0 *iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulatePrincipalPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) SimulatePrincipalPolicyWithContext

func (_m *MockIAMAPI) SimulatePrincipalPolicyWithContext(_a0 context.Context, _a1 *iam.SimulatePrincipalPolicyInput, _a2 ...request.Option) (*iam.SimulatePolicyResponse, error)

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

func (*MockIAMAPI) TagInstanceProfile

func (_m *MockIAMAPI) TagInstanceProfile(_a0 *iam.TagInstanceProfileInput) (*iam.TagInstanceProfileOutput, error)

TagInstanceProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) TagInstanceProfileRequest

func (_m *MockIAMAPI) TagInstanceProfileRequest(_a0 *iam.TagInstanceProfileInput) (*request.Request, *iam.TagInstanceProfileOutput)

TagInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) TagInstanceProfileWithContext

func (_m *MockIAMAPI) TagInstanceProfileWithContext(_a0 context.Context, _a1 *iam.TagInstanceProfileInput, _a2 ...request.Option) (*iam.TagInstanceProfileOutput, error)

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

func (*MockIAMAPI) TagMFADevice

func (_m *MockIAMAPI) TagMFADevice(_a0 *iam.TagMFADeviceInput) (*iam.TagMFADeviceOutput, error)

TagMFADevice provides a mock function with given fields: _a0

func (*MockIAMAPI) TagMFADeviceRequest

func (_m *MockIAMAPI) TagMFADeviceRequest(_a0 *iam.TagMFADeviceInput) (*request.Request, *iam.TagMFADeviceOutput)

TagMFADeviceRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) TagMFADeviceWithContext

func (_m *MockIAMAPI) TagMFADeviceWithContext(_a0 context.Context, _a1 *iam.TagMFADeviceInput, _a2 ...request.Option) (*iam.TagMFADeviceOutput, error)

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

func (*MockIAMAPI) TagOpenIDConnectProvider

TagOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) TagOpenIDConnectProviderRequest

func (_m *MockIAMAPI) TagOpenIDConnectProviderRequest(_a0 *iam.TagOpenIDConnectProviderInput) (*request.Request, *iam.TagOpenIDConnectProviderOutput)

TagOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) TagOpenIDConnectProviderWithContext

func (_m *MockIAMAPI) TagOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.TagOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.TagOpenIDConnectProviderOutput, error)

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

func (*MockIAMAPI) TagPolicy

func (_m *MockIAMAPI) TagPolicy(_a0 *iam.TagPolicyInput) (*iam.TagPolicyOutput, error)

TagPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) TagPolicyRequest

func (_m *MockIAMAPI) TagPolicyRequest(_a0 *iam.TagPolicyInput) (*request.Request, *iam.TagPolicyOutput)

TagPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) TagPolicyWithContext

func (_m *MockIAMAPI) TagPolicyWithContext(_a0 context.Context, _a1 *iam.TagPolicyInput, _a2 ...request.Option) (*iam.TagPolicyOutput, error)

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

func (*MockIAMAPI) TagRole

func (_m *MockIAMAPI) TagRole(_a0 *iam.TagRoleInput) (*iam.TagRoleOutput, error)

TagRole provides a mock function with given fields: _a0

func (*MockIAMAPI) TagRoleRequest

func (_m *MockIAMAPI) TagRoleRequest(_a0 *iam.TagRoleInput) (*request.Request, *iam.TagRoleOutput)

TagRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) TagRoleWithContext

func (_m *MockIAMAPI) TagRoleWithContext(_a0 context.Context, _a1 *iam.TagRoleInput, _a2 ...request.Option) (*iam.TagRoleOutput, error)

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

func (*MockIAMAPI) TagSAMLProvider

func (_m *MockIAMAPI) TagSAMLProvider(_a0 *iam.TagSAMLProviderInput) (*iam.TagSAMLProviderOutput, error)

TagSAMLProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) TagSAMLProviderRequest

func (_m *MockIAMAPI) TagSAMLProviderRequest(_a0 *iam.TagSAMLProviderInput) (*request.Request, *iam.TagSAMLProviderOutput)

TagSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) TagSAMLProviderWithContext

func (_m *MockIAMAPI) TagSAMLProviderWithContext(_a0 context.Context, _a1 *iam.TagSAMLProviderInput, _a2 ...request.Option) (*iam.TagSAMLProviderOutput, error)

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

func (*MockIAMAPI) TagServerCertificate

func (_m *MockIAMAPI) TagServerCertificate(_a0 *iam.TagServerCertificateInput) (*iam.TagServerCertificateOutput, error)

TagServerCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) TagServerCertificateRequest

func (_m *MockIAMAPI) TagServerCertificateRequest(_a0 *iam.TagServerCertificateInput) (*request.Request, *iam.TagServerCertificateOutput)

TagServerCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) TagServerCertificateWithContext

func (_m *MockIAMAPI) TagServerCertificateWithContext(_a0 context.Context, _a1 *iam.TagServerCertificateInput, _a2 ...request.Option) (*iam.TagServerCertificateOutput, error)

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

func (*MockIAMAPI) TagUser

func (_m *MockIAMAPI) TagUser(_a0 *iam.TagUserInput) (*iam.TagUserOutput, error)

TagUser provides a mock function with given fields: _a0

func (*MockIAMAPI) TagUserRequest

func (_m *MockIAMAPI) TagUserRequest(_a0 *iam.TagUserInput) (*request.Request, *iam.TagUserOutput)

TagUserRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) TagUserWithContext

func (_m *MockIAMAPI) TagUserWithContext(_a0 context.Context, _a1 *iam.TagUserInput, _a2 ...request.Option) (*iam.TagUserOutput, error)

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

func (*MockIAMAPI) UntagInstanceProfile

func (_m *MockIAMAPI) UntagInstanceProfile(_a0 *iam.UntagInstanceProfileInput) (*iam.UntagInstanceProfileOutput, error)

UntagInstanceProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagInstanceProfileRequest

func (_m *MockIAMAPI) UntagInstanceProfileRequest(_a0 *iam.UntagInstanceProfileInput) (*request.Request, *iam.UntagInstanceProfileOutput)

UntagInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagInstanceProfileWithContext

func (_m *MockIAMAPI) UntagInstanceProfileWithContext(_a0 context.Context, _a1 *iam.UntagInstanceProfileInput, _a2 ...request.Option) (*iam.UntagInstanceProfileOutput, error)

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

func (*MockIAMAPI) UntagMFADevice

func (_m *MockIAMAPI) UntagMFADevice(_a0 *iam.UntagMFADeviceInput) (*iam.UntagMFADeviceOutput, error)

UntagMFADevice provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagMFADeviceRequest

func (_m *MockIAMAPI) UntagMFADeviceRequest(_a0 *iam.UntagMFADeviceInput) (*request.Request, *iam.UntagMFADeviceOutput)

UntagMFADeviceRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagMFADeviceWithContext

func (_m *MockIAMAPI) UntagMFADeviceWithContext(_a0 context.Context, _a1 *iam.UntagMFADeviceInput, _a2 ...request.Option) (*iam.UntagMFADeviceOutput, error)

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

func (*MockIAMAPI) UntagOpenIDConnectProvider

UntagOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagOpenIDConnectProviderRequest

func (_m *MockIAMAPI) UntagOpenIDConnectProviderRequest(_a0 *iam.UntagOpenIDConnectProviderInput) (*request.Request, *iam.UntagOpenIDConnectProviderOutput)

UntagOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagOpenIDConnectProviderWithContext

func (_m *MockIAMAPI) UntagOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.UntagOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.UntagOpenIDConnectProviderOutput, error)

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

func (*MockIAMAPI) UntagPolicy

func (_m *MockIAMAPI) UntagPolicy(_a0 *iam.UntagPolicyInput) (*iam.UntagPolicyOutput, error)

UntagPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagPolicyRequest

func (_m *MockIAMAPI) UntagPolicyRequest(_a0 *iam.UntagPolicyInput) (*request.Request, *iam.UntagPolicyOutput)

UntagPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagPolicyWithContext

func (_m *MockIAMAPI) UntagPolicyWithContext(_a0 context.Context, _a1 *iam.UntagPolicyInput, _a2 ...request.Option) (*iam.UntagPolicyOutput, error)

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

func (*MockIAMAPI) UntagRole

func (_m *MockIAMAPI) UntagRole(_a0 *iam.UntagRoleInput) (*iam.UntagRoleOutput, error)

UntagRole provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagRoleRequest

func (_m *MockIAMAPI) UntagRoleRequest(_a0 *iam.UntagRoleInput) (*request.Request, *iam.UntagRoleOutput)

UntagRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagRoleWithContext

func (_m *MockIAMAPI) UntagRoleWithContext(_a0 context.Context, _a1 *iam.UntagRoleInput, _a2 ...request.Option) (*iam.UntagRoleOutput, error)

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

func (*MockIAMAPI) UntagSAMLProvider

func (_m *MockIAMAPI) UntagSAMLProvider(_a0 *iam.UntagSAMLProviderInput) (*iam.UntagSAMLProviderOutput, error)

UntagSAMLProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagSAMLProviderRequest

func (_m *MockIAMAPI) UntagSAMLProviderRequest(_a0 *iam.UntagSAMLProviderInput) (*request.Request, *iam.UntagSAMLProviderOutput)

UntagSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagSAMLProviderWithContext

func (_m *MockIAMAPI) UntagSAMLProviderWithContext(_a0 context.Context, _a1 *iam.UntagSAMLProviderInput, _a2 ...request.Option) (*iam.UntagSAMLProviderOutput, error)

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

func (*MockIAMAPI) UntagServerCertificate

func (_m *MockIAMAPI) UntagServerCertificate(_a0 *iam.UntagServerCertificateInput) (*iam.UntagServerCertificateOutput, error)

UntagServerCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagServerCertificateRequest

func (_m *MockIAMAPI) UntagServerCertificateRequest(_a0 *iam.UntagServerCertificateInput) (*request.Request, *iam.UntagServerCertificateOutput)

UntagServerCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagServerCertificateWithContext

func (_m *MockIAMAPI) UntagServerCertificateWithContext(_a0 context.Context, _a1 *iam.UntagServerCertificateInput, _a2 ...request.Option) (*iam.UntagServerCertificateOutput, error)

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

func (*MockIAMAPI) UntagUser

func (_m *MockIAMAPI) UntagUser(_a0 *iam.UntagUserInput) (*iam.UntagUserOutput, error)

UntagUser provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagUserRequest

func (_m *MockIAMAPI) UntagUserRequest(_a0 *iam.UntagUserInput) (*request.Request, *iam.UntagUserOutput)

UntagUserRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UntagUserWithContext

func (_m *MockIAMAPI) UntagUserWithContext(_a0 context.Context, _a1 *iam.UntagUserInput, _a2 ...request.Option) (*iam.UntagUserOutput, error)

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

func (*MockIAMAPI) UpdateAccessKey

func (_m *MockIAMAPI) UpdateAccessKey(_a0 *iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKey provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateAccessKeyRequest

func (_m *MockIAMAPI) UpdateAccessKeyRequest(_a0 *iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)

UpdateAccessKeyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateAccessKeyWithContext

func (_m *MockIAMAPI) UpdateAccessKeyWithContext(_a0 context.Context, _a1 *iam.UpdateAccessKeyInput, _a2 ...request.Option) (*iam.UpdateAccessKeyOutput, error)

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

func (*MockIAMAPI) UpdateAccountPasswordPolicy

UpdateAccountPasswordPolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateAccountPasswordPolicyRequest

func (_m *MockIAMAPI) UpdateAccountPasswordPolicyRequest(_a0 *iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)

UpdateAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateAccountPasswordPolicyWithContext

func (_m *MockIAMAPI) UpdateAccountPasswordPolicyWithContext(_a0 context.Context, _a1 *iam.UpdateAccountPasswordPolicyInput, _a2 ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)

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

func (*MockIAMAPI) UpdateAssumeRolePolicy

func (_m *MockIAMAPI) UpdateAssumeRolePolicy(_a0 *iam.UpdateAssumeRolePolicyInput) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicy provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateAssumeRolePolicyRequest

func (_m *MockIAMAPI) UpdateAssumeRolePolicyRequest(_a0 *iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)

UpdateAssumeRolePolicyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateAssumeRolePolicyWithContext

func (_m *MockIAMAPI) UpdateAssumeRolePolicyWithContext(_a0 context.Context, _a1 *iam.UpdateAssumeRolePolicyInput, _a2 ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)

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

func (*MockIAMAPI) UpdateGroup

func (_m *MockIAMAPI) UpdateGroup(_a0 *iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)

UpdateGroup provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateGroupRequest

func (_m *MockIAMAPI) UpdateGroupRequest(_a0 *iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)

UpdateGroupRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateGroupWithContext

func (_m *MockIAMAPI) UpdateGroupWithContext(_a0 context.Context, _a1 *iam.UpdateGroupInput, _a2 ...request.Option) (*iam.UpdateGroupOutput, error)

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

func (*MockIAMAPI) UpdateLoginProfile

func (_m *MockIAMAPI) UpdateLoginProfile(_a0 *iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfile provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateLoginProfileRequest

func (_m *MockIAMAPI) UpdateLoginProfileRequest(_a0 *iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)

UpdateLoginProfileRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateLoginProfileWithContext

func (_m *MockIAMAPI) UpdateLoginProfileWithContext(_a0 context.Context, _a1 *iam.UpdateLoginProfileInput, _a2 ...request.Option) (*iam.UpdateLoginProfileOutput, error)

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

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprint

UpdateOpenIDConnectProviderThumbprint provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintRequest

UpdateOpenIDConnectProviderThumbprintRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext

func (_m *MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext(_a0 context.Context, _a1 *iam.UpdateOpenIDConnectProviderThumbprintInput, _a2 ...request.Option) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)

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

func (*MockIAMAPI) UpdateRole

func (_m *MockIAMAPI) UpdateRole(_a0 *iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)

UpdateRole provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateRoleDescription

func (_m *MockIAMAPI) UpdateRoleDescription(_a0 *iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescription provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateRoleDescriptionRequest

func (_m *MockIAMAPI) UpdateRoleDescriptionRequest(_a0 *iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)

UpdateRoleDescriptionRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateRoleDescriptionWithContext

func (_m *MockIAMAPI) UpdateRoleDescriptionWithContext(_a0 context.Context, _a1 *iam.UpdateRoleDescriptionInput, _a2 ...request.Option) (*iam.UpdateRoleDescriptionOutput, error)

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

func (*MockIAMAPI) UpdateRoleRequest

func (_m *MockIAMAPI) UpdateRoleRequest(_a0 *iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)

UpdateRoleRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateRoleWithContext

func (_m *MockIAMAPI) UpdateRoleWithContext(_a0 context.Context, _a1 *iam.UpdateRoleInput, _a2 ...request.Option) (*iam.UpdateRoleOutput, error)

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

func (*MockIAMAPI) UpdateSAMLProvider

func (_m *MockIAMAPI) UpdateSAMLProvider(_a0 *iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProvider provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateSAMLProviderRequest

func (_m *MockIAMAPI) UpdateSAMLProviderRequest(_a0 *iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)

UpdateSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateSAMLProviderWithContext

func (_m *MockIAMAPI) UpdateSAMLProviderWithContext(_a0 context.Context, _a1 *iam.UpdateSAMLProviderInput, _a2 ...request.Option) (*iam.UpdateSAMLProviderOutput, error)

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

func (*MockIAMAPI) UpdateSSHPublicKey

func (_m *MockIAMAPI) UpdateSSHPublicKey(_a0 *iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKey provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateSSHPublicKeyRequest

func (_m *MockIAMAPI) UpdateSSHPublicKeyRequest(_a0 *iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)

UpdateSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateSSHPublicKeyWithContext

func (_m *MockIAMAPI) UpdateSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.UpdateSSHPublicKeyInput, _a2 ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)

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

func (*MockIAMAPI) UpdateServerCertificate

func (_m *MockIAMAPI) UpdateServerCertificate(_a0 *iam.UpdateServerCertificateInput) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateServerCertificateRequest

func (_m *MockIAMAPI) UpdateServerCertificateRequest(_a0 *iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)

UpdateServerCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateServerCertificateWithContext

func (_m *MockIAMAPI) UpdateServerCertificateWithContext(_a0 context.Context, _a1 *iam.UpdateServerCertificateInput, _a2 ...request.Option) (*iam.UpdateServerCertificateOutput, error)

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

func (*MockIAMAPI) UpdateServiceSpecificCredential

UpdateServiceSpecificCredential provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateServiceSpecificCredentialRequest

func (_m *MockIAMAPI) UpdateServiceSpecificCredentialRequest(_a0 *iam.UpdateServiceSpecificCredentialInput) (*request.Request, *iam.UpdateServiceSpecificCredentialOutput)

UpdateServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateServiceSpecificCredentialWithContext

func (_m *MockIAMAPI) UpdateServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.UpdateServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)

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

func (*MockIAMAPI) UpdateSigningCertificate

UpdateSigningCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateSigningCertificateRequest

func (_m *MockIAMAPI) UpdateSigningCertificateRequest(_a0 *iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)

UpdateSigningCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateSigningCertificateWithContext

func (_m *MockIAMAPI) UpdateSigningCertificateWithContext(_a0 context.Context, _a1 *iam.UpdateSigningCertificateInput, _a2 ...request.Option) (*iam.UpdateSigningCertificateOutput, error)

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

func (*MockIAMAPI) UpdateUser

func (_m *MockIAMAPI) UpdateUser(_a0 *iam.UpdateUserInput) (*iam.UpdateUserOutput, error)

UpdateUser provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateUserRequest

func (_m *MockIAMAPI) UpdateUserRequest(_a0 *iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)

UpdateUserRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UpdateUserWithContext

func (_m *MockIAMAPI) UpdateUserWithContext(_a0 context.Context, _a1 *iam.UpdateUserInput, _a2 ...request.Option) (*iam.UpdateUserOutput, error)

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

func (*MockIAMAPI) UploadSSHPublicKey

func (_m *MockIAMAPI) UploadSSHPublicKey(_a0 *iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKey provides a mock function with given fields: _a0

func (*MockIAMAPI) UploadSSHPublicKeyRequest

func (_m *MockIAMAPI) UploadSSHPublicKeyRequest(_a0 *iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)

UploadSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UploadSSHPublicKeyWithContext

func (_m *MockIAMAPI) UploadSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.UploadSSHPublicKeyInput, _a2 ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)

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

func (*MockIAMAPI) UploadServerCertificate

func (_m *MockIAMAPI) UploadServerCertificate(_a0 *iam.UploadServerCertificateInput) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) UploadServerCertificateRequest

func (_m *MockIAMAPI) UploadServerCertificateRequest(_a0 *iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)

UploadServerCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UploadServerCertificateWithContext

func (_m *MockIAMAPI) UploadServerCertificateWithContext(_a0 context.Context, _a1 *iam.UploadServerCertificateInput, _a2 ...request.Option) (*iam.UploadServerCertificateOutput, error)

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

func (*MockIAMAPI) UploadSigningCertificate

UploadSigningCertificate provides a mock function with given fields: _a0

func (*MockIAMAPI) UploadSigningCertificateRequest

func (_m *MockIAMAPI) UploadSigningCertificateRequest(_a0 *iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)

UploadSigningCertificateRequest provides a mock function with given fields: _a0

func (*MockIAMAPI) UploadSigningCertificateWithContext

func (_m *MockIAMAPI) UploadSigningCertificateWithContext(_a0 context.Context, _a1 *iam.UploadSigningCertificateInput, _a2 ...request.Option) (*iam.UploadSigningCertificateOutput, error)

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

func (*MockIAMAPI) WaitUntilInstanceProfileExists

func (_m *MockIAMAPI) WaitUntilInstanceProfileExists(_a0 *iam.GetInstanceProfileInput) error

WaitUntilInstanceProfileExists provides a mock function with given fields: _a0

func (*MockIAMAPI) WaitUntilInstanceProfileExistsWithContext

func (_m *MockIAMAPI) WaitUntilInstanceProfileExistsWithContext(_a0 context.Context, _a1 *iam.GetInstanceProfileInput, _a2 ...request.WaiterOption) error

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

func (*MockIAMAPI) WaitUntilPolicyExists

func (_m *MockIAMAPI) WaitUntilPolicyExists(_a0 *iam.GetPolicyInput) error

WaitUntilPolicyExists provides a mock function with given fields: _a0

func (*MockIAMAPI) WaitUntilPolicyExistsWithContext

func (_m *MockIAMAPI) WaitUntilPolicyExistsWithContext(_a0 context.Context, _a1 *iam.GetPolicyInput, _a2 ...request.WaiterOption) error

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

func (*MockIAMAPI) WaitUntilRoleExists

func (_m *MockIAMAPI) WaitUntilRoleExists(_a0 *iam.GetRoleInput) error

WaitUntilRoleExists provides a mock function with given fields: _a0

func (*MockIAMAPI) WaitUntilRoleExistsWithContext

func (_m *MockIAMAPI) WaitUntilRoleExistsWithContext(_a0 context.Context, _a1 *iam.GetRoleInput, _a2 ...request.WaiterOption) error

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

func (*MockIAMAPI) WaitUntilUserExists

func (_m *MockIAMAPI) WaitUntilUserExists(_a0 *iam.GetUserInput) error

WaitUntilUserExists provides a mock function with given fields: _a0

func (*MockIAMAPI) WaitUntilUserExistsWithContext

func (_m *MockIAMAPI) WaitUntilUserExistsWithContext(_a0 context.Context, _a1 *iam.GetUserInput, _a2 ...request.WaiterOption) error

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

type MockIAMAPI_AddClientIDToOpenIDConnectProviderRequest_Call

type MockIAMAPI_AddClientIDToOpenIDConnectProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_AddClientIDToOpenIDConnectProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddClientIDToOpenIDConnectProviderRequest'

type MockIAMAPI_AddClientIDToOpenIDConnectProviderWithContext_Call

type MockIAMAPI_AddClientIDToOpenIDConnectProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_AddClientIDToOpenIDConnectProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddClientIDToOpenIDConnectProviderWithContext'

type MockIAMAPI_AddClientIDToOpenIDConnectProvider_Call

type MockIAMAPI_AddClientIDToOpenIDConnectProvider_Call struct {
	*mock.Call
}

MockIAMAPI_AddClientIDToOpenIDConnectProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddClientIDToOpenIDConnectProvider'

func (*MockIAMAPI_AddClientIDToOpenIDConnectProvider_Call) Run

type MockIAMAPI_AddRoleToInstanceProfileRequest_Call

type MockIAMAPI_AddRoleToInstanceProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_AddRoleToInstanceProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddRoleToInstanceProfileRequest'

func (*MockIAMAPI_AddRoleToInstanceProfileRequest_Call) Run

type MockIAMAPI_AddRoleToInstanceProfileWithContext_Call

type MockIAMAPI_AddRoleToInstanceProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_AddRoleToInstanceProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddRoleToInstanceProfileWithContext'

func (*MockIAMAPI_AddRoleToInstanceProfileWithContext_Call) Run

type MockIAMAPI_AddRoleToInstanceProfile_Call

type MockIAMAPI_AddRoleToInstanceProfile_Call struct {
	*mock.Call
}

MockIAMAPI_AddRoleToInstanceProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddRoleToInstanceProfile'

func (*MockIAMAPI_AddRoleToInstanceProfile_Call) Return

func (*MockIAMAPI_AddRoleToInstanceProfile_Call) Run

type MockIAMAPI_AddUserToGroupRequest_Call

type MockIAMAPI_AddUserToGroupRequest_Call struct {
	*mock.Call
}

MockIAMAPI_AddUserToGroupRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToGroupRequest'

func (*MockIAMAPI_AddUserToGroupRequest_Call) Return

func (*MockIAMAPI_AddUserToGroupRequest_Call) Run

func (*MockIAMAPI_AddUserToGroupRequest_Call) RunAndReturn

type MockIAMAPI_AddUserToGroupWithContext_Call

type MockIAMAPI_AddUserToGroupWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_AddUserToGroupWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToGroupWithContext'

func (*MockIAMAPI_AddUserToGroupWithContext_Call) Return

func (*MockIAMAPI_AddUserToGroupWithContext_Call) Run

type MockIAMAPI_AddUserToGroup_Call

type MockIAMAPI_AddUserToGroup_Call struct {
	*mock.Call
}

MockIAMAPI_AddUserToGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToGroup'

func (*MockIAMAPI_AddUserToGroup_Call) Return

func (*MockIAMAPI_AddUserToGroup_Call) Run

func (*MockIAMAPI_AddUserToGroup_Call) RunAndReturn

type MockIAMAPI_AttachGroupPolicyRequest_Call

type MockIAMAPI_AttachGroupPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_AttachGroupPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachGroupPolicyRequest'

func (*MockIAMAPI_AttachGroupPolicyRequest_Call) Return

func (*MockIAMAPI_AttachGroupPolicyRequest_Call) Run

type MockIAMAPI_AttachGroupPolicyWithContext_Call

type MockIAMAPI_AttachGroupPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_AttachGroupPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachGroupPolicyWithContext'

func (*MockIAMAPI_AttachGroupPolicyWithContext_Call) Return

func (*MockIAMAPI_AttachGroupPolicyWithContext_Call) Run

type MockIAMAPI_AttachGroupPolicy_Call

type MockIAMAPI_AttachGroupPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_AttachGroupPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachGroupPolicy'

func (*MockIAMAPI_AttachGroupPolicy_Call) Return

func (*MockIAMAPI_AttachGroupPolicy_Call) Run

func (*MockIAMAPI_AttachGroupPolicy_Call) RunAndReturn

type MockIAMAPI_AttachRolePolicyRequest_Call

type MockIAMAPI_AttachRolePolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_AttachRolePolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachRolePolicyRequest'

func (*MockIAMAPI_AttachRolePolicyRequest_Call) Return

func (*MockIAMAPI_AttachRolePolicyRequest_Call) Run

type MockIAMAPI_AttachRolePolicyWithContext_Call

type MockIAMAPI_AttachRolePolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_AttachRolePolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachRolePolicyWithContext'

func (*MockIAMAPI_AttachRolePolicyWithContext_Call) Return

func (*MockIAMAPI_AttachRolePolicyWithContext_Call) Run

type MockIAMAPI_AttachRolePolicy_Call

type MockIAMAPI_AttachRolePolicy_Call struct {
	*mock.Call
}

MockIAMAPI_AttachRolePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachRolePolicy'

func (*MockIAMAPI_AttachRolePolicy_Call) Return

func (*MockIAMAPI_AttachRolePolicy_Call) Run

func (*MockIAMAPI_AttachRolePolicy_Call) RunAndReturn

type MockIAMAPI_AttachUserPolicyRequest_Call

type MockIAMAPI_AttachUserPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_AttachUserPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachUserPolicyRequest'

func (*MockIAMAPI_AttachUserPolicyRequest_Call) Return

func (*MockIAMAPI_AttachUserPolicyRequest_Call) Run

type MockIAMAPI_AttachUserPolicyWithContext_Call

type MockIAMAPI_AttachUserPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_AttachUserPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachUserPolicyWithContext'

func (*MockIAMAPI_AttachUserPolicyWithContext_Call) Return

func (*MockIAMAPI_AttachUserPolicyWithContext_Call) Run

type MockIAMAPI_AttachUserPolicy_Call

type MockIAMAPI_AttachUserPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_AttachUserPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AttachUserPolicy'

func (*MockIAMAPI_AttachUserPolicy_Call) Return

func (*MockIAMAPI_AttachUserPolicy_Call) Run

func (*MockIAMAPI_AttachUserPolicy_Call) RunAndReturn

type MockIAMAPI_ChangePasswordRequest_Call

type MockIAMAPI_ChangePasswordRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ChangePasswordRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChangePasswordRequest'

func (*MockIAMAPI_ChangePasswordRequest_Call) Return

func (*MockIAMAPI_ChangePasswordRequest_Call) Run

func (*MockIAMAPI_ChangePasswordRequest_Call) RunAndReturn

type MockIAMAPI_ChangePasswordWithContext_Call

type MockIAMAPI_ChangePasswordWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ChangePasswordWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChangePasswordWithContext'

func (*MockIAMAPI_ChangePasswordWithContext_Call) Return

func (*MockIAMAPI_ChangePasswordWithContext_Call) Run

type MockIAMAPI_ChangePassword_Call

type MockIAMAPI_ChangePassword_Call struct {
	*mock.Call
}

MockIAMAPI_ChangePassword_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChangePassword'

func (*MockIAMAPI_ChangePassword_Call) Return

func (*MockIAMAPI_ChangePassword_Call) Run

func (*MockIAMAPI_ChangePassword_Call) RunAndReturn

type MockIAMAPI_CreateAccessKeyRequest_Call

type MockIAMAPI_CreateAccessKeyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateAccessKeyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAccessKeyRequest'

func (*MockIAMAPI_CreateAccessKeyRequest_Call) Return

func (*MockIAMAPI_CreateAccessKeyRequest_Call) Run

type MockIAMAPI_CreateAccessKeyWithContext_Call

type MockIAMAPI_CreateAccessKeyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateAccessKeyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAccessKeyWithContext'

func (*MockIAMAPI_CreateAccessKeyWithContext_Call) Return

func (*MockIAMAPI_CreateAccessKeyWithContext_Call) Run

type MockIAMAPI_CreateAccessKey_Call

type MockIAMAPI_CreateAccessKey_Call struct {
	*mock.Call
}

MockIAMAPI_CreateAccessKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAccessKey'

func (*MockIAMAPI_CreateAccessKey_Call) Return

func (*MockIAMAPI_CreateAccessKey_Call) Run

func (*MockIAMAPI_CreateAccessKey_Call) RunAndReturn

type MockIAMAPI_CreateAccountAliasRequest_Call

type MockIAMAPI_CreateAccountAliasRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateAccountAliasRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAccountAliasRequest'

func (*MockIAMAPI_CreateAccountAliasRequest_Call) Return

func (*MockIAMAPI_CreateAccountAliasRequest_Call) Run

type MockIAMAPI_CreateAccountAliasWithContext_Call

type MockIAMAPI_CreateAccountAliasWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateAccountAliasWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAccountAliasWithContext'

func (*MockIAMAPI_CreateAccountAliasWithContext_Call) Return

func (*MockIAMAPI_CreateAccountAliasWithContext_Call) Run

type MockIAMAPI_CreateAccountAlias_Call

type MockIAMAPI_CreateAccountAlias_Call struct {
	*mock.Call
}

MockIAMAPI_CreateAccountAlias_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAccountAlias'

func (*MockIAMAPI_CreateAccountAlias_Call) Return

func (*MockIAMAPI_CreateAccountAlias_Call) Run

func (*MockIAMAPI_CreateAccountAlias_Call) RunAndReturn

type MockIAMAPI_CreateGroupRequest_Call

type MockIAMAPI_CreateGroupRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateGroupRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateGroupRequest'

func (*MockIAMAPI_CreateGroupRequest_Call) Return

func (*MockIAMAPI_CreateGroupRequest_Call) Run

func (*MockIAMAPI_CreateGroupRequest_Call) RunAndReturn

type MockIAMAPI_CreateGroupWithContext_Call

type MockIAMAPI_CreateGroupWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateGroupWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateGroupWithContext'

func (*MockIAMAPI_CreateGroupWithContext_Call) Return

func (*MockIAMAPI_CreateGroupWithContext_Call) Run

type MockIAMAPI_CreateGroup_Call

type MockIAMAPI_CreateGroup_Call struct {
	*mock.Call
}

MockIAMAPI_CreateGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateGroup'

func (*MockIAMAPI_CreateGroup_Call) Return

func (*MockIAMAPI_CreateGroup_Call) Run

func (*MockIAMAPI_CreateGroup_Call) RunAndReturn

type MockIAMAPI_CreateInstanceProfileRequest_Call

type MockIAMAPI_CreateInstanceProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateInstanceProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateInstanceProfileRequest'

func (*MockIAMAPI_CreateInstanceProfileRequest_Call) Run

type MockIAMAPI_CreateInstanceProfileWithContext_Call

type MockIAMAPI_CreateInstanceProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateInstanceProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateInstanceProfileWithContext'

func (*MockIAMAPI_CreateInstanceProfileWithContext_Call) Return

func (*MockIAMAPI_CreateInstanceProfileWithContext_Call) Run

type MockIAMAPI_CreateInstanceProfile_Call

type MockIAMAPI_CreateInstanceProfile_Call struct {
	*mock.Call
}

MockIAMAPI_CreateInstanceProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateInstanceProfile'

func (*MockIAMAPI_CreateInstanceProfile_Call) Return

func (*MockIAMAPI_CreateInstanceProfile_Call) Run

type MockIAMAPI_CreateLoginProfileRequest_Call

type MockIAMAPI_CreateLoginProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateLoginProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateLoginProfileRequest'

func (*MockIAMAPI_CreateLoginProfileRequest_Call) Return

func (*MockIAMAPI_CreateLoginProfileRequest_Call) Run

type MockIAMAPI_CreateLoginProfileWithContext_Call

type MockIAMAPI_CreateLoginProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateLoginProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateLoginProfileWithContext'

func (*MockIAMAPI_CreateLoginProfileWithContext_Call) Return

func (*MockIAMAPI_CreateLoginProfileWithContext_Call) Run

type MockIAMAPI_CreateLoginProfile_Call

type MockIAMAPI_CreateLoginProfile_Call struct {
	*mock.Call
}

MockIAMAPI_CreateLoginProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateLoginProfile'

func (*MockIAMAPI_CreateLoginProfile_Call) Return

func (*MockIAMAPI_CreateLoginProfile_Call) Run

func (*MockIAMAPI_CreateLoginProfile_Call) RunAndReturn

type MockIAMAPI_CreateOpenIDConnectProviderRequest_Call

type MockIAMAPI_CreateOpenIDConnectProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateOpenIDConnectProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateOpenIDConnectProviderRequest'

func (*MockIAMAPI_CreateOpenIDConnectProviderRequest_Call) Run

type MockIAMAPI_CreateOpenIDConnectProviderWithContext_Call

type MockIAMAPI_CreateOpenIDConnectProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateOpenIDConnectProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateOpenIDConnectProviderWithContext'

func (*MockIAMAPI_CreateOpenIDConnectProviderWithContext_Call) Run

type MockIAMAPI_CreateOpenIDConnectProvider_Call

type MockIAMAPI_CreateOpenIDConnectProvider_Call struct {
	*mock.Call
}

MockIAMAPI_CreateOpenIDConnectProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateOpenIDConnectProvider'

func (*MockIAMAPI_CreateOpenIDConnectProvider_Call) Return

func (*MockIAMAPI_CreateOpenIDConnectProvider_Call) Run

type MockIAMAPI_CreatePolicyRequest_Call

type MockIAMAPI_CreatePolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreatePolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePolicyRequest'

func (*MockIAMAPI_CreatePolicyRequest_Call) Return

func (*MockIAMAPI_CreatePolicyRequest_Call) Run

func (*MockIAMAPI_CreatePolicyRequest_Call) RunAndReturn

type MockIAMAPI_CreatePolicyVersionRequest_Call

type MockIAMAPI_CreatePolicyVersionRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreatePolicyVersionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePolicyVersionRequest'

func (*MockIAMAPI_CreatePolicyVersionRequest_Call) Return

func (*MockIAMAPI_CreatePolicyVersionRequest_Call) Run

type MockIAMAPI_CreatePolicyVersionWithContext_Call

type MockIAMAPI_CreatePolicyVersionWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreatePolicyVersionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePolicyVersionWithContext'

func (*MockIAMAPI_CreatePolicyVersionWithContext_Call) Return

func (*MockIAMAPI_CreatePolicyVersionWithContext_Call) Run

type MockIAMAPI_CreatePolicyVersion_Call

type MockIAMAPI_CreatePolicyVersion_Call struct {
	*mock.Call
}

MockIAMAPI_CreatePolicyVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePolicyVersion'

func (*MockIAMAPI_CreatePolicyVersion_Call) Return

func (*MockIAMAPI_CreatePolicyVersion_Call) Run

type MockIAMAPI_CreatePolicyWithContext_Call

type MockIAMAPI_CreatePolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreatePolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePolicyWithContext'

func (*MockIAMAPI_CreatePolicyWithContext_Call) Return

func (*MockIAMAPI_CreatePolicyWithContext_Call) Run

type MockIAMAPI_CreatePolicy_Call

type MockIAMAPI_CreatePolicy_Call struct {
	*mock.Call
}

MockIAMAPI_CreatePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePolicy'

func (*MockIAMAPI_CreatePolicy_Call) Return

func (*MockIAMAPI_CreatePolicy_Call) Run

func (*MockIAMAPI_CreatePolicy_Call) RunAndReturn

type MockIAMAPI_CreateRoleRequest_Call

type MockIAMAPI_CreateRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateRoleRequest'

func (*MockIAMAPI_CreateRoleRequest_Call) Return

func (*MockIAMAPI_CreateRoleRequest_Call) Run

func (*MockIAMAPI_CreateRoleRequest_Call) RunAndReturn

type MockIAMAPI_CreateRoleWithContext_Call

type MockIAMAPI_CreateRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateRoleWithContext'

func (*MockIAMAPI_CreateRoleWithContext_Call) Return

func (*MockIAMAPI_CreateRoleWithContext_Call) Run

func (*MockIAMAPI_CreateRoleWithContext_Call) RunAndReturn

type MockIAMAPI_CreateRole_Call

type MockIAMAPI_CreateRole_Call struct {
	*mock.Call
}

MockIAMAPI_CreateRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateRole'

func (*MockIAMAPI_CreateRole_Call) Return

func (*MockIAMAPI_CreateRole_Call) Run

func (*MockIAMAPI_CreateRole_Call) RunAndReturn

type MockIAMAPI_CreateSAMLProviderRequest_Call

type MockIAMAPI_CreateSAMLProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateSAMLProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSAMLProviderRequest'

func (*MockIAMAPI_CreateSAMLProviderRequest_Call) Return

func (*MockIAMAPI_CreateSAMLProviderRequest_Call) Run

type MockIAMAPI_CreateSAMLProviderWithContext_Call

type MockIAMAPI_CreateSAMLProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateSAMLProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSAMLProviderWithContext'

func (*MockIAMAPI_CreateSAMLProviderWithContext_Call) Return

func (*MockIAMAPI_CreateSAMLProviderWithContext_Call) Run

type MockIAMAPI_CreateSAMLProvider_Call

type MockIAMAPI_CreateSAMLProvider_Call struct {
	*mock.Call
}

MockIAMAPI_CreateSAMLProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSAMLProvider'

func (*MockIAMAPI_CreateSAMLProvider_Call) Return

func (*MockIAMAPI_CreateSAMLProvider_Call) Run

func (*MockIAMAPI_CreateSAMLProvider_Call) RunAndReturn

type MockIAMAPI_CreateServiceLinkedRoleRequest_Call

type MockIAMAPI_CreateServiceLinkedRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateServiceLinkedRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateServiceLinkedRoleRequest'

func (*MockIAMAPI_CreateServiceLinkedRoleRequest_Call) Run

type MockIAMAPI_CreateServiceLinkedRoleWithContext_Call

type MockIAMAPI_CreateServiceLinkedRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateServiceLinkedRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateServiceLinkedRoleWithContext'

func (*MockIAMAPI_CreateServiceLinkedRoleWithContext_Call) Return

func (*MockIAMAPI_CreateServiceLinkedRoleWithContext_Call) Run

type MockIAMAPI_CreateServiceLinkedRole_Call

type MockIAMAPI_CreateServiceLinkedRole_Call struct {
	*mock.Call
}

MockIAMAPI_CreateServiceLinkedRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateServiceLinkedRole'

func (*MockIAMAPI_CreateServiceLinkedRole_Call) Return

func (*MockIAMAPI_CreateServiceLinkedRole_Call) Run

type MockIAMAPI_CreateServiceSpecificCredentialRequest_Call

type MockIAMAPI_CreateServiceSpecificCredentialRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateServiceSpecificCredentialRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateServiceSpecificCredentialRequest'

func (*MockIAMAPI_CreateServiceSpecificCredentialRequest_Call) Run

type MockIAMAPI_CreateServiceSpecificCredentialWithContext_Call

type MockIAMAPI_CreateServiceSpecificCredentialWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateServiceSpecificCredentialWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateServiceSpecificCredentialWithContext'

type MockIAMAPI_CreateServiceSpecificCredential_Call

type MockIAMAPI_CreateServiceSpecificCredential_Call struct {
	*mock.Call
}

MockIAMAPI_CreateServiceSpecificCredential_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateServiceSpecificCredential'

func (*MockIAMAPI_CreateServiceSpecificCredential_Call) Run

type MockIAMAPI_CreateUserRequest_Call

type MockIAMAPI_CreateUserRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateUserRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUserRequest'

func (*MockIAMAPI_CreateUserRequest_Call) Return

func (*MockIAMAPI_CreateUserRequest_Call) Run

func (*MockIAMAPI_CreateUserRequest_Call) RunAndReturn

type MockIAMAPI_CreateUserWithContext_Call

type MockIAMAPI_CreateUserWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateUserWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUserWithContext'

func (*MockIAMAPI_CreateUserWithContext_Call) Return

func (*MockIAMAPI_CreateUserWithContext_Call) Run

func (*MockIAMAPI_CreateUserWithContext_Call) RunAndReturn

type MockIAMAPI_CreateUser_Call

type MockIAMAPI_CreateUser_Call struct {
	*mock.Call
}

MockIAMAPI_CreateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUser'

func (*MockIAMAPI_CreateUser_Call) Return

func (*MockIAMAPI_CreateUser_Call) Run

func (*MockIAMAPI_CreateUser_Call) RunAndReturn

type MockIAMAPI_CreateVirtualMFADeviceRequest_Call

type MockIAMAPI_CreateVirtualMFADeviceRequest_Call struct {
	*mock.Call
}

MockIAMAPI_CreateVirtualMFADeviceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateVirtualMFADeviceRequest'

func (*MockIAMAPI_CreateVirtualMFADeviceRequest_Call) Run

type MockIAMAPI_CreateVirtualMFADeviceWithContext_Call

type MockIAMAPI_CreateVirtualMFADeviceWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_CreateVirtualMFADeviceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateVirtualMFADeviceWithContext'

func (*MockIAMAPI_CreateVirtualMFADeviceWithContext_Call) Return

func (*MockIAMAPI_CreateVirtualMFADeviceWithContext_Call) Run

type MockIAMAPI_CreateVirtualMFADevice_Call

type MockIAMAPI_CreateVirtualMFADevice_Call struct {
	*mock.Call
}

MockIAMAPI_CreateVirtualMFADevice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateVirtualMFADevice'

func (*MockIAMAPI_CreateVirtualMFADevice_Call) Return

func (*MockIAMAPI_CreateVirtualMFADevice_Call) Run

type MockIAMAPI_DeactivateMFADeviceRequest_Call

type MockIAMAPI_DeactivateMFADeviceRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeactivateMFADeviceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeactivateMFADeviceRequest'

func (*MockIAMAPI_DeactivateMFADeviceRequest_Call) Return

func (*MockIAMAPI_DeactivateMFADeviceRequest_Call) Run

type MockIAMAPI_DeactivateMFADeviceWithContext_Call

type MockIAMAPI_DeactivateMFADeviceWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeactivateMFADeviceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeactivateMFADeviceWithContext'

func (*MockIAMAPI_DeactivateMFADeviceWithContext_Call) Return

func (*MockIAMAPI_DeactivateMFADeviceWithContext_Call) Run

type MockIAMAPI_DeactivateMFADevice_Call

type MockIAMAPI_DeactivateMFADevice_Call struct {
	*mock.Call
}

MockIAMAPI_DeactivateMFADevice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeactivateMFADevice'

func (*MockIAMAPI_DeactivateMFADevice_Call) Return

func (*MockIAMAPI_DeactivateMFADevice_Call) Run

type MockIAMAPI_DeleteAccessKeyRequest_Call

type MockIAMAPI_DeleteAccessKeyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccessKeyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccessKeyRequest'

func (*MockIAMAPI_DeleteAccessKeyRequest_Call) Return

func (*MockIAMAPI_DeleteAccessKeyRequest_Call) Run

type MockIAMAPI_DeleteAccessKeyWithContext_Call

type MockIAMAPI_DeleteAccessKeyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccessKeyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccessKeyWithContext'

func (*MockIAMAPI_DeleteAccessKeyWithContext_Call) Return

func (*MockIAMAPI_DeleteAccessKeyWithContext_Call) Run

type MockIAMAPI_DeleteAccessKey_Call

type MockIAMAPI_DeleteAccessKey_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccessKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccessKey'

func (*MockIAMAPI_DeleteAccessKey_Call) Return

func (*MockIAMAPI_DeleteAccessKey_Call) Run

func (*MockIAMAPI_DeleteAccessKey_Call) RunAndReturn

type MockIAMAPI_DeleteAccountAliasRequest_Call

type MockIAMAPI_DeleteAccountAliasRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccountAliasRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccountAliasRequest'

func (*MockIAMAPI_DeleteAccountAliasRequest_Call) Return

func (*MockIAMAPI_DeleteAccountAliasRequest_Call) Run

type MockIAMAPI_DeleteAccountAliasWithContext_Call

type MockIAMAPI_DeleteAccountAliasWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccountAliasWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccountAliasWithContext'

func (*MockIAMAPI_DeleteAccountAliasWithContext_Call) Return

func (*MockIAMAPI_DeleteAccountAliasWithContext_Call) Run

type MockIAMAPI_DeleteAccountAlias_Call

type MockIAMAPI_DeleteAccountAlias_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccountAlias_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccountAlias'

func (*MockIAMAPI_DeleteAccountAlias_Call) Return

func (*MockIAMAPI_DeleteAccountAlias_Call) Run

func (*MockIAMAPI_DeleteAccountAlias_Call) RunAndReturn

type MockIAMAPI_DeleteAccountPasswordPolicyRequest_Call

type MockIAMAPI_DeleteAccountPasswordPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccountPasswordPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccountPasswordPolicyRequest'

func (*MockIAMAPI_DeleteAccountPasswordPolicyRequest_Call) Run

type MockIAMAPI_DeleteAccountPasswordPolicyWithContext_Call

type MockIAMAPI_DeleteAccountPasswordPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccountPasswordPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccountPasswordPolicyWithContext'

func (*MockIAMAPI_DeleteAccountPasswordPolicyWithContext_Call) Run

type MockIAMAPI_DeleteAccountPasswordPolicy_Call

type MockIAMAPI_DeleteAccountPasswordPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteAccountPasswordPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccountPasswordPolicy'

func (*MockIAMAPI_DeleteAccountPasswordPolicy_Call) Return

func (*MockIAMAPI_DeleteAccountPasswordPolicy_Call) Run

type MockIAMAPI_DeleteGroupPolicyRequest_Call

type MockIAMAPI_DeleteGroupPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteGroupPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteGroupPolicyRequest'

func (*MockIAMAPI_DeleteGroupPolicyRequest_Call) Return

func (*MockIAMAPI_DeleteGroupPolicyRequest_Call) Run

type MockIAMAPI_DeleteGroupPolicyWithContext_Call

type MockIAMAPI_DeleteGroupPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteGroupPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteGroupPolicyWithContext'

func (*MockIAMAPI_DeleteGroupPolicyWithContext_Call) Return

func (*MockIAMAPI_DeleteGroupPolicyWithContext_Call) Run

type MockIAMAPI_DeleteGroupPolicy_Call

type MockIAMAPI_DeleteGroupPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteGroupPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteGroupPolicy'

func (*MockIAMAPI_DeleteGroupPolicy_Call) Return

func (*MockIAMAPI_DeleteGroupPolicy_Call) Run

func (*MockIAMAPI_DeleteGroupPolicy_Call) RunAndReturn

type MockIAMAPI_DeleteGroupRequest_Call

type MockIAMAPI_DeleteGroupRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteGroupRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteGroupRequest'

func (*MockIAMAPI_DeleteGroupRequest_Call) Return

func (*MockIAMAPI_DeleteGroupRequest_Call) Run

func (*MockIAMAPI_DeleteGroupRequest_Call) RunAndReturn

type MockIAMAPI_DeleteGroupWithContext_Call

type MockIAMAPI_DeleteGroupWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteGroupWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteGroupWithContext'

func (*MockIAMAPI_DeleteGroupWithContext_Call) Return

func (*MockIAMAPI_DeleteGroupWithContext_Call) Run

type MockIAMAPI_DeleteGroup_Call

type MockIAMAPI_DeleteGroup_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteGroup'

func (*MockIAMAPI_DeleteGroup_Call) Return

func (*MockIAMAPI_DeleteGroup_Call) Run

func (*MockIAMAPI_DeleteGroup_Call) RunAndReturn

type MockIAMAPI_DeleteInstanceProfileRequest_Call

type MockIAMAPI_DeleteInstanceProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteInstanceProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteInstanceProfileRequest'

func (*MockIAMAPI_DeleteInstanceProfileRequest_Call) Run

type MockIAMAPI_DeleteInstanceProfileWithContext_Call

type MockIAMAPI_DeleteInstanceProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteInstanceProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteInstanceProfileWithContext'

func (*MockIAMAPI_DeleteInstanceProfileWithContext_Call) Return

func (*MockIAMAPI_DeleteInstanceProfileWithContext_Call) Run

type MockIAMAPI_DeleteInstanceProfile_Call

type MockIAMAPI_DeleteInstanceProfile_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteInstanceProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteInstanceProfile'

func (*MockIAMAPI_DeleteInstanceProfile_Call) Return

func (*MockIAMAPI_DeleteInstanceProfile_Call) Run

type MockIAMAPI_DeleteLoginProfileRequest_Call

type MockIAMAPI_DeleteLoginProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteLoginProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLoginProfileRequest'

func (*MockIAMAPI_DeleteLoginProfileRequest_Call) Return

func (*MockIAMAPI_DeleteLoginProfileRequest_Call) Run

type MockIAMAPI_DeleteLoginProfileWithContext_Call

type MockIAMAPI_DeleteLoginProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteLoginProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLoginProfileWithContext'

func (*MockIAMAPI_DeleteLoginProfileWithContext_Call) Return

func (*MockIAMAPI_DeleteLoginProfileWithContext_Call) Run

type MockIAMAPI_DeleteLoginProfile_Call

type MockIAMAPI_DeleteLoginProfile_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteLoginProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLoginProfile'

func (*MockIAMAPI_DeleteLoginProfile_Call) Return

func (*MockIAMAPI_DeleteLoginProfile_Call) Run

func (*MockIAMAPI_DeleteLoginProfile_Call) RunAndReturn

type MockIAMAPI_DeleteOpenIDConnectProviderRequest_Call

type MockIAMAPI_DeleteOpenIDConnectProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteOpenIDConnectProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOpenIDConnectProviderRequest'

func (*MockIAMAPI_DeleteOpenIDConnectProviderRequest_Call) Run

type MockIAMAPI_DeleteOpenIDConnectProviderWithContext_Call

type MockIAMAPI_DeleteOpenIDConnectProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteOpenIDConnectProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOpenIDConnectProviderWithContext'

func (*MockIAMAPI_DeleteOpenIDConnectProviderWithContext_Call) Run

type MockIAMAPI_DeleteOpenIDConnectProvider_Call

type MockIAMAPI_DeleteOpenIDConnectProvider_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteOpenIDConnectProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOpenIDConnectProvider'

func (*MockIAMAPI_DeleteOpenIDConnectProvider_Call) Return

func (*MockIAMAPI_DeleteOpenIDConnectProvider_Call) Run

type MockIAMAPI_DeletePolicyRequest_Call

type MockIAMAPI_DeletePolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeletePolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePolicyRequest'

func (*MockIAMAPI_DeletePolicyRequest_Call) Return

func (*MockIAMAPI_DeletePolicyRequest_Call) Run

func (*MockIAMAPI_DeletePolicyRequest_Call) RunAndReturn

type MockIAMAPI_DeletePolicyVersionRequest_Call

type MockIAMAPI_DeletePolicyVersionRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeletePolicyVersionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePolicyVersionRequest'

func (*MockIAMAPI_DeletePolicyVersionRequest_Call) Return

func (*MockIAMAPI_DeletePolicyVersionRequest_Call) Run

type MockIAMAPI_DeletePolicyVersionWithContext_Call

type MockIAMAPI_DeletePolicyVersionWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeletePolicyVersionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePolicyVersionWithContext'

func (*MockIAMAPI_DeletePolicyVersionWithContext_Call) Return

func (*MockIAMAPI_DeletePolicyVersionWithContext_Call) Run

type MockIAMAPI_DeletePolicyVersion_Call

type MockIAMAPI_DeletePolicyVersion_Call struct {
	*mock.Call
}

MockIAMAPI_DeletePolicyVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePolicyVersion'

func (*MockIAMAPI_DeletePolicyVersion_Call) Return

func (*MockIAMAPI_DeletePolicyVersion_Call) Run

type MockIAMAPI_DeletePolicyWithContext_Call

type MockIAMAPI_DeletePolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeletePolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePolicyWithContext'

func (*MockIAMAPI_DeletePolicyWithContext_Call) Return

func (*MockIAMAPI_DeletePolicyWithContext_Call) Run

type MockIAMAPI_DeletePolicy_Call

type MockIAMAPI_DeletePolicy_Call struct {
	*mock.Call
}

MockIAMAPI_DeletePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePolicy'

func (*MockIAMAPI_DeletePolicy_Call) Return

func (*MockIAMAPI_DeletePolicy_Call) Run

func (*MockIAMAPI_DeletePolicy_Call) RunAndReturn

type MockIAMAPI_DeleteRolePermissionsBoundaryRequest_Call

type MockIAMAPI_DeleteRolePermissionsBoundaryRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRolePermissionsBoundaryRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRolePermissionsBoundaryRequest'

func (*MockIAMAPI_DeleteRolePermissionsBoundaryRequest_Call) Run

type MockIAMAPI_DeleteRolePermissionsBoundaryWithContext_Call

type MockIAMAPI_DeleteRolePermissionsBoundaryWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRolePermissionsBoundaryWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRolePermissionsBoundaryWithContext'

func (*MockIAMAPI_DeleteRolePermissionsBoundaryWithContext_Call) Run

type MockIAMAPI_DeleteRolePermissionsBoundary_Call

type MockIAMAPI_DeleteRolePermissionsBoundary_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRolePermissionsBoundary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRolePermissionsBoundary'

func (*MockIAMAPI_DeleteRolePermissionsBoundary_Call) Run

type MockIAMAPI_DeleteRolePolicyRequest_Call

type MockIAMAPI_DeleteRolePolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRolePolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRolePolicyRequest'

func (*MockIAMAPI_DeleteRolePolicyRequest_Call) Return

func (*MockIAMAPI_DeleteRolePolicyRequest_Call) Run

type MockIAMAPI_DeleteRolePolicyWithContext_Call

type MockIAMAPI_DeleteRolePolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRolePolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRolePolicyWithContext'

func (*MockIAMAPI_DeleteRolePolicyWithContext_Call) Return

func (*MockIAMAPI_DeleteRolePolicyWithContext_Call) Run

type MockIAMAPI_DeleteRolePolicy_Call

type MockIAMAPI_DeleteRolePolicy_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRolePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRolePolicy'

func (*MockIAMAPI_DeleteRolePolicy_Call) Return

func (*MockIAMAPI_DeleteRolePolicy_Call) Run

func (*MockIAMAPI_DeleteRolePolicy_Call) RunAndReturn

type MockIAMAPI_DeleteRoleRequest_Call

type MockIAMAPI_DeleteRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRoleRequest'

func (*MockIAMAPI_DeleteRoleRequest_Call) Return

func (*MockIAMAPI_DeleteRoleRequest_Call) Run

func (*MockIAMAPI_DeleteRoleRequest_Call) RunAndReturn

type MockIAMAPI_DeleteRoleWithContext_Call

type MockIAMAPI_DeleteRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRoleWithContext'

func (*MockIAMAPI_DeleteRoleWithContext_Call) Return

func (*MockIAMAPI_DeleteRoleWithContext_Call) Run

func (*MockIAMAPI_DeleteRoleWithContext_Call) RunAndReturn

type MockIAMAPI_DeleteRole_Call

type MockIAMAPI_DeleteRole_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRole'

func (*MockIAMAPI_DeleteRole_Call) Return

func (*MockIAMAPI_DeleteRole_Call) Run

func (*MockIAMAPI_DeleteRole_Call) RunAndReturn

type MockIAMAPI_DeleteSAMLProviderRequest_Call

type MockIAMAPI_DeleteSAMLProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSAMLProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSAMLProviderRequest'

func (*MockIAMAPI_DeleteSAMLProviderRequest_Call) Return

func (*MockIAMAPI_DeleteSAMLProviderRequest_Call) Run

type MockIAMAPI_DeleteSAMLProviderWithContext_Call

type MockIAMAPI_DeleteSAMLProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSAMLProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSAMLProviderWithContext'

func (*MockIAMAPI_DeleteSAMLProviderWithContext_Call) Return

func (*MockIAMAPI_DeleteSAMLProviderWithContext_Call) Run

type MockIAMAPI_DeleteSAMLProvider_Call

type MockIAMAPI_DeleteSAMLProvider_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSAMLProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSAMLProvider'

func (*MockIAMAPI_DeleteSAMLProvider_Call) Return

func (*MockIAMAPI_DeleteSAMLProvider_Call) Run

func (*MockIAMAPI_DeleteSAMLProvider_Call) RunAndReturn

type MockIAMAPI_DeleteSSHPublicKeyRequest_Call

type MockIAMAPI_DeleteSSHPublicKeyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSSHPublicKeyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSSHPublicKeyRequest'

func (*MockIAMAPI_DeleteSSHPublicKeyRequest_Call) Return

func (*MockIAMAPI_DeleteSSHPublicKeyRequest_Call) Run

type MockIAMAPI_DeleteSSHPublicKeyWithContext_Call

type MockIAMAPI_DeleteSSHPublicKeyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSSHPublicKeyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSSHPublicKeyWithContext'

func (*MockIAMAPI_DeleteSSHPublicKeyWithContext_Call) Return

func (*MockIAMAPI_DeleteSSHPublicKeyWithContext_Call) Run

type MockIAMAPI_DeleteSSHPublicKey_Call

type MockIAMAPI_DeleteSSHPublicKey_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSSHPublicKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSSHPublicKey'

func (*MockIAMAPI_DeleteSSHPublicKey_Call) Return

func (*MockIAMAPI_DeleteSSHPublicKey_Call) Run

func (*MockIAMAPI_DeleteSSHPublicKey_Call) RunAndReturn

type MockIAMAPI_DeleteServerCertificateRequest_Call

type MockIAMAPI_DeleteServerCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServerCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServerCertificateRequest'

func (*MockIAMAPI_DeleteServerCertificateRequest_Call) Run

type MockIAMAPI_DeleteServerCertificateWithContext_Call

type MockIAMAPI_DeleteServerCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServerCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServerCertificateWithContext'

func (*MockIAMAPI_DeleteServerCertificateWithContext_Call) Return

func (*MockIAMAPI_DeleteServerCertificateWithContext_Call) Run

type MockIAMAPI_DeleteServerCertificate_Call

type MockIAMAPI_DeleteServerCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServerCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServerCertificate'

func (*MockIAMAPI_DeleteServerCertificate_Call) Return

func (*MockIAMAPI_DeleteServerCertificate_Call) Run

type MockIAMAPI_DeleteServiceLinkedRoleRequest_Call

type MockIAMAPI_DeleteServiceLinkedRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServiceLinkedRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServiceLinkedRoleRequest'

func (*MockIAMAPI_DeleteServiceLinkedRoleRequest_Call) Run

type MockIAMAPI_DeleteServiceLinkedRoleWithContext_Call

type MockIAMAPI_DeleteServiceLinkedRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServiceLinkedRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServiceLinkedRoleWithContext'

func (*MockIAMAPI_DeleteServiceLinkedRoleWithContext_Call) Return

func (*MockIAMAPI_DeleteServiceLinkedRoleWithContext_Call) Run

type MockIAMAPI_DeleteServiceLinkedRole_Call

type MockIAMAPI_DeleteServiceLinkedRole_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServiceLinkedRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServiceLinkedRole'

func (*MockIAMAPI_DeleteServiceLinkedRole_Call) Return

func (*MockIAMAPI_DeleteServiceLinkedRole_Call) Run

type MockIAMAPI_DeleteServiceSpecificCredentialRequest_Call

type MockIAMAPI_DeleteServiceSpecificCredentialRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServiceSpecificCredentialRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServiceSpecificCredentialRequest'

func (*MockIAMAPI_DeleteServiceSpecificCredentialRequest_Call) Run

type MockIAMAPI_DeleteServiceSpecificCredentialWithContext_Call

type MockIAMAPI_DeleteServiceSpecificCredentialWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServiceSpecificCredentialWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServiceSpecificCredentialWithContext'

type MockIAMAPI_DeleteServiceSpecificCredential_Call

type MockIAMAPI_DeleteServiceSpecificCredential_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteServiceSpecificCredential_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteServiceSpecificCredential'

func (*MockIAMAPI_DeleteServiceSpecificCredential_Call) Run

type MockIAMAPI_DeleteSigningCertificateRequest_Call

type MockIAMAPI_DeleteSigningCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSigningCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSigningCertificateRequest'

func (*MockIAMAPI_DeleteSigningCertificateRequest_Call) Run

type MockIAMAPI_DeleteSigningCertificateWithContext_Call

type MockIAMAPI_DeleteSigningCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSigningCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSigningCertificateWithContext'

func (*MockIAMAPI_DeleteSigningCertificateWithContext_Call) Run

type MockIAMAPI_DeleteSigningCertificate_Call

type MockIAMAPI_DeleteSigningCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteSigningCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSigningCertificate'

func (*MockIAMAPI_DeleteSigningCertificate_Call) Return

func (*MockIAMAPI_DeleteSigningCertificate_Call) Run

type MockIAMAPI_DeleteUserPermissionsBoundaryRequest_Call

type MockIAMAPI_DeleteUserPermissionsBoundaryRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUserPermissionsBoundaryRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserPermissionsBoundaryRequest'

func (*MockIAMAPI_DeleteUserPermissionsBoundaryRequest_Call) Run

type MockIAMAPI_DeleteUserPermissionsBoundaryWithContext_Call

type MockIAMAPI_DeleteUserPermissionsBoundaryWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUserPermissionsBoundaryWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserPermissionsBoundaryWithContext'

func (*MockIAMAPI_DeleteUserPermissionsBoundaryWithContext_Call) Run

type MockIAMAPI_DeleteUserPermissionsBoundary_Call

type MockIAMAPI_DeleteUserPermissionsBoundary_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUserPermissionsBoundary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserPermissionsBoundary'

func (*MockIAMAPI_DeleteUserPermissionsBoundary_Call) Run

type MockIAMAPI_DeleteUserPolicyRequest_Call

type MockIAMAPI_DeleteUserPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUserPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserPolicyRequest'

func (*MockIAMAPI_DeleteUserPolicyRequest_Call) Return

func (*MockIAMAPI_DeleteUserPolicyRequest_Call) Run

type MockIAMAPI_DeleteUserPolicyWithContext_Call

type MockIAMAPI_DeleteUserPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUserPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserPolicyWithContext'

func (*MockIAMAPI_DeleteUserPolicyWithContext_Call) Return

func (*MockIAMAPI_DeleteUserPolicyWithContext_Call) Run

type MockIAMAPI_DeleteUserPolicy_Call

type MockIAMAPI_DeleteUserPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUserPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserPolicy'

func (*MockIAMAPI_DeleteUserPolicy_Call) Return

func (*MockIAMAPI_DeleteUserPolicy_Call) Run

func (*MockIAMAPI_DeleteUserPolicy_Call) RunAndReturn

type MockIAMAPI_DeleteUserRequest_Call

type MockIAMAPI_DeleteUserRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUserRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserRequest'

func (*MockIAMAPI_DeleteUserRequest_Call) Return

func (*MockIAMAPI_DeleteUserRequest_Call) Run

func (*MockIAMAPI_DeleteUserRequest_Call) RunAndReturn

type MockIAMAPI_DeleteUserWithContext_Call

type MockIAMAPI_DeleteUserWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUserWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUserWithContext'

func (*MockIAMAPI_DeleteUserWithContext_Call) Return

func (*MockIAMAPI_DeleteUserWithContext_Call) Run

func (*MockIAMAPI_DeleteUserWithContext_Call) RunAndReturn

type MockIAMAPI_DeleteUser_Call

type MockIAMAPI_DeleteUser_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUser'

func (*MockIAMAPI_DeleteUser_Call) Return

func (*MockIAMAPI_DeleteUser_Call) Run

func (*MockIAMAPI_DeleteUser_Call) RunAndReturn

type MockIAMAPI_DeleteVirtualMFADeviceRequest_Call

type MockIAMAPI_DeleteVirtualMFADeviceRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteVirtualMFADeviceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteVirtualMFADeviceRequest'

func (*MockIAMAPI_DeleteVirtualMFADeviceRequest_Call) Run

type MockIAMAPI_DeleteVirtualMFADeviceWithContext_Call

type MockIAMAPI_DeleteVirtualMFADeviceWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteVirtualMFADeviceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteVirtualMFADeviceWithContext'

func (*MockIAMAPI_DeleteVirtualMFADeviceWithContext_Call) Return

func (*MockIAMAPI_DeleteVirtualMFADeviceWithContext_Call) Run

type MockIAMAPI_DeleteVirtualMFADevice_Call

type MockIAMAPI_DeleteVirtualMFADevice_Call struct {
	*mock.Call
}

MockIAMAPI_DeleteVirtualMFADevice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteVirtualMFADevice'

func (*MockIAMAPI_DeleteVirtualMFADevice_Call) Return

func (*MockIAMAPI_DeleteVirtualMFADevice_Call) Run

type MockIAMAPI_DetachGroupPolicyRequest_Call

type MockIAMAPI_DetachGroupPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DetachGroupPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachGroupPolicyRequest'

func (*MockIAMAPI_DetachGroupPolicyRequest_Call) Return

func (*MockIAMAPI_DetachGroupPolicyRequest_Call) Run

type MockIAMAPI_DetachGroupPolicyWithContext_Call

type MockIAMAPI_DetachGroupPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DetachGroupPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachGroupPolicyWithContext'

func (*MockIAMAPI_DetachGroupPolicyWithContext_Call) Return

func (*MockIAMAPI_DetachGroupPolicyWithContext_Call) Run

type MockIAMAPI_DetachGroupPolicy_Call

type MockIAMAPI_DetachGroupPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_DetachGroupPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachGroupPolicy'

func (*MockIAMAPI_DetachGroupPolicy_Call) Return

func (*MockIAMAPI_DetachGroupPolicy_Call) Run

func (*MockIAMAPI_DetachGroupPolicy_Call) RunAndReturn

type MockIAMAPI_DetachRolePolicyRequest_Call

type MockIAMAPI_DetachRolePolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DetachRolePolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachRolePolicyRequest'

func (*MockIAMAPI_DetachRolePolicyRequest_Call) Return

func (*MockIAMAPI_DetachRolePolicyRequest_Call) Run

type MockIAMAPI_DetachRolePolicyWithContext_Call

type MockIAMAPI_DetachRolePolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DetachRolePolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachRolePolicyWithContext'

func (*MockIAMAPI_DetachRolePolicyWithContext_Call) Return

func (*MockIAMAPI_DetachRolePolicyWithContext_Call) Run

type MockIAMAPI_DetachRolePolicy_Call

type MockIAMAPI_DetachRolePolicy_Call struct {
	*mock.Call
}

MockIAMAPI_DetachRolePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachRolePolicy'

func (*MockIAMAPI_DetachRolePolicy_Call) Return

func (*MockIAMAPI_DetachRolePolicy_Call) Run

func (*MockIAMAPI_DetachRolePolicy_Call) RunAndReturn

type MockIAMAPI_DetachUserPolicyRequest_Call

type MockIAMAPI_DetachUserPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_DetachUserPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachUserPolicyRequest'

func (*MockIAMAPI_DetachUserPolicyRequest_Call) Return

func (*MockIAMAPI_DetachUserPolicyRequest_Call) Run

type MockIAMAPI_DetachUserPolicyWithContext_Call

type MockIAMAPI_DetachUserPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_DetachUserPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachUserPolicyWithContext'

func (*MockIAMAPI_DetachUserPolicyWithContext_Call) Return

func (*MockIAMAPI_DetachUserPolicyWithContext_Call) Run

type MockIAMAPI_DetachUserPolicy_Call

type MockIAMAPI_DetachUserPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_DetachUserPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DetachUserPolicy'

func (*MockIAMAPI_DetachUserPolicy_Call) Return

func (*MockIAMAPI_DetachUserPolicy_Call) Run

func (*MockIAMAPI_DetachUserPolicy_Call) RunAndReturn

type MockIAMAPI_EnableMFADeviceRequest_Call

type MockIAMAPI_EnableMFADeviceRequest_Call struct {
	*mock.Call
}

MockIAMAPI_EnableMFADeviceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnableMFADeviceRequest'

func (*MockIAMAPI_EnableMFADeviceRequest_Call) Return

func (*MockIAMAPI_EnableMFADeviceRequest_Call) Run

type MockIAMAPI_EnableMFADeviceWithContext_Call

type MockIAMAPI_EnableMFADeviceWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_EnableMFADeviceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnableMFADeviceWithContext'

func (*MockIAMAPI_EnableMFADeviceWithContext_Call) Return

func (*MockIAMAPI_EnableMFADeviceWithContext_Call) Run

type MockIAMAPI_EnableMFADevice_Call

type MockIAMAPI_EnableMFADevice_Call struct {
	*mock.Call
}

MockIAMAPI_EnableMFADevice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnableMFADevice'

func (*MockIAMAPI_EnableMFADevice_Call) Return

func (*MockIAMAPI_EnableMFADevice_Call) Run

func (*MockIAMAPI_EnableMFADevice_Call) RunAndReturn

type MockIAMAPI_Expecter

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

func (*MockIAMAPI_Expecter) AddClientIDToOpenIDConnectProvider

func (_e *MockIAMAPI_Expecter) AddClientIDToOpenIDConnectProvider(_a0 interface{}) *MockIAMAPI_AddClientIDToOpenIDConnectProvider_Call

AddClientIDToOpenIDConnectProvider is a helper method to define mock.On call

  • _a0 *iam.AddClientIDToOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) AddClientIDToOpenIDConnectProviderRequest

func (_e *MockIAMAPI_Expecter) AddClientIDToOpenIDConnectProviderRequest(_a0 interface{}) *MockIAMAPI_AddClientIDToOpenIDConnectProviderRequest_Call

AddClientIDToOpenIDConnectProviderRequest is a helper method to define mock.On call

  • _a0 *iam.AddClientIDToOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) AddClientIDToOpenIDConnectProviderWithContext

func (_e *MockIAMAPI_Expecter) AddClientIDToOpenIDConnectProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_AddClientIDToOpenIDConnectProviderWithContext_Call

AddClientIDToOpenIDConnectProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.AddClientIDToOpenIDConnectProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) AddRoleToInstanceProfile

func (_e *MockIAMAPI_Expecter) AddRoleToInstanceProfile(_a0 interface{}) *MockIAMAPI_AddRoleToInstanceProfile_Call

AddRoleToInstanceProfile is a helper method to define mock.On call

  • _a0 *iam.AddRoleToInstanceProfileInput

func (*MockIAMAPI_Expecter) AddRoleToInstanceProfileRequest

func (_e *MockIAMAPI_Expecter) AddRoleToInstanceProfileRequest(_a0 interface{}) *MockIAMAPI_AddRoleToInstanceProfileRequest_Call

AddRoleToInstanceProfileRequest is a helper method to define mock.On call

  • _a0 *iam.AddRoleToInstanceProfileInput

func (*MockIAMAPI_Expecter) AddRoleToInstanceProfileWithContext

func (_e *MockIAMAPI_Expecter) AddRoleToInstanceProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_AddRoleToInstanceProfileWithContext_Call

AddRoleToInstanceProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.AddRoleToInstanceProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) AddUserToGroup

func (_e *MockIAMAPI_Expecter) AddUserToGroup(_a0 interface{}) *MockIAMAPI_AddUserToGroup_Call

AddUserToGroup is a helper method to define mock.On call

  • _a0 *iam.AddUserToGroupInput

func (*MockIAMAPI_Expecter) AddUserToGroupRequest

func (_e *MockIAMAPI_Expecter) AddUserToGroupRequest(_a0 interface{}) *MockIAMAPI_AddUserToGroupRequest_Call

AddUserToGroupRequest is a helper method to define mock.On call

  • _a0 *iam.AddUserToGroupInput

func (*MockIAMAPI_Expecter) AddUserToGroupWithContext

func (_e *MockIAMAPI_Expecter) AddUserToGroupWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_AddUserToGroupWithContext_Call

AddUserToGroupWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.AddUserToGroupInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) AttachGroupPolicy

func (_e *MockIAMAPI_Expecter) AttachGroupPolicy(_a0 interface{}) *MockIAMAPI_AttachGroupPolicy_Call

AttachGroupPolicy is a helper method to define mock.On call

  • _a0 *iam.AttachGroupPolicyInput

func (*MockIAMAPI_Expecter) AttachGroupPolicyRequest

func (_e *MockIAMAPI_Expecter) AttachGroupPolicyRequest(_a0 interface{}) *MockIAMAPI_AttachGroupPolicyRequest_Call

AttachGroupPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.AttachGroupPolicyInput

func (*MockIAMAPI_Expecter) AttachGroupPolicyWithContext

func (_e *MockIAMAPI_Expecter) AttachGroupPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_AttachGroupPolicyWithContext_Call

AttachGroupPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.AttachGroupPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) AttachRolePolicy

func (_e *MockIAMAPI_Expecter) AttachRolePolicy(_a0 interface{}) *MockIAMAPI_AttachRolePolicy_Call

AttachRolePolicy is a helper method to define mock.On call

  • _a0 *iam.AttachRolePolicyInput

func (*MockIAMAPI_Expecter) AttachRolePolicyRequest

func (_e *MockIAMAPI_Expecter) AttachRolePolicyRequest(_a0 interface{}) *MockIAMAPI_AttachRolePolicyRequest_Call

AttachRolePolicyRequest is a helper method to define mock.On call

  • _a0 *iam.AttachRolePolicyInput

func (*MockIAMAPI_Expecter) AttachRolePolicyWithContext

func (_e *MockIAMAPI_Expecter) AttachRolePolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_AttachRolePolicyWithContext_Call

AttachRolePolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.AttachRolePolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) AttachUserPolicy

func (_e *MockIAMAPI_Expecter) AttachUserPolicy(_a0 interface{}) *MockIAMAPI_AttachUserPolicy_Call

AttachUserPolicy is a helper method to define mock.On call

  • _a0 *iam.AttachUserPolicyInput

func (*MockIAMAPI_Expecter) AttachUserPolicyRequest

func (_e *MockIAMAPI_Expecter) AttachUserPolicyRequest(_a0 interface{}) *MockIAMAPI_AttachUserPolicyRequest_Call

AttachUserPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.AttachUserPolicyInput

func (*MockIAMAPI_Expecter) AttachUserPolicyWithContext

func (_e *MockIAMAPI_Expecter) AttachUserPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_AttachUserPolicyWithContext_Call

AttachUserPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.AttachUserPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ChangePassword

func (_e *MockIAMAPI_Expecter) ChangePassword(_a0 interface{}) *MockIAMAPI_ChangePassword_Call

ChangePassword is a helper method to define mock.On call

  • _a0 *iam.ChangePasswordInput

func (*MockIAMAPI_Expecter) ChangePasswordRequest

func (_e *MockIAMAPI_Expecter) ChangePasswordRequest(_a0 interface{}) *MockIAMAPI_ChangePasswordRequest_Call

ChangePasswordRequest is a helper method to define mock.On call

  • _a0 *iam.ChangePasswordInput

func (*MockIAMAPI_Expecter) ChangePasswordWithContext

func (_e *MockIAMAPI_Expecter) ChangePasswordWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ChangePasswordWithContext_Call

ChangePasswordWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ChangePasswordInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateAccessKey

func (_e *MockIAMAPI_Expecter) CreateAccessKey(_a0 interface{}) *MockIAMAPI_CreateAccessKey_Call

CreateAccessKey is a helper method to define mock.On call

  • _a0 *iam.CreateAccessKeyInput

func (*MockIAMAPI_Expecter) CreateAccessKeyRequest

func (_e *MockIAMAPI_Expecter) CreateAccessKeyRequest(_a0 interface{}) *MockIAMAPI_CreateAccessKeyRequest_Call

CreateAccessKeyRequest is a helper method to define mock.On call

  • _a0 *iam.CreateAccessKeyInput

func (*MockIAMAPI_Expecter) CreateAccessKeyWithContext

func (_e *MockIAMAPI_Expecter) CreateAccessKeyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateAccessKeyWithContext_Call

CreateAccessKeyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateAccessKeyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateAccountAlias

func (_e *MockIAMAPI_Expecter) CreateAccountAlias(_a0 interface{}) *MockIAMAPI_CreateAccountAlias_Call

CreateAccountAlias is a helper method to define mock.On call

  • _a0 *iam.CreateAccountAliasInput

func (*MockIAMAPI_Expecter) CreateAccountAliasRequest

func (_e *MockIAMAPI_Expecter) CreateAccountAliasRequest(_a0 interface{}) *MockIAMAPI_CreateAccountAliasRequest_Call

CreateAccountAliasRequest is a helper method to define mock.On call

  • _a0 *iam.CreateAccountAliasInput

func (*MockIAMAPI_Expecter) CreateAccountAliasWithContext

func (_e *MockIAMAPI_Expecter) CreateAccountAliasWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateAccountAliasWithContext_Call

CreateAccountAliasWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateAccountAliasInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateGroup

func (_e *MockIAMAPI_Expecter) CreateGroup(_a0 interface{}) *MockIAMAPI_CreateGroup_Call

CreateGroup is a helper method to define mock.On call

  • _a0 *iam.CreateGroupInput

func (*MockIAMAPI_Expecter) CreateGroupRequest

func (_e *MockIAMAPI_Expecter) CreateGroupRequest(_a0 interface{}) *MockIAMAPI_CreateGroupRequest_Call

CreateGroupRequest is a helper method to define mock.On call

  • _a0 *iam.CreateGroupInput

func (*MockIAMAPI_Expecter) CreateGroupWithContext

func (_e *MockIAMAPI_Expecter) CreateGroupWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateGroupWithContext_Call

CreateGroupWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateGroupInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateInstanceProfile

func (_e *MockIAMAPI_Expecter) CreateInstanceProfile(_a0 interface{}) *MockIAMAPI_CreateInstanceProfile_Call

CreateInstanceProfile is a helper method to define mock.On call

  • _a0 *iam.CreateInstanceProfileInput

func (*MockIAMAPI_Expecter) CreateInstanceProfileRequest

func (_e *MockIAMAPI_Expecter) CreateInstanceProfileRequest(_a0 interface{}) *MockIAMAPI_CreateInstanceProfileRequest_Call

CreateInstanceProfileRequest is a helper method to define mock.On call

  • _a0 *iam.CreateInstanceProfileInput

func (*MockIAMAPI_Expecter) CreateInstanceProfileWithContext

func (_e *MockIAMAPI_Expecter) CreateInstanceProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateInstanceProfileWithContext_Call

CreateInstanceProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateInstanceProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateLoginProfile

func (_e *MockIAMAPI_Expecter) CreateLoginProfile(_a0 interface{}) *MockIAMAPI_CreateLoginProfile_Call

CreateLoginProfile is a helper method to define mock.On call

  • _a0 *iam.CreateLoginProfileInput

func (*MockIAMAPI_Expecter) CreateLoginProfileRequest

func (_e *MockIAMAPI_Expecter) CreateLoginProfileRequest(_a0 interface{}) *MockIAMAPI_CreateLoginProfileRequest_Call

CreateLoginProfileRequest is a helper method to define mock.On call

  • _a0 *iam.CreateLoginProfileInput

func (*MockIAMAPI_Expecter) CreateLoginProfileWithContext

func (_e *MockIAMAPI_Expecter) CreateLoginProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateLoginProfileWithContext_Call

CreateLoginProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateLoginProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateOpenIDConnectProvider

func (_e *MockIAMAPI_Expecter) CreateOpenIDConnectProvider(_a0 interface{}) *MockIAMAPI_CreateOpenIDConnectProvider_Call

CreateOpenIDConnectProvider is a helper method to define mock.On call

  • _a0 *iam.CreateOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) CreateOpenIDConnectProviderRequest

func (_e *MockIAMAPI_Expecter) CreateOpenIDConnectProviderRequest(_a0 interface{}) *MockIAMAPI_CreateOpenIDConnectProviderRequest_Call

CreateOpenIDConnectProviderRequest is a helper method to define mock.On call

  • _a0 *iam.CreateOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) CreateOpenIDConnectProviderWithContext

func (_e *MockIAMAPI_Expecter) CreateOpenIDConnectProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateOpenIDConnectProviderWithContext_Call

CreateOpenIDConnectProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateOpenIDConnectProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreatePolicy

func (_e *MockIAMAPI_Expecter) CreatePolicy(_a0 interface{}) *MockIAMAPI_CreatePolicy_Call

CreatePolicy is a helper method to define mock.On call

  • _a0 *iam.CreatePolicyInput

func (*MockIAMAPI_Expecter) CreatePolicyRequest

func (_e *MockIAMAPI_Expecter) CreatePolicyRequest(_a0 interface{}) *MockIAMAPI_CreatePolicyRequest_Call

CreatePolicyRequest is a helper method to define mock.On call

  • _a0 *iam.CreatePolicyInput

func (*MockIAMAPI_Expecter) CreatePolicyVersion

func (_e *MockIAMAPI_Expecter) CreatePolicyVersion(_a0 interface{}) *MockIAMAPI_CreatePolicyVersion_Call

CreatePolicyVersion is a helper method to define mock.On call

  • _a0 *iam.CreatePolicyVersionInput

func (*MockIAMAPI_Expecter) CreatePolicyVersionRequest

func (_e *MockIAMAPI_Expecter) CreatePolicyVersionRequest(_a0 interface{}) *MockIAMAPI_CreatePolicyVersionRequest_Call

CreatePolicyVersionRequest is a helper method to define mock.On call

  • _a0 *iam.CreatePolicyVersionInput

func (*MockIAMAPI_Expecter) CreatePolicyVersionWithContext

func (_e *MockIAMAPI_Expecter) CreatePolicyVersionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreatePolicyVersionWithContext_Call

CreatePolicyVersionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreatePolicyVersionInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreatePolicyWithContext

func (_e *MockIAMAPI_Expecter) CreatePolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreatePolicyWithContext_Call

CreatePolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreatePolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateRole

func (_e *MockIAMAPI_Expecter) CreateRole(_a0 interface{}) *MockIAMAPI_CreateRole_Call

CreateRole is a helper method to define mock.On call

  • _a0 *iam.CreateRoleInput

func (*MockIAMAPI_Expecter) CreateRoleRequest

func (_e *MockIAMAPI_Expecter) CreateRoleRequest(_a0 interface{}) *MockIAMAPI_CreateRoleRequest_Call

CreateRoleRequest is a helper method to define mock.On call

  • _a0 *iam.CreateRoleInput

func (*MockIAMAPI_Expecter) CreateRoleWithContext

func (_e *MockIAMAPI_Expecter) CreateRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateRoleWithContext_Call

CreateRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateSAMLProvider

func (_e *MockIAMAPI_Expecter) CreateSAMLProvider(_a0 interface{}) *MockIAMAPI_CreateSAMLProvider_Call

CreateSAMLProvider is a helper method to define mock.On call

  • _a0 *iam.CreateSAMLProviderInput

func (*MockIAMAPI_Expecter) CreateSAMLProviderRequest

func (_e *MockIAMAPI_Expecter) CreateSAMLProviderRequest(_a0 interface{}) *MockIAMAPI_CreateSAMLProviderRequest_Call

CreateSAMLProviderRequest is a helper method to define mock.On call

  • _a0 *iam.CreateSAMLProviderInput

func (*MockIAMAPI_Expecter) CreateSAMLProviderWithContext

func (_e *MockIAMAPI_Expecter) CreateSAMLProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateSAMLProviderWithContext_Call

CreateSAMLProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateSAMLProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateServiceLinkedRole

func (_e *MockIAMAPI_Expecter) CreateServiceLinkedRole(_a0 interface{}) *MockIAMAPI_CreateServiceLinkedRole_Call

CreateServiceLinkedRole is a helper method to define mock.On call

  • _a0 *iam.CreateServiceLinkedRoleInput

func (*MockIAMAPI_Expecter) CreateServiceLinkedRoleRequest

func (_e *MockIAMAPI_Expecter) CreateServiceLinkedRoleRequest(_a0 interface{}) *MockIAMAPI_CreateServiceLinkedRoleRequest_Call

CreateServiceLinkedRoleRequest is a helper method to define mock.On call

  • _a0 *iam.CreateServiceLinkedRoleInput

func (*MockIAMAPI_Expecter) CreateServiceLinkedRoleWithContext

func (_e *MockIAMAPI_Expecter) CreateServiceLinkedRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateServiceLinkedRoleWithContext_Call

CreateServiceLinkedRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateServiceLinkedRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateServiceSpecificCredential

func (_e *MockIAMAPI_Expecter) CreateServiceSpecificCredential(_a0 interface{}) *MockIAMAPI_CreateServiceSpecificCredential_Call

CreateServiceSpecificCredential is a helper method to define mock.On call

  • _a0 *iam.CreateServiceSpecificCredentialInput

func (*MockIAMAPI_Expecter) CreateServiceSpecificCredentialRequest

func (_e *MockIAMAPI_Expecter) CreateServiceSpecificCredentialRequest(_a0 interface{}) *MockIAMAPI_CreateServiceSpecificCredentialRequest_Call

CreateServiceSpecificCredentialRequest is a helper method to define mock.On call

  • _a0 *iam.CreateServiceSpecificCredentialInput

func (*MockIAMAPI_Expecter) CreateServiceSpecificCredentialWithContext

func (_e *MockIAMAPI_Expecter) CreateServiceSpecificCredentialWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateServiceSpecificCredentialWithContext_Call

CreateServiceSpecificCredentialWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateServiceSpecificCredentialInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateUser

func (_e *MockIAMAPI_Expecter) CreateUser(_a0 interface{}) *MockIAMAPI_CreateUser_Call

CreateUser is a helper method to define mock.On call

  • _a0 *iam.CreateUserInput

func (*MockIAMAPI_Expecter) CreateUserRequest

func (_e *MockIAMAPI_Expecter) CreateUserRequest(_a0 interface{}) *MockIAMAPI_CreateUserRequest_Call

CreateUserRequest is a helper method to define mock.On call

  • _a0 *iam.CreateUserInput

func (*MockIAMAPI_Expecter) CreateUserWithContext

func (_e *MockIAMAPI_Expecter) CreateUserWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateUserWithContext_Call

CreateUserWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateUserInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) CreateVirtualMFADevice

func (_e *MockIAMAPI_Expecter) CreateVirtualMFADevice(_a0 interface{}) *MockIAMAPI_CreateVirtualMFADevice_Call

CreateVirtualMFADevice is a helper method to define mock.On call

  • _a0 *iam.CreateVirtualMFADeviceInput

func (*MockIAMAPI_Expecter) CreateVirtualMFADeviceRequest

func (_e *MockIAMAPI_Expecter) CreateVirtualMFADeviceRequest(_a0 interface{}) *MockIAMAPI_CreateVirtualMFADeviceRequest_Call

CreateVirtualMFADeviceRequest is a helper method to define mock.On call

  • _a0 *iam.CreateVirtualMFADeviceInput

func (*MockIAMAPI_Expecter) CreateVirtualMFADeviceWithContext

func (_e *MockIAMAPI_Expecter) CreateVirtualMFADeviceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_CreateVirtualMFADeviceWithContext_Call

CreateVirtualMFADeviceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.CreateVirtualMFADeviceInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeactivateMFADevice

func (_e *MockIAMAPI_Expecter) DeactivateMFADevice(_a0 interface{}) *MockIAMAPI_DeactivateMFADevice_Call

DeactivateMFADevice is a helper method to define mock.On call

  • _a0 *iam.DeactivateMFADeviceInput

func (*MockIAMAPI_Expecter) DeactivateMFADeviceRequest

func (_e *MockIAMAPI_Expecter) DeactivateMFADeviceRequest(_a0 interface{}) *MockIAMAPI_DeactivateMFADeviceRequest_Call

DeactivateMFADeviceRequest is a helper method to define mock.On call

  • _a0 *iam.DeactivateMFADeviceInput

func (*MockIAMAPI_Expecter) DeactivateMFADeviceWithContext

func (_e *MockIAMAPI_Expecter) DeactivateMFADeviceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeactivateMFADeviceWithContext_Call

DeactivateMFADeviceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeactivateMFADeviceInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteAccessKey

func (_e *MockIAMAPI_Expecter) DeleteAccessKey(_a0 interface{}) *MockIAMAPI_DeleteAccessKey_Call

DeleteAccessKey is a helper method to define mock.On call

  • _a0 *iam.DeleteAccessKeyInput

func (*MockIAMAPI_Expecter) DeleteAccessKeyRequest

func (_e *MockIAMAPI_Expecter) DeleteAccessKeyRequest(_a0 interface{}) *MockIAMAPI_DeleteAccessKeyRequest_Call

DeleteAccessKeyRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteAccessKeyInput

func (*MockIAMAPI_Expecter) DeleteAccessKeyWithContext

func (_e *MockIAMAPI_Expecter) DeleteAccessKeyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteAccessKeyWithContext_Call

DeleteAccessKeyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteAccessKeyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteAccountAlias

func (_e *MockIAMAPI_Expecter) DeleteAccountAlias(_a0 interface{}) *MockIAMAPI_DeleteAccountAlias_Call

DeleteAccountAlias is a helper method to define mock.On call

  • _a0 *iam.DeleteAccountAliasInput

func (*MockIAMAPI_Expecter) DeleteAccountAliasRequest

func (_e *MockIAMAPI_Expecter) DeleteAccountAliasRequest(_a0 interface{}) *MockIAMAPI_DeleteAccountAliasRequest_Call

DeleteAccountAliasRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteAccountAliasInput

func (*MockIAMAPI_Expecter) DeleteAccountAliasWithContext

func (_e *MockIAMAPI_Expecter) DeleteAccountAliasWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteAccountAliasWithContext_Call

DeleteAccountAliasWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteAccountAliasInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteAccountPasswordPolicy

func (_e *MockIAMAPI_Expecter) DeleteAccountPasswordPolicy(_a0 interface{}) *MockIAMAPI_DeleteAccountPasswordPolicy_Call

DeleteAccountPasswordPolicy is a helper method to define mock.On call

  • _a0 *iam.DeleteAccountPasswordPolicyInput

func (*MockIAMAPI_Expecter) DeleteAccountPasswordPolicyRequest

func (_e *MockIAMAPI_Expecter) DeleteAccountPasswordPolicyRequest(_a0 interface{}) *MockIAMAPI_DeleteAccountPasswordPolicyRequest_Call

DeleteAccountPasswordPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteAccountPasswordPolicyInput

func (*MockIAMAPI_Expecter) DeleteAccountPasswordPolicyWithContext

func (_e *MockIAMAPI_Expecter) DeleteAccountPasswordPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteAccountPasswordPolicyWithContext_Call

DeleteAccountPasswordPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteAccountPasswordPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteGroup

func (_e *MockIAMAPI_Expecter) DeleteGroup(_a0 interface{}) *MockIAMAPI_DeleteGroup_Call

DeleteGroup is a helper method to define mock.On call

  • _a0 *iam.DeleteGroupInput

func (*MockIAMAPI_Expecter) DeleteGroupPolicy

func (_e *MockIAMAPI_Expecter) DeleteGroupPolicy(_a0 interface{}) *MockIAMAPI_DeleteGroupPolicy_Call

DeleteGroupPolicy is a helper method to define mock.On call

  • _a0 *iam.DeleteGroupPolicyInput

func (*MockIAMAPI_Expecter) DeleteGroupPolicyRequest

func (_e *MockIAMAPI_Expecter) DeleteGroupPolicyRequest(_a0 interface{}) *MockIAMAPI_DeleteGroupPolicyRequest_Call

DeleteGroupPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteGroupPolicyInput

func (*MockIAMAPI_Expecter) DeleteGroupPolicyWithContext

func (_e *MockIAMAPI_Expecter) DeleteGroupPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteGroupPolicyWithContext_Call

DeleteGroupPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteGroupPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteGroupRequest

func (_e *MockIAMAPI_Expecter) DeleteGroupRequest(_a0 interface{}) *MockIAMAPI_DeleteGroupRequest_Call

DeleteGroupRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteGroupInput

func (*MockIAMAPI_Expecter) DeleteGroupWithContext

func (_e *MockIAMAPI_Expecter) DeleteGroupWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteGroupWithContext_Call

DeleteGroupWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteGroupInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteInstanceProfile

func (_e *MockIAMAPI_Expecter) DeleteInstanceProfile(_a0 interface{}) *MockIAMAPI_DeleteInstanceProfile_Call

DeleteInstanceProfile is a helper method to define mock.On call

  • _a0 *iam.DeleteInstanceProfileInput

func (*MockIAMAPI_Expecter) DeleteInstanceProfileRequest

func (_e *MockIAMAPI_Expecter) DeleteInstanceProfileRequest(_a0 interface{}) *MockIAMAPI_DeleteInstanceProfileRequest_Call

DeleteInstanceProfileRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteInstanceProfileInput

func (*MockIAMAPI_Expecter) DeleteInstanceProfileWithContext

func (_e *MockIAMAPI_Expecter) DeleteInstanceProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteInstanceProfileWithContext_Call

DeleteInstanceProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteInstanceProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteLoginProfile

func (_e *MockIAMAPI_Expecter) DeleteLoginProfile(_a0 interface{}) *MockIAMAPI_DeleteLoginProfile_Call

DeleteLoginProfile is a helper method to define mock.On call

  • _a0 *iam.DeleteLoginProfileInput

func (*MockIAMAPI_Expecter) DeleteLoginProfileRequest

func (_e *MockIAMAPI_Expecter) DeleteLoginProfileRequest(_a0 interface{}) *MockIAMAPI_DeleteLoginProfileRequest_Call

DeleteLoginProfileRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteLoginProfileInput

func (*MockIAMAPI_Expecter) DeleteLoginProfileWithContext

func (_e *MockIAMAPI_Expecter) DeleteLoginProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteLoginProfileWithContext_Call

DeleteLoginProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteLoginProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteOpenIDConnectProvider

func (_e *MockIAMAPI_Expecter) DeleteOpenIDConnectProvider(_a0 interface{}) *MockIAMAPI_DeleteOpenIDConnectProvider_Call

DeleteOpenIDConnectProvider is a helper method to define mock.On call

  • _a0 *iam.DeleteOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) DeleteOpenIDConnectProviderRequest

func (_e *MockIAMAPI_Expecter) DeleteOpenIDConnectProviderRequest(_a0 interface{}) *MockIAMAPI_DeleteOpenIDConnectProviderRequest_Call

DeleteOpenIDConnectProviderRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) DeleteOpenIDConnectProviderWithContext

func (_e *MockIAMAPI_Expecter) DeleteOpenIDConnectProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteOpenIDConnectProviderWithContext_Call

DeleteOpenIDConnectProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteOpenIDConnectProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeletePolicy

func (_e *MockIAMAPI_Expecter) DeletePolicy(_a0 interface{}) *MockIAMAPI_DeletePolicy_Call

DeletePolicy is a helper method to define mock.On call

  • _a0 *iam.DeletePolicyInput

func (*MockIAMAPI_Expecter) DeletePolicyRequest

func (_e *MockIAMAPI_Expecter) DeletePolicyRequest(_a0 interface{}) *MockIAMAPI_DeletePolicyRequest_Call

DeletePolicyRequest is a helper method to define mock.On call

  • _a0 *iam.DeletePolicyInput

func (*MockIAMAPI_Expecter) DeletePolicyVersion

func (_e *MockIAMAPI_Expecter) DeletePolicyVersion(_a0 interface{}) *MockIAMAPI_DeletePolicyVersion_Call

DeletePolicyVersion is a helper method to define mock.On call

  • _a0 *iam.DeletePolicyVersionInput

func (*MockIAMAPI_Expecter) DeletePolicyVersionRequest

func (_e *MockIAMAPI_Expecter) DeletePolicyVersionRequest(_a0 interface{}) *MockIAMAPI_DeletePolicyVersionRequest_Call

DeletePolicyVersionRequest is a helper method to define mock.On call

  • _a0 *iam.DeletePolicyVersionInput

func (*MockIAMAPI_Expecter) DeletePolicyVersionWithContext

func (_e *MockIAMAPI_Expecter) DeletePolicyVersionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeletePolicyVersionWithContext_Call

DeletePolicyVersionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeletePolicyVersionInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeletePolicyWithContext

func (_e *MockIAMAPI_Expecter) DeletePolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeletePolicyWithContext_Call

DeletePolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeletePolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteRole

func (_e *MockIAMAPI_Expecter) DeleteRole(_a0 interface{}) *MockIAMAPI_DeleteRole_Call

DeleteRole is a helper method to define mock.On call

  • _a0 *iam.DeleteRoleInput

func (*MockIAMAPI_Expecter) DeleteRolePermissionsBoundary

func (_e *MockIAMAPI_Expecter) DeleteRolePermissionsBoundary(_a0 interface{}) *MockIAMAPI_DeleteRolePermissionsBoundary_Call

DeleteRolePermissionsBoundary is a helper method to define mock.On call

  • _a0 *iam.DeleteRolePermissionsBoundaryInput

func (*MockIAMAPI_Expecter) DeleteRolePermissionsBoundaryRequest

func (_e *MockIAMAPI_Expecter) DeleteRolePermissionsBoundaryRequest(_a0 interface{}) *MockIAMAPI_DeleteRolePermissionsBoundaryRequest_Call

DeleteRolePermissionsBoundaryRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteRolePermissionsBoundaryInput

func (*MockIAMAPI_Expecter) DeleteRolePermissionsBoundaryWithContext

func (_e *MockIAMAPI_Expecter) DeleteRolePermissionsBoundaryWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteRolePermissionsBoundaryWithContext_Call

DeleteRolePermissionsBoundaryWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteRolePermissionsBoundaryInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteRolePolicy

func (_e *MockIAMAPI_Expecter) DeleteRolePolicy(_a0 interface{}) *MockIAMAPI_DeleteRolePolicy_Call

DeleteRolePolicy is a helper method to define mock.On call

  • _a0 *iam.DeleteRolePolicyInput

func (*MockIAMAPI_Expecter) DeleteRolePolicyRequest

func (_e *MockIAMAPI_Expecter) DeleteRolePolicyRequest(_a0 interface{}) *MockIAMAPI_DeleteRolePolicyRequest_Call

DeleteRolePolicyRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteRolePolicyInput

func (*MockIAMAPI_Expecter) DeleteRolePolicyWithContext

func (_e *MockIAMAPI_Expecter) DeleteRolePolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteRolePolicyWithContext_Call

DeleteRolePolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteRolePolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteRoleRequest

func (_e *MockIAMAPI_Expecter) DeleteRoleRequest(_a0 interface{}) *MockIAMAPI_DeleteRoleRequest_Call

DeleteRoleRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteRoleInput

func (*MockIAMAPI_Expecter) DeleteRoleWithContext

func (_e *MockIAMAPI_Expecter) DeleteRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteRoleWithContext_Call

DeleteRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteSAMLProvider

func (_e *MockIAMAPI_Expecter) DeleteSAMLProvider(_a0 interface{}) *MockIAMAPI_DeleteSAMLProvider_Call

DeleteSAMLProvider is a helper method to define mock.On call

  • _a0 *iam.DeleteSAMLProviderInput

func (*MockIAMAPI_Expecter) DeleteSAMLProviderRequest

func (_e *MockIAMAPI_Expecter) DeleteSAMLProviderRequest(_a0 interface{}) *MockIAMAPI_DeleteSAMLProviderRequest_Call

DeleteSAMLProviderRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteSAMLProviderInput

func (*MockIAMAPI_Expecter) DeleteSAMLProviderWithContext

func (_e *MockIAMAPI_Expecter) DeleteSAMLProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteSAMLProviderWithContext_Call

DeleteSAMLProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteSAMLProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteSSHPublicKey

func (_e *MockIAMAPI_Expecter) DeleteSSHPublicKey(_a0 interface{}) *MockIAMAPI_DeleteSSHPublicKey_Call

DeleteSSHPublicKey is a helper method to define mock.On call

  • _a0 *iam.DeleteSSHPublicKeyInput

func (*MockIAMAPI_Expecter) DeleteSSHPublicKeyRequest

func (_e *MockIAMAPI_Expecter) DeleteSSHPublicKeyRequest(_a0 interface{}) *MockIAMAPI_DeleteSSHPublicKeyRequest_Call

DeleteSSHPublicKeyRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteSSHPublicKeyInput

func (*MockIAMAPI_Expecter) DeleteSSHPublicKeyWithContext

func (_e *MockIAMAPI_Expecter) DeleteSSHPublicKeyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteSSHPublicKeyWithContext_Call

DeleteSSHPublicKeyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteSSHPublicKeyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteServerCertificate

func (_e *MockIAMAPI_Expecter) DeleteServerCertificate(_a0 interface{}) *MockIAMAPI_DeleteServerCertificate_Call

DeleteServerCertificate is a helper method to define mock.On call

  • _a0 *iam.DeleteServerCertificateInput

func (*MockIAMAPI_Expecter) DeleteServerCertificateRequest

func (_e *MockIAMAPI_Expecter) DeleteServerCertificateRequest(_a0 interface{}) *MockIAMAPI_DeleteServerCertificateRequest_Call

DeleteServerCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteServerCertificateInput

func (*MockIAMAPI_Expecter) DeleteServerCertificateWithContext

func (_e *MockIAMAPI_Expecter) DeleteServerCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteServerCertificateWithContext_Call

DeleteServerCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteServerCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteServiceLinkedRole

func (_e *MockIAMAPI_Expecter) DeleteServiceLinkedRole(_a0 interface{}) *MockIAMAPI_DeleteServiceLinkedRole_Call

DeleteServiceLinkedRole is a helper method to define mock.On call

  • _a0 *iam.DeleteServiceLinkedRoleInput

func (*MockIAMAPI_Expecter) DeleteServiceLinkedRoleRequest

func (_e *MockIAMAPI_Expecter) DeleteServiceLinkedRoleRequest(_a0 interface{}) *MockIAMAPI_DeleteServiceLinkedRoleRequest_Call

DeleteServiceLinkedRoleRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteServiceLinkedRoleInput

func (*MockIAMAPI_Expecter) DeleteServiceLinkedRoleWithContext

func (_e *MockIAMAPI_Expecter) DeleteServiceLinkedRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteServiceLinkedRoleWithContext_Call

DeleteServiceLinkedRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteServiceLinkedRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteServiceSpecificCredential

func (_e *MockIAMAPI_Expecter) DeleteServiceSpecificCredential(_a0 interface{}) *MockIAMAPI_DeleteServiceSpecificCredential_Call

DeleteServiceSpecificCredential is a helper method to define mock.On call

  • _a0 *iam.DeleteServiceSpecificCredentialInput

func (*MockIAMAPI_Expecter) DeleteServiceSpecificCredentialRequest

func (_e *MockIAMAPI_Expecter) DeleteServiceSpecificCredentialRequest(_a0 interface{}) *MockIAMAPI_DeleteServiceSpecificCredentialRequest_Call

DeleteServiceSpecificCredentialRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteServiceSpecificCredentialInput

func (*MockIAMAPI_Expecter) DeleteServiceSpecificCredentialWithContext

func (_e *MockIAMAPI_Expecter) DeleteServiceSpecificCredentialWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteServiceSpecificCredentialWithContext_Call

DeleteServiceSpecificCredentialWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteServiceSpecificCredentialInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteSigningCertificate

func (_e *MockIAMAPI_Expecter) DeleteSigningCertificate(_a0 interface{}) *MockIAMAPI_DeleteSigningCertificate_Call

DeleteSigningCertificate is a helper method to define mock.On call

  • _a0 *iam.DeleteSigningCertificateInput

func (*MockIAMAPI_Expecter) DeleteSigningCertificateRequest

func (_e *MockIAMAPI_Expecter) DeleteSigningCertificateRequest(_a0 interface{}) *MockIAMAPI_DeleteSigningCertificateRequest_Call

DeleteSigningCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteSigningCertificateInput

func (*MockIAMAPI_Expecter) DeleteSigningCertificateWithContext

func (_e *MockIAMAPI_Expecter) DeleteSigningCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteSigningCertificateWithContext_Call

DeleteSigningCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteSigningCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteUser

func (_e *MockIAMAPI_Expecter) DeleteUser(_a0 interface{}) *MockIAMAPI_DeleteUser_Call

DeleteUser is a helper method to define mock.On call

  • _a0 *iam.DeleteUserInput

func (*MockIAMAPI_Expecter) DeleteUserPermissionsBoundary

func (_e *MockIAMAPI_Expecter) DeleteUserPermissionsBoundary(_a0 interface{}) *MockIAMAPI_DeleteUserPermissionsBoundary_Call

DeleteUserPermissionsBoundary is a helper method to define mock.On call

  • _a0 *iam.DeleteUserPermissionsBoundaryInput

func (*MockIAMAPI_Expecter) DeleteUserPermissionsBoundaryRequest

func (_e *MockIAMAPI_Expecter) DeleteUserPermissionsBoundaryRequest(_a0 interface{}) *MockIAMAPI_DeleteUserPermissionsBoundaryRequest_Call

DeleteUserPermissionsBoundaryRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteUserPermissionsBoundaryInput

func (*MockIAMAPI_Expecter) DeleteUserPermissionsBoundaryWithContext

func (_e *MockIAMAPI_Expecter) DeleteUserPermissionsBoundaryWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteUserPermissionsBoundaryWithContext_Call

DeleteUserPermissionsBoundaryWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteUserPermissionsBoundaryInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteUserPolicy

func (_e *MockIAMAPI_Expecter) DeleteUserPolicy(_a0 interface{}) *MockIAMAPI_DeleteUserPolicy_Call

DeleteUserPolicy is a helper method to define mock.On call

  • _a0 *iam.DeleteUserPolicyInput

func (*MockIAMAPI_Expecter) DeleteUserPolicyRequest

func (_e *MockIAMAPI_Expecter) DeleteUserPolicyRequest(_a0 interface{}) *MockIAMAPI_DeleteUserPolicyRequest_Call

DeleteUserPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteUserPolicyInput

func (*MockIAMAPI_Expecter) DeleteUserPolicyWithContext

func (_e *MockIAMAPI_Expecter) DeleteUserPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteUserPolicyWithContext_Call

DeleteUserPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteUserPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteUserRequest

func (_e *MockIAMAPI_Expecter) DeleteUserRequest(_a0 interface{}) *MockIAMAPI_DeleteUserRequest_Call

DeleteUserRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteUserInput

func (*MockIAMAPI_Expecter) DeleteUserWithContext

func (_e *MockIAMAPI_Expecter) DeleteUserWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteUserWithContext_Call

DeleteUserWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteUserInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DeleteVirtualMFADevice

func (_e *MockIAMAPI_Expecter) DeleteVirtualMFADevice(_a0 interface{}) *MockIAMAPI_DeleteVirtualMFADevice_Call

DeleteVirtualMFADevice is a helper method to define mock.On call

  • _a0 *iam.DeleteVirtualMFADeviceInput

func (*MockIAMAPI_Expecter) DeleteVirtualMFADeviceRequest

func (_e *MockIAMAPI_Expecter) DeleteVirtualMFADeviceRequest(_a0 interface{}) *MockIAMAPI_DeleteVirtualMFADeviceRequest_Call

DeleteVirtualMFADeviceRequest is a helper method to define mock.On call

  • _a0 *iam.DeleteVirtualMFADeviceInput

func (*MockIAMAPI_Expecter) DeleteVirtualMFADeviceWithContext

func (_e *MockIAMAPI_Expecter) DeleteVirtualMFADeviceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DeleteVirtualMFADeviceWithContext_Call

DeleteVirtualMFADeviceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DeleteVirtualMFADeviceInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DetachGroupPolicy

func (_e *MockIAMAPI_Expecter) DetachGroupPolicy(_a0 interface{}) *MockIAMAPI_DetachGroupPolicy_Call

DetachGroupPolicy is a helper method to define mock.On call

  • _a0 *iam.DetachGroupPolicyInput

func (*MockIAMAPI_Expecter) DetachGroupPolicyRequest

func (_e *MockIAMAPI_Expecter) DetachGroupPolicyRequest(_a0 interface{}) *MockIAMAPI_DetachGroupPolicyRequest_Call

DetachGroupPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.DetachGroupPolicyInput

func (*MockIAMAPI_Expecter) DetachGroupPolicyWithContext

func (_e *MockIAMAPI_Expecter) DetachGroupPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DetachGroupPolicyWithContext_Call

DetachGroupPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DetachGroupPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DetachRolePolicy

func (_e *MockIAMAPI_Expecter) DetachRolePolicy(_a0 interface{}) *MockIAMAPI_DetachRolePolicy_Call

DetachRolePolicy is a helper method to define mock.On call

  • _a0 *iam.DetachRolePolicyInput

func (*MockIAMAPI_Expecter) DetachRolePolicyRequest

func (_e *MockIAMAPI_Expecter) DetachRolePolicyRequest(_a0 interface{}) *MockIAMAPI_DetachRolePolicyRequest_Call

DetachRolePolicyRequest is a helper method to define mock.On call

  • _a0 *iam.DetachRolePolicyInput

func (*MockIAMAPI_Expecter) DetachRolePolicyWithContext

func (_e *MockIAMAPI_Expecter) DetachRolePolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DetachRolePolicyWithContext_Call

DetachRolePolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DetachRolePolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) DetachUserPolicy

func (_e *MockIAMAPI_Expecter) DetachUserPolicy(_a0 interface{}) *MockIAMAPI_DetachUserPolicy_Call

DetachUserPolicy is a helper method to define mock.On call

  • _a0 *iam.DetachUserPolicyInput

func (*MockIAMAPI_Expecter) DetachUserPolicyRequest

func (_e *MockIAMAPI_Expecter) DetachUserPolicyRequest(_a0 interface{}) *MockIAMAPI_DetachUserPolicyRequest_Call

DetachUserPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.DetachUserPolicyInput

func (*MockIAMAPI_Expecter) DetachUserPolicyWithContext

func (_e *MockIAMAPI_Expecter) DetachUserPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_DetachUserPolicyWithContext_Call

DetachUserPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.DetachUserPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) EnableMFADevice

func (_e *MockIAMAPI_Expecter) EnableMFADevice(_a0 interface{}) *MockIAMAPI_EnableMFADevice_Call

EnableMFADevice is a helper method to define mock.On call

  • _a0 *iam.EnableMFADeviceInput

func (*MockIAMAPI_Expecter) EnableMFADeviceRequest

func (_e *MockIAMAPI_Expecter) EnableMFADeviceRequest(_a0 interface{}) *MockIAMAPI_EnableMFADeviceRequest_Call

EnableMFADeviceRequest is a helper method to define mock.On call

  • _a0 *iam.EnableMFADeviceInput

func (*MockIAMAPI_Expecter) EnableMFADeviceWithContext

func (_e *MockIAMAPI_Expecter) EnableMFADeviceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_EnableMFADeviceWithContext_Call

EnableMFADeviceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.EnableMFADeviceInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GenerateCredentialReport

func (_e *MockIAMAPI_Expecter) GenerateCredentialReport(_a0 interface{}) *MockIAMAPI_GenerateCredentialReport_Call

GenerateCredentialReport is a helper method to define mock.On call

  • _a0 *iam.GenerateCredentialReportInput

func (*MockIAMAPI_Expecter) GenerateCredentialReportRequest

func (_e *MockIAMAPI_Expecter) GenerateCredentialReportRequest(_a0 interface{}) *MockIAMAPI_GenerateCredentialReportRequest_Call

GenerateCredentialReportRequest is a helper method to define mock.On call

  • _a0 *iam.GenerateCredentialReportInput

func (*MockIAMAPI_Expecter) GenerateCredentialReportWithContext

func (_e *MockIAMAPI_Expecter) GenerateCredentialReportWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GenerateCredentialReportWithContext_Call

GenerateCredentialReportWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GenerateCredentialReportInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GenerateOrganizationsAccessReport

func (_e *MockIAMAPI_Expecter) GenerateOrganizationsAccessReport(_a0 interface{}) *MockIAMAPI_GenerateOrganizationsAccessReport_Call

GenerateOrganizationsAccessReport is a helper method to define mock.On call

  • _a0 *iam.GenerateOrganizationsAccessReportInput

func (*MockIAMAPI_Expecter) GenerateOrganizationsAccessReportRequest

func (_e *MockIAMAPI_Expecter) GenerateOrganizationsAccessReportRequest(_a0 interface{}) *MockIAMAPI_GenerateOrganizationsAccessReportRequest_Call

GenerateOrganizationsAccessReportRequest is a helper method to define mock.On call

  • _a0 *iam.GenerateOrganizationsAccessReportInput

func (*MockIAMAPI_Expecter) GenerateOrganizationsAccessReportWithContext

func (_e *MockIAMAPI_Expecter) GenerateOrganizationsAccessReportWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GenerateOrganizationsAccessReportWithContext_Call

GenerateOrganizationsAccessReportWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GenerateOrganizationsAccessReportInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GenerateServiceLastAccessedDetails

func (_e *MockIAMAPI_Expecter) GenerateServiceLastAccessedDetails(_a0 interface{}) *MockIAMAPI_GenerateServiceLastAccessedDetails_Call

GenerateServiceLastAccessedDetails is a helper method to define mock.On call

  • _a0 *iam.GenerateServiceLastAccessedDetailsInput

func (*MockIAMAPI_Expecter) GenerateServiceLastAccessedDetailsRequest

func (_e *MockIAMAPI_Expecter) GenerateServiceLastAccessedDetailsRequest(_a0 interface{}) *MockIAMAPI_GenerateServiceLastAccessedDetailsRequest_Call

GenerateServiceLastAccessedDetailsRequest is a helper method to define mock.On call

  • _a0 *iam.GenerateServiceLastAccessedDetailsInput

func (*MockIAMAPI_Expecter) GenerateServiceLastAccessedDetailsWithContext

func (_e *MockIAMAPI_Expecter) GenerateServiceLastAccessedDetailsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GenerateServiceLastAccessedDetailsWithContext_Call

GenerateServiceLastAccessedDetailsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GenerateServiceLastAccessedDetailsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetAccessKeyLastUsed

func (_e *MockIAMAPI_Expecter) GetAccessKeyLastUsed(_a0 interface{}) *MockIAMAPI_GetAccessKeyLastUsed_Call

GetAccessKeyLastUsed is a helper method to define mock.On call

  • _a0 *iam.GetAccessKeyLastUsedInput

func (*MockIAMAPI_Expecter) GetAccessKeyLastUsedRequest

func (_e *MockIAMAPI_Expecter) GetAccessKeyLastUsedRequest(_a0 interface{}) *MockIAMAPI_GetAccessKeyLastUsedRequest_Call

GetAccessKeyLastUsedRequest is a helper method to define mock.On call

  • _a0 *iam.GetAccessKeyLastUsedInput

func (*MockIAMAPI_Expecter) GetAccessKeyLastUsedWithContext

func (_e *MockIAMAPI_Expecter) GetAccessKeyLastUsedWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetAccessKeyLastUsedWithContext_Call

GetAccessKeyLastUsedWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetAccessKeyLastUsedInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetAccountAuthorizationDetails

func (_e *MockIAMAPI_Expecter) GetAccountAuthorizationDetails(_a0 interface{}) *MockIAMAPI_GetAccountAuthorizationDetails_Call

GetAccountAuthorizationDetails is a helper method to define mock.On call

  • _a0 *iam.GetAccountAuthorizationDetailsInput

func (*MockIAMAPI_Expecter) GetAccountAuthorizationDetailsPages

func (_e *MockIAMAPI_Expecter) GetAccountAuthorizationDetailsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_GetAccountAuthorizationDetailsPages_Call

GetAccountAuthorizationDetailsPages is a helper method to define mock.On call

  • _a0 *iam.GetAccountAuthorizationDetailsInput
  • _a1 func(*iam.GetAccountAuthorizationDetailsOutput , bool) bool

func (*MockIAMAPI_Expecter) GetAccountAuthorizationDetailsPagesWithContext

func (_e *MockIAMAPI_Expecter) GetAccountAuthorizationDetailsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_GetAccountAuthorizationDetailsPagesWithContext_Call

GetAccountAuthorizationDetailsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetAccountAuthorizationDetailsInput
  • _a2 func(*iam.GetAccountAuthorizationDetailsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) GetAccountAuthorizationDetailsRequest

func (_e *MockIAMAPI_Expecter) GetAccountAuthorizationDetailsRequest(_a0 interface{}) *MockIAMAPI_GetAccountAuthorizationDetailsRequest_Call

GetAccountAuthorizationDetailsRequest is a helper method to define mock.On call

  • _a0 *iam.GetAccountAuthorizationDetailsInput

func (*MockIAMAPI_Expecter) GetAccountAuthorizationDetailsWithContext

func (_e *MockIAMAPI_Expecter) GetAccountAuthorizationDetailsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetAccountAuthorizationDetailsWithContext_Call

GetAccountAuthorizationDetailsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetAccountAuthorizationDetailsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetAccountPasswordPolicy

func (_e *MockIAMAPI_Expecter) GetAccountPasswordPolicy(_a0 interface{}) *MockIAMAPI_GetAccountPasswordPolicy_Call

GetAccountPasswordPolicy is a helper method to define mock.On call

  • _a0 *iam.GetAccountPasswordPolicyInput

func (*MockIAMAPI_Expecter) GetAccountPasswordPolicyRequest

func (_e *MockIAMAPI_Expecter) GetAccountPasswordPolicyRequest(_a0 interface{}) *MockIAMAPI_GetAccountPasswordPolicyRequest_Call

GetAccountPasswordPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.GetAccountPasswordPolicyInput

func (*MockIAMAPI_Expecter) GetAccountPasswordPolicyWithContext

func (_e *MockIAMAPI_Expecter) GetAccountPasswordPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetAccountPasswordPolicyWithContext_Call

GetAccountPasswordPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetAccountPasswordPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetAccountSummary

func (_e *MockIAMAPI_Expecter) GetAccountSummary(_a0 interface{}) *MockIAMAPI_GetAccountSummary_Call

GetAccountSummary is a helper method to define mock.On call

  • _a0 *iam.GetAccountSummaryInput

func (*MockIAMAPI_Expecter) GetAccountSummaryRequest

func (_e *MockIAMAPI_Expecter) GetAccountSummaryRequest(_a0 interface{}) *MockIAMAPI_GetAccountSummaryRequest_Call

GetAccountSummaryRequest is a helper method to define mock.On call

  • _a0 *iam.GetAccountSummaryInput

func (*MockIAMAPI_Expecter) GetAccountSummaryWithContext

func (_e *MockIAMAPI_Expecter) GetAccountSummaryWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetAccountSummaryWithContext_Call

GetAccountSummaryWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetAccountSummaryInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetContextKeysForCustomPolicy

func (_e *MockIAMAPI_Expecter) GetContextKeysForCustomPolicy(_a0 interface{}) *MockIAMAPI_GetContextKeysForCustomPolicy_Call

GetContextKeysForCustomPolicy is a helper method to define mock.On call

  • _a0 *iam.GetContextKeysForCustomPolicyInput

func (*MockIAMAPI_Expecter) GetContextKeysForCustomPolicyRequest

func (_e *MockIAMAPI_Expecter) GetContextKeysForCustomPolicyRequest(_a0 interface{}) *MockIAMAPI_GetContextKeysForCustomPolicyRequest_Call

GetContextKeysForCustomPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.GetContextKeysForCustomPolicyInput

func (*MockIAMAPI_Expecter) GetContextKeysForCustomPolicyWithContext

func (_e *MockIAMAPI_Expecter) GetContextKeysForCustomPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetContextKeysForCustomPolicyWithContext_Call

GetContextKeysForCustomPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetContextKeysForCustomPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetContextKeysForPrincipalPolicy

func (_e *MockIAMAPI_Expecter) GetContextKeysForPrincipalPolicy(_a0 interface{}) *MockIAMAPI_GetContextKeysForPrincipalPolicy_Call

GetContextKeysForPrincipalPolicy is a helper method to define mock.On call

  • _a0 *iam.GetContextKeysForPrincipalPolicyInput

func (*MockIAMAPI_Expecter) GetContextKeysForPrincipalPolicyRequest

func (_e *MockIAMAPI_Expecter) GetContextKeysForPrincipalPolicyRequest(_a0 interface{}) *MockIAMAPI_GetContextKeysForPrincipalPolicyRequest_Call

GetContextKeysForPrincipalPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.GetContextKeysForPrincipalPolicyInput

func (*MockIAMAPI_Expecter) GetContextKeysForPrincipalPolicyWithContext

func (_e *MockIAMAPI_Expecter) GetContextKeysForPrincipalPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetContextKeysForPrincipalPolicyWithContext_Call

GetContextKeysForPrincipalPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetContextKeysForPrincipalPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetCredentialReport

func (_e *MockIAMAPI_Expecter) GetCredentialReport(_a0 interface{}) *MockIAMAPI_GetCredentialReport_Call

GetCredentialReport is a helper method to define mock.On call

  • _a0 *iam.GetCredentialReportInput

func (*MockIAMAPI_Expecter) GetCredentialReportRequest

func (_e *MockIAMAPI_Expecter) GetCredentialReportRequest(_a0 interface{}) *MockIAMAPI_GetCredentialReportRequest_Call

GetCredentialReportRequest is a helper method to define mock.On call

  • _a0 *iam.GetCredentialReportInput

func (*MockIAMAPI_Expecter) GetCredentialReportWithContext

func (_e *MockIAMAPI_Expecter) GetCredentialReportWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetCredentialReportWithContext_Call

GetCredentialReportWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetCredentialReportInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetGroup

func (_e *MockIAMAPI_Expecter) GetGroup(_a0 interface{}) *MockIAMAPI_GetGroup_Call

GetGroup is a helper method to define mock.On call

  • _a0 *iam.GetGroupInput

func (*MockIAMAPI_Expecter) GetGroupPages

func (_e *MockIAMAPI_Expecter) GetGroupPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_GetGroupPages_Call

GetGroupPages is a helper method to define mock.On call

  • _a0 *iam.GetGroupInput
  • _a1 func(*iam.GetGroupOutput , bool) bool

func (*MockIAMAPI_Expecter) GetGroupPagesWithContext

func (_e *MockIAMAPI_Expecter) GetGroupPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_GetGroupPagesWithContext_Call

GetGroupPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetGroupInput
  • _a2 func(*iam.GetGroupOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) GetGroupPolicy

func (_e *MockIAMAPI_Expecter) GetGroupPolicy(_a0 interface{}) *MockIAMAPI_GetGroupPolicy_Call

GetGroupPolicy is a helper method to define mock.On call

  • _a0 *iam.GetGroupPolicyInput

func (*MockIAMAPI_Expecter) GetGroupPolicyRequest

func (_e *MockIAMAPI_Expecter) GetGroupPolicyRequest(_a0 interface{}) *MockIAMAPI_GetGroupPolicyRequest_Call

GetGroupPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.GetGroupPolicyInput

func (*MockIAMAPI_Expecter) GetGroupPolicyWithContext

func (_e *MockIAMAPI_Expecter) GetGroupPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetGroupPolicyWithContext_Call

GetGroupPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetGroupPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetGroupRequest

func (_e *MockIAMAPI_Expecter) GetGroupRequest(_a0 interface{}) *MockIAMAPI_GetGroupRequest_Call

GetGroupRequest is a helper method to define mock.On call

  • _a0 *iam.GetGroupInput

func (*MockIAMAPI_Expecter) GetGroupWithContext

func (_e *MockIAMAPI_Expecter) GetGroupWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetGroupWithContext_Call

GetGroupWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetGroupInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetInstanceProfile

func (_e *MockIAMAPI_Expecter) GetInstanceProfile(_a0 interface{}) *MockIAMAPI_GetInstanceProfile_Call

GetInstanceProfile is a helper method to define mock.On call

  • _a0 *iam.GetInstanceProfileInput

func (*MockIAMAPI_Expecter) GetInstanceProfileRequest

func (_e *MockIAMAPI_Expecter) GetInstanceProfileRequest(_a0 interface{}) *MockIAMAPI_GetInstanceProfileRequest_Call

GetInstanceProfileRequest is a helper method to define mock.On call

  • _a0 *iam.GetInstanceProfileInput

func (*MockIAMAPI_Expecter) GetInstanceProfileWithContext

func (_e *MockIAMAPI_Expecter) GetInstanceProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetInstanceProfileWithContext_Call

GetInstanceProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetInstanceProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetLoginProfile

func (_e *MockIAMAPI_Expecter) GetLoginProfile(_a0 interface{}) *MockIAMAPI_GetLoginProfile_Call

GetLoginProfile is a helper method to define mock.On call

  • _a0 *iam.GetLoginProfileInput

func (*MockIAMAPI_Expecter) GetLoginProfileRequest

func (_e *MockIAMAPI_Expecter) GetLoginProfileRequest(_a0 interface{}) *MockIAMAPI_GetLoginProfileRequest_Call

GetLoginProfileRequest is a helper method to define mock.On call

  • _a0 *iam.GetLoginProfileInput

func (*MockIAMAPI_Expecter) GetLoginProfileWithContext

func (_e *MockIAMAPI_Expecter) GetLoginProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetLoginProfileWithContext_Call

GetLoginProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetLoginProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetMFADevice

func (_e *MockIAMAPI_Expecter) GetMFADevice(_a0 interface{}) *MockIAMAPI_GetMFADevice_Call

GetMFADevice is a helper method to define mock.On call

  • _a0 *iam.GetMFADeviceInput

func (*MockIAMAPI_Expecter) GetMFADeviceRequest

func (_e *MockIAMAPI_Expecter) GetMFADeviceRequest(_a0 interface{}) *MockIAMAPI_GetMFADeviceRequest_Call

GetMFADeviceRequest is a helper method to define mock.On call

  • _a0 *iam.GetMFADeviceInput

func (*MockIAMAPI_Expecter) GetMFADeviceWithContext

func (_e *MockIAMAPI_Expecter) GetMFADeviceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetMFADeviceWithContext_Call

GetMFADeviceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetMFADeviceInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetOpenIDConnectProvider

func (_e *MockIAMAPI_Expecter) GetOpenIDConnectProvider(_a0 interface{}) *MockIAMAPI_GetOpenIDConnectProvider_Call

GetOpenIDConnectProvider is a helper method to define mock.On call

  • _a0 *iam.GetOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) GetOpenIDConnectProviderRequest

func (_e *MockIAMAPI_Expecter) GetOpenIDConnectProviderRequest(_a0 interface{}) *MockIAMAPI_GetOpenIDConnectProviderRequest_Call

GetOpenIDConnectProviderRequest is a helper method to define mock.On call

  • _a0 *iam.GetOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) GetOpenIDConnectProviderWithContext

func (_e *MockIAMAPI_Expecter) GetOpenIDConnectProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetOpenIDConnectProviderWithContext_Call

GetOpenIDConnectProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetOpenIDConnectProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetOrganizationsAccessReport

func (_e *MockIAMAPI_Expecter) GetOrganizationsAccessReport(_a0 interface{}) *MockIAMAPI_GetOrganizationsAccessReport_Call

GetOrganizationsAccessReport is a helper method to define mock.On call

  • _a0 *iam.GetOrganizationsAccessReportInput

func (*MockIAMAPI_Expecter) GetOrganizationsAccessReportRequest

func (_e *MockIAMAPI_Expecter) GetOrganizationsAccessReportRequest(_a0 interface{}) *MockIAMAPI_GetOrganizationsAccessReportRequest_Call

GetOrganizationsAccessReportRequest is a helper method to define mock.On call

  • _a0 *iam.GetOrganizationsAccessReportInput

func (*MockIAMAPI_Expecter) GetOrganizationsAccessReportWithContext

func (_e *MockIAMAPI_Expecter) GetOrganizationsAccessReportWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetOrganizationsAccessReportWithContext_Call

GetOrganizationsAccessReportWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetOrganizationsAccessReportInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetPolicy

func (_e *MockIAMAPI_Expecter) GetPolicy(_a0 interface{}) *MockIAMAPI_GetPolicy_Call

GetPolicy is a helper method to define mock.On call

  • _a0 *iam.GetPolicyInput

func (*MockIAMAPI_Expecter) GetPolicyRequest

func (_e *MockIAMAPI_Expecter) GetPolicyRequest(_a0 interface{}) *MockIAMAPI_GetPolicyRequest_Call

GetPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.GetPolicyInput

func (*MockIAMAPI_Expecter) GetPolicyVersion

func (_e *MockIAMAPI_Expecter) GetPolicyVersion(_a0 interface{}) *MockIAMAPI_GetPolicyVersion_Call

GetPolicyVersion is a helper method to define mock.On call

  • _a0 *iam.GetPolicyVersionInput

func (*MockIAMAPI_Expecter) GetPolicyVersionRequest

func (_e *MockIAMAPI_Expecter) GetPolicyVersionRequest(_a0 interface{}) *MockIAMAPI_GetPolicyVersionRequest_Call

GetPolicyVersionRequest is a helper method to define mock.On call

  • _a0 *iam.GetPolicyVersionInput

func (*MockIAMAPI_Expecter) GetPolicyVersionWithContext

func (_e *MockIAMAPI_Expecter) GetPolicyVersionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetPolicyVersionWithContext_Call

GetPolicyVersionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetPolicyVersionInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetPolicyWithContext

func (_e *MockIAMAPI_Expecter) GetPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetPolicyWithContext_Call

GetPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetRole

func (_e *MockIAMAPI_Expecter) GetRole(_a0 interface{}) *MockIAMAPI_GetRole_Call

GetRole is a helper method to define mock.On call

  • _a0 *iam.GetRoleInput

func (*MockIAMAPI_Expecter) GetRolePolicy

func (_e *MockIAMAPI_Expecter) GetRolePolicy(_a0 interface{}) *MockIAMAPI_GetRolePolicy_Call

GetRolePolicy is a helper method to define mock.On call

  • _a0 *iam.GetRolePolicyInput

func (*MockIAMAPI_Expecter) GetRolePolicyRequest

func (_e *MockIAMAPI_Expecter) GetRolePolicyRequest(_a0 interface{}) *MockIAMAPI_GetRolePolicyRequest_Call

GetRolePolicyRequest is a helper method to define mock.On call

  • _a0 *iam.GetRolePolicyInput

func (*MockIAMAPI_Expecter) GetRolePolicyWithContext

func (_e *MockIAMAPI_Expecter) GetRolePolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetRolePolicyWithContext_Call

GetRolePolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetRolePolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetRoleRequest

func (_e *MockIAMAPI_Expecter) GetRoleRequest(_a0 interface{}) *MockIAMAPI_GetRoleRequest_Call

GetRoleRequest is a helper method to define mock.On call

  • _a0 *iam.GetRoleInput

func (*MockIAMAPI_Expecter) GetRoleWithContext

func (_e *MockIAMAPI_Expecter) GetRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetRoleWithContext_Call

GetRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetSAMLProvider

func (_e *MockIAMAPI_Expecter) GetSAMLProvider(_a0 interface{}) *MockIAMAPI_GetSAMLProvider_Call

GetSAMLProvider is a helper method to define mock.On call

  • _a0 *iam.GetSAMLProviderInput

func (*MockIAMAPI_Expecter) GetSAMLProviderRequest

func (_e *MockIAMAPI_Expecter) GetSAMLProviderRequest(_a0 interface{}) *MockIAMAPI_GetSAMLProviderRequest_Call

GetSAMLProviderRequest is a helper method to define mock.On call

  • _a0 *iam.GetSAMLProviderInput

func (*MockIAMAPI_Expecter) GetSAMLProviderWithContext

func (_e *MockIAMAPI_Expecter) GetSAMLProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetSAMLProviderWithContext_Call

GetSAMLProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetSAMLProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetSSHPublicKey

func (_e *MockIAMAPI_Expecter) GetSSHPublicKey(_a0 interface{}) *MockIAMAPI_GetSSHPublicKey_Call

GetSSHPublicKey is a helper method to define mock.On call

  • _a0 *iam.GetSSHPublicKeyInput

func (*MockIAMAPI_Expecter) GetSSHPublicKeyRequest

func (_e *MockIAMAPI_Expecter) GetSSHPublicKeyRequest(_a0 interface{}) *MockIAMAPI_GetSSHPublicKeyRequest_Call

GetSSHPublicKeyRequest is a helper method to define mock.On call

  • _a0 *iam.GetSSHPublicKeyInput

func (*MockIAMAPI_Expecter) GetSSHPublicKeyWithContext

func (_e *MockIAMAPI_Expecter) GetSSHPublicKeyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetSSHPublicKeyWithContext_Call

GetSSHPublicKeyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetSSHPublicKeyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetServerCertificate

func (_e *MockIAMAPI_Expecter) GetServerCertificate(_a0 interface{}) *MockIAMAPI_GetServerCertificate_Call

GetServerCertificate is a helper method to define mock.On call

  • _a0 *iam.GetServerCertificateInput

func (*MockIAMAPI_Expecter) GetServerCertificateRequest

func (_e *MockIAMAPI_Expecter) GetServerCertificateRequest(_a0 interface{}) *MockIAMAPI_GetServerCertificateRequest_Call

GetServerCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.GetServerCertificateInput

func (*MockIAMAPI_Expecter) GetServerCertificateWithContext

func (_e *MockIAMAPI_Expecter) GetServerCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetServerCertificateWithContext_Call

GetServerCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetServerCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetServiceLastAccessedDetails

func (_e *MockIAMAPI_Expecter) GetServiceLastAccessedDetails(_a0 interface{}) *MockIAMAPI_GetServiceLastAccessedDetails_Call

GetServiceLastAccessedDetails is a helper method to define mock.On call

  • _a0 *iam.GetServiceLastAccessedDetailsInput

func (*MockIAMAPI_Expecter) GetServiceLastAccessedDetailsRequest

func (_e *MockIAMAPI_Expecter) GetServiceLastAccessedDetailsRequest(_a0 interface{}) *MockIAMAPI_GetServiceLastAccessedDetailsRequest_Call

GetServiceLastAccessedDetailsRequest is a helper method to define mock.On call

  • _a0 *iam.GetServiceLastAccessedDetailsInput

func (*MockIAMAPI_Expecter) GetServiceLastAccessedDetailsWithContext

func (_e *MockIAMAPI_Expecter) GetServiceLastAccessedDetailsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetServiceLastAccessedDetailsWithContext_Call

GetServiceLastAccessedDetailsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetServiceLastAccessedDetailsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetServiceLastAccessedDetailsWithEntities

func (_e *MockIAMAPI_Expecter) GetServiceLastAccessedDetailsWithEntities(_a0 interface{}) *MockIAMAPI_GetServiceLastAccessedDetailsWithEntities_Call

GetServiceLastAccessedDetailsWithEntities is a helper method to define mock.On call

  • _a0 *iam.GetServiceLastAccessedDetailsWithEntitiesInput

func (*MockIAMAPI_Expecter) GetServiceLastAccessedDetailsWithEntitiesRequest

func (_e *MockIAMAPI_Expecter) GetServiceLastAccessedDetailsWithEntitiesRequest(_a0 interface{}) *MockIAMAPI_GetServiceLastAccessedDetailsWithEntitiesRequest_Call

GetServiceLastAccessedDetailsWithEntitiesRequest is a helper method to define mock.On call

  • _a0 *iam.GetServiceLastAccessedDetailsWithEntitiesInput

func (*MockIAMAPI_Expecter) GetServiceLastAccessedDetailsWithEntitiesWithContext

func (_e *MockIAMAPI_Expecter) GetServiceLastAccessedDetailsWithEntitiesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetServiceLastAccessedDetailsWithEntitiesWithContext_Call

GetServiceLastAccessedDetailsWithEntitiesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetServiceLastAccessedDetailsWithEntitiesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetServiceLinkedRoleDeletionStatus

func (_e *MockIAMAPI_Expecter) GetServiceLinkedRoleDeletionStatus(_a0 interface{}) *MockIAMAPI_GetServiceLinkedRoleDeletionStatus_Call

GetServiceLinkedRoleDeletionStatus is a helper method to define mock.On call

  • _a0 *iam.GetServiceLinkedRoleDeletionStatusInput

func (*MockIAMAPI_Expecter) GetServiceLinkedRoleDeletionStatusRequest

func (_e *MockIAMAPI_Expecter) GetServiceLinkedRoleDeletionStatusRequest(_a0 interface{}) *MockIAMAPI_GetServiceLinkedRoleDeletionStatusRequest_Call

GetServiceLinkedRoleDeletionStatusRequest is a helper method to define mock.On call

  • _a0 *iam.GetServiceLinkedRoleDeletionStatusInput

func (*MockIAMAPI_Expecter) GetServiceLinkedRoleDeletionStatusWithContext

func (_e *MockIAMAPI_Expecter) GetServiceLinkedRoleDeletionStatusWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetServiceLinkedRoleDeletionStatusWithContext_Call

GetServiceLinkedRoleDeletionStatusWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetServiceLinkedRoleDeletionStatusInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetUser

func (_e *MockIAMAPI_Expecter) GetUser(_a0 interface{}) *MockIAMAPI_GetUser_Call

GetUser is a helper method to define mock.On call

  • _a0 *iam.GetUserInput

func (*MockIAMAPI_Expecter) GetUserPolicy

func (_e *MockIAMAPI_Expecter) GetUserPolicy(_a0 interface{}) *MockIAMAPI_GetUserPolicy_Call

GetUserPolicy is a helper method to define mock.On call

  • _a0 *iam.GetUserPolicyInput

func (*MockIAMAPI_Expecter) GetUserPolicyRequest

func (_e *MockIAMAPI_Expecter) GetUserPolicyRequest(_a0 interface{}) *MockIAMAPI_GetUserPolicyRequest_Call

GetUserPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.GetUserPolicyInput

func (*MockIAMAPI_Expecter) GetUserPolicyWithContext

func (_e *MockIAMAPI_Expecter) GetUserPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetUserPolicyWithContext_Call

GetUserPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetUserPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) GetUserRequest

func (_e *MockIAMAPI_Expecter) GetUserRequest(_a0 interface{}) *MockIAMAPI_GetUserRequest_Call

GetUserRequest is a helper method to define mock.On call

  • _a0 *iam.GetUserInput

func (*MockIAMAPI_Expecter) GetUserWithContext

func (_e *MockIAMAPI_Expecter) GetUserWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_GetUserWithContext_Call

GetUserWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetUserInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListAccessKeys

func (_e *MockIAMAPI_Expecter) ListAccessKeys(_a0 interface{}) *MockIAMAPI_ListAccessKeys_Call

ListAccessKeys is a helper method to define mock.On call

  • _a0 *iam.ListAccessKeysInput

func (*MockIAMAPI_Expecter) ListAccessKeysPages

func (_e *MockIAMAPI_Expecter) ListAccessKeysPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListAccessKeysPages_Call

ListAccessKeysPages is a helper method to define mock.On call

  • _a0 *iam.ListAccessKeysInput
  • _a1 func(*iam.ListAccessKeysOutput , bool) bool

func (*MockIAMAPI_Expecter) ListAccessKeysPagesWithContext

func (_e *MockIAMAPI_Expecter) ListAccessKeysPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListAccessKeysPagesWithContext_Call

ListAccessKeysPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAccessKeysInput
  • _a2 func(*iam.ListAccessKeysOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListAccessKeysRequest

func (_e *MockIAMAPI_Expecter) ListAccessKeysRequest(_a0 interface{}) *MockIAMAPI_ListAccessKeysRequest_Call

ListAccessKeysRequest is a helper method to define mock.On call

  • _a0 *iam.ListAccessKeysInput

func (*MockIAMAPI_Expecter) ListAccessKeysWithContext

func (_e *MockIAMAPI_Expecter) ListAccessKeysWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListAccessKeysWithContext_Call

ListAccessKeysWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAccessKeysInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListAccountAliases

func (_e *MockIAMAPI_Expecter) ListAccountAliases(_a0 interface{}) *MockIAMAPI_ListAccountAliases_Call

ListAccountAliases is a helper method to define mock.On call

  • _a0 *iam.ListAccountAliasesInput

func (*MockIAMAPI_Expecter) ListAccountAliasesPages

func (_e *MockIAMAPI_Expecter) ListAccountAliasesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListAccountAliasesPages_Call

ListAccountAliasesPages is a helper method to define mock.On call

  • _a0 *iam.ListAccountAliasesInput
  • _a1 func(*iam.ListAccountAliasesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListAccountAliasesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListAccountAliasesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListAccountAliasesPagesWithContext_Call

ListAccountAliasesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAccountAliasesInput
  • _a2 func(*iam.ListAccountAliasesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListAccountAliasesRequest

func (_e *MockIAMAPI_Expecter) ListAccountAliasesRequest(_a0 interface{}) *MockIAMAPI_ListAccountAliasesRequest_Call

ListAccountAliasesRequest is a helper method to define mock.On call

  • _a0 *iam.ListAccountAliasesInput

func (*MockIAMAPI_Expecter) ListAccountAliasesWithContext

func (_e *MockIAMAPI_Expecter) ListAccountAliasesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListAccountAliasesWithContext_Call

ListAccountAliasesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAccountAliasesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListAttachedGroupPolicies

func (_e *MockIAMAPI_Expecter) ListAttachedGroupPolicies(_a0 interface{}) *MockIAMAPI_ListAttachedGroupPolicies_Call

ListAttachedGroupPolicies is a helper method to define mock.On call

  • _a0 *iam.ListAttachedGroupPoliciesInput

func (*MockIAMAPI_Expecter) ListAttachedGroupPoliciesPages

func (_e *MockIAMAPI_Expecter) ListAttachedGroupPoliciesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListAttachedGroupPoliciesPages_Call

ListAttachedGroupPoliciesPages is a helper method to define mock.On call

  • _a0 *iam.ListAttachedGroupPoliciesInput
  • _a1 func(*iam.ListAttachedGroupPoliciesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListAttachedGroupPoliciesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListAttachedGroupPoliciesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListAttachedGroupPoliciesPagesWithContext_Call

ListAttachedGroupPoliciesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAttachedGroupPoliciesInput
  • _a2 func(*iam.ListAttachedGroupPoliciesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListAttachedGroupPoliciesRequest

func (_e *MockIAMAPI_Expecter) ListAttachedGroupPoliciesRequest(_a0 interface{}) *MockIAMAPI_ListAttachedGroupPoliciesRequest_Call

ListAttachedGroupPoliciesRequest is a helper method to define mock.On call

  • _a0 *iam.ListAttachedGroupPoliciesInput

func (*MockIAMAPI_Expecter) ListAttachedGroupPoliciesWithContext

func (_e *MockIAMAPI_Expecter) ListAttachedGroupPoliciesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListAttachedGroupPoliciesWithContext_Call

ListAttachedGroupPoliciesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAttachedGroupPoliciesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListAttachedRolePolicies

func (_e *MockIAMAPI_Expecter) ListAttachedRolePolicies(_a0 interface{}) *MockIAMAPI_ListAttachedRolePolicies_Call

ListAttachedRolePolicies is a helper method to define mock.On call

  • _a0 *iam.ListAttachedRolePoliciesInput

func (*MockIAMAPI_Expecter) ListAttachedRolePoliciesPages

func (_e *MockIAMAPI_Expecter) ListAttachedRolePoliciesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListAttachedRolePoliciesPages_Call

ListAttachedRolePoliciesPages is a helper method to define mock.On call

  • _a0 *iam.ListAttachedRolePoliciesInput
  • _a1 func(*iam.ListAttachedRolePoliciesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListAttachedRolePoliciesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListAttachedRolePoliciesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListAttachedRolePoliciesPagesWithContext_Call

ListAttachedRolePoliciesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAttachedRolePoliciesInput
  • _a2 func(*iam.ListAttachedRolePoliciesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListAttachedRolePoliciesRequest

func (_e *MockIAMAPI_Expecter) ListAttachedRolePoliciesRequest(_a0 interface{}) *MockIAMAPI_ListAttachedRolePoliciesRequest_Call

ListAttachedRolePoliciesRequest is a helper method to define mock.On call

  • _a0 *iam.ListAttachedRolePoliciesInput

func (*MockIAMAPI_Expecter) ListAttachedRolePoliciesWithContext

func (_e *MockIAMAPI_Expecter) ListAttachedRolePoliciesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListAttachedRolePoliciesWithContext_Call

ListAttachedRolePoliciesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAttachedRolePoliciesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListAttachedUserPolicies

func (_e *MockIAMAPI_Expecter) ListAttachedUserPolicies(_a0 interface{}) *MockIAMAPI_ListAttachedUserPolicies_Call

ListAttachedUserPolicies is a helper method to define mock.On call

  • _a0 *iam.ListAttachedUserPoliciesInput

func (*MockIAMAPI_Expecter) ListAttachedUserPoliciesPages

func (_e *MockIAMAPI_Expecter) ListAttachedUserPoliciesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListAttachedUserPoliciesPages_Call

ListAttachedUserPoliciesPages is a helper method to define mock.On call

  • _a0 *iam.ListAttachedUserPoliciesInput
  • _a1 func(*iam.ListAttachedUserPoliciesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListAttachedUserPoliciesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListAttachedUserPoliciesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListAttachedUserPoliciesPagesWithContext_Call

ListAttachedUserPoliciesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAttachedUserPoliciesInput
  • _a2 func(*iam.ListAttachedUserPoliciesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListAttachedUserPoliciesRequest

func (_e *MockIAMAPI_Expecter) ListAttachedUserPoliciesRequest(_a0 interface{}) *MockIAMAPI_ListAttachedUserPoliciesRequest_Call

ListAttachedUserPoliciesRequest is a helper method to define mock.On call

  • _a0 *iam.ListAttachedUserPoliciesInput

func (*MockIAMAPI_Expecter) ListAttachedUserPoliciesWithContext

func (_e *MockIAMAPI_Expecter) ListAttachedUserPoliciesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListAttachedUserPoliciesWithContext_Call

ListAttachedUserPoliciesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListAttachedUserPoliciesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListEntitiesForPolicy

func (_e *MockIAMAPI_Expecter) ListEntitiesForPolicy(_a0 interface{}) *MockIAMAPI_ListEntitiesForPolicy_Call

ListEntitiesForPolicy is a helper method to define mock.On call

  • _a0 *iam.ListEntitiesForPolicyInput

func (*MockIAMAPI_Expecter) ListEntitiesForPolicyPages

func (_e *MockIAMAPI_Expecter) ListEntitiesForPolicyPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListEntitiesForPolicyPages_Call

ListEntitiesForPolicyPages is a helper method to define mock.On call

  • _a0 *iam.ListEntitiesForPolicyInput
  • _a1 func(*iam.ListEntitiesForPolicyOutput , bool) bool

func (*MockIAMAPI_Expecter) ListEntitiesForPolicyPagesWithContext

func (_e *MockIAMAPI_Expecter) ListEntitiesForPolicyPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListEntitiesForPolicyPagesWithContext_Call

ListEntitiesForPolicyPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListEntitiesForPolicyInput
  • _a2 func(*iam.ListEntitiesForPolicyOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListEntitiesForPolicyRequest

func (_e *MockIAMAPI_Expecter) ListEntitiesForPolicyRequest(_a0 interface{}) *MockIAMAPI_ListEntitiesForPolicyRequest_Call

ListEntitiesForPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.ListEntitiesForPolicyInput

func (*MockIAMAPI_Expecter) ListEntitiesForPolicyWithContext

func (_e *MockIAMAPI_Expecter) ListEntitiesForPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListEntitiesForPolicyWithContext_Call

ListEntitiesForPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListEntitiesForPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListGroupPolicies

func (_e *MockIAMAPI_Expecter) ListGroupPolicies(_a0 interface{}) *MockIAMAPI_ListGroupPolicies_Call

ListGroupPolicies is a helper method to define mock.On call

  • _a0 *iam.ListGroupPoliciesInput

func (*MockIAMAPI_Expecter) ListGroupPoliciesPages

func (_e *MockIAMAPI_Expecter) ListGroupPoliciesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListGroupPoliciesPages_Call

ListGroupPoliciesPages is a helper method to define mock.On call

  • _a0 *iam.ListGroupPoliciesInput
  • _a1 func(*iam.ListGroupPoliciesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListGroupPoliciesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListGroupPoliciesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListGroupPoliciesPagesWithContext_Call

ListGroupPoliciesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListGroupPoliciesInput
  • _a2 func(*iam.ListGroupPoliciesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListGroupPoliciesRequest

func (_e *MockIAMAPI_Expecter) ListGroupPoliciesRequest(_a0 interface{}) *MockIAMAPI_ListGroupPoliciesRequest_Call

ListGroupPoliciesRequest is a helper method to define mock.On call

  • _a0 *iam.ListGroupPoliciesInput

func (*MockIAMAPI_Expecter) ListGroupPoliciesWithContext

func (_e *MockIAMAPI_Expecter) ListGroupPoliciesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListGroupPoliciesWithContext_Call

ListGroupPoliciesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListGroupPoliciesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListGroups

func (_e *MockIAMAPI_Expecter) ListGroups(_a0 interface{}) *MockIAMAPI_ListGroups_Call

ListGroups is a helper method to define mock.On call

  • _a0 *iam.ListGroupsInput

func (*MockIAMAPI_Expecter) ListGroupsForUser

func (_e *MockIAMAPI_Expecter) ListGroupsForUser(_a0 interface{}) *MockIAMAPI_ListGroupsForUser_Call

ListGroupsForUser is a helper method to define mock.On call

  • _a0 *iam.ListGroupsForUserInput

func (*MockIAMAPI_Expecter) ListGroupsForUserPages

func (_e *MockIAMAPI_Expecter) ListGroupsForUserPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListGroupsForUserPages_Call

ListGroupsForUserPages is a helper method to define mock.On call

  • _a0 *iam.ListGroupsForUserInput
  • _a1 func(*iam.ListGroupsForUserOutput , bool) bool

func (*MockIAMAPI_Expecter) ListGroupsForUserPagesWithContext

func (_e *MockIAMAPI_Expecter) ListGroupsForUserPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListGroupsForUserPagesWithContext_Call

ListGroupsForUserPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListGroupsForUserInput
  • _a2 func(*iam.ListGroupsForUserOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListGroupsForUserRequest

func (_e *MockIAMAPI_Expecter) ListGroupsForUserRequest(_a0 interface{}) *MockIAMAPI_ListGroupsForUserRequest_Call

ListGroupsForUserRequest is a helper method to define mock.On call

  • _a0 *iam.ListGroupsForUserInput

func (*MockIAMAPI_Expecter) ListGroupsForUserWithContext

func (_e *MockIAMAPI_Expecter) ListGroupsForUserWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListGroupsForUserWithContext_Call

ListGroupsForUserWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListGroupsForUserInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListGroupsPages

func (_e *MockIAMAPI_Expecter) ListGroupsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListGroupsPages_Call

ListGroupsPages is a helper method to define mock.On call

  • _a0 *iam.ListGroupsInput
  • _a1 func(*iam.ListGroupsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListGroupsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListGroupsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListGroupsPagesWithContext_Call

ListGroupsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListGroupsInput
  • _a2 func(*iam.ListGroupsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListGroupsRequest

func (_e *MockIAMAPI_Expecter) ListGroupsRequest(_a0 interface{}) *MockIAMAPI_ListGroupsRequest_Call

ListGroupsRequest is a helper method to define mock.On call

  • _a0 *iam.ListGroupsInput

func (*MockIAMAPI_Expecter) ListGroupsWithContext

func (_e *MockIAMAPI_Expecter) ListGroupsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListGroupsWithContext_Call

ListGroupsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListGroupsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListInstanceProfileTags

func (_e *MockIAMAPI_Expecter) ListInstanceProfileTags(_a0 interface{}) *MockIAMAPI_ListInstanceProfileTags_Call

ListInstanceProfileTags is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfileTagsInput

func (*MockIAMAPI_Expecter) ListInstanceProfileTagsPages

func (_e *MockIAMAPI_Expecter) ListInstanceProfileTagsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListInstanceProfileTagsPages_Call

ListInstanceProfileTagsPages is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfileTagsInput
  • _a1 func(*iam.ListInstanceProfileTagsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListInstanceProfileTagsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListInstanceProfileTagsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListInstanceProfileTagsPagesWithContext_Call

ListInstanceProfileTagsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListInstanceProfileTagsInput
  • _a2 func(*iam.ListInstanceProfileTagsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListInstanceProfileTagsRequest

func (_e *MockIAMAPI_Expecter) ListInstanceProfileTagsRequest(_a0 interface{}) *MockIAMAPI_ListInstanceProfileTagsRequest_Call

ListInstanceProfileTagsRequest is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfileTagsInput

func (*MockIAMAPI_Expecter) ListInstanceProfileTagsWithContext

func (_e *MockIAMAPI_Expecter) ListInstanceProfileTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListInstanceProfileTagsWithContext_Call

ListInstanceProfileTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListInstanceProfileTagsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListInstanceProfiles

func (_e *MockIAMAPI_Expecter) ListInstanceProfiles(_a0 interface{}) *MockIAMAPI_ListInstanceProfiles_Call

ListInstanceProfiles is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfilesInput

func (*MockIAMAPI_Expecter) ListInstanceProfilesForRole

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesForRole(_a0 interface{}) *MockIAMAPI_ListInstanceProfilesForRole_Call

ListInstanceProfilesForRole is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfilesForRoleInput

func (*MockIAMAPI_Expecter) ListInstanceProfilesForRolePages

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesForRolePages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListInstanceProfilesForRolePages_Call

ListInstanceProfilesForRolePages is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfilesForRoleInput
  • _a1 func(*iam.ListInstanceProfilesForRoleOutput , bool) bool

func (*MockIAMAPI_Expecter) ListInstanceProfilesForRolePagesWithContext

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesForRolePagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListInstanceProfilesForRolePagesWithContext_Call

ListInstanceProfilesForRolePagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListInstanceProfilesForRoleInput
  • _a2 func(*iam.ListInstanceProfilesForRoleOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListInstanceProfilesForRoleRequest

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesForRoleRequest(_a0 interface{}) *MockIAMAPI_ListInstanceProfilesForRoleRequest_Call

ListInstanceProfilesForRoleRequest is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfilesForRoleInput

func (*MockIAMAPI_Expecter) ListInstanceProfilesForRoleWithContext

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesForRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListInstanceProfilesForRoleWithContext_Call

ListInstanceProfilesForRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListInstanceProfilesForRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListInstanceProfilesPages

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListInstanceProfilesPages_Call

ListInstanceProfilesPages is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfilesInput
  • _a1 func(*iam.ListInstanceProfilesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListInstanceProfilesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListInstanceProfilesPagesWithContext_Call

ListInstanceProfilesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListInstanceProfilesInput
  • _a2 func(*iam.ListInstanceProfilesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListInstanceProfilesRequest

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesRequest(_a0 interface{}) *MockIAMAPI_ListInstanceProfilesRequest_Call

ListInstanceProfilesRequest is a helper method to define mock.On call

  • _a0 *iam.ListInstanceProfilesInput

func (*MockIAMAPI_Expecter) ListInstanceProfilesWithContext

func (_e *MockIAMAPI_Expecter) ListInstanceProfilesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListInstanceProfilesWithContext_Call

ListInstanceProfilesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListInstanceProfilesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListMFADeviceTags

func (_e *MockIAMAPI_Expecter) ListMFADeviceTags(_a0 interface{}) *MockIAMAPI_ListMFADeviceTags_Call

ListMFADeviceTags is a helper method to define mock.On call

  • _a0 *iam.ListMFADeviceTagsInput

func (*MockIAMAPI_Expecter) ListMFADeviceTagsPages

func (_e *MockIAMAPI_Expecter) ListMFADeviceTagsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListMFADeviceTagsPages_Call

ListMFADeviceTagsPages is a helper method to define mock.On call

  • _a0 *iam.ListMFADeviceTagsInput
  • _a1 func(*iam.ListMFADeviceTagsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListMFADeviceTagsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListMFADeviceTagsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListMFADeviceTagsPagesWithContext_Call

ListMFADeviceTagsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListMFADeviceTagsInput
  • _a2 func(*iam.ListMFADeviceTagsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListMFADeviceTagsRequest

func (_e *MockIAMAPI_Expecter) ListMFADeviceTagsRequest(_a0 interface{}) *MockIAMAPI_ListMFADeviceTagsRequest_Call

ListMFADeviceTagsRequest is a helper method to define mock.On call

  • _a0 *iam.ListMFADeviceTagsInput

func (*MockIAMAPI_Expecter) ListMFADeviceTagsWithContext

func (_e *MockIAMAPI_Expecter) ListMFADeviceTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListMFADeviceTagsWithContext_Call

ListMFADeviceTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListMFADeviceTagsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListMFADevices

func (_e *MockIAMAPI_Expecter) ListMFADevices(_a0 interface{}) *MockIAMAPI_ListMFADevices_Call

ListMFADevices is a helper method to define mock.On call

  • _a0 *iam.ListMFADevicesInput

func (*MockIAMAPI_Expecter) ListMFADevicesPages

func (_e *MockIAMAPI_Expecter) ListMFADevicesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListMFADevicesPages_Call

ListMFADevicesPages is a helper method to define mock.On call

  • _a0 *iam.ListMFADevicesInput
  • _a1 func(*iam.ListMFADevicesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListMFADevicesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListMFADevicesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListMFADevicesPagesWithContext_Call

ListMFADevicesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListMFADevicesInput
  • _a2 func(*iam.ListMFADevicesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListMFADevicesRequest

func (_e *MockIAMAPI_Expecter) ListMFADevicesRequest(_a0 interface{}) *MockIAMAPI_ListMFADevicesRequest_Call

ListMFADevicesRequest is a helper method to define mock.On call

  • _a0 *iam.ListMFADevicesInput

func (*MockIAMAPI_Expecter) ListMFADevicesWithContext

func (_e *MockIAMAPI_Expecter) ListMFADevicesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListMFADevicesWithContext_Call

ListMFADevicesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListMFADevicesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListOpenIDConnectProviderTags

func (_e *MockIAMAPI_Expecter) ListOpenIDConnectProviderTags(_a0 interface{}) *MockIAMAPI_ListOpenIDConnectProviderTags_Call

ListOpenIDConnectProviderTags is a helper method to define mock.On call

  • _a0 *iam.ListOpenIDConnectProviderTagsInput

func (*MockIAMAPI_Expecter) ListOpenIDConnectProviderTagsPages

func (_e *MockIAMAPI_Expecter) ListOpenIDConnectProviderTagsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListOpenIDConnectProviderTagsPages_Call

ListOpenIDConnectProviderTagsPages is a helper method to define mock.On call

  • _a0 *iam.ListOpenIDConnectProviderTagsInput
  • _a1 func(*iam.ListOpenIDConnectProviderTagsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListOpenIDConnectProviderTagsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListOpenIDConnectProviderTagsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListOpenIDConnectProviderTagsPagesWithContext_Call

ListOpenIDConnectProviderTagsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListOpenIDConnectProviderTagsInput
  • _a2 func(*iam.ListOpenIDConnectProviderTagsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListOpenIDConnectProviderTagsRequest

func (_e *MockIAMAPI_Expecter) ListOpenIDConnectProviderTagsRequest(_a0 interface{}) *MockIAMAPI_ListOpenIDConnectProviderTagsRequest_Call

ListOpenIDConnectProviderTagsRequest is a helper method to define mock.On call

  • _a0 *iam.ListOpenIDConnectProviderTagsInput

func (*MockIAMAPI_Expecter) ListOpenIDConnectProviderTagsWithContext

func (_e *MockIAMAPI_Expecter) ListOpenIDConnectProviderTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListOpenIDConnectProviderTagsWithContext_Call

ListOpenIDConnectProviderTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListOpenIDConnectProviderTagsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListOpenIDConnectProviders

func (_e *MockIAMAPI_Expecter) ListOpenIDConnectProviders(_a0 interface{}) *MockIAMAPI_ListOpenIDConnectProviders_Call

ListOpenIDConnectProviders is a helper method to define mock.On call

  • _a0 *iam.ListOpenIDConnectProvidersInput

func (*MockIAMAPI_Expecter) ListOpenIDConnectProvidersRequest

func (_e *MockIAMAPI_Expecter) ListOpenIDConnectProvidersRequest(_a0 interface{}) *MockIAMAPI_ListOpenIDConnectProvidersRequest_Call

ListOpenIDConnectProvidersRequest is a helper method to define mock.On call

  • _a0 *iam.ListOpenIDConnectProvidersInput

func (*MockIAMAPI_Expecter) ListOpenIDConnectProvidersWithContext

func (_e *MockIAMAPI_Expecter) ListOpenIDConnectProvidersWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListOpenIDConnectProvidersWithContext_Call

ListOpenIDConnectProvidersWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListOpenIDConnectProvidersInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListPolicies

func (_e *MockIAMAPI_Expecter) ListPolicies(_a0 interface{}) *MockIAMAPI_ListPolicies_Call

ListPolicies is a helper method to define mock.On call

  • _a0 *iam.ListPoliciesInput

func (*MockIAMAPI_Expecter) ListPoliciesGrantingServiceAccess

func (_e *MockIAMAPI_Expecter) ListPoliciesGrantingServiceAccess(_a0 interface{}) *MockIAMAPI_ListPoliciesGrantingServiceAccess_Call

ListPoliciesGrantingServiceAccess is a helper method to define mock.On call

  • _a0 *iam.ListPoliciesGrantingServiceAccessInput

func (*MockIAMAPI_Expecter) ListPoliciesGrantingServiceAccessRequest

func (_e *MockIAMAPI_Expecter) ListPoliciesGrantingServiceAccessRequest(_a0 interface{}) *MockIAMAPI_ListPoliciesGrantingServiceAccessRequest_Call

ListPoliciesGrantingServiceAccessRequest is a helper method to define mock.On call

  • _a0 *iam.ListPoliciesGrantingServiceAccessInput

func (*MockIAMAPI_Expecter) ListPoliciesGrantingServiceAccessWithContext

func (_e *MockIAMAPI_Expecter) ListPoliciesGrantingServiceAccessWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListPoliciesGrantingServiceAccessWithContext_Call

ListPoliciesGrantingServiceAccessWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListPoliciesGrantingServiceAccessInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListPoliciesPages

func (_e *MockIAMAPI_Expecter) ListPoliciesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListPoliciesPages_Call

ListPoliciesPages is a helper method to define mock.On call

  • _a0 *iam.ListPoliciesInput
  • _a1 func(*iam.ListPoliciesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListPoliciesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListPoliciesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListPoliciesPagesWithContext_Call

ListPoliciesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListPoliciesInput
  • _a2 func(*iam.ListPoliciesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListPoliciesRequest

func (_e *MockIAMAPI_Expecter) ListPoliciesRequest(_a0 interface{}) *MockIAMAPI_ListPoliciesRequest_Call

ListPoliciesRequest is a helper method to define mock.On call

  • _a0 *iam.ListPoliciesInput

func (*MockIAMAPI_Expecter) ListPoliciesWithContext

func (_e *MockIAMAPI_Expecter) ListPoliciesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListPoliciesWithContext_Call

ListPoliciesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListPoliciesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListPolicyTags

func (_e *MockIAMAPI_Expecter) ListPolicyTags(_a0 interface{}) *MockIAMAPI_ListPolicyTags_Call

ListPolicyTags is a helper method to define mock.On call

  • _a0 *iam.ListPolicyTagsInput

func (*MockIAMAPI_Expecter) ListPolicyTagsPages

func (_e *MockIAMAPI_Expecter) ListPolicyTagsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListPolicyTagsPages_Call

ListPolicyTagsPages is a helper method to define mock.On call

  • _a0 *iam.ListPolicyTagsInput
  • _a1 func(*iam.ListPolicyTagsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListPolicyTagsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListPolicyTagsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListPolicyTagsPagesWithContext_Call

ListPolicyTagsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListPolicyTagsInput
  • _a2 func(*iam.ListPolicyTagsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListPolicyTagsRequest

func (_e *MockIAMAPI_Expecter) ListPolicyTagsRequest(_a0 interface{}) *MockIAMAPI_ListPolicyTagsRequest_Call

ListPolicyTagsRequest is a helper method to define mock.On call

  • _a0 *iam.ListPolicyTagsInput

func (*MockIAMAPI_Expecter) ListPolicyTagsWithContext

func (_e *MockIAMAPI_Expecter) ListPolicyTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListPolicyTagsWithContext_Call

ListPolicyTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListPolicyTagsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListPolicyVersions

func (_e *MockIAMAPI_Expecter) ListPolicyVersions(_a0 interface{}) *MockIAMAPI_ListPolicyVersions_Call

ListPolicyVersions is a helper method to define mock.On call

  • _a0 *iam.ListPolicyVersionsInput

func (*MockIAMAPI_Expecter) ListPolicyVersionsPages

func (_e *MockIAMAPI_Expecter) ListPolicyVersionsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListPolicyVersionsPages_Call

ListPolicyVersionsPages is a helper method to define mock.On call

  • _a0 *iam.ListPolicyVersionsInput
  • _a1 func(*iam.ListPolicyVersionsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListPolicyVersionsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListPolicyVersionsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListPolicyVersionsPagesWithContext_Call

ListPolicyVersionsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListPolicyVersionsInput
  • _a2 func(*iam.ListPolicyVersionsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListPolicyVersionsRequest

func (_e *MockIAMAPI_Expecter) ListPolicyVersionsRequest(_a0 interface{}) *MockIAMAPI_ListPolicyVersionsRequest_Call

ListPolicyVersionsRequest is a helper method to define mock.On call

  • _a0 *iam.ListPolicyVersionsInput

func (*MockIAMAPI_Expecter) ListPolicyVersionsWithContext

func (_e *MockIAMAPI_Expecter) ListPolicyVersionsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListPolicyVersionsWithContext_Call

ListPolicyVersionsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListPolicyVersionsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListRolePolicies

func (_e *MockIAMAPI_Expecter) ListRolePolicies(_a0 interface{}) *MockIAMAPI_ListRolePolicies_Call

ListRolePolicies is a helper method to define mock.On call

  • _a0 *iam.ListRolePoliciesInput

func (*MockIAMAPI_Expecter) ListRolePoliciesPages

func (_e *MockIAMAPI_Expecter) ListRolePoliciesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListRolePoliciesPages_Call

ListRolePoliciesPages is a helper method to define mock.On call

  • _a0 *iam.ListRolePoliciesInput
  • _a1 func(*iam.ListRolePoliciesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListRolePoliciesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListRolePoliciesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListRolePoliciesPagesWithContext_Call

ListRolePoliciesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListRolePoliciesInput
  • _a2 func(*iam.ListRolePoliciesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListRolePoliciesRequest

func (_e *MockIAMAPI_Expecter) ListRolePoliciesRequest(_a0 interface{}) *MockIAMAPI_ListRolePoliciesRequest_Call

ListRolePoliciesRequest is a helper method to define mock.On call

  • _a0 *iam.ListRolePoliciesInput

func (*MockIAMAPI_Expecter) ListRolePoliciesWithContext

func (_e *MockIAMAPI_Expecter) ListRolePoliciesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListRolePoliciesWithContext_Call

ListRolePoliciesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListRolePoliciesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListRoleTags

func (_e *MockIAMAPI_Expecter) ListRoleTags(_a0 interface{}) *MockIAMAPI_ListRoleTags_Call

ListRoleTags is a helper method to define mock.On call

  • _a0 *iam.ListRoleTagsInput

func (*MockIAMAPI_Expecter) ListRoleTagsPages

func (_e *MockIAMAPI_Expecter) ListRoleTagsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListRoleTagsPages_Call

ListRoleTagsPages is a helper method to define mock.On call

  • _a0 *iam.ListRoleTagsInput
  • _a1 func(*iam.ListRoleTagsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListRoleTagsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListRoleTagsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListRoleTagsPagesWithContext_Call

ListRoleTagsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListRoleTagsInput
  • _a2 func(*iam.ListRoleTagsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListRoleTagsRequest

func (_e *MockIAMAPI_Expecter) ListRoleTagsRequest(_a0 interface{}) *MockIAMAPI_ListRoleTagsRequest_Call

ListRoleTagsRequest is a helper method to define mock.On call

  • _a0 *iam.ListRoleTagsInput

func (*MockIAMAPI_Expecter) ListRoleTagsWithContext

func (_e *MockIAMAPI_Expecter) ListRoleTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListRoleTagsWithContext_Call

ListRoleTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListRoleTagsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListRoles

func (_e *MockIAMAPI_Expecter) ListRoles(_a0 interface{}) *MockIAMAPI_ListRoles_Call

ListRoles is a helper method to define mock.On call

  • _a0 *iam.ListRolesInput

func (*MockIAMAPI_Expecter) ListRolesPages

func (_e *MockIAMAPI_Expecter) ListRolesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListRolesPages_Call

ListRolesPages is a helper method to define mock.On call

  • _a0 *iam.ListRolesInput
  • _a1 func(*iam.ListRolesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListRolesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListRolesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListRolesPagesWithContext_Call

ListRolesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListRolesInput
  • _a2 func(*iam.ListRolesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListRolesRequest

func (_e *MockIAMAPI_Expecter) ListRolesRequest(_a0 interface{}) *MockIAMAPI_ListRolesRequest_Call

ListRolesRequest is a helper method to define mock.On call

  • _a0 *iam.ListRolesInput

func (*MockIAMAPI_Expecter) ListRolesWithContext

func (_e *MockIAMAPI_Expecter) ListRolesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListRolesWithContext_Call

ListRolesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListRolesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListSAMLProviderTags

func (_e *MockIAMAPI_Expecter) ListSAMLProviderTags(_a0 interface{}) *MockIAMAPI_ListSAMLProviderTags_Call

ListSAMLProviderTags is a helper method to define mock.On call

  • _a0 *iam.ListSAMLProviderTagsInput

func (*MockIAMAPI_Expecter) ListSAMLProviderTagsPages

func (_e *MockIAMAPI_Expecter) ListSAMLProviderTagsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListSAMLProviderTagsPages_Call

ListSAMLProviderTagsPages is a helper method to define mock.On call

  • _a0 *iam.ListSAMLProviderTagsInput
  • _a1 func(*iam.ListSAMLProviderTagsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListSAMLProviderTagsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListSAMLProviderTagsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListSAMLProviderTagsPagesWithContext_Call

ListSAMLProviderTagsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListSAMLProviderTagsInput
  • _a2 func(*iam.ListSAMLProviderTagsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListSAMLProviderTagsRequest

func (_e *MockIAMAPI_Expecter) ListSAMLProviderTagsRequest(_a0 interface{}) *MockIAMAPI_ListSAMLProviderTagsRequest_Call

ListSAMLProviderTagsRequest is a helper method to define mock.On call

  • _a0 *iam.ListSAMLProviderTagsInput

func (*MockIAMAPI_Expecter) ListSAMLProviderTagsWithContext

func (_e *MockIAMAPI_Expecter) ListSAMLProviderTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListSAMLProviderTagsWithContext_Call

ListSAMLProviderTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListSAMLProviderTagsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListSAMLProviders

func (_e *MockIAMAPI_Expecter) ListSAMLProviders(_a0 interface{}) *MockIAMAPI_ListSAMLProviders_Call

ListSAMLProviders is a helper method to define mock.On call

  • _a0 *iam.ListSAMLProvidersInput

func (*MockIAMAPI_Expecter) ListSAMLProvidersRequest

func (_e *MockIAMAPI_Expecter) ListSAMLProvidersRequest(_a0 interface{}) *MockIAMAPI_ListSAMLProvidersRequest_Call

ListSAMLProvidersRequest is a helper method to define mock.On call

  • _a0 *iam.ListSAMLProvidersInput

func (*MockIAMAPI_Expecter) ListSAMLProvidersWithContext

func (_e *MockIAMAPI_Expecter) ListSAMLProvidersWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListSAMLProvidersWithContext_Call

ListSAMLProvidersWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListSAMLProvidersInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListSSHPublicKeys

func (_e *MockIAMAPI_Expecter) ListSSHPublicKeys(_a0 interface{}) *MockIAMAPI_ListSSHPublicKeys_Call

ListSSHPublicKeys is a helper method to define mock.On call

  • _a0 *iam.ListSSHPublicKeysInput

func (*MockIAMAPI_Expecter) ListSSHPublicKeysPages

func (_e *MockIAMAPI_Expecter) ListSSHPublicKeysPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListSSHPublicKeysPages_Call

ListSSHPublicKeysPages is a helper method to define mock.On call

  • _a0 *iam.ListSSHPublicKeysInput
  • _a1 func(*iam.ListSSHPublicKeysOutput , bool) bool

func (*MockIAMAPI_Expecter) ListSSHPublicKeysPagesWithContext

func (_e *MockIAMAPI_Expecter) ListSSHPublicKeysPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListSSHPublicKeysPagesWithContext_Call

ListSSHPublicKeysPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListSSHPublicKeysInput
  • _a2 func(*iam.ListSSHPublicKeysOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListSSHPublicKeysRequest

func (_e *MockIAMAPI_Expecter) ListSSHPublicKeysRequest(_a0 interface{}) *MockIAMAPI_ListSSHPublicKeysRequest_Call

ListSSHPublicKeysRequest is a helper method to define mock.On call

  • _a0 *iam.ListSSHPublicKeysInput

func (*MockIAMAPI_Expecter) ListSSHPublicKeysWithContext

func (_e *MockIAMAPI_Expecter) ListSSHPublicKeysWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListSSHPublicKeysWithContext_Call

ListSSHPublicKeysWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListSSHPublicKeysInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListServerCertificateTags

func (_e *MockIAMAPI_Expecter) ListServerCertificateTags(_a0 interface{}) *MockIAMAPI_ListServerCertificateTags_Call

ListServerCertificateTags is a helper method to define mock.On call

  • _a0 *iam.ListServerCertificateTagsInput

func (*MockIAMAPI_Expecter) ListServerCertificateTagsPages

func (_e *MockIAMAPI_Expecter) ListServerCertificateTagsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListServerCertificateTagsPages_Call

ListServerCertificateTagsPages is a helper method to define mock.On call

  • _a0 *iam.ListServerCertificateTagsInput
  • _a1 func(*iam.ListServerCertificateTagsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListServerCertificateTagsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListServerCertificateTagsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListServerCertificateTagsPagesWithContext_Call

ListServerCertificateTagsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListServerCertificateTagsInput
  • _a2 func(*iam.ListServerCertificateTagsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListServerCertificateTagsRequest

func (_e *MockIAMAPI_Expecter) ListServerCertificateTagsRequest(_a0 interface{}) *MockIAMAPI_ListServerCertificateTagsRequest_Call

ListServerCertificateTagsRequest is a helper method to define mock.On call

  • _a0 *iam.ListServerCertificateTagsInput

func (*MockIAMAPI_Expecter) ListServerCertificateTagsWithContext

func (_e *MockIAMAPI_Expecter) ListServerCertificateTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListServerCertificateTagsWithContext_Call

ListServerCertificateTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListServerCertificateTagsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListServerCertificates

func (_e *MockIAMAPI_Expecter) ListServerCertificates(_a0 interface{}) *MockIAMAPI_ListServerCertificates_Call

ListServerCertificates is a helper method to define mock.On call

  • _a0 *iam.ListServerCertificatesInput

func (*MockIAMAPI_Expecter) ListServerCertificatesPages

func (_e *MockIAMAPI_Expecter) ListServerCertificatesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListServerCertificatesPages_Call

ListServerCertificatesPages is a helper method to define mock.On call

  • _a0 *iam.ListServerCertificatesInput
  • _a1 func(*iam.ListServerCertificatesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListServerCertificatesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListServerCertificatesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListServerCertificatesPagesWithContext_Call

ListServerCertificatesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListServerCertificatesInput
  • _a2 func(*iam.ListServerCertificatesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListServerCertificatesRequest

func (_e *MockIAMAPI_Expecter) ListServerCertificatesRequest(_a0 interface{}) *MockIAMAPI_ListServerCertificatesRequest_Call

ListServerCertificatesRequest is a helper method to define mock.On call

  • _a0 *iam.ListServerCertificatesInput

func (*MockIAMAPI_Expecter) ListServerCertificatesWithContext

func (_e *MockIAMAPI_Expecter) ListServerCertificatesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListServerCertificatesWithContext_Call

ListServerCertificatesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListServerCertificatesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListServiceSpecificCredentials

func (_e *MockIAMAPI_Expecter) ListServiceSpecificCredentials(_a0 interface{}) *MockIAMAPI_ListServiceSpecificCredentials_Call

ListServiceSpecificCredentials is a helper method to define mock.On call

  • _a0 *iam.ListServiceSpecificCredentialsInput

func (*MockIAMAPI_Expecter) ListServiceSpecificCredentialsRequest

func (_e *MockIAMAPI_Expecter) ListServiceSpecificCredentialsRequest(_a0 interface{}) *MockIAMAPI_ListServiceSpecificCredentialsRequest_Call

ListServiceSpecificCredentialsRequest is a helper method to define mock.On call

  • _a0 *iam.ListServiceSpecificCredentialsInput

func (*MockIAMAPI_Expecter) ListServiceSpecificCredentialsWithContext

func (_e *MockIAMAPI_Expecter) ListServiceSpecificCredentialsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListServiceSpecificCredentialsWithContext_Call

ListServiceSpecificCredentialsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListServiceSpecificCredentialsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListSigningCertificates

func (_e *MockIAMAPI_Expecter) ListSigningCertificates(_a0 interface{}) *MockIAMAPI_ListSigningCertificates_Call

ListSigningCertificates is a helper method to define mock.On call

  • _a0 *iam.ListSigningCertificatesInput

func (*MockIAMAPI_Expecter) ListSigningCertificatesPages

func (_e *MockIAMAPI_Expecter) ListSigningCertificatesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListSigningCertificatesPages_Call

ListSigningCertificatesPages is a helper method to define mock.On call

  • _a0 *iam.ListSigningCertificatesInput
  • _a1 func(*iam.ListSigningCertificatesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListSigningCertificatesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListSigningCertificatesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListSigningCertificatesPagesWithContext_Call

ListSigningCertificatesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListSigningCertificatesInput
  • _a2 func(*iam.ListSigningCertificatesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListSigningCertificatesRequest

func (_e *MockIAMAPI_Expecter) ListSigningCertificatesRequest(_a0 interface{}) *MockIAMAPI_ListSigningCertificatesRequest_Call

ListSigningCertificatesRequest is a helper method to define mock.On call

  • _a0 *iam.ListSigningCertificatesInput

func (*MockIAMAPI_Expecter) ListSigningCertificatesWithContext

func (_e *MockIAMAPI_Expecter) ListSigningCertificatesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListSigningCertificatesWithContext_Call

ListSigningCertificatesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListSigningCertificatesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListUserPolicies

func (_e *MockIAMAPI_Expecter) ListUserPolicies(_a0 interface{}) *MockIAMAPI_ListUserPolicies_Call

ListUserPolicies is a helper method to define mock.On call

  • _a0 *iam.ListUserPoliciesInput

func (*MockIAMAPI_Expecter) ListUserPoliciesPages

func (_e *MockIAMAPI_Expecter) ListUserPoliciesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListUserPoliciesPages_Call

ListUserPoliciesPages is a helper method to define mock.On call

  • _a0 *iam.ListUserPoliciesInput
  • _a1 func(*iam.ListUserPoliciesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListUserPoliciesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListUserPoliciesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListUserPoliciesPagesWithContext_Call

ListUserPoliciesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListUserPoliciesInput
  • _a2 func(*iam.ListUserPoliciesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListUserPoliciesRequest

func (_e *MockIAMAPI_Expecter) ListUserPoliciesRequest(_a0 interface{}) *MockIAMAPI_ListUserPoliciesRequest_Call

ListUserPoliciesRequest is a helper method to define mock.On call

  • _a0 *iam.ListUserPoliciesInput

func (*MockIAMAPI_Expecter) ListUserPoliciesWithContext

func (_e *MockIAMAPI_Expecter) ListUserPoliciesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListUserPoliciesWithContext_Call

ListUserPoliciesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListUserPoliciesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListUserTags

func (_e *MockIAMAPI_Expecter) ListUserTags(_a0 interface{}) *MockIAMAPI_ListUserTags_Call

ListUserTags is a helper method to define mock.On call

  • _a0 *iam.ListUserTagsInput

func (*MockIAMAPI_Expecter) ListUserTagsPages

func (_e *MockIAMAPI_Expecter) ListUserTagsPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListUserTagsPages_Call

ListUserTagsPages is a helper method to define mock.On call

  • _a0 *iam.ListUserTagsInput
  • _a1 func(*iam.ListUserTagsOutput , bool) bool

func (*MockIAMAPI_Expecter) ListUserTagsPagesWithContext

func (_e *MockIAMAPI_Expecter) ListUserTagsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListUserTagsPagesWithContext_Call

ListUserTagsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListUserTagsInput
  • _a2 func(*iam.ListUserTagsOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListUserTagsRequest

func (_e *MockIAMAPI_Expecter) ListUserTagsRequest(_a0 interface{}) *MockIAMAPI_ListUserTagsRequest_Call

ListUserTagsRequest is a helper method to define mock.On call

  • _a0 *iam.ListUserTagsInput

func (*MockIAMAPI_Expecter) ListUserTagsWithContext

func (_e *MockIAMAPI_Expecter) ListUserTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListUserTagsWithContext_Call

ListUserTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListUserTagsInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListUsers

func (_e *MockIAMAPI_Expecter) ListUsers(_a0 interface{}) *MockIAMAPI_ListUsers_Call

ListUsers is a helper method to define mock.On call

  • _a0 *iam.ListUsersInput

func (*MockIAMAPI_Expecter) ListUsersPages

func (_e *MockIAMAPI_Expecter) ListUsersPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListUsersPages_Call

ListUsersPages is a helper method to define mock.On call

  • _a0 *iam.ListUsersInput
  • _a1 func(*iam.ListUsersOutput , bool) bool

func (*MockIAMAPI_Expecter) ListUsersPagesWithContext

func (_e *MockIAMAPI_Expecter) ListUsersPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListUsersPagesWithContext_Call

ListUsersPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListUsersInput
  • _a2 func(*iam.ListUsersOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListUsersRequest

func (_e *MockIAMAPI_Expecter) ListUsersRequest(_a0 interface{}) *MockIAMAPI_ListUsersRequest_Call

ListUsersRequest is a helper method to define mock.On call

  • _a0 *iam.ListUsersInput

func (*MockIAMAPI_Expecter) ListUsersWithContext

func (_e *MockIAMAPI_Expecter) ListUsersWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListUsersWithContext_Call

ListUsersWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListUsersInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ListVirtualMFADevices

func (_e *MockIAMAPI_Expecter) ListVirtualMFADevices(_a0 interface{}) *MockIAMAPI_ListVirtualMFADevices_Call

ListVirtualMFADevices is a helper method to define mock.On call

  • _a0 *iam.ListVirtualMFADevicesInput

func (*MockIAMAPI_Expecter) ListVirtualMFADevicesPages

func (_e *MockIAMAPI_Expecter) ListVirtualMFADevicesPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_ListVirtualMFADevicesPages_Call

ListVirtualMFADevicesPages is a helper method to define mock.On call

  • _a0 *iam.ListVirtualMFADevicesInput
  • _a1 func(*iam.ListVirtualMFADevicesOutput , bool) bool

func (*MockIAMAPI_Expecter) ListVirtualMFADevicesPagesWithContext

func (_e *MockIAMAPI_Expecter) ListVirtualMFADevicesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_ListVirtualMFADevicesPagesWithContext_Call

ListVirtualMFADevicesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListVirtualMFADevicesInput
  • _a2 func(*iam.ListVirtualMFADevicesOutput , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) ListVirtualMFADevicesRequest

func (_e *MockIAMAPI_Expecter) ListVirtualMFADevicesRequest(_a0 interface{}) *MockIAMAPI_ListVirtualMFADevicesRequest_Call

ListVirtualMFADevicesRequest is a helper method to define mock.On call

  • _a0 *iam.ListVirtualMFADevicesInput

func (*MockIAMAPI_Expecter) ListVirtualMFADevicesWithContext

func (_e *MockIAMAPI_Expecter) ListVirtualMFADevicesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ListVirtualMFADevicesWithContext_Call

ListVirtualMFADevicesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ListVirtualMFADevicesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) PutGroupPolicy

func (_e *MockIAMAPI_Expecter) PutGroupPolicy(_a0 interface{}) *MockIAMAPI_PutGroupPolicy_Call

PutGroupPolicy is a helper method to define mock.On call

  • _a0 *iam.PutGroupPolicyInput

func (*MockIAMAPI_Expecter) PutGroupPolicyRequest

func (_e *MockIAMAPI_Expecter) PutGroupPolicyRequest(_a0 interface{}) *MockIAMAPI_PutGroupPolicyRequest_Call

PutGroupPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.PutGroupPolicyInput

func (*MockIAMAPI_Expecter) PutGroupPolicyWithContext

func (_e *MockIAMAPI_Expecter) PutGroupPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_PutGroupPolicyWithContext_Call

PutGroupPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.PutGroupPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) PutRolePermissionsBoundary

func (_e *MockIAMAPI_Expecter) PutRolePermissionsBoundary(_a0 interface{}) *MockIAMAPI_PutRolePermissionsBoundary_Call

PutRolePermissionsBoundary is a helper method to define mock.On call

  • _a0 *iam.PutRolePermissionsBoundaryInput

func (*MockIAMAPI_Expecter) PutRolePermissionsBoundaryRequest

func (_e *MockIAMAPI_Expecter) PutRolePermissionsBoundaryRequest(_a0 interface{}) *MockIAMAPI_PutRolePermissionsBoundaryRequest_Call

PutRolePermissionsBoundaryRequest is a helper method to define mock.On call

  • _a0 *iam.PutRolePermissionsBoundaryInput

func (*MockIAMAPI_Expecter) PutRolePermissionsBoundaryWithContext

func (_e *MockIAMAPI_Expecter) PutRolePermissionsBoundaryWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_PutRolePermissionsBoundaryWithContext_Call

PutRolePermissionsBoundaryWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.PutRolePermissionsBoundaryInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) PutRolePolicy

func (_e *MockIAMAPI_Expecter) PutRolePolicy(_a0 interface{}) *MockIAMAPI_PutRolePolicy_Call

PutRolePolicy is a helper method to define mock.On call

  • _a0 *iam.PutRolePolicyInput

func (*MockIAMAPI_Expecter) PutRolePolicyRequest

func (_e *MockIAMAPI_Expecter) PutRolePolicyRequest(_a0 interface{}) *MockIAMAPI_PutRolePolicyRequest_Call

PutRolePolicyRequest is a helper method to define mock.On call

  • _a0 *iam.PutRolePolicyInput

func (*MockIAMAPI_Expecter) PutRolePolicyWithContext

func (_e *MockIAMAPI_Expecter) PutRolePolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_PutRolePolicyWithContext_Call

PutRolePolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.PutRolePolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) PutUserPermissionsBoundary

func (_e *MockIAMAPI_Expecter) PutUserPermissionsBoundary(_a0 interface{}) *MockIAMAPI_PutUserPermissionsBoundary_Call

PutUserPermissionsBoundary is a helper method to define mock.On call

  • _a0 *iam.PutUserPermissionsBoundaryInput

func (*MockIAMAPI_Expecter) PutUserPermissionsBoundaryRequest

func (_e *MockIAMAPI_Expecter) PutUserPermissionsBoundaryRequest(_a0 interface{}) *MockIAMAPI_PutUserPermissionsBoundaryRequest_Call

PutUserPermissionsBoundaryRequest is a helper method to define mock.On call

  • _a0 *iam.PutUserPermissionsBoundaryInput

func (*MockIAMAPI_Expecter) PutUserPermissionsBoundaryWithContext

func (_e *MockIAMAPI_Expecter) PutUserPermissionsBoundaryWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_PutUserPermissionsBoundaryWithContext_Call

PutUserPermissionsBoundaryWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.PutUserPermissionsBoundaryInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) PutUserPolicy

func (_e *MockIAMAPI_Expecter) PutUserPolicy(_a0 interface{}) *MockIAMAPI_PutUserPolicy_Call

PutUserPolicy is a helper method to define mock.On call

  • _a0 *iam.PutUserPolicyInput

func (*MockIAMAPI_Expecter) PutUserPolicyRequest

func (_e *MockIAMAPI_Expecter) PutUserPolicyRequest(_a0 interface{}) *MockIAMAPI_PutUserPolicyRequest_Call

PutUserPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.PutUserPolicyInput

func (*MockIAMAPI_Expecter) PutUserPolicyWithContext

func (_e *MockIAMAPI_Expecter) PutUserPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_PutUserPolicyWithContext_Call

PutUserPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.PutUserPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) RemoveClientIDFromOpenIDConnectProvider

func (_e *MockIAMAPI_Expecter) RemoveClientIDFromOpenIDConnectProvider(_a0 interface{}) *MockIAMAPI_RemoveClientIDFromOpenIDConnectProvider_Call

RemoveClientIDFromOpenIDConnectProvider is a helper method to define mock.On call

  • _a0 *iam.RemoveClientIDFromOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) RemoveClientIDFromOpenIDConnectProviderRequest

func (_e *MockIAMAPI_Expecter) RemoveClientIDFromOpenIDConnectProviderRequest(_a0 interface{}) *MockIAMAPI_RemoveClientIDFromOpenIDConnectProviderRequest_Call

RemoveClientIDFromOpenIDConnectProviderRequest is a helper method to define mock.On call

  • _a0 *iam.RemoveClientIDFromOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) RemoveClientIDFromOpenIDConnectProviderWithContext

func (_e *MockIAMAPI_Expecter) RemoveClientIDFromOpenIDConnectProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_RemoveClientIDFromOpenIDConnectProviderWithContext_Call

RemoveClientIDFromOpenIDConnectProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.RemoveClientIDFromOpenIDConnectProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) RemoveRoleFromInstanceProfile

func (_e *MockIAMAPI_Expecter) RemoveRoleFromInstanceProfile(_a0 interface{}) *MockIAMAPI_RemoveRoleFromInstanceProfile_Call

RemoveRoleFromInstanceProfile is a helper method to define mock.On call

  • _a0 *iam.RemoveRoleFromInstanceProfileInput

func (*MockIAMAPI_Expecter) RemoveRoleFromInstanceProfileRequest

func (_e *MockIAMAPI_Expecter) RemoveRoleFromInstanceProfileRequest(_a0 interface{}) *MockIAMAPI_RemoveRoleFromInstanceProfileRequest_Call

RemoveRoleFromInstanceProfileRequest is a helper method to define mock.On call

  • _a0 *iam.RemoveRoleFromInstanceProfileInput

func (*MockIAMAPI_Expecter) RemoveRoleFromInstanceProfileWithContext

func (_e *MockIAMAPI_Expecter) RemoveRoleFromInstanceProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_RemoveRoleFromInstanceProfileWithContext_Call

RemoveRoleFromInstanceProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.RemoveRoleFromInstanceProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) RemoveUserFromGroup

func (_e *MockIAMAPI_Expecter) RemoveUserFromGroup(_a0 interface{}) *MockIAMAPI_RemoveUserFromGroup_Call

RemoveUserFromGroup is a helper method to define mock.On call

  • _a0 *iam.RemoveUserFromGroupInput

func (*MockIAMAPI_Expecter) RemoveUserFromGroupRequest

func (_e *MockIAMAPI_Expecter) RemoveUserFromGroupRequest(_a0 interface{}) *MockIAMAPI_RemoveUserFromGroupRequest_Call

RemoveUserFromGroupRequest is a helper method to define mock.On call

  • _a0 *iam.RemoveUserFromGroupInput

func (*MockIAMAPI_Expecter) RemoveUserFromGroupWithContext

func (_e *MockIAMAPI_Expecter) RemoveUserFromGroupWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_RemoveUserFromGroupWithContext_Call

RemoveUserFromGroupWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.RemoveUserFromGroupInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ResetServiceSpecificCredential

func (_e *MockIAMAPI_Expecter) ResetServiceSpecificCredential(_a0 interface{}) *MockIAMAPI_ResetServiceSpecificCredential_Call

ResetServiceSpecificCredential is a helper method to define mock.On call

  • _a0 *iam.ResetServiceSpecificCredentialInput

func (*MockIAMAPI_Expecter) ResetServiceSpecificCredentialRequest

func (_e *MockIAMAPI_Expecter) ResetServiceSpecificCredentialRequest(_a0 interface{}) *MockIAMAPI_ResetServiceSpecificCredentialRequest_Call

ResetServiceSpecificCredentialRequest is a helper method to define mock.On call

  • _a0 *iam.ResetServiceSpecificCredentialInput

func (*MockIAMAPI_Expecter) ResetServiceSpecificCredentialWithContext

func (_e *MockIAMAPI_Expecter) ResetServiceSpecificCredentialWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ResetServiceSpecificCredentialWithContext_Call

ResetServiceSpecificCredentialWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ResetServiceSpecificCredentialInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) ResyncMFADevice

func (_e *MockIAMAPI_Expecter) ResyncMFADevice(_a0 interface{}) *MockIAMAPI_ResyncMFADevice_Call

ResyncMFADevice is a helper method to define mock.On call

  • _a0 *iam.ResyncMFADeviceInput

func (*MockIAMAPI_Expecter) ResyncMFADeviceRequest

func (_e *MockIAMAPI_Expecter) ResyncMFADeviceRequest(_a0 interface{}) *MockIAMAPI_ResyncMFADeviceRequest_Call

ResyncMFADeviceRequest is a helper method to define mock.On call

  • _a0 *iam.ResyncMFADeviceInput

func (*MockIAMAPI_Expecter) ResyncMFADeviceWithContext

func (_e *MockIAMAPI_Expecter) ResyncMFADeviceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_ResyncMFADeviceWithContext_Call

ResyncMFADeviceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.ResyncMFADeviceInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) SetDefaultPolicyVersion

func (_e *MockIAMAPI_Expecter) SetDefaultPolicyVersion(_a0 interface{}) *MockIAMAPI_SetDefaultPolicyVersion_Call

SetDefaultPolicyVersion is a helper method to define mock.On call

  • _a0 *iam.SetDefaultPolicyVersionInput

func (*MockIAMAPI_Expecter) SetDefaultPolicyVersionRequest

func (_e *MockIAMAPI_Expecter) SetDefaultPolicyVersionRequest(_a0 interface{}) *MockIAMAPI_SetDefaultPolicyVersionRequest_Call

SetDefaultPolicyVersionRequest is a helper method to define mock.On call

  • _a0 *iam.SetDefaultPolicyVersionInput

func (*MockIAMAPI_Expecter) SetDefaultPolicyVersionWithContext

func (_e *MockIAMAPI_Expecter) SetDefaultPolicyVersionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_SetDefaultPolicyVersionWithContext_Call

SetDefaultPolicyVersionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.SetDefaultPolicyVersionInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) SetSecurityTokenServicePreferences

func (_e *MockIAMAPI_Expecter) SetSecurityTokenServicePreferences(_a0 interface{}) *MockIAMAPI_SetSecurityTokenServicePreferences_Call

SetSecurityTokenServicePreferences is a helper method to define mock.On call

  • _a0 *iam.SetSecurityTokenServicePreferencesInput

func (*MockIAMAPI_Expecter) SetSecurityTokenServicePreferencesRequest

func (_e *MockIAMAPI_Expecter) SetSecurityTokenServicePreferencesRequest(_a0 interface{}) *MockIAMAPI_SetSecurityTokenServicePreferencesRequest_Call

SetSecurityTokenServicePreferencesRequest is a helper method to define mock.On call

  • _a0 *iam.SetSecurityTokenServicePreferencesInput

func (*MockIAMAPI_Expecter) SetSecurityTokenServicePreferencesWithContext

func (_e *MockIAMAPI_Expecter) SetSecurityTokenServicePreferencesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_SetSecurityTokenServicePreferencesWithContext_Call

SetSecurityTokenServicePreferencesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.SetSecurityTokenServicePreferencesInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) SimulateCustomPolicy

func (_e *MockIAMAPI_Expecter) SimulateCustomPolicy(_a0 interface{}) *MockIAMAPI_SimulateCustomPolicy_Call

SimulateCustomPolicy is a helper method to define mock.On call

  • _a0 *iam.SimulateCustomPolicyInput

func (*MockIAMAPI_Expecter) SimulateCustomPolicyPages

func (_e *MockIAMAPI_Expecter) SimulateCustomPolicyPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_SimulateCustomPolicyPages_Call

SimulateCustomPolicyPages is a helper method to define mock.On call

  • _a0 *iam.SimulateCustomPolicyInput
  • _a1 func(*iam.SimulatePolicyResponse , bool) bool

func (*MockIAMAPI_Expecter) SimulateCustomPolicyPagesWithContext

func (_e *MockIAMAPI_Expecter) SimulateCustomPolicyPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_SimulateCustomPolicyPagesWithContext_Call

SimulateCustomPolicyPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.SimulateCustomPolicyInput
  • _a2 func(*iam.SimulatePolicyResponse , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) SimulateCustomPolicyRequest

func (_e *MockIAMAPI_Expecter) SimulateCustomPolicyRequest(_a0 interface{}) *MockIAMAPI_SimulateCustomPolicyRequest_Call

SimulateCustomPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.SimulateCustomPolicyInput

func (*MockIAMAPI_Expecter) SimulateCustomPolicyWithContext

func (_e *MockIAMAPI_Expecter) SimulateCustomPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_SimulateCustomPolicyWithContext_Call

SimulateCustomPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.SimulateCustomPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) SimulatePrincipalPolicy

func (_e *MockIAMAPI_Expecter) SimulatePrincipalPolicy(_a0 interface{}) *MockIAMAPI_SimulatePrincipalPolicy_Call

SimulatePrincipalPolicy is a helper method to define mock.On call

  • _a0 *iam.SimulatePrincipalPolicyInput

func (*MockIAMAPI_Expecter) SimulatePrincipalPolicyPages

func (_e *MockIAMAPI_Expecter) SimulatePrincipalPolicyPages(_a0 interface{}, _a1 interface{}) *MockIAMAPI_SimulatePrincipalPolicyPages_Call

SimulatePrincipalPolicyPages is a helper method to define mock.On call

  • _a0 *iam.SimulatePrincipalPolicyInput
  • _a1 func(*iam.SimulatePolicyResponse , bool) bool

func (*MockIAMAPI_Expecter) SimulatePrincipalPolicyPagesWithContext

func (_e *MockIAMAPI_Expecter) SimulatePrincipalPolicyPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockIAMAPI_SimulatePrincipalPolicyPagesWithContext_Call

SimulatePrincipalPolicyPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.SimulatePrincipalPolicyInput
  • _a2 func(*iam.SimulatePolicyResponse , bool) bool
  • _a3 ...request.Option

func (*MockIAMAPI_Expecter) SimulatePrincipalPolicyRequest

func (_e *MockIAMAPI_Expecter) SimulatePrincipalPolicyRequest(_a0 interface{}) *MockIAMAPI_SimulatePrincipalPolicyRequest_Call

SimulatePrincipalPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.SimulatePrincipalPolicyInput

func (*MockIAMAPI_Expecter) SimulatePrincipalPolicyWithContext

func (_e *MockIAMAPI_Expecter) SimulatePrincipalPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_SimulatePrincipalPolicyWithContext_Call

SimulatePrincipalPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.SimulatePrincipalPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) TagInstanceProfile

func (_e *MockIAMAPI_Expecter) TagInstanceProfile(_a0 interface{}) *MockIAMAPI_TagInstanceProfile_Call

TagInstanceProfile is a helper method to define mock.On call

  • _a0 *iam.TagInstanceProfileInput

func (*MockIAMAPI_Expecter) TagInstanceProfileRequest

func (_e *MockIAMAPI_Expecter) TagInstanceProfileRequest(_a0 interface{}) *MockIAMAPI_TagInstanceProfileRequest_Call

TagInstanceProfileRequest is a helper method to define mock.On call

  • _a0 *iam.TagInstanceProfileInput

func (*MockIAMAPI_Expecter) TagInstanceProfileWithContext

func (_e *MockIAMAPI_Expecter) TagInstanceProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_TagInstanceProfileWithContext_Call

TagInstanceProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.TagInstanceProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) TagMFADevice

func (_e *MockIAMAPI_Expecter) TagMFADevice(_a0 interface{}) *MockIAMAPI_TagMFADevice_Call

TagMFADevice is a helper method to define mock.On call

  • _a0 *iam.TagMFADeviceInput

func (*MockIAMAPI_Expecter) TagMFADeviceRequest

func (_e *MockIAMAPI_Expecter) TagMFADeviceRequest(_a0 interface{}) *MockIAMAPI_TagMFADeviceRequest_Call

TagMFADeviceRequest is a helper method to define mock.On call

  • _a0 *iam.TagMFADeviceInput

func (*MockIAMAPI_Expecter) TagMFADeviceWithContext

func (_e *MockIAMAPI_Expecter) TagMFADeviceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_TagMFADeviceWithContext_Call

TagMFADeviceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.TagMFADeviceInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) TagOpenIDConnectProvider

func (_e *MockIAMAPI_Expecter) TagOpenIDConnectProvider(_a0 interface{}) *MockIAMAPI_TagOpenIDConnectProvider_Call

TagOpenIDConnectProvider is a helper method to define mock.On call

  • _a0 *iam.TagOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) TagOpenIDConnectProviderRequest

func (_e *MockIAMAPI_Expecter) TagOpenIDConnectProviderRequest(_a0 interface{}) *MockIAMAPI_TagOpenIDConnectProviderRequest_Call

TagOpenIDConnectProviderRequest is a helper method to define mock.On call

  • _a0 *iam.TagOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) TagOpenIDConnectProviderWithContext

func (_e *MockIAMAPI_Expecter) TagOpenIDConnectProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_TagOpenIDConnectProviderWithContext_Call

TagOpenIDConnectProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.TagOpenIDConnectProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) TagPolicy

func (_e *MockIAMAPI_Expecter) TagPolicy(_a0 interface{}) *MockIAMAPI_TagPolicy_Call

TagPolicy is a helper method to define mock.On call

  • _a0 *iam.TagPolicyInput

func (*MockIAMAPI_Expecter) TagPolicyRequest

func (_e *MockIAMAPI_Expecter) TagPolicyRequest(_a0 interface{}) *MockIAMAPI_TagPolicyRequest_Call

TagPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.TagPolicyInput

func (*MockIAMAPI_Expecter) TagPolicyWithContext

func (_e *MockIAMAPI_Expecter) TagPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_TagPolicyWithContext_Call

TagPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.TagPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) TagRole

func (_e *MockIAMAPI_Expecter) TagRole(_a0 interface{}) *MockIAMAPI_TagRole_Call

TagRole is a helper method to define mock.On call

  • _a0 *iam.TagRoleInput

func (*MockIAMAPI_Expecter) TagRoleRequest

func (_e *MockIAMAPI_Expecter) TagRoleRequest(_a0 interface{}) *MockIAMAPI_TagRoleRequest_Call

TagRoleRequest is a helper method to define mock.On call

  • _a0 *iam.TagRoleInput

func (*MockIAMAPI_Expecter) TagRoleWithContext

func (_e *MockIAMAPI_Expecter) TagRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_TagRoleWithContext_Call

TagRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.TagRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) TagSAMLProvider

func (_e *MockIAMAPI_Expecter) TagSAMLProvider(_a0 interface{}) *MockIAMAPI_TagSAMLProvider_Call

TagSAMLProvider is a helper method to define mock.On call

  • _a0 *iam.TagSAMLProviderInput

func (*MockIAMAPI_Expecter) TagSAMLProviderRequest

func (_e *MockIAMAPI_Expecter) TagSAMLProviderRequest(_a0 interface{}) *MockIAMAPI_TagSAMLProviderRequest_Call

TagSAMLProviderRequest is a helper method to define mock.On call

  • _a0 *iam.TagSAMLProviderInput

func (*MockIAMAPI_Expecter) TagSAMLProviderWithContext

func (_e *MockIAMAPI_Expecter) TagSAMLProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_TagSAMLProviderWithContext_Call

TagSAMLProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.TagSAMLProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) TagServerCertificate

func (_e *MockIAMAPI_Expecter) TagServerCertificate(_a0 interface{}) *MockIAMAPI_TagServerCertificate_Call

TagServerCertificate is a helper method to define mock.On call

  • _a0 *iam.TagServerCertificateInput

func (*MockIAMAPI_Expecter) TagServerCertificateRequest

func (_e *MockIAMAPI_Expecter) TagServerCertificateRequest(_a0 interface{}) *MockIAMAPI_TagServerCertificateRequest_Call

TagServerCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.TagServerCertificateInput

func (*MockIAMAPI_Expecter) TagServerCertificateWithContext

func (_e *MockIAMAPI_Expecter) TagServerCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_TagServerCertificateWithContext_Call

TagServerCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.TagServerCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) TagUser

func (_e *MockIAMAPI_Expecter) TagUser(_a0 interface{}) *MockIAMAPI_TagUser_Call

TagUser is a helper method to define mock.On call

  • _a0 *iam.TagUserInput

func (*MockIAMAPI_Expecter) TagUserRequest

func (_e *MockIAMAPI_Expecter) TagUserRequest(_a0 interface{}) *MockIAMAPI_TagUserRequest_Call

TagUserRequest is a helper method to define mock.On call

  • _a0 *iam.TagUserInput

func (*MockIAMAPI_Expecter) TagUserWithContext

func (_e *MockIAMAPI_Expecter) TagUserWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_TagUserWithContext_Call

TagUserWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.TagUserInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UntagInstanceProfile

func (_e *MockIAMAPI_Expecter) UntagInstanceProfile(_a0 interface{}) *MockIAMAPI_UntagInstanceProfile_Call

UntagInstanceProfile is a helper method to define mock.On call

  • _a0 *iam.UntagInstanceProfileInput

func (*MockIAMAPI_Expecter) UntagInstanceProfileRequest

func (_e *MockIAMAPI_Expecter) UntagInstanceProfileRequest(_a0 interface{}) *MockIAMAPI_UntagInstanceProfileRequest_Call

UntagInstanceProfileRequest is a helper method to define mock.On call

  • _a0 *iam.UntagInstanceProfileInput

func (*MockIAMAPI_Expecter) UntagInstanceProfileWithContext

func (_e *MockIAMAPI_Expecter) UntagInstanceProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UntagInstanceProfileWithContext_Call

UntagInstanceProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UntagInstanceProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UntagMFADevice

func (_e *MockIAMAPI_Expecter) UntagMFADevice(_a0 interface{}) *MockIAMAPI_UntagMFADevice_Call

UntagMFADevice is a helper method to define mock.On call

  • _a0 *iam.UntagMFADeviceInput

func (*MockIAMAPI_Expecter) UntagMFADeviceRequest

func (_e *MockIAMAPI_Expecter) UntagMFADeviceRequest(_a0 interface{}) *MockIAMAPI_UntagMFADeviceRequest_Call

UntagMFADeviceRequest is a helper method to define mock.On call

  • _a0 *iam.UntagMFADeviceInput

func (*MockIAMAPI_Expecter) UntagMFADeviceWithContext

func (_e *MockIAMAPI_Expecter) UntagMFADeviceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UntagMFADeviceWithContext_Call

UntagMFADeviceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UntagMFADeviceInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UntagOpenIDConnectProvider

func (_e *MockIAMAPI_Expecter) UntagOpenIDConnectProvider(_a0 interface{}) *MockIAMAPI_UntagOpenIDConnectProvider_Call

UntagOpenIDConnectProvider is a helper method to define mock.On call

  • _a0 *iam.UntagOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) UntagOpenIDConnectProviderRequest

func (_e *MockIAMAPI_Expecter) UntagOpenIDConnectProviderRequest(_a0 interface{}) *MockIAMAPI_UntagOpenIDConnectProviderRequest_Call

UntagOpenIDConnectProviderRequest is a helper method to define mock.On call

  • _a0 *iam.UntagOpenIDConnectProviderInput

func (*MockIAMAPI_Expecter) UntagOpenIDConnectProviderWithContext

func (_e *MockIAMAPI_Expecter) UntagOpenIDConnectProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UntagOpenIDConnectProviderWithContext_Call

UntagOpenIDConnectProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UntagOpenIDConnectProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UntagPolicy

func (_e *MockIAMAPI_Expecter) UntagPolicy(_a0 interface{}) *MockIAMAPI_UntagPolicy_Call

UntagPolicy is a helper method to define mock.On call

  • _a0 *iam.UntagPolicyInput

func (*MockIAMAPI_Expecter) UntagPolicyRequest

func (_e *MockIAMAPI_Expecter) UntagPolicyRequest(_a0 interface{}) *MockIAMAPI_UntagPolicyRequest_Call

UntagPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.UntagPolicyInput

func (*MockIAMAPI_Expecter) UntagPolicyWithContext

func (_e *MockIAMAPI_Expecter) UntagPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UntagPolicyWithContext_Call

UntagPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UntagPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UntagRole

func (_e *MockIAMAPI_Expecter) UntagRole(_a0 interface{}) *MockIAMAPI_UntagRole_Call

UntagRole is a helper method to define mock.On call

  • _a0 *iam.UntagRoleInput

func (*MockIAMAPI_Expecter) UntagRoleRequest

func (_e *MockIAMAPI_Expecter) UntagRoleRequest(_a0 interface{}) *MockIAMAPI_UntagRoleRequest_Call

UntagRoleRequest is a helper method to define mock.On call

  • _a0 *iam.UntagRoleInput

func (*MockIAMAPI_Expecter) UntagRoleWithContext

func (_e *MockIAMAPI_Expecter) UntagRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UntagRoleWithContext_Call

UntagRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UntagRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UntagSAMLProvider

func (_e *MockIAMAPI_Expecter) UntagSAMLProvider(_a0 interface{}) *MockIAMAPI_UntagSAMLProvider_Call

UntagSAMLProvider is a helper method to define mock.On call

  • _a0 *iam.UntagSAMLProviderInput

func (*MockIAMAPI_Expecter) UntagSAMLProviderRequest

func (_e *MockIAMAPI_Expecter) UntagSAMLProviderRequest(_a0 interface{}) *MockIAMAPI_UntagSAMLProviderRequest_Call

UntagSAMLProviderRequest is a helper method to define mock.On call

  • _a0 *iam.UntagSAMLProviderInput

func (*MockIAMAPI_Expecter) UntagSAMLProviderWithContext

func (_e *MockIAMAPI_Expecter) UntagSAMLProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UntagSAMLProviderWithContext_Call

UntagSAMLProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UntagSAMLProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UntagServerCertificate

func (_e *MockIAMAPI_Expecter) UntagServerCertificate(_a0 interface{}) *MockIAMAPI_UntagServerCertificate_Call

UntagServerCertificate is a helper method to define mock.On call

  • _a0 *iam.UntagServerCertificateInput

func (*MockIAMAPI_Expecter) UntagServerCertificateRequest

func (_e *MockIAMAPI_Expecter) UntagServerCertificateRequest(_a0 interface{}) *MockIAMAPI_UntagServerCertificateRequest_Call

UntagServerCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.UntagServerCertificateInput

func (*MockIAMAPI_Expecter) UntagServerCertificateWithContext

func (_e *MockIAMAPI_Expecter) UntagServerCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UntagServerCertificateWithContext_Call

UntagServerCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UntagServerCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UntagUser

func (_e *MockIAMAPI_Expecter) UntagUser(_a0 interface{}) *MockIAMAPI_UntagUser_Call

UntagUser is a helper method to define mock.On call

  • _a0 *iam.UntagUserInput

func (*MockIAMAPI_Expecter) UntagUserRequest

func (_e *MockIAMAPI_Expecter) UntagUserRequest(_a0 interface{}) *MockIAMAPI_UntagUserRequest_Call

UntagUserRequest is a helper method to define mock.On call

  • _a0 *iam.UntagUserInput

func (*MockIAMAPI_Expecter) UntagUserWithContext

func (_e *MockIAMAPI_Expecter) UntagUserWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UntagUserWithContext_Call

UntagUserWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UntagUserInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateAccessKey

func (_e *MockIAMAPI_Expecter) UpdateAccessKey(_a0 interface{}) *MockIAMAPI_UpdateAccessKey_Call

UpdateAccessKey is a helper method to define mock.On call

  • _a0 *iam.UpdateAccessKeyInput

func (*MockIAMAPI_Expecter) UpdateAccessKeyRequest

func (_e *MockIAMAPI_Expecter) UpdateAccessKeyRequest(_a0 interface{}) *MockIAMAPI_UpdateAccessKeyRequest_Call

UpdateAccessKeyRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateAccessKeyInput

func (*MockIAMAPI_Expecter) UpdateAccessKeyWithContext

func (_e *MockIAMAPI_Expecter) UpdateAccessKeyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateAccessKeyWithContext_Call

UpdateAccessKeyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateAccessKeyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateAccountPasswordPolicy

func (_e *MockIAMAPI_Expecter) UpdateAccountPasswordPolicy(_a0 interface{}) *MockIAMAPI_UpdateAccountPasswordPolicy_Call

UpdateAccountPasswordPolicy is a helper method to define mock.On call

  • _a0 *iam.UpdateAccountPasswordPolicyInput

func (*MockIAMAPI_Expecter) UpdateAccountPasswordPolicyRequest

func (_e *MockIAMAPI_Expecter) UpdateAccountPasswordPolicyRequest(_a0 interface{}) *MockIAMAPI_UpdateAccountPasswordPolicyRequest_Call

UpdateAccountPasswordPolicyRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateAccountPasswordPolicyInput

func (*MockIAMAPI_Expecter) UpdateAccountPasswordPolicyWithContext

func (_e *MockIAMAPI_Expecter) UpdateAccountPasswordPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateAccountPasswordPolicyWithContext_Call

UpdateAccountPasswordPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateAccountPasswordPolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateAssumeRolePolicy

func (_e *MockIAMAPI_Expecter) UpdateAssumeRolePolicy(_a0 interface{}) *MockIAMAPI_UpdateAssumeRolePolicy_Call

UpdateAssumeRolePolicy is a helper method to define mock.On call

  • _a0 *iam.UpdateAssumeRolePolicyInput

func (*MockIAMAPI_Expecter) UpdateAssumeRolePolicyRequest

func (_e *MockIAMAPI_Expecter) UpdateAssumeRolePolicyRequest(_a0 interface{}) *MockIAMAPI_UpdateAssumeRolePolicyRequest_Call

UpdateAssumeRolePolicyRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateAssumeRolePolicyInput

func (*MockIAMAPI_Expecter) UpdateAssumeRolePolicyWithContext

func (_e *MockIAMAPI_Expecter) UpdateAssumeRolePolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateAssumeRolePolicyWithContext_Call

UpdateAssumeRolePolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateAssumeRolePolicyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateGroup

func (_e *MockIAMAPI_Expecter) UpdateGroup(_a0 interface{}) *MockIAMAPI_UpdateGroup_Call

UpdateGroup is a helper method to define mock.On call

  • _a0 *iam.UpdateGroupInput

func (*MockIAMAPI_Expecter) UpdateGroupRequest

func (_e *MockIAMAPI_Expecter) UpdateGroupRequest(_a0 interface{}) *MockIAMAPI_UpdateGroupRequest_Call

UpdateGroupRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateGroupInput

func (*MockIAMAPI_Expecter) UpdateGroupWithContext

func (_e *MockIAMAPI_Expecter) UpdateGroupWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateGroupWithContext_Call

UpdateGroupWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateGroupInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateLoginProfile

func (_e *MockIAMAPI_Expecter) UpdateLoginProfile(_a0 interface{}) *MockIAMAPI_UpdateLoginProfile_Call

UpdateLoginProfile is a helper method to define mock.On call

  • _a0 *iam.UpdateLoginProfileInput

func (*MockIAMAPI_Expecter) UpdateLoginProfileRequest

func (_e *MockIAMAPI_Expecter) UpdateLoginProfileRequest(_a0 interface{}) *MockIAMAPI_UpdateLoginProfileRequest_Call

UpdateLoginProfileRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateLoginProfileInput

func (*MockIAMAPI_Expecter) UpdateLoginProfileWithContext

func (_e *MockIAMAPI_Expecter) UpdateLoginProfileWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateLoginProfileWithContext_Call

UpdateLoginProfileWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateLoginProfileInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateOpenIDConnectProviderThumbprint

func (_e *MockIAMAPI_Expecter) UpdateOpenIDConnectProviderThumbprint(_a0 interface{}) *MockIAMAPI_UpdateOpenIDConnectProviderThumbprint_Call

UpdateOpenIDConnectProviderThumbprint is a helper method to define mock.On call

  • _a0 *iam.UpdateOpenIDConnectProviderThumbprintInput

func (*MockIAMAPI_Expecter) UpdateOpenIDConnectProviderThumbprintRequest

func (_e *MockIAMAPI_Expecter) UpdateOpenIDConnectProviderThumbprintRequest(_a0 interface{}) *MockIAMAPI_UpdateOpenIDConnectProviderThumbprintRequest_Call

UpdateOpenIDConnectProviderThumbprintRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateOpenIDConnectProviderThumbprintInput

func (*MockIAMAPI_Expecter) UpdateOpenIDConnectProviderThumbprintWithContext

func (_e *MockIAMAPI_Expecter) UpdateOpenIDConnectProviderThumbprintWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateOpenIDConnectProviderThumbprintWithContext_Call

UpdateOpenIDConnectProviderThumbprintWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateOpenIDConnectProviderThumbprintInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateRole

func (_e *MockIAMAPI_Expecter) UpdateRole(_a0 interface{}) *MockIAMAPI_UpdateRole_Call

UpdateRole is a helper method to define mock.On call

  • _a0 *iam.UpdateRoleInput

func (*MockIAMAPI_Expecter) UpdateRoleDescription

func (_e *MockIAMAPI_Expecter) UpdateRoleDescription(_a0 interface{}) *MockIAMAPI_UpdateRoleDescription_Call

UpdateRoleDescription is a helper method to define mock.On call

  • _a0 *iam.UpdateRoleDescriptionInput

func (*MockIAMAPI_Expecter) UpdateRoleDescriptionRequest

func (_e *MockIAMAPI_Expecter) UpdateRoleDescriptionRequest(_a0 interface{}) *MockIAMAPI_UpdateRoleDescriptionRequest_Call

UpdateRoleDescriptionRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateRoleDescriptionInput

func (*MockIAMAPI_Expecter) UpdateRoleDescriptionWithContext

func (_e *MockIAMAPI_Expecter) UpdateRoleDescriptionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateRoleDescriptionWithContext_Call

UpdateRoleDescriptionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateRoleDescriptionInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateRoleRequest

func (_e *MockIAMAPI_Expecter) UpdateRoleRequest(_a0 interface{}) *MockIAMAPI_UpdateRoleRequest_Call

UpdateRoleRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateRoleInput

func (*MockIAMAPI_Expecter) UpdateRoleWithContext

func (_e *MockIAMAPI_Expecter) UpdateRoleWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateRoleWithContext_Call

UpdateRoleWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateRoleInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateSAMLProvider

func (_e *MockIAMAPI_Expecter) UpdateSAMLProvider(_a0 interface{}) *MockIAMAPI_UpdateSAMLProvider_Call

UpdateSAMLProvider is a helper method to define mock.On call

  • _a0 *iam.UpdateSAMLProviderInput

func (*MockIAMAPI_Expecter) UpdateSAMLProviderRequest

func (_e *MockIAMAPI_Expecter) UpdateSAMLProviderRequest(_a0 interface{}) *MockIAMAPI_UpdateSAMLProviderRequest_Call

UpdateSAMLProviderRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateSAMLProviderInput

func (*MockIAMAPI_Expecter) UpdateSAMLProviderWithContext

func (_e *MockIAMAPI_Expecter) UpdateSAMLProviderWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateSAMLProviderWithContext_Call

UpdateSAMLProviderWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateSAMLProviderInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateSSHPublicKey

func (_e *MockIAMAPI_Expecter) UpdateSSHPublicKey(_a0 interface{}) *MockIAMAPI_UpdateSSHPublicKey_Call

UpdateSSHPublicKey is a helper method to define mock.On call

  • _a0 *iam.UpdateSSHPublicKeyInput

func (*MockIAMAPI_Expecter) UpdateSSHPublicKeyRequest

func (_e *MockIAMAPI_Expecter) UpdateSSHPublicKeyRequest(_a0 interface{}) *MockIAMAPI_UpdateSSHPublicKeyRequest_Call

UpdateSSHPublicKeyRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateSSHPublicKeyInput

func (*MockIAMAPI_Expecter) UpdateSSHPublicKeyWithContext

func (_e *MockIAMAPI_Expecter) UpdateSSHPublicKeyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateSSHPublicKeyWithContext_Call

UpdateSSHPublicKeyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateSSHPublicKeyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateServerCertificate

func (_e *MockIAMAPI_Expecter) UpdateServerCertificate(_a0 interface{}) *MockIAMAPI_UpdateServerCertificate_Call

UpdateServerCertificate is a helper method to define mock.On call

  • _a0 *iam.UpdateServerCertificateInput

func (*MockIAMAPI_Expecter) UpdateServerCertificateRequest

func (_e *MockIAMAPI_Expecter) UpdateServerCertificateRequest(_a0 interface{}) *MockIAMAPI_UpdateServerCertificateRequest_Call

UpdateServerCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateServerCertificateInput

func (*MockIAMAPI_Expecter) UpdateServerCertificateWithContext

func (_e *MockIAMAPI_Expecter) UpdateServerCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateServerCertificateWithContext_Call

UpdateServerCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateServerCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateServiceSpecificCredential

func (_e *MockIAMAPI_Expecter) UpdateServiceSpecificCredential(_a0 interface{}) *MockIAMAPI_UpdateServiceSpecificCredential_Call

UpdateServiceSpecificCredential is a helper method to define mock.On call

  • _a0 *iam.UpdateServiceSpecificCredentialInput

func (*MockIAMAPI_Expecter) UpdateServiceSpecificCredentialRequest

func (_e *MockIAMAPI_Expecter) UpdateServiceSpecificCredentialRequest(_a0 interface{}) *MockIAMAPI_UpdateServiceSpecificCredentialRequest_Call

UpdateServiceSpecificCredentialRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateServiceSpecificCredentialInput

func (*MockIAMAPI_Expecter) UpdateServiceSpecificCredentialWithContext

func (_e *MockIAMAPI_Expecter) UpdateServiceSpecificCredentialWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateServiceSpecificCredentialWithContext_Call

UpdateServiceSpecificCredentialWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateServiceSpecificCredentialInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateSigningCertificate

func (_e *MockIAMAPI_Expecter) UpdateSigningCertificate(_a0 interface{}) *MockIAMAPI_UpdateSigningCertificate_Call

UpdateSigningCertificate is a helper method to define mock.On call

  • _a0 *iam.UpdateSigningCertificateInput

func (*MockIAMAPI_Expecter) UpdateSigningCertificateRequest

func (_e *MockIAMAPI_Expecter) UpdateSigningCertificateRequest(_a0 interface{}) *MockIAMAPI_UpdateSigningCertificateRequest_Call

UpdateSigningCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateSigningCertificateInput

func (*MockIAMAPI_Expecter) UpdateSigningCertificateWithContext

func (_e *MockIAMAPI_Expecter) UpdateSigningCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateSigningCertificateWithContext_Call

UpdateSigningCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateSigningCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UpdateUser

func (_e *MockIAMAPI_Expecter) UpdateUser(_a0 interface{}) *MockIAMAPI_UpdateUser_Call

UpdateUser is a helper method to define mock.On call

  • _a0 *iam.UpdateUserInput

func (*MockIAMAPI_Expecter) UpdateUserRequest

func (_e *MockIAMAPI_Expecter) UpdateUserRequest(_a0 interface{}) *MockIAMAPI_UpdateUserRequest_Call

UpdateUserRequest is a helper method to define mock.On call

  • _a0 *iam.UpdateUserInput

func (*MockIAMAPI_Expecter) UpdateUserWithContext

func (_e *MockIAMAPI_Expecter) UpdateUserWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UpdateUserWithContext_Call

UpdateUserWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UpdateUserInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UploadSSHPublicKey

func (_e *MockIAMAPI_Expecter) UploadSSHPublicKey(_a0 interface{}) *MockIAMAPI_UploadSSHPublicKey_Call

UploadSSHPublicKey is a helper method to define mock.On call

  • _a0 *iam.UploadSSHPublicKeyInput

func (*MockIAMAPI_Expecter) UploadSSHPublicKeyRequest

func (_e *MockIAMAPI_Expecter) UploadSSHPublicKeyRequest(_a0 interface{}) *MockIAMAPI_UploadSSHPublicKeyRequest_Call

UploadSSHPublicKeyRequest is a helper method to define mock.On call

  • _a0 *iam.UploadSSHPublicKeyInput

func (*MockIAMAPI_Expecter) UploadSSHPublicKeyWithContext

func (_e *MockIAMAPI_Expecter) UploadSSHPublicKeyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UploadSSHPublicKeyWithContext_Call

UploadSSHPublicKeyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UploadSSHPublicKeyInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UploadServerCertificate

func (_e *MockIAMAPI_Expecter) UploadServerCertificate(_a0 interface{}) *MockIAMAPI_UploadServerCertificate_Call

UploadServerCertificate is a helper method to define mock.On call

  • _a0 *iam.UploadServerCertificateInput

func (*MockIAMAPI_Expecter) UploadServerCertificateRequest

func (_e *MockIAMAPI_Expecter) UploadServerCertificateRequest(_a0 interface{}) *MockIAMAPI_UploadServerCertificateRequest_Call

UploadServerCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.UploadServerCertificateInput

func (*MockIAMAPI_Expecter) UploadServerCertificateWithContext

func (_e *MockIAMAPI_Expecter) UploadServerCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UploadServerCertificateWithContext_Call

UploadServerCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UploadServerCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) UploadSigningCertificate

func (_e *MockIAMAPI_Expecter) UploadSigningCertificate(_a0 interface{}) *MockIAMAPI_UploadSigningCertificate_Call

UploadSigningCertificate is a helper method to define mock.On call

  • _a0 *iam.UploadSigningCertificateInput

func (*MockIAMAPI_Expecter) UploadSigningCertificateRequest

func (_e *MockIAMAPI_Expecter) UploadSigningCertificateRequest(_a0 interface{}) *MockIAMAPI_UploadSigningCertificateRequest_Call

UploadSigningCertificateRequest is a helper method to define mock.On call

  • _a0 *iam.UploadSigningCertificateInput

func (*MockIAMAPI_Expecter) UploadSigningCertificateWithContext

func (_e *MockIAMAPI_Expecter) UploadSigningCertificateWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_UploadSigningCertificateWithContext_Call

UploadSigningCertificateWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.UploadSigningCertificateInput
  • _a2 ...request.Option

func (*MockIAMAPI_Expecter) WaitUntilInstanceProfileExists

func (_e *MockIAMAPI_Expecter) WaitUntilInstanceProfileExists(_a0 interface{}) *MockIAMAPI_WaitUntilInstanceProfileExists_Call

WaitUntilInstanceProfileExists is a helper method to define mock.On call

  • _a0 *iam.GetInstanceProfileInput

func (*MockIAMAPI_Expecter) WaitUntilInstanceProfileExistsWithContext

func (_e *MockIAMAPI_Expecter) WaitUntilInstanceProfileExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_WaitUntilInstanceProfileExistsWithContext_Call

WaitUntilInstanceProfileExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetInstanceProfileInput
  • _a2 ...request.WaiterOption

func (*MockIAMAPI_Expecter) WaitUntilPolicyExists

func (_e *MockIAMAPI_Expecter) WaitUntilPolicyExists(_a0 interface{}) *MockIAMAPI_WaitUntilPolicyExists_Call

WaitUntilPolicyExists is a helper method to define mock.On call

  • _a0 *iam.GetPolicyInput

func (*MockIAMAPI_Expecter) WaitUntilPolicyExistsWithContext

func (_e *MockIAMAPI_Expecter) WaitUntilPolicyExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_WaitUntilPolicyExistsWithContext_Call

WaitUntilPolicyExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetPolicyInput
  • _a2 ...request.WaiterOption

func (*MockIAMAPI_Expecter) WaitUntilRoleExists

func (_e *MockIAMAPI_Expecter) WaitUntilRoleExists(_a0 interface{}) *MockIAMAPI_WaitUntilRoleExists_Call

WaitUntilRoleExists is a helper method to define mock.On call

  • _a0 *iam.GetRoleInput

func (*MockIAMAPI_Expecter) WaitUntilRoleExistsWithContext

func (_e *MockIAMAPI_Expecter) WaitUntilRoleExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_WaitUntilRoleExistsWithContext_Call

WaitUntilRoleExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetRoleInput
  • _a2 ...request.WaiterOption

func (*MockIAMAPI_Expecter) WaitUntilUserExists

func (_e *MockIAMAPI_Expecter) WaitUntilUserExists(_a0 interface{}) *MockIAMAPI_WaitUntilUserExists_Call

WaitUntilUserExists is a helper method to define mock.On call

  • _a0 *iam.GetUserInput

func (*MockIAMAPI_Expecter) WaitUntilUserExistsWithContext

func (_e *MockIAMAPI_Expecter) WaitUntilUserExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockIAMAPI_WaitUntilUserExistsWithContext_Call

WaitUntilUserExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *iam.GetUserInput
  • _a2 ...request.WaiterOption

type MockIAMAPI_GenerateCredentialReportRequest_Call

type MockIAMAPI_GenerateCredentialReportRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateCredentialReportRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateCredentialReportRequest'

func (*MockIAMAPI_GenerateCredentialReportRequest_Call) Run

type MockIAMAPI_GenerateCredentialReportWithContext_Call

type MockIAMAPI_GenerateCredentialReportWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateCredentialReportWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateCredentialReportWithContext'

func (*MockIAMAPI_GenerateCredentialReportWithContext_Call) Run

type MockIAMAPI_GenerateCredentialReport_Call

type MockIAMAPI_GenerateCredentialReport_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateCredentialReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateCredentialReport'

func (*MockIAMAPI_GenerateCredentialReport_Call) Return

func (*MockIAMAPI_GenerateCredentialReport_Call) Run

type MockIAMAPI_GenerateOrganizationsAccessReportRequest_Call

type MockIAMAPI_GenerateOrganizationsAccessReportRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateOrganizationsAccessReportRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateOrganizationsAccessReportRequest'

type MockIAMAPI_GenerateOrganizationsAccessReportWithContext_Call

type MockIAMAPI_GenerateOrganizationsAccessReportWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateOrganizationsAccessReportWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateOrganizationsAccessReportWithContext'

type MockIAMAPI_GenerateOrganizationsAccessReport_Call

type MockIAMAPI_GenerateOrganizationsAccessReport_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateOrganizationsAccessReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateOrganizationsAccessReport'

func (*MockIAMAPI_GenerateOrganizationsAccessReport_Call) Run

type MockIAMAPI_GenerateServiceLastAccessedDetailsRequest_Call

type MockIAMAPI_GenerateServiceLastAccessedDetailsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateServiceLastAccessedDetailsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateServiceLastAccessedDetailsRequest'

type MockIAMAPI_GenerateServiceLastAccessedDetailsWithContext_Call

type MockIAMAPI_GenerateServiceLastAccessedDetailsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateServiceLastAccessedDetailsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateServiceLastAccessedDetailsWithContext'

type MockIAMAPI_GenerateServiceLastAccessedDetails_Call

type MockIAMAPI_GenerateServiceLastAccessedDetails_Call struct {
	*mock.Call
}

MockIAMAPI_GenerateServiceLastAccessedDetails_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateServiceLastAccessedDetails'

func (*MockIAMAPI_GenerateServiceLastAccessedDetails_Call) Run

type MockIAMAPI_GetAccessKeyLastUsedRequest_Call

type MockIAMAPI_GetAccessKeyLastUsedRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccessKeyLastUsedRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccessKeyLastUsedRequest'

func (*MockIAMAPI_GetAccessKeyLastUsedRequest_Call) Return

func (*MockIAMAPI_GetAccessKeyLastUsedRequest_Call) Run

type MockIAMAPI_GetAccessKeyLastUsedWithContext_Call

type MockIAMAPI_GetAccessKeyLastUsedWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccessKeyLastUsedWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccessKeyLastUsedWithContext'

func (*MockIAMAPI_GetAccessKeyLastUsedWithContext_Call) Return

func (*MockIAMAPI_GetAccessKeyLastUsedWithContext_Call) Run

type MockIAMAPI_GetAccessKeyLastUsed_Call

type MockIAMAPI_GetAccessKeyLastUsed_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccessKeyLastUsed_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccessKeyLastUsed'

func (*MockIAMAPI_GetAccessKeyLastUsed_Call) Return

func (*MockIAMAPI_GetAccessKeyLastUsed_Call) Run

type MockIAMAPI_GetAccountAuthorizationDetailsPagesWithContext_Call

type MockIAMAPI_GetAccountAuthorizationDetailsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountAuthorizationDetailsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountAuthorizationDetailsPagesWithContext'

func (*MockIAMAPI_GetAccountAuthorizationDetailsPagesWithContext_Call) Return

type MockIAMAPI_GetAccountAuthorizationDetailsPages_Call

type MockIAMAPI_GetAccountAuthorizationDetailsPages_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountAuthorizationDetailsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountAuthorizationDetailsPages'

func (*MockIAMAPI_GetAccountAuthorizationDetailsPages_Call) Return

type MockIAMAPI_GetAccountAuthorizationDetailsRequest_Call

type MockIAMAPI_GetAccountAuthorizationDetailsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountAuthorizationDetailsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountAuthorizationDetailsRequest'

func (*MockIAMAPI_GetAccountAuthorizationDetailsRequest_Call) Run

type MockIAMAPI_GetAccountAuthorizationDetailsWithContext_Call

type MockIAMAPI_GetAccountAuthorizationDetailsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountAuthorizationDetailsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountAuthorizationDetailsWithContext'

type MockIAMAPI_GetAccountAuthorizationDetails_Call

type MockIAMAPI_GetAccountAuthorizationDetails_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountAuthorizationDetails_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountAuthorizationDetails'

func (*MockIAMAPI_GetAccountAuthorizationDetails_Call) Run

type MockIAMAPI_GetAccountPasswordPolicyRequest_Call

type MockIAMAPI_GetAccountPasswordPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountPasswordPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountPasswordPolicyRequest'

func (*MockIAMAPI_GetAccountPasswordPolicyRequest_Call) Run

type MockIAMAPI_GetAccountPasswordPolicyWithContext_Call

type MockIAMAPI_GetAccountPasswordPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountPasswordPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountPasswordPolicyWithContext'

func (*MockIAMAPI_GetAccountPasswordPolicyWithContext_Call) Run

type MockIAMAPI_GetAccountPasswordPolicy_Call

type MockIAMAPI_GetAccountPasswordPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountPasswordPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountPasswordPolicy'

func (*MockIAMAPI_GetAccountPasswordPolicy_Call) Return

func (*MockIAMAPI_GetAccountPasswordPolicy_Call) Run

type MockIAMAPI_GetAccountSummaryRequest_Call

type MockIAMAPI_GetAccountSummaryRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountSummaryRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountSummaryRequest'

func (*MockIAMAPI_GetAccountSummaryRequest_Call) Return

func (*MockIAMAPI_GetAccountSummaryRequest_Call) Run

type MockIAMAPI_GetAccountSummaryWithContext_Call

type MockIAMAPI_GetAccountSummaryWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountSummaryWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountSummaryWithContext'

func (*MockIAMAPI_GetAccountSummaryWithContext_Call) Return

func (*MockIAMAPI_GetAccountSummaryWithContext_Call) Run

type MockIAMAPI_GetAccountSummary_Call

type MockIAMAPI_GetAccountSummary_Call struct {
	*mock.Call
}

MockIAMAPI_GetAccountSummary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountSummary'

func (*MockIAMAPI_GetAccountSummary_Call) Return

func (*MockIAMAPI_GetAccountSummary_Call) Run

func (*MockIAMAPI_GetAccountSummary_Call) RunAndReturn

type MockIAMAPI_GetContextKeysForCustomPolicyRequest_Call

type MockIAMAPI_GetContextKeysForCustomPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetContextKeysForCustomPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContextKeysForCustomPolicyRequest'

func (*MockIAMAPI_GetContextKeysForCustomPolicyRequest_Call) Run

type MockIAMAPI_GetContextKeysForCustomPolicyWithContext_Call

type MockIAMAPI_GetContextKeysForCustomPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetContextKeysForCustomPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContextKeysForCustomPolicyWithContext'

func (*MockIAMAPI_GetContextKeysForCustomPolicyWithContext_Call) Run

type MockIAMAPI_GetContextKeysForCustomPolicy_Call

type MockIAMAPI_GetContextKeysForCustomPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_GetContextKeysForCustomPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContextKeysForCustomPolicy'

func (*MockIAMAPI_GetContextKeysForCustomPolicy_Call) Return

func (*MockIAMAPI_GetContextKeysForCustomPolicy_Call) Run

type MockIAMAPI_GetContextKeysForPrincipalPolicyRequest_Call

type MockIAMAPI_GetContextKeysForPrincipalPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetContextKeysForPrincipalPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContextKeysForPrincipalPolicyRequest'

type MockIAMAPI_GetContextKeysForPrincipalPolicyWithContext_Call

type MockIAMAPI_GetContextKeysForPrincipalPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetContextKeysForPrincipalPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContextKeysForPrincipalPolicyWithContext'

type MockIAMAPI_GetContextKeysForPrincipalPolicy_Call

type MockIAMAPI_GetContextKeysForPrincipalPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_GetContextKeysForPrincipalPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContextKeysForPrincipalPolicy'

func (*MockIAMAPI_GetContextKeysForPrincipalPolicy_Call) Run

type MockIAMAPI_GetCredentialReportRequest_Call

type MockIAMAPI_GetCredentialReportRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetCredentialReportRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCredentialReportRequest'

func (*MockIAMAPI_GetCredentialReportRequest_Call) Return

func (*MockIAMAPI_GetCredentialReportRequest_Call) Run

type MockIAMAPI_GetCredentialReportWithContext_Call

type MockIAMAPI_GetCredentialReportWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetCredentialReportWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCredentialReportWithContext'

func (*MockIAMAPI_GetCredentialReportWithContext_Call) Return

func (*MockIAMAPI_GetCredentialReportWithContext_Call) Run

type MockIAMAPI_GetCredentialReport_Call

type MockIAMAPI_GetCredentialReport_Call struct {
	*mock.Call
}

MockIAMAPI_GetCredentialReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCredentialReport'

func (*MockIAMAPI_GetCredentialReport_Call) Return

func (*MockIAMAPI_GetCredentialReport_Call) Run

type MockIAMAPI_GetGroupPagesWithContext_Call

type MockIAMAPI_GetGroupPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetGroupPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroupPagesWithContext'

func (*MockIAMAPI_GetGroupPagesWithContext_Call) Return

func (*MockIAMAPI_GetGroupPagesWithContext_Call) Run

func (*MockIAMAPI_GetGroupPagesWithContext_Call) RunAndReturn

type MockIAMAPI_GetGroupPages_Call

type MockIAMAPI_GetGroupPages_Call struct {
	*mock.Call
}

MockIAMAPI_GetGroupPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroupPages'

func (*MockIAMAPI_GetGroupPages_Call) Return

func (*MockIAMAPI_GetGroupPages_Call) Run

func (*MockIAMAPI_GetGroupPages_Call) RunAndReturn

type MockIAMAPI_GetGroupPolicyRequest_Call

type MockIAMAPI_GetGroupPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetGroupPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroupPolicyRequest'

func (*MockIAMAPI_GetGroupPolicyRequest_Call) Return

func (*MockIAMAPI_GetGroupPolicyRequest_Call) Run

func (*MockIAMAPI_GetGroupPolicyRequest_Call) RunAndReturn

type MockIAMAPI_GetGroupPolicyWithContext_Call

type MockIAMAPI_GetGroupPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetGroupPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroupPolicyWithContext'

func (*MockIAMAPI_GetGroupPolicyWithContext_Call) Return

func (*MockIAMAPI_GetGroupPolicyWithContext_Call) Run

type MockIAMAPI_GetGroupPolicy_Call

type MockIAMAPI_GetGroupPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_GetGroupPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroupPolicy'

func (*MockIAMAPI_GetGroupPolicy_Call) Return

func (*MockIAMAPI_GetGroupPolicy_Call) Run

func (*MockIAMAPI_GetGroupPolicy_Call) RunAndReturn

type MockIAMAPI_GetGroupRequest_Call

type MockIAMAPI_GetGroupRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetGroupRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroupRequest'

func (*MockIAMAPI_GetGroupRequest_Call) Return

func (*MockIAMAPI_GetGroupRequest_Call) Run

func (*MockIAMAPI_GetGroupRequest_Call) RunAndReturn

type MockIAMAPI_GetGroupWithContext_Call

type MockIAMAPI_GetGroupWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetGroupWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroupWithContext'

func (*MockIAMAPI_GetGroupWithContext_Call) Return

func (*MockIAMAPI_GetGroupWithContext_Call) Run

func (*MockIAMAPI_GetGroupWithContext_Call) RunAndReturn

type MockIAMAPI_GetGroup_Call

type MockIAMAPI_GetGroup_Call struct {
	*mock.Call
}

MockIAMAPI_GetGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroup'

func (*MockIAMAPI_GetGroup_Call) Return

func (*MockIAMAPI_GetGroup_Call) Run

func (*MockIAMAPI_GetGroup_Call) RunAndReturn

type MockIAMAPI_GetInstanceProfileRequest_Call

type MockIAMAPI_GetInstanceProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetInstanceProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInstanceProfileRequest'

func (*MockIAMAPI_GetInstanceProfileRequest_Call) Return

func (*MockIAMAPI_GetInstanceProfileRequest_Call) Run

type MockIAMAPI_GetInstanceProfileWithContext_Call

type MockIAMAPI_GetInstanceProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetInstanceProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInstanceProfileWithContext'

func (*MockIAMAPI_GetInstanceProfileWithContext_Call) Return

func (*MockIAMAPI_GetInstanceProfileWithContext_Call) Run

type MockIAMAPI_GetInstanceProfile_Call

type MockIAMAPI_GetInstanceProfile_Call struct {
	*mock.Call
}

MockIAMAPI_GetInstanceProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInstanceProfile'

func (*MockIAMAPI_GetInstanceProfile_Call) Return

func (*MockIAMAPI_GetInstanceProfile_Call) Run

func (*MockIAMAPI_GetInstanceProfile_Call) RunAndReturn

type MockIAMAPI_GetLoginProfileRequest_Call

type MockIAMAPI_GetLoginProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetLoginProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLoginProfileRequest'

func (*MockIAMAPI_GetLoginProfileRequest_Call) Return

func (*MockIAMAPI_GetLoginProfileRequest_Call) Run

type MockIAMAPI_GetLoginProfileWithContext_Call

type MockIAMAPI_GetLoginProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetLoginProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLoginProfileWithContext'

func (*MockIAMAPI_GetLoginProfileWithContext_Call) Return

func (*MockIAMAPI_GetLoginProfileWithContext_Call) Run

type MockIAMAPI_GetLoginProfile_Call

type MockIAMAPI_GetLoginProfile_Call struct {
	*mock.Call
}

MockIAMAPI_GetLoginProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLoginProfile'

func (*MockIAMAPI_GetLoginProfile_Call) Return

func (*MockIAMAPI_GetLoginProfile_Call) Run

func (*MockIAMAPI_GetLoginProfile_Call) RunAndReturn

type MockIAMAPI_GetMFADeviceRequest_Call

type MockIAMAPI_GetMFADeviceRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetMFADeviceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMFADeviceRequest'

func (*MockIAMAPI_GetMFADeviceRequest_Call) Return

func (*MockIAMAPI_GetMFADeviceRequest_Call) Run

func (*MockIAMAPI_GetMFADeviceRequest_Call) RunAndReturn

type MockIAMAPI_GetMFADeviceWithContext_Call

type MockIAMAPI_GetMFADeviceWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetMFADeviceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMFADeviceWithContext'

func (*MockIAMAPI_GetMFADeviceWithContext_Call) Return

func (*MockIAMAPI_GetMFADeviceWithContext_Call) Run

type MockIAMAPI_GetMFADevice_Call

type MockIAMAPI_GetMFADevice_Call struct {
	*mock.Call
}

MockIAMAPI_GetMFADevice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMFADevice'

func (*MockIAMAPI_GetMFADevice_Call) Return

func (*MockIAMAPI_GetMFADevice_Call) Run

func (*MockIAMAPI_GetMFADevice_Call) RunAndReturn

type MockIAMAPI_GetOpenIDConnectProviderRequest_Call

type MockIAMAPI_GetOpenIDConnectProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetOpenIDConnectProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOpenIDConnectProviderRequest'

func (*MockIAMAPI_GetOpenIDConnectProviderRequest_Call) Run

type MockIAMAPI_GetOpenIDConnectProviderWithContext_Call

type MockIAMAPI_GetOpenIDConnectProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetOpenIDConnectProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOpenIDConnectProviderWithContext'

func (*MockIAMAPI_GetOpenIDConnectProviderWithContext_Call) Run

type MockIAMAPI_GetOpenIDConnectProvider_Call

type MockIAMAPI_GetOpenIDConnectProvider_Call struct {
	*mock.Call
}

MockIAMAPI_GetOpenIDConnectProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOpenIDConnectProvider'

func (*MockIAMAPI_GetOpenIDConnectProvider_Call) Return

func (*MockIAMAPI_GetOpenIDConnectProvider_Call) Run

type MockIAMAPI_GetOrganizationsAccessReportRequest_Call

type MockIAMAPI_GetOrganizationsAccessReportRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetOrganizationsAccessReportRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOrganizationsAccessReportRequest'

func (*MockIAMAPI_GetOrganizationsAccessReportRequest_Call) Run

type MockIAMAPI_GetOrganizationsAccessReportWithContext_Call

type MockIAMAPI_GetOrganizationsAccessReportWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetOrganizationsAccessReportWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOrganizationsAccessReportWithContext'

func (*MockIAMAPI_GetOrganizationsAccessReportWithContext_Call) Run

type MockIAMAPI_GetOrganizationsAccessReport_Call

type MockIAMAPI_GetOrganizationsAccessReport_Call struct {
	*mock.Call
}

MockIAMAPI_GetOrganizationsAccessReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOrganizationsAccessReport'

func (*MockIAMAPI_GetOrganizationsAccessReport_Call) Run

type MockIAMAPI_GetPolicyRequest_Call

type MockIAMAPI_GetPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicyRequest'

func (*MockIAMAPI_GetPolicyRequest_Call) Return

func (*MockIAMAPI_GetPolicyRequest_Call) Run

func (*MockIAMAPI_GetPolicyRequest_Call) RunAndReturn

type MockIAMAPI_GetPolicyVersionRequest_Call

type MockIAMAPI_GetPolicyVersionRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetPolicyVersionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicyVersionRequest'

func (*MockIAMAPI_GetPolicyVersionRequest_Call) Return

func (*MockIAMAPI_GetPolicyVersionRequest_Call) Run

type MockIAMAPI_GetPolicyVersionWithContext_Call

type MockIAMAPI_GetPolicyVersionWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetPolicyVersionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicyVersionWithContext'

func (*MockIAMAPI_GetPolicyVersionWithContext_Call) Return

func (*MockIAMAPI_GetPolicyVersionWithContext_Call) Run

type MockIAMAPI_GetPolicyVersion_Call

type MockIAMAPI_GetPolicyVersion_Call struct {
	*mock.Call
}

MockIAMAPI_GetPolicyVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicyVersion'

func (*MockIAMAPI_GetPolicyVersion_Call) Return

func (*MockIAMAPI_GetPolicyVersion_Call) Run

func (*MockIAMAPI_GetPolicyVersion_Call) RunAndReturn

type MockIAMAPI_GetPolicyWithContext_Call

type MockIAMAPI_GetPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicyWithContext'

func (*MockIAMAPI_GetPolicyWithContext_Call) Return

func (*MockIAMAPI_GetPolicyWithContext_Call) Run

func (*MockIAMAPI_GetPolicyWithContext_Call) RunAndReturn

type MockIAMAPI_GetPolicy_Call

type MockIAMAPI_GetPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_GetPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicy'

func (*MockIAMAPI_GetPolicy_Call) Return

func (*MockIAMAPI_GetPolicy_Call) Run

func (*MockIAMAPI_GetPolicy_Call) RunAndReturn

type MockIAMAPI_GetRolePolicyRequest_Call

type MockIAMAPI_GetRolePolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetRolePolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRolePolicyRequest'

func (*MockIAMAPI_GetRolePolicyRequest_Call) Return

func (*MockIAMAPI_GetRolePolicyRequest_Call) Run

func (*MockIAMAPI_GetRolePolicyRequest_Call) RunAndReturn

type MockIAMAPI_GetRolePolicyWithContext_Call

type MockIAMAPI_GetRolePolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetRolePolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRolePolicyWithContext'

func (*MockIAMAPI_GetRolePolicyWithContext_Call) Return

func (*MockIAMAPI_GetRolePolicyWithContext_Call) Run

type MockIAMAPI_GetRolePolicy_Call

type MockIAMAPI_GetRolePolicy_Call struct {
	*mock.Call
}

MockIAMAPI_GetRolePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRolePolicy'

func (*MockIAMAPI_GetRolePolicy_Call) Return

func (*MockIAMAPI_GetRolePolicy_Call) Run

func (*MockIAMAPI_GetRolePolicy_Call) RunAndReturn

type MockIAMAPI_GetRoleRequest_Call

type MockIAMAPI_GetRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRoleRequest'

func (*MockIAMAPI_GetRoleRequest_Call) Return

func (*MockIAMAPI_GetRoleRequest_Call) Run

func (*MockIAMAPI_GetRoleRequest_Call) RunAndReturn

type MockIAMAPI_GetRoleWithContext_Call

type MockIAMAPI_GetRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRoleWithContext'

func (*MockIAMAPI_GetRoleWithContext_Call) Return

func (*MockIAMAPI_GetRoleWithContext_Call) Run

func (*MockIAMAPI_GetRoleWithContext_Call) RunAndReturn

type MockIAMAPI_GetRole_Call

type MockIAMAPI_GetRole_Call struct {
	*mock.Call
}

MockIAMAPI_GetRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRole'

func (*MockIAMAPI_GetRole_Call) Return

func (*MockIAMAPI_GetRole_Call) Run

func (*MockIAMAPI_GetRole_Call) RunAndReturn

type MockIAMAPI_GetSAMLProviderRequest_Call

type MockIAMAPI_GetSAMLProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetSAMLProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSAMLProviderRequest'

func (*MockIAMAPI_GetSAMLProviderRequest_Call) Return

func (*MockIAMAPI_GetSAMLProviderRequest_Call) Run

type MockIAMAPI_GetSAMLProviderWithContext_Call

type MockIAMAPI_GetSAMLProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetSAMLProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSAMLProviderWithContext'

func (*MockIAMAPI_GetSAMLProviderWithContext_Call) Return

func (*MockIAMAPI_GetSAMLProviderWithContext_Call) Run

type MockIAMAPI_GetSAMLProvider_Call

type MockIAMAPI_GetSAMLProvider_Call struct {
	*mock.Call
}

MockIAMAPI_GetSAMLProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSAMLProvider'

func (*MockIAMAPI_GetSAMLProvider_Call) Return

func (*MockIAMAPI_GetSAMLProvider_Call) Run

func (*MockIAMAPI_GetSAMLProvider_Call) RunAndReturn

type MockIAMAPI_GetSSHPublicKeyRequest_Call

type MockIAMAPI_GetSSHPublicKeyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetSSHPublicKeyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSSHPublicKeyRequest'

func (*MockIAMAPI_GetSSHPublicKeyRequest_Call) Return

func (*MockIAMAPI_GetSSHPublicKeyRequest_Call) Run

type MockIAMAPI_GetSSHPublicKeyWithContext_Call

type MockIAMAPI_GetSSHPublicKeyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetSSHPublicKeyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSSHPublicKeyWithContext'

func (*MockIAMAPI_GetSSHPublicKeyWithContext_Call) Return

func (*MockIAMAPI_GetSSHPublicKeyWithContext_Call) Run

type MockIAMAPI_GetSSHPublicKey_Call

type MockIAMAPI_GetSSHPublicKey_Call struct {
	*mock.Call
}

MockIAMAPI_GetSSHPublicKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSSHPublicKey'

func (*MockIAMAPI_GetSSHPublicKey_Call) Return

func (*MockIAMAPI_GetSSHPublicKey_Call) Run

func (*MockIAMAPI_GetSSHPublicKey_Call) RunAndReturn

type MockIAMAPI_GetServerCertificateRequest_Call

type MockIAMAPI_GetServerCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetServerCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServerCertificateRequest'

func (*MockIAMAPI_GetServerCertificateRequest_Call) Return

func (*MockIAMAPI_GetServerCertificateRequest_Call) Run

type MockIAMAPI_GetServerCertificateWithContext_Call

type MockIAMAPI_GetServerCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetServerCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServerCertificateWithContext'

func (*MockIAMAPI_GetServerCertificateWithContext_Call) Return

func (*MockIAMAPI_GetServerCertificateWithContext_Call) Run

type MockIAMAPI_GetServerCertificate_Call

type MockIAMAPI_GetServerCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_GetServerCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServerCertificate'

func (*MockIAMAPI_GetServerCertificate_Call) Return

func (*MockIAMAPI_GetServerCertificate_Call) Run

type MockIAMAPI_GetServiceLastAccessedDetailsRequest_Call

type MockIAMAPI_GetServiceLastAccessedDetailsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLastAccessedDetailsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLastAccessedDetailsRequest'

func (*MockIAMAPI_GetServiceLastAccessedDetailsRequest_Call) Run

type MockIAMAPI_GetServiceLastAccessedDetailsWithContext_Call

type MockIAMAPI_GetServiceLastAccessedDetailsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLastAccessedDetailsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLastAccessedDetailsWithContext'

func (*MockIAMAPI_GetServiceLastAccessedDetailsWithContext_Call) Run

type MockIAMAPI_GetServiceLastAccessedDetailsWithEntitiesRequest_Call

type MockIAMAPI_GetServiceLastAccessedDetailsWithEntitiesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLastAccessedDetailsWithEntitiesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLastAccessedDetailsWithEntitiesRequest'

type MockIAMAPI_GetServiceLastAccessedDetailsWithEntitiesWithContext_Call

type MockIAMAPI_GetServiceLastAccessedDetailsWithEntitiesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLastAccessedDetailsWithEntitiesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLastAccessedDetailsWithEntitiesWithContext'

type MockIAMAPI_GetServiceLastAccessedDetailsWithEntities_Call

type MockIAMAPI_GetServiceLastAccessedDetailsWithEntities_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLastAccessedDetailsWithEntities_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLastAccessedDetailsWithEntities'

type MockIAMAPI_GetServiceLastAccessedDetails_Call

type MockIAMAPI_GetServiceLastAccessedDetails_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLastAccessedDetails_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLastAccessedDetails'

func (*MockIAMAPI_GetServiceLastAccessedDetails_Call) Run

type MockIAMAPI_GetServiceLinkedRoleDeletionStatusRequest_Call

type MockIAMAPI_GetServiceLinkedRoleDeletionStatusRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLinkedRoleDeletionStatusRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLinkedRoleDeletionStatusRequest'

type MockIAMAPI_GetServiceLinkedRoleDeletionStatusWithContext_Call

type MockIAMAPI_GetServiceLinkedRoleDeletionStatusWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLinkedRoleDeletionStatusWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLinkedRoleDeletionStatusWithContext'

type MockIAMAPI_GetServiceLinkedRoleDeletionStatus_Call

type MockIAMAPI_GetServiceLinkedRoleDeletionStatus_Call struct {
	*mock.Call
}

MockIAMAPI_GetServiceLinkedRoleDeletionStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetServiceLinkedRoleDeletionStatus'

func (*MockIAMAPI_GetServiceLinkedRoleDeletionStatus_Call) Run

type MockIAMAPI_GetUserPolicyRequest_Call

type MockIAMAPI_GetUserPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetUserPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserPolicyRequest'

func (*MockIAMAPI_GetUserPolicyRequest_Call) Return

func (*MockIAMAPI_GetUserPolicyRequest_Call) Run

func (*MockIAMAPI_GetUserPolicyRequest_Call) RunAndReturn

type MockIAMAPI_GetUserPolicyWithContext_Call

type MockIAMAPI_GetUserPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetUserPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserPolicyWithContext'

func (*MockIAMAPI_GetUserPolicyWithContext_Call) Return

func (*MockIAMAPI_GetUserPolicyWithContext_Call) Run

type MockIAMAPI_GetUserPolicy_Call

type MockIAMAPI_GetUserPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_GetUserPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserPolicy'

func (*MockIAMAPI_GetUserPolicy_Call) Return

func (*MockIAMAPI_GetUserPolicy_Call) Run

func (*MockIAMAPI_GetUserPolicy_Call) RunAndReturn

type MockIAMAPI_GetUserRequest_Call

type MockIAMAPI_GetUserRequest_Call struct {
	*mock.Call
}

MockIAMAPI_GetUserRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserRequest'

func (*MockIAMAPI_GetUserRequest_Call) Return

func (*MockIAMAPI_GetUserRequest_Call) Run

func (*MockIAMAPI_GetUserRequest_Call) RunAndReturn

type MockIAMAPI_GetUserWithContext_Call

type MockIAMAPI_GetUserWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_GetUserWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserWithContext'

func (*MockIAMAPI_GetUserWithContext_Call) Return

func (*MockIAMAPI_GetUserWithContext_Call) Run

func (*MockIAMAPI_GetUserWithContext_Call) RunAndReturn

type MockIAMAPI_GetUser_Call

type MockIAMAPI_GetUser_Call struct {
	*mock.Call
}

MockIAMAPI_GetUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUser'

func (*MockIAMAPI_GetUser_Call) Return

func (*MockIAMAPI_GetUser_Call) Run

func (*MockIAMAPI_GetUser_Call) RunAndReturn

type MockIAMAPI_ListAccessKeysPagesWithContext_Call

type MockIAMAPI_ListAccessKeysPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccessKeysPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccessKeysPagesWithContext'

func (*MockIAMAPI_ListAccessKeysPagesWithContext_Call) Return

func (*MockIAMAPI_ListAccessKeysPagesWithContext_Call) Run

type MockIAMAPI_ListAccessKeysPages_Call

type MockIAMAPI_ListAccessKeysPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccessKeysPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccessKeysPages'

func (*MockIAMAPI_ListAccessKeysPages_Call) Return

func (*MockIAMAPI_ListAccessKeysPages_Call) Run

func (*MockIAMAPI_ListAccessKeysPages_Call) RunAndReturn

type MockIAMAPI_ListAccessKeysRequest_Call

type MockIAMAPI_ListAccessKeysRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccessKeysRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccessKeysRequest'

func (*MockIAMAPI_ListAccessKeysRequest_Call) Return

func (*MockIAMAPI_ListAccessKeysRequest_Call) Run

func (*MockIAMAPI_ListAccessKeysRequest_Call) RunAndReturn

type MockIAMAPI_ListAccessKeysWithContext_Call

type MockIAMAPI_ListAccessKeysWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccessKeysWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccessKeysWithContext'

func (*MockIAMAPI_ListAccessKeysWithContext_Call) Return

func (*MockIAMAPI_ListAccessKeysWithContext_Call) Run

type MockIAMAPI_ListAccessKeys_Call

type MockIAMAPI_ListAccessKeys_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccessKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccessKeys'

func (*MockIAMAPI_ListAccessKeys_Call) Return

func (*MockIAMAPI_ListAccessKeys_Call) Run

func (*MockIAMAPI_ListAccessKeys_Call) RunAndReturn

type MockIAMAPI_ListAccountAliasesPagesWithContext_Call

type MockIAMAPI_ListAccountAliasesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccountAliasesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccountAliasesPagesWithContext'

func (*MockIAMAPI_ListAccountAliasesPagesWithContext_Call) Return

func (*MockIAMAPI_ListAccountAliasesPagesWithContext_Call) Run

type MockIAMAPI_ListAccountAliasesPages_Call

type MockIAMAPI_ListAccountAliasesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccountAliasesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccountAliasesPages'

func (*MockIAMAPI_ListAccountAliasesPages_Call) Return

func (*MockIAMAPI_ListAccountAliasesPages_Call) Run

func (*MockIAMAPI_ListAccountAliasesPages_Call) RunAndReturn

type MockIAMAPI_ListAccountAliasesRequest_Call

type MockIAMAPI_ListAccountAliasesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccountAliasesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccountAliasesRequest'

func (*MockIAMAPI_ListAccountAliasesRequest_Call) Return

func (*MockIAMAPI_ListAccountAliasesRequest_Call) Run

type MockIAMAPI_ListAccountAliasesWithContext_Call

type MockIAMAPI_ListAccountAliasesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccountAliasesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccountAliasesWithContext'

func (*MockIAMAPI_ListAccountAliasesWithContext_Call) Return

func (*MockIAMAPI_ListAccountAliasesWithContext_Call) Run

type MockIAMAPI_ListAccountAliases_Call

type MockIAMAPI_ListAccountAliases_Call struct {
	*mock.Call
}

MockIAMAPI_ListAccountAliases_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccountAliases'

func (*MockIAMAPI_ListAccountAliases_Call) Return

func (*MockIAMAPI_ListAccountAliases_Call) Run

func (*MockIAMAPI_ListAccountAliases_Call) RunAndReturn

type MockIAMAPI_ListAttachedGroupPoliciesPagesWithContext_Call

type MockIAMAPI_ListAttachedGroupPoliciesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedGroupPoliciesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedGroupPoliciesPagesWithContext'

func (*MockIAMAPI_ListAttachedGroupPoliciesPagesWithContext_Call) Return

type MockIAMAPI_ListAttachedGroupPoliciesPages_Call

type MockIAMAPI_ListAttachedGroupPoliciesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedGroupPoliciesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedGroupPoliciesPages'

func (*MockIAMAPI_ListAttachedGroupPoliciesPages_Call) Return

type MockIAMAPI_ListAttachedGroupPoliciesRequest_Call

type MockIAMAPI_ListAttachedGroupPoliciesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedGroupPoliciesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedGroupPoliciesRequest'

func (*MockIAMAPI_ListAttachedGroupPoliciesRequest_Call) Run

type MockIAMAPI_ListAttachedGroupPoliciesWithContext_Call

type MockIAMAPI_ListAttachedGroupPoliciesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedGroupPoliciesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedGroupPoliciesWithContext'

func (*MockIAMAPI_ListAttachedGroupPoliciesWithContext_Call) Run

type MockIAMAPI_ListAttachedGroupPolicies_Call

type MockIAMAPI_ListAttachedGroupPolicies_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedGroupPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedGroupPolicies'

func (*MockIAMAPI_ListAttachedGroupPolicies_Call) Return

func (*MockIAMAPI_ListAttachedGroupPolicies_Call) Run

type MockIAMAPI_ListAttachedRolePoliciesPagesWithContext_Call

type MockIAMAPI_ListAttachedRolePoliciesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedRolePoliciesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedRolePoliciesPagesWithContext'

func (*MockIAMAPI_ListAttachedRolePoliciesPagesWithContext_Call) Return

type MockIAMAPI_ListAttachedRolePoliciesPages_Call

type MockIAMAPI_ListAttachedRolePoliciesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedRolePoliciesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedRolePoliciesPages'

func (*MockIAMAPI_ListAttachedRolePoliciesPages_Call) Return

type MockIAMAPI_ListAttachedRolePoliciesRequest_Call

type MockIAMAPI_ListAttachedRolePoliciesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedRolePoliciesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedRolePoliciesRequest'

func (*MockIAMAPI_ListAttachedRolePoliciesRequest_Call) Run

type MockIAMAPI_ListAttachedRolePoliciesWithContext_Call

type MockIAMAPI_ListAttachedRolePoliciesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedRolePoliciesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedRolePoliciesWithContext'

func (*MockIAMAPI_ListAttachedRolePoliciesWithContext_Call) Run

type MockIAMAPI_ListAttachedRolePolicies_Call

type MockIAMAPI_ListAttachedRolePolicies_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedRolePolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedRolePolicies'

func (*MockIAMAPI_ListAttachedRolePolicies_Call) Return

func (*MockIAMAPI_ListAttachedRolePolicies_Call) Run

type MockIAMAPI_ListAttachedUserPoliciesPagesWithContext_Call

type MockIAMAPI_ListAttachedUserPoliciesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedUserPoliciesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedUserPoliciesPagesWithContext'

func (*MockIAMAPI_ListAttachedUserPoliciesPagesWithContext_Call) Return

type MockIAMAPI_ListAttachedUserPoliciesPages_Call

type MockIAMAPI_ListAttachedUserPoliciesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedUserPoliciesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedUserPoliciesPages'

func (*MockIAMAPI_ListAttachedUserPoliciesPages_Call) Return

type MockIAMAPI_ListAttachedUserPoliciesRequest_Call

type MockIAMAPI_ListAttachedUserPoliciesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedUserPoliciesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedUserPoliciesRequest'

func (*MockIAMAPI_ListAttachedUserPoliciesRequest_Call) Run

type MockIAMAPI_ListAttachedUserPoliciesWithContext_Call

type MockIAMAPI_ListAttachedUserPoliciesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedUserPoliciesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedUserPoliciesWithContext'

func (*MockIAMAPI_ListAttachedUserPoliciesWithContext_Call) Run

type MockIAMAPI_ListAttachedUserPolicies_Call

type MockIAMAPI_ListAttachedUserPolicies_Call struct {
	*mock.Call
}

MockIAMAPI_ListAttachedUserPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAttachedUserPolicies'

func (*MockIAMAPI_ListAttachedUserPolicies_Call) Return

func (*MockIAMAPI_ListAttachedUserPolicies_Call) Run

type MockIAMAPI_ListEntitiesForPolicyPagesWithContext_Call

type MockIAMAPI_ListEntitiesForPolicyPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListEntitiesForPolicyPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEntitiesForPolicyPagesWithContext'

func (*MockIAMAPI_ListEntitiesForPolicyPagesWithContext_Call) Return

type MockIAMAPI_ListEntitiesForPolicyPages_Call

type MockIAMAPI_ListEntitiesForPolicyPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListEntitiesForPolicyPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEntitiesForPolicyPages'

func (*MockIAMAPI_ListEntitiesForPolicyPages_Call) Return

func (*MockIAMAPI_ListEntitiesForPolicyPages_Call) Run

type MockIAMAPI_ListEntitiesForPolicyRequest_Call

type MockIAMAPI_ListEntitiesForPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListEntitiesForPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEntitiesForPolicyRequest'

func (*MockIAMAPI_ListEntitiesForPolicyRequest_Call) Run

type MockIAMAPI_ListEntitiesForPolicyWithContext_Call

type MockIAMAPI_ListEntitiesForPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListEntitiesForPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEntitiesForPolicyWithContext'

func (*MockIAMAPI_ListEntitiesForPolicyWithContext_Call) Return

func (*MockIAMAPI_ListEntitiesForPolicyWithContext_Call) Run

type MockIAMAPI_ListEntitiesForPolicy_Call

type MockIAMAPI_ListEntitiesForPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_ListEntitiesForPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEntitiesForPolicy'

func (*MockIAMAPI_ListEntitiesForPolicy_Call) Return

func (*MockIAMAPI_ListEntitiesForPolicy_Call) Run

type MockIAMAPI_ListGroupPoliciesPagesWithContext_Call

type MockIAMAPI_ListGroupPoliciesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupPoliciesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupPoliciesPagesWithContext'

func (*MockIAMAPI_ListGroupPoliciesPagesWithContext_Call) Return

func (*MockIAMAPI_ListGroupPoliciesPagesWithContext_Call) Run

type MockIAMAPI_ListGroupPoliciesPages_Call

type MockIAMAPI_ListGroupPoliciesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupPoliciesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupPoliciesPages'

func (*MockIAMAPI_ListGroupPoliciesPages_Call) Return

func (*MockIAMAPI_ListGroupPoliciesPages_Call) Run

func (*MockIAMAPI_ListGroupPoliciesPages_Call) RunAndReturn

type MockIAMAPI_ListGroupPoliciesRequest_Call

type MockIAMAPI_ListGroupPoliciesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupPoliciesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupPoliciesRequest'

func (*MockIAMAPI_ListGroupPoliciesRequest_Call) Return

func (*MockIAMAPI_ListGroupPoliciesRequest_Call) Run

type MockIAMAPI_ListGroupPoliciesWithContext_Call

type MockIAMAPI_ListGroupPoliciesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupPoliciesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupPoliciesWithContext'

func (*MockIAMAPI_ListGroupPoliciesWithContext_Call) Return

func (*MockIAMAPI_ListGroupPoliciesWithContext_Call) Run

type MockIAMAPI_ListGroupPolicies_Call

type MockIAMAPI_ListGroupPolicies_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupPolicies'

func (*MockIAMAPI_ListGroupPolicies_Call) Return

func (*MockIAMAPI_ListGroupPolicies_Call) Run

func (*MockIAMAPI_ListGroupPolicies_Call) RunAndReturn

type MockIAMAPI_ListGroupsForUserPagesWithContext_Call

type MockIAMAPI_ListGroupsForUserPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsForUserPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsForUserPagesWithContext'

func (*MockIAMAPI_ListGroupsForUserPagesWithContext_Call) Return

func (*MockIAMAPI_ListGroupsForUserPagesWithContext_Call) Run

type MockIAMAPI_ListGroupsForUserPages_Call

type MockIAMAPI_ListGroupsForUserPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsForUserPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsForUserPages'

func (*MockIAMAPI_ListGroupsForUserPages_Call) Return

func (*MockIAMAPI_ListGroupsForUserPages_Call) Run

func (*MockIAMAPI_ListGroupsForUserPages_Call) RunAndReturn

type MockIAMAPI_ListGroupsForUserRequest_Call

type MockIAMAPI_ListGroupsForUserRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsForUserRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsForUserRequest'

func (*MockIAMAPI_ListGroupsForUserRequest_Call) Return

func (*MockIAMAPI_ListGroupsForUserRequest_Call) Run

type MockIAMAPI_ListGroupsForUserWithContext_Call

type MockIAMAPI_ListGroupsForUserWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsForUserWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsForUserWithContext'

func (*MockIAMAPI_ListGroupsForUserWithContext_Call) Return

func (*MockIAMAPI_ListGroupsForUserWithContext_Call) Run

type MockIAMAPI_ListGroupsForUser_Call

type MockIAMAPI_ListGroupsForUser_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsForUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsForUser'

func (*MockIAMAPI_ListGroupsForUser_Call) Return

func (*MockIAMAPI_ListGroupsForUser_Call) Run

func (*MockIAMAPI_ListGroupsForUser_Call) RunAndReturn

type MockIAMAPI_ListGroupsPagesWithContext_Call

type MockIAMAPI_ListGroupsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsPagesWithContext'

func (*MockIAMAPI_ListGroupsPagesWithContext_Call) Return

func (*MockIAMAPI_ListGroupsPagesWithContext_Call) Run

func (*MockIAMAPI_ListGroupsPagesWithContext_Call) RunAndReturn

type MockIAMAPI_ListGroupsPages_Call

type MockIAMAPI_ListGroupsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsPages'

func (*MockIAMAPI_ListGroupsPages_Call) Return

func (*MockIAMAPI_ListGroupsPages_Call) Run

func (*MockIAMAPI_ListGroupsPages_Call) RunAndReturn

type MockIAMAPI_ListGroupsRequest_Call

type MockIAMAPI_ListGroupsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsRequest'

func (*MockIAMAPI_ListGroupsRequest_Call) Return

func (*MockIAMAPI_ListGroupsRequest_Call) Run

func (*MockIAMAPI_ListGroupsRequest_Call) RunAndReturn

type MockIAMAPI_ListGroupsWithContext_Call

type MockIAMAPI_ListGroupsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroupsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupsWithContext'

func (*MockIAMAPI_ListGroupsWithContext_Call) Return

func (*MockIAMAPI_ListGroupsWithContext_Call) Run

func (*MockIAMAPI_ListGroupsWithContext_Call) RunAndReturn

type MockIAMAPI_ListGroups_Call

type MockIAMAPI_ListGroups_Call struct {
	*mock.Call
}

MockIAMAPI_ListGroups_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroups'

func (*MockIAMAPI_ListGroups_Call) Return

func (*MockIAMAPI_ListGroups_Call) Run

func (*MockIAMAPI_ListGroups_Call) RunAndReturn

type MockIAMAPI_ListInstanceProfileTagsPagesWithContext_Call

type MockIAMAPI_ListInstanceProfileTagsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfileTagsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfileTagsPagesWithContext'

func (*MockIAMAPI_ListInstanceProfileTagsPagesWithContext_Call) Return

type MockIAMAPI_ListInstanceProfileTagsPages_Call

type MockIAMAPI_ListInstanceProfileTagsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfileTagsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfileTagsPages'

func (*MockIAMAPI_ListInstanceProfileTagsPages_Call) Return

type MockIAMAPI_ListInstanceProfileTagsRequest_Call

type MockIAMAPI_ListInstanceProfileTagsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfileTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfileTagsRequest'

func (*MockIAMAPI_ListInstanceProfileTagsRequest_Call) Run

type MockIAMAPI_ListInstanceProfileTagsWithContext_Call

type MockIAMAPI_ListInstanceProfileTagsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfileTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfileTagsWithContext'

func (*MockIAMAPI_ListInstanceProfileTagsWithContext_Call) Return

func (*MockIAMAPI_ListInstanceProfileTagsWithContext_Call) Run

type MockIAMAPI_ListInstanceProfileTags_Call

type MockIAMAPI_ListInstanceProfileTags_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfileTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfileTags'

func (*MockIAMAPI_ListInstanceProfileTags_Call) Return

func (*MockIAMAPI_ListInstanceProfileTags_Call) Run

type MockIAMAPI_ListInstanceProfilesForRolePagesWithContext_Call

type MockIAMAPI_ListInstanceProfilesForRolePagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesForRolePagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesForRolePagesWithContext'

func (*MockIAMAPI_ListInstanceProfilesForRolePagesWithContext_Call) Return

type MockIAMAPI_ListInstanceProfilesForRolePages_Call

type MockIAMAPI_ListInstanceProfilesForRolePages_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesForRolePages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesForRolePages'

func (*MockIAMAPI_ListInstanceProfilesForRolePages_Call) Return

type MockIAMAPI_ListInstanceProfilesForRoleRequest_Call

type MockIAMAPI_ListInstanceProfilesForRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesForRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesForRoleRequest'

func (*MockIAMAPI_ListInstanceProfilesForRoleRequest_Call) Run

type MockIAMAPI_ListInstanceProfilesForRoleWithContext_Call

type MockIAMAPI_ListInstanceProfilesForRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesForRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesForRoleWithContext'

func (*MockIAMAPI_ListInstanceProfilesForRoleWithContext_Call) Run

type MockIAMAPI_ListInstanceProfilesForRole_Call

type MockIAMAPI_ListInstanceProfilesForRole_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesForRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesForRole'

func (*MockIAMAPI_ListInstanceProfilesForRole_Call) Return

func (*MockIAMAPI_ListInstanceProfilesForRole_Call) Run

type MockIAMAPI_ListInstanceProfilesPagesWithContext_Call

type MockIAMAPI_ListInstanceProfilesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesPagesWithContext'

func (*MockIAMAPI_ListInstanceProfilesPagesWithContext_Call) Return

func (*MockIAMAPI_ListInstanceProfilesPagesWithContext_Call) Run

type MockIAMAPI_ListInstanceProfilesPages_Call

type MockIAMAPI_ListInstanceProfilesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesPages'

func (*MockIAMAPI_ListInstanceProfilesPages_Call) Return

func (*MockIAMAPI_ListInstanceProfilesPages_Call) Run

type MockIAMAPI_ListInstanceProfilesRequest_Call

type MockIAMAPI_ListInstanceProfilesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesRequest'

func (*MockIAMAPI_ListInstanceProfilesRequest_Call) Return

func (*MockIAMAPI_ListInstanceProfilesRequest_Call) Run

type MockIAMAPI_ListInstanceProfilesWithContext_Call

type MockIAMAPI_ListInstanceProfilesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfilesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfilesWithContext'

func (*MockIAMAPI_ListInstanceProfilesWithContext_Call) Return

func (*MockIAMAPI_ListInstanceProfilesWithContext_Call) Run

type MockIAMAPI_ListInstanceProfiles_Call

type MockIAMAPI_ListInstanceProfiles_Call struct {
	*mock.Call
}

MockIAMAPI_ListInstanceProfiles_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstanceProfiles'

func (*MockIAMAPI_ListInstanceProfiles_Call) Return

func (*MockIAMAPI_ListInstanceProfiles_Call) Run

type MockIAMAPI_ListMFADeviceTagsPagesWithContext_Call

type MockIAMAPI_ListMFADeviceTagsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADeviceTagsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADeviceTagsPagesWithContext'

func (*MockIAMAPI_ListMFADeviceTagsPagesWithContext_Call) Return

func (*MockIAMAPI_ListMFADeviceTagsPagesWithContext_Call) Run

type MockIAMAPI_ListMFADeviceTagsPages_Call

type MockIAMAPI_ListMFADeviceTagsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADeviceTagsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADeviceTagsPages'

func (*MockIAMAPI_ListMFADeviceTagsPages_Call) Return

func (*MockIAMAPI_ListMFADeviceTagsPages_Call) Run

func (*MockIAMAPI_ListMFADeviceTagsPages_Call) RunAndReturn

type MockIAMAPI_ListMFADeviceTagsRequest_Call

type MockIAMAPI_ListMFADeviceTagsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADeviceTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADeviceTagsRequest'

func (*MockIAMAPI_ListMFADeviceTagsRequest_Call) Return

func (*MockIAMAPI_ListMFADeviceTagsRequest_Call) Run

type MockIAMAPI_ListMFADeviceTagsWithContext_Call

type MockIAMAPI_ListMFADeviceTagsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADeviceTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADeviceTagsWithContext'

func (*MockIAMAPI_ListMFADeviceTagsWithContext_Call) Return

func (*MockIAMAPI_ListMFADeviceTagsWithContext_Call) Run

type MockIAMAPI_ListMFADeviceTags_Call

type MockIAMAPI_ListMFADeviceTags_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADeviceTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADeviceTags'

func (*MockIAMAPI_ListMFADeviceTags_Call) Return

func (*MockIAMAPI_ListMFADeviceTags_Call) Run

func (*MockIAMAPI_ListMFADeviceTags_Call) RunAndReturn

type MockIAMAPI_ListMFADevicesPagesWithContext_Call

type MockIAMAPI_ListMFADevicesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADevicesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADevicesPagesWithContext'

func (*MockIAMAPI_ListMFADevicesPagesWithContext_Call) Return

func (*MockIAMAPI_ListMFADevicesPagesWithContext_Call) Run

type MockIAMAPI_ListMFADevicesPages_Call

type MockIAMAPI_ListMFADevicesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADevicesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADevicesPages'

func (*MockIAMAPI_ListMFADevicesPages_Call) Return

func (*MockIAMAPI_ListMFADevicesPages_Call) Run

func (*MockIAMAPI_ListMFADevicesPages_Call) RunAndReturn

type MockIAMAPI_ListMFADevicesRequest_Call

type MockIAMAPI_ListMFADevicesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADevicesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADevicesRequest'

func (*MockIAMAPI_ListMFADevicesRequest_Call) Return

func (*MockIAMAPI_ListMFADevicesRequest_Call) Run

func (*MockIAMAPI_ListMFADevicesRequest_Call) RunAndReturn

type MockIAMAPI_ListMFADevicesWithContext_Call

type MockIAMAPI_ListMFADevicesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADevicesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADevicesWithContext'

func (*MockIAMAPI_ListMFADevicesWithContext_Call) Return

func (*MockIAMAPI_ListMFADevicesWithContext_Call) Run

type MockIAMAPI_ListMFADevices_Call

type MockIAMAPI_ListMFADevices_Call struct {
	*mock.Call
}

MockIAMAPI_ListMFADevices_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMFADevices'

func (*MockIAMAPI_ListMFADevices_Call) Return

func (*MockIAMAPI_ListMFADevices_Call) Run

func (*MockIAMAPI_ListMFADevices_Call) RunAndReturn

type MockIAMAPI_ListOpenIDConnectProviderTagsPagesWithContext_Call

type MockIAMAPI_ListOpenIDConnectProviderTagsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListOpenIDConnectProviderTagsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOpenIDConnectProviderTagsPagesWithContext'

func (*MockIAMAPI_ListOpenIDConnectProviderTagsPagesWithContext_Call) Return

type MockIAMAPI_ListOpenIDConnectProviderTagsPages_Call

type MockIAMAPI_ListOpenIDConnectProviderTagsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListOpenIDConnectProviderTagsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOpenIDConnectProviderTagsPages'

func (*MockIAMAPI_ListOpenIDConnectProviderTagsPages_Call) Return

type MockIAMAPI_ListOpenIDConnectProviderTagsRequest_Call

type MockIAMAPI_ListOpenIDConnectProviderTagsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListOpenIDConnectProviderTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOpenIDConnectProviderTagsRequest'

func (*MockIAMAPI_ListOpenIDConnectProviderTagsRequest_Call) Run

type MockIAMAPI_ListOpenIDConnectProviderTagsWithContext_Call

type MockIAMAPI_ListOpenIDConnectProviderTagsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListOpenIDConnectProviderTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOpenIDConnectProviderTagsWithContext'

func (*MockIAMAPI_ListOpenIDConnectProviderTagsWithContext_Call) Run

type MockIAMAPI_ListOpenIDConnectProviderTags_Call

type MockIAMAPI_ListOpenIDConnectProviderTags_Call struct {
	*mock.Call
}

MockIAMAPI_ListOpenIDConnectProviderTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOpenIDConnectProviderTags'

func (*MockIAMAPI_ListOpenIDConnectProviderTags_Call) Run

type MockIAMAPI_ListOpenIDConnectProvidersRequest_Call

type MockIAMAPI_ListOpenIDConnectProvidersRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListOpenIDConnectProvidersRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOpenIDConnectProvidersRequest'

func (*MockIAMAPI_ListOpenIDConnectProvidersRequest_Call) Run

type MockIAMAPI_ListOpenIDConnectProvidersWithContext_Call

type MockIAMAPI_ListOpenIDConnectProvidersWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListOpenIDConnectProvidersWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOpenIDConnectProvidersWithContext'

func (*MockIAMAPI_ListOpenIDConnectProvidersWithContext_Call) Run

type MockIAMAPI_ListOpenIDConnectProviders_Call

type MockIAMAPI_ListOpenIDConnectProviders_Call struct {
	*mock.Call
}

MockIAMAPI_ListOpenIDConnectProviders_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOpenIDConnectProviders'

func (*MockIAMAPI_ListOpenIDConnectProviders_Call) Return

func (*MockIAMAPI_ListOpenIDConnectProviders_Call) Run

type MockIAMAPI_ListPoliciesGrantingServiceAccessRequest_Call

type MockIAMAPI_ListPoliciesGrantingServiceAccessRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListPoliciesGrantingServiceAccessRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPoliciesGrantingServiceAccessRequest'

type MockIAMAPI_ListPoliciesGrantingServiceAccessWithContext_Call

type MockIAMAPI_ListPoliciesGrantingServiceAccessWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListPoliciesGrantingServiceAccessWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPoliciesGrantingServiceAccessWithContext'

type MockIAMAPI_ListPoliciesGrantingServiceAccess_Call

type MockIAMAPI_ListPoliciesGrantingServiceAccess_Call struct {
	*mock.Call
}

MockIAMAPI_ListPoliciesGrantingServiceAccess_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPoliciesGrantingServiceAccess'

func (*MockIAMAPI_ListPoliciesGrantingServiceAccess_Call) Run

type MockIAMAPI_ListPoliciesPagesWithContext_Call

type MockIAMAPI_ListPoliciesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListPoliciesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPoliciesPagesWithContext'

func (*MockIAMAPI_ListPoliciesPagesWithContext_Call) Return

func (*MockIAMAPI_ListPoliciesPagesWithContext_Call) Run

type MockIAMAPI_ListPoliciesPages_Call

type MockIAMAPI_ListPoliciesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListPoliciesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPoliciesPages'

func (*MockIAMAPI_ListPoliciesPages_Call) Return

func (*MockIAMAPI_ListPoliciesPages_Call) Run

func (*MockIAMAPI_ListPoliciesPages_Call) RunAndReturn

type MockIAMAPI_ListPoliciesRequest_Call

type MockIAMAPI_ListPoliciesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListPoliciesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPoliciesRequest'

func (*MockIAMAPI_ListPoliciesRequest_Call) Return

func (*MockIAMAPI_ListPoliciesRequest_Call) Run

func (*MockIAMAPI_ListPoliciesRequest_Call) RunAndReturn

type MockIAMAPI_ListPoliciesWithContext_Call

type MockIAMAPI_ListPoliciesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListPoliciesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPoliciesWithContext'

func (*MockIAMAPI_ListPoliciesWithContext_Call) Return

func (*MockIAMAPI_ListPoliciesWithContext_Call) Run

type MockIAMAPI_ListPolicies_Call

type MockIAMAPI_ListPolicies_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicies'

func (*MockIAMAPI_ListPolicies_Call) Return

func (*MockIAMAPI_ListPolicies_Call) Run

func (*MockIAMAPI_ListPolicies_Call) RunAndReturn

type MockIAMAPI_ListPolicyTagsPagesWithContext_Call

type MockIAMAPI_ListPolicyTagsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyTagsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyTagsPagesWithContext'

func (*MockIAMAPI_ListPolicyTagsPagesWithContext_Call) Return

func (*MockIAMAPI_ListPolicyTagsPagesWithContext_Call) Run

type MockIAMAPI_ListPolicyTagsPages_Call

type MockIAMAPI_ListPolicyTagsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyTagsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyTagsPages'

func (*MockIAMAPI_ListPolicyTagsPages_Call) Return

func (*MockIAMAPI_ListPolicyTagsPages_Call) Run

func (*MockIAMAPI_ListPolicyTagsPages_Call) RunAndReturn

type MockIAMAPI_ListPolicyTagsRequest_Call

type MockIAMAPI_ListPolicyTagsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyTagsRequest'

func (*MockIAMAPI_ListPolicyTagsRequest_Call) Return

func (*MockIAMAPI_ListPolicyTagsRequest_Call) Run

func (*MockIAMAPI_ListPolicyTagsRequest_Call) RunAndReturn

type MockIAMAPI_ListPolicyTagsWithContext_Call

type MockIAMAPI_ListPolicyTagsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyTagsWithContext'

func (*MockIAMAPI_ListPolicyTagsWithContext_Call) Return

func (*MockIAMAPI_ListPolicyTagsWithContext_Call) Run

type MockIAMAPI_ListPolicyTags_Call

type MockIAMAPI_ListPolicyTags_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyTags'

func (*MockIAMAPI_ListPolicyTags_Call) Return

func (*MockIAMAPI_ListPolicyTags_Call) Run

func (*MockIAMAPI_ListPolicyTags_Call) RunAndReturn

type MockIAMAPI_ListPolicyVersionsPagesWithContext_Call

type MockIAMAPI_ListPolicyVersionsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyVersionsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyVersionsPagesWithContext'

func (*MockIAMAPI_ListPolicyVersionsPagesWithContext_Call) Return

func (*MockIAMAPI_ListPolicyVersionsPagesWithContext_Call) Run

type MockIAMAPI_ListPolicyVersionsPages_Call

type MockIAMAPI_ListPolicyVersionsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyVersionsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyVersionsPages'

func (*MockIAMAPI_ListPolicyVersionsPages_Call) Return

func (*MockIAMAPI_ListPolicyVersionsPages_Call) Run

func (*MockIAMAPI_ListPolicyVersionsPages_Call) RunAndReturn

type MockIAMAPI_ListPolicyVersionsRequest_Call

type MockIAMAPI_ListPolicyVersionsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyVersionsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyVersionsRequest'

func (*MockIAMAPI_ListPolicyVersionsRequest_Call) Return

func (*MockIAMAPI_ListPolicyVersionsRequest_Call) Run

type MockIAMAPI_ListPolicyVersionsWithContext_Call

type MockIAMAPI_ListPolicyVersionsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyVersionsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyVersionsWithContext'

func (*MockIAMAPI_ListPolicyVersionsWithContext_Call) Return

func (*MockIAMAPI_ListPolicyVersionsWithContext_Call) Run

type MockIAMAPI_ListPolicyVersions_Call

type MockIAMAPI_ListPolicyVersions_Call struct {
	*mock.Call
}

MockIAMAPI_ListPolicyVersions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPolicyVersions'

func (*MockIAMAPI_ListPolicyVersions_Call) Return

func (*MockIAMAPI_ListPolicyVersions_Call) Run

func (*MockIAMAPI_ListPolicyVersions_Call) RunAndReturn

type MockIAMAPI_ListRolePoliciesPagesWithContext_Call

type MockIAMAPI_ListRolePoliciesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolePoliciesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolePoliciesPagesWithContext'

func (*MockIAMAPI_ListRolePoliciesPagesWithContext_Call) Return

func (*MockIAMAPI_ListRolePoliciesPagesWithContext_Call) Run

type MockIAMAPI_ListRolePoliciesPages_Call

type MockIAMAPI_ListRolePoliciesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolePoliciesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolePoliciesPages'

func (*MockIAMAPI_ListRolePoliciesPages_Call) Return

func (*MockIAMAPI_ListRolePoliciesPages_Call) Run

func (*MockIAMAPI_ListRolePoliciesPages_Call) RunAndReturn

type MockIAMAPI_ListRolePoliciesRequest_Call

type MockIAMAPI_ListRolePoliciesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolePoliciesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolePoliciesRequest'

func (*MockIAMAPI_ListRolePoliciesRequest_Call) Return

func (*MockIAMAPI_ListRolePoliciesRequest_Call) Run

type MockIAMAPI_ListRolePoliciesWithContext_Call

type MockIAMAPI_ListRolePoliciesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolePoliciesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolePoliciesWithContext'

func (*MockIAMAPI_ListRolePoliciesWithContext_Call) Return

func (*MockIAMAPI_ListRolePoliciesWithContext_Call) Run

type MockIAMAPI_ListRolePolicies_Call

type MockIAMAPI_ListRolePolicies_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolePolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolePolicies'

func (*MockIAMAPI_ListRolePolicies_Call) Return

func (*MockIAMAPI_ListRolePolicies_Call) Run

func (*MockIAMAPI_ListRolePolicies_Call) RunAndReturn

type MockIAMAPI_ListRoleTagsPagesWithContext_Call

type MockIAMAPI_ListRoleTagsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListRoleTagsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRoleTagsPagesWithContext'

func (*MockIAMAPI_ListRoleTagsPagesWithContext_Call) Return

func (*MockIAMAPI_ListRoleTagsPagesWithContext_Call) Run

type MockIAMAPI_ListRoleTagsPages_Call

type MockIAMAPI_ListRoleTagsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListRoleTagsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRoleTagsPages'

func (*MockIAMAPI_ListRoleTagsPages_Call) Return

func (*MockIAMAPI_ListRoleTagsPages_Call) Run

func (*MockIAMAPI_ListRoleTagsPages_Call) RunAndReturn

type MockIAMAPI_ListRoleTagsRequest_Call

type MockIAMAPI_ListRoleTagsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListRoleTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRoleTagsRequest'

func (*MockIAMAPI_ListRoleTagsRequest_Call) Return

func (*MockIAMAPI_ListRoleTagsRequest_Call) Run

func (*MockIAMAPI_ListRoleTagsRequest_Call) RunAndReturn

type MockIAMAPI_ListRoleTagsWithContext_Call

type MockIAMAPI_ListRoleTagsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListRoleTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRoleTagsWithContext'

func (*MockIAMAPI_ListRoleTagsWithContext_Call) Return

func (*MockIAMAPI_ListRoleTagsWithContext_Call) Run

type MockIAMAPI_ListRoleTags_Call

type MockIAMAPI_ListRoleTags_Call struct {
	*mock.Call
}

MockIAMAPI_ListRoleTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRoleTags'

func (*MockIAMAPI_ListRoleTags_Call) Return

func (*MockIAMAPI_ListRoleTags_Call) Run

func (*MockIAMAPI_ListRoleTags_Call) RunAndReturn

type MockIAMAPI_ListRolesPagesWithContext_Call

type MockIAMAPI_ListRolesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolesPagesWithContext'

func (*MockIAMAPI_ListRolesPagesWithContext_Call) Return

func (*MockIAMAPI_ListRolesPagesWithContext_Call) Run

func (*MockIAMAPI_ListRolesPagesWithContext_Call) RunAndReturn

type MockIAMAPI_ListRolesPages_Call

type MockIAMAPI_ListRolesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolesPages'

func (*MockIAMAPI_ListRolesPages_Call) Return

func (*MockIAMAPI_ListRolesPages_Call) Run

func (*MockIAMAPI_ListRolesPages_Call) RunAndReturn

type MockIAMAPI_ListRolesRequest_Call

type MockIAMAPI_ListRolesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolesRequest'

func (*MockIAMAPI_ListRolesRequest_Call) Return

func (*MockIAMAPI_ListRolesRequest_Call) Run

func (*MockIAMAPI_ListRolesRequest_Call) RunAndReturn

type MockIAMAPI_ListRolesWithContext_Call

type MockIAMAPI_ListRolesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListRolesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRolesWithContext'

func (*MockIAMAPI_ListRolesWithContext_Call) Return

func (*MockIAMAPI_ListRolesWithContext_Call) Run

func (*MockIAMAPI_ListRolesWithContext_Call) RunAndReturn

type MockIAMAPI_ListRoles_Call

type MockIAMAPI_ListRoles_Call struct {
	*mock.Call
}

MockIAMAPI_ListRoles_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRoles'

func (*MockIAMAPI_ListRoles_Call) Return

func (*MockIAMAPI_ListRoles_Call) Run

func (*MockIAMAPI_ListRoles_Call) RunAndReturn

type MockIAMAPI_ListSAMLProviderTagsPagesWithContext_Call

type MockIAMAPI_ListSAMLProviderTagsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListSAMLProviderTagsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSAMLProviderTagsPagesWithContext'

func (*MockIAMAPI_ListSAMLProviderTagsPagesWithContext_Call) Return

func (*MockIAMAPI_ListSAMLProviderTagsPagesWithContext_Call) Run

type MockIAMAPI_ListSAMLProviderTagsPages_Call

type MockIAMAPI_ListSAMLProviderTagsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListSAMLProviderTagsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSAMLProviderTagsPages'

func (*MockIAMAPI_ListSAMLProviderTagsPages_Call) Return

func (*MockIAMAPI_ListSAMLProviderTagsPages_Call) Run

type MockIAMAPI_ListSAMLProviderTagsRequest_Call

type MockIAMAPI_ListSAMLProviderTagsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListSAMLProviderTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSAMLProviderTagsRequest'

func (*MockIAMAPI_ListSAMLProviderTagsRequest_Call) Return

func (*MockIAMAPI_ListSAMLProviderTagsRequest_Call) Run

type MockIAMAPI_ListSAMLProviderTagsWithContext_Call

type MockIAMAPI_ListSAMLProviderTagsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListSAMLProviderTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSAMLProviderTagsWithContext'

func (*MockIAMAPI_ListSAMLProviderTagsWithContext_Call) Return

func (*MockIAMAPI_ListSAMLProviderTagsWithContext_Call) Run

type MockIAMAPI_ListSAMLProviderTags_Call

type MockIAMAPI_ListSAMLProviderTags_Call struct {
	*mock.Call
}

MockIAMAPI_ListSAMLProviderTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSAMLProviderTags'

func (*MockIAMAPI_ListSAMLProviderTags_Call) Return

func (*MockIAMAPI_ListSAMLProviderTags_Call) Run

type MockIAMAPI_ListSAMLProvidersRequest_Call

type MockIAMAPI_ListSAMLProvidersRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListSAMLProvidersRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSAMLProvidersRequest'

func (*MockIAMAPI_ListSAMLProvidersRequest_Call) Return

func (*MockIAMAPI_ListSAMLProvidersRequest_Call) Run

type MockIAMAPI_ListSAMLProvidersWithContext_Call

type MockIAMAPI_ListSAMLProvidersWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListSAMLProvidersWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSAMLProvidersWithContext'

func (*MockIAMAPI_ListSAMLProvidersWithContext_Call) Return

func (*MockIAMAPI_ListSAMLProvidersWithContext_Call) Run

type MockIAMAPI_ListSAMLProviders_Call

type MockIAMAPI_ListSAMLProviders_Call struct {
	*mock.Call
}

MockIAMAPI_ListSAMLProviders_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSAMLProviders'

func (*MockIAMAPI_ListSAMLProviders_Call) Return

func (*MockIAMAPI_ListSAMLProviders_Call) Run

func (*MockIAMAPI_ListSAMLProviders_Call) RunAndReturn

type MockIAMAPI_ListSSHPublicKeysPagesWithContext_Call

type MockIAMAPI_ListSSHPublicKeysPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListSSHPublicKeysPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSSHPublicKeysPagesWithContext'

func (*MockIAMAPI_ListSSHPublicKeysPagesWithContext_Call) Return

func (*MockIAMAPI_ListSSHPublicKeysPagesWithContext_Call) Run

type MockIAMAPI_ListSSHPublicKeysPages_Call

type MockIAMAPI_ListSSHPublicKeysPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListSSHPublicKeysPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSSHPublicKeysPages'

func (*MockIAMAPI_ListSSHPublicKeysPages_Call) Return

func (*MockIAMAPI_ListSSHPublicKeysPages_Call) Run

func (*MockIAMAPI_ListSSHPublicKeysPages_Call) RunAndReturn

type MockIAMAPI_ListSSHPublicKeysRequest_Call

type MockIAMAPI_ListSSHPublicKeysRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListSSHPublicKeysRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSSHPublicKeysRequest'

func (*MockIAMAPI_ListSSHPublicKeysRequest_Call) Return

func (*MockIAMAPI_ListSSHPublicKeysRequest_Call) Run

type MockIAMAPI_ListSSHPublicKeysWithContext_Call

type MockIAMAPI_ListSSHPublicKeysWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListSSHPublicKeysWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSSHPublicKeysWithContext'

func (*MockIAMAPI_ListSSHPublicKeysWithContext_Call) Return

func (*MockIAMAPI_ListSSHPublicKeysWithContext_Call) Run

type MockIAMAPI_ListSSHPublicKeys_Call

type MockIAMAPI_ListSSHPublicKeys_Call struct {
	*mock.Call
}

MockIAMAPI_ListSSHPublicKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSSHPublicKeys'

func (*MockIAMAPI_ListSSHPublicKeys_Call) Return

func (*MockIAMAPI_ListSSHPublicKeys_Call) Run

func (*MockIAMAPI_ListSSHPublicKeys_Call) RunAndReturn

type MockIAMAPI_ListServerCertificateTagsPagesWithContext_Call

type MockIAMAPI_ListServerCertificateTagsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificateTagsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificateTagsPagesWithContext'

func (*MockIAMAPI_ListServerCertificateTagsPagesWithContext_Call) Return

type MockIAMAPI_ListServerCertificateTagsPages_Call

type MockIAMAPI_ListServerCertificateTagsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificateTagsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificateTagsPages'

func (*MockIAMAPI_ListServerCertificateTagsPages_Call) Return

type MockIAMAPI_ListServerCertificateTagsRequest_Call

type MockIAMAPI_ListServerCertificateTagsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificateTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificateTagsRequest'

func (*MockIAMAPI_ListServerCertificateTagsRequest_Call) Run

type MockIAMAPI_ListServerCertificateTagsWithContext_Call

type MockIAMAPI_ListServerCertificateTagsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificateTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificateTagsWithContext'

func (*MockIAMAPI_ListServerCertificateTagsWithContext_Call) Run

type MockIAMAPI_ListServerCertificateTags_Call

type MockIAMAPI_ListServerCertificateTags_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificateTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificateTags'

func (*MockIAMAPI_ListServerCertificateTags_Call) Return

func (*MockIAMAPI_ListServerCertificateTags_Call) Run

type MockIAMAPI_ListServerCertificatesPagesWithContext_Call

type MockIAMAPI_ListServerCertificatesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificatesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificatesPagesWithContext'

func (*MockIAMAPI_ListServerCertificatesPagesWithContext_Call) Return

type MockIAMAPI_ListServerCertificatesPages_Call

type MockIAMAPI_ListServerCertificatesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificatesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificatesPages'

func (*MockIAMAPI_ListServerCertificatesPages_Call) Return

func (*MockIAMAPI_ListServerCertificatesPages_Call) Run

type MockIAMAPI_ListServerCertificatesRequest_Call

type MockIAMAPI_ListServerCertificatesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificatesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificatesRequest'

func (*MockIAMAPI_ListServerCertificatesRequest_Call) Run

type MockIAMAPI_ListServerCertificatesWithContext_Call

type MockIAMAPI_ListServerCertificatesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificatesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificatesWithContext'

func (*MockIAMAPI_ListServerCertificatesWithContext_Call) Return

func (*MockIAMAPI_ListServerCertificatesWithContext_Call) Run

type MockIAMAPI_ListServerCertificates_Call

type MockIAMAPI_ListServerCertificates_Call struct {
	*mock.Call
}

MockIAMAPI_ListServerCertificates_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServerCertificates'

func (*MockIAMAPI_ListServerCertificates_Call) Return

func (*MockIAMAPI_ListServerCertificates_Call) Run

type MockIAMAPI_ListServiceSpecificCredentialsRequest_Call

type MockIAMAPI_ListServiceSpecificCredentialsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListServiceSpecificCredentialsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServiceSpecificCredentialsRequest'

func (*MockIAMAPI_ListServiceSpecificCredentialsRequest_Call) Run

type MockIAMAPI_ListServiceSpecificCredentialsWithContext_Call

type MockIAMAPI_ListServiceSpecificCredentialsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListServiceSpecificCredentialsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServiceSpecificCredentialsWithContext'

type MockIAMAPI_ListServiceSpecificCredentials_Call

type MockIAMAPI_ListServiceSpecificCredentials_Call struct {
	*mock.Call
}

MockIAMAPI_ListServiceSpecificCredentials_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServiceSpecificCredentials'

func (*MockIAMAPI_ListServiceSpecificCredentials_Call) Run

type MockIAMAPI_ListSigningCertificatesPagesWithContext_Call

type MockIAMAPI_ListSigningCertificatesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListSigningCertificatesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSigningCertificatesPagesWithContext'

func (*MockIAMAPI_ListSigningCertificatesPagesWithContext_Call) Return

type MockIAMAPI_ListSigningCertificatesPages_Call

type MockIAMAPI_ListSigningCertificatesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListSigningCertificatesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSigningCertificatesPages'

func (*MockIAMAPI_ListSigningCertificatesPages_Call) Return

type MockIAMAPI_ListSigningCertificatesRequest_Call

type MockIAMAPI_ListSigningCertificatesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListSigningCertificatesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSigningCertificatesRequest'

func (*MockIAMAPI_ListSigningCertificatesRequest_Call) Run

type MockIAMAPI_ListSigningCertificatesWithContext_Call

type MockIAMAPI_ListSigningCertificatesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListSigningCertificatesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSigningCertificatesWithContext'

func (*MockIAMAPI_ListSigningCertificatesWithContext_Call) Return

func (*MockIAMAPI_ListSigningCertificatesWithContext_Call) Run

type MockIAMAPI_ListSigningCertificates_Call

type MockIAMAPI_ListSigningCertificates_Call struct {
	*mock.Call
}

MockIAMAPI_ListSigningCertificates_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSigningCertificates'

func (*MockIAMAPI_ListSigningCertificates_Call) Return

func (*MockIAMAPI_ListSigningCertificates_Call) Run

type MockIAMAPI_ListUserPoliciesPagesWithContext_Call

type MockIAMAPI_ListUserPoliciesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserPoliciesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserPoliciesPagesWithContext'

func (*MockIAMAPI_ListUserPoliciesPagesWithContext_Call) Return

func (*MockIAMAPI_ListUserPoliciesPagesWithContext_Call) Run

type MockIAMAPI_ListUserPoliciesPages_Call

type MockIAMAPI_ListUserPoliciesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserPoliciesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserPoliciesPages'

func (*MockIAMAPI_ListUserPoliciesPages_Call) Return

func (*MockIAMAPI_ListUserPoliciesPages_Call) Run

func (*MockIAMAPI_ListUserPoliciesPages_Call) RunAndReturn

type MockIAMAPI_ListUserPoliciesRequest_Call

type MockIAMAPI_ListUserPoliciesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserPoliciesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserPoliciesRequest'

func (*MockIAMAPI_ListUserPoliciesRequest_Call) Return

func (*MockIAMAPI_ListUserPoliciesRequest_Call) Run

type MockIAMAPI_ListUserPoliciesWithContext_Call

type MockIAMAPI_ListUserPoliciesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserPoliciesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserPoliciesWithContext'

func (*MockIAMAPI_ListUserPoliciesWithContext_Call) Return

func (*MockIAMAPI_ListUserPoliciesWithContext_Call) Run

type MockIAMAPI_ListUserPolicies_Call

type MockIAMAPI_ListUserPolicies_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserPolicies'

func (*MockIAMAPI_ListUserPolicies_Call) Return

func (*MockIAMAPI_ListUserPolicies_Call) Run

func (*MockIAMAPI_ListUserPolicies_Call) RunAndReturn

type MockIAMAPI_ListUserTagsPagesWithContext_Call

type MockIAMAPI_ListUserTagsPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserTagsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserTagsPagesWithContext'

func (*MockIAMAPI_ListUserTagsPagesWithContext_Call) Return

func (*MockIAMAPI_ListUserTagsPagesWithContext_Call) Run

type MockIAMAPI_ListUserTagsPages_Call

type MockIAMAPI_ListUserTagsPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserTagsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserTagsPages'

func (*MockIAMAPI_ListUserTagsPages_Call) Return

func (*MockIAMAPI_ListUserTagsPages_Call) Run

func (*MockIAMAPI_ListUserTagsPages_Call) RunAndReturn

type MockIAMAPI_ListUserTagsRequest_Call

type MockIAMAPI_ListUserTagsRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserTagsRequest'

func (*MockIAMAPI_ListUserTagsRequest_Call) Return

func (*MockIAMAPI_ListUserTagsRequest_Call) Run

func (*MockIAMAPI_ListUserTagsRequest_Call) RunAndReturn

type MockIAMAPI_ListUserTagsWithContext_Call

type MockIAMAPI_ListUserTagsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserTagsWithContext'

func (*MockIAMAPI_ListUserTagsWithContext_Call) Return

func (*MockIAMAPI_ListUserTagsWithContext_Call) Run

type MockIAMAPI_ListUserTags_Call

type MockIAMAPI_ListUserTags_Call struct {
	*mock.Call
}

MockIAMAPI_ListUserTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserTags'

func (*MockIAMAPI_ListUserTags_Call) Return

func (*MockIAMAPI_ListUserTags_Call) Run

func (*MockIAMAPI_ListUserTags_Call) RunAndReturn

type MockIAMAPI_ListUsersPagesWithContext_Call

type MockIAMAPI_ListUsersPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListUsersPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUsersPagesWithContext'

func (*MockIAMAPI_ListUsersPagesWithContext_Call) Return

func (*MockIAMAPI_ListUsersPagesWithContext_Call) Run

func (*MockIAMAPI_ListUsersPagesWithContext_Call) RunAndReturn

type MockIAMAPI_ListUsersPages_Call

type MockIAMAPI_ListUsersPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListUsersPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUsersPages'

func (*MockIAMAPI_ListUsersPages_Call) Return

func (*MockIAMAPI_ListUsersPages_Call) Run

func (*MockIAMAPI_ListUsersPages_Call) RunAndReturn

type MockIAMAPI_ListUsersRequest_Call

type MockIAMAPI_ListUsersRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListUsersRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUsersRequest'

func (*MockIAMAPI_ListUsersRequest_Call) Return

func (*MockIAMAPI_ListUsersRequest_Call) Run

func (*MockIAMAPI_ListUsersRequest_Call) RunAndReturn

type MockIAMAPI_ListUsersWithContext_Call

type MockIAMAPI_ListUsersWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListUsersWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUsersWithContext'

func (*MockIAMAPI_ListUsersWithContext_Call) Return

func (*MockIAMAPI_ListUsersWithContext_Call) Run

func (*MockIAMAPI_ListUsersWithContext_Call) RunAndReturn

type MockIAMAPI_ListUsers_Call

type MockIAMAPI_ListUsers_Call struct {
	*mock.Call
}

MockIAMAPI_ListUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUsers'

func (*MockIAMAPI_ListUsers_Call) Return

func (*MockIAMAPI_ListUsers_Call) Run

func (*MockIAMAPI_ListUsers_Call) RunAndReturn

type MockIAMAPI_ListVirtualMFADevicesPagesWithContext_Call

type MockIAMAPI_ListVirtualMFADevicesPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListVirtualMFADevicesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVirtualMFADevicesPagesWithContext'

func (*MockIAMAPI_ListVirtualMFADevicesPagesWithContext_Call) Return

type MockIAMAPI_ListVirtualMFADevicesPages_Call

type MockIAMAPI_ListVirtualMFADevicesPages_Call struct {
	*mock.Call
}

MockIAMAPI_ListVirtualMFADevicesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVirtualMFADevicesPages'

func (*MockIAMAPI_ListVirtualMFADevicesPages_Call) Return

func (*MockIAMAPI_ListVirtualMFADevicesPages_Call) Run

type MockIAMAPI_ListVirtualMFADevicesRequest_Call

type MockIAMAPI_ListVirtualMFADevicesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ListVirtualMFADevicesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVirtualMFADevicesRequest'

func (*MockIAMAPI_ListVirtualMFADevicesRequest_Call) Run

type MockIAMAPI_ListVirtualMFADevicesWithContext_Call

type MockIAMAPI_ListVirtualMFADevicesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ListVirtualMFADevicesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVirtualMFADevicesWithContext'

func (*MockIAMAPI_ListVirtualMFADevicesWithContext_Call) Return

func (*MockIAMAPI_ListVirtualMFADevicesWithContext_Call) Run

type MockIAMAPI_ListVirtualMFADevices_Call

type MockIAMAPI_ListVirtualMFADevices_Call struct {
	*mock.Call
}

MockIAMAPI_ListVirtualMFADevices_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVirtualMFADevices'

func (*MockIAMAPI_ListVirtualMFADevices_Call) Return

func (*MockIAMAPI_ListVirtualMFADevices_Call) Run

type MockIAMAPI_PutGroupPolicyRequest_Call

type MockIAMAPI_PutGroupPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_PutGroupPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutGroupPolicyRequest'

func (*MockIAMAPI_PutGroupPolicyRequest_Call) Return

func (*MockIAMAPI_PutGroupPolicyRequest_Call) Run

func (*MockIAMAPI_PutGroupPolicyRequest_Call) RunAndReturn

type MockIAMAPI_PutGroupPolicyWithContext_Call

type MockIAMAPI_PutGroupPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_PutGroupPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutGroupPolicyWithContext'

func (*MockIAMAPI_PutGroupPolicyWithContext_Call) Return

func (*MockIAMAPI_PutGroupPolicyWithContext_Call) Run

type MockIAMAPI_PutGroupPolicy_Call

type MockIAMAPI_PutGroupPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_PutGroupPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutGroupPolicy'

func (*MockIAMAPI_PutGroupPolicy_Call) Return

func (*MockIAMAPI_PutGroupPolicy_Call) Run

func (*MockIAMAPI_PutGroupPolicy_Call) RunAndReturn

type MockIAMAPI_PutRolePermissionsBoundaryRequest_Call

type MockIAMAPI_PutRolePermissionsBoundaryRequest_Call struct {
	*mock.Call
}

MockIAMAPI_PutRolePermissionsBoundaryRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRolePermissionsBoundaryRequest'

func (*MockIAMAPI_PutRolePermissionsBoundaryRequest_Call) Run

type MockIAMAPI_PutRolePermissionsBoundaryWithContext_Call

type MockIAMAPI_PutRolePermissionsBoundaryWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_PutRolePermissionsBoundaryWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRolePermissionsBoundaryWithContext'

func (*MockIAMAPI_PutRolePermissionsBoundaryWithContext_Call) Run

type MockIAMAPI_PutRolePermissionsBoundary_Call

type MockIAMAPI_PutRolePermissionsBoundary_Call struct {
	*mock.Call
}

MockIAMAPI_PutRolePermissionsBoundary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRolePermissionsBoundary'

func (*MockIAMAPI_PutRolePermissionsBoundary_Call) Return

func (*MockIAMAPI_PutRolePermissionsBoundary_Call) Run

type MockIAMAPI_PutRolePolicyRequest_Call

type MockIAMAPI_PutRolePolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_PutRolePolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRolePolicyRequest'

func (*MockIAMAPI_PutRolePolicyRequest_Call) Return

func (*MockIAMAPI_PutRolePolicyRequest_Call) Run

func (*MockIAMAPI_PutRolePolicyRequest_Call) RunAndReturn

type MockIAMAPI_PutRolePolicyWithContext_Call

type MockIAMAPI_PutRolePolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_PutRolePolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRolePolicyWithContext'

func (*MockIAMAPI_PutRolePolicyWithContext_Call) Return

func (*MockIAMAPI_PutRolePolicyWithContext_Call) Run

type MockIAMAPI_PutRolePolicy_Call

type MockIAMAPI_PutRolePolicy_Call struct {
	*mock.Call
}

MockIAMAPI_PutRolePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRolePolicy'

func (*MockIAMAPI_PutRolePolicy_Call) Return

func (*MockIAMAPI_PutRolePolicy_Call) Run

func (*MockIAMAPI_PutRolePolicy_Call) RunAndReturn

type MockIAMAPI_PutUserPermissionsBoundaryRequest_Call

type MockIAMAPI_PutUserPermissionsBoundaryRequest_Call struct {
	*mock.Call
}

MockIAMAPI_PutUserPermissionsBoundaryRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutUserPermissionsBoundaryRequest'

func (*MockIAMAPI_PutUserPermissionsBoundaryRequest_Call) Run

type MockIAMAPI_PutUserPermissionsBoundaryWithContext_Call

type MockIAMAPI_PutUserPermissionsBoundaryWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_PutUserPermissionsBoundaryWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutUserPermissionsBoundaryWithContext'

func (*MockIAMAPI_PutUserPermissionsBoundaryWithContext_Call) Run

type MockIAMAPI_PutUserPermissionsBoundary_Call

type MockIAMAPI_PutUserPermissionsBoundary_Call struct {
	*mock.Call
}

MockIAMAPI_PutUserPermissionsBoundary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutUserPermissionsBoundary'

func (*MockIAMAPI_PutUserPermissionsBoundary_Call) Return

func (*MockIAMAPI_PutUserPermissionsBoundary_Call) Run

type MockIAMAPI_PutUserPolicyRequest_Call

type MockIAMAPI_PutUserPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_PutUserPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutUserPolicyRequest'

func (*MockIAMAPI_PutUserPolicyRequest_Call) Return

func (*MockIAMAPI_PutUserPolicyRequest_Call) Run

func (*MockIAMAPI_PutUserPolicyRequest_Call) RunAndReturn

type MockIAMAPI_PutUserPolicyWithContext_Call

type MockIAMAPI_PutUserPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_PutUserPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutUserPolicyWithContext'

func (*MockIAMAPI_PutUserPolicyWithContext_Call) Return

func (*MockIAMAPI_PutUserPolicyWithContext_Call) Run

type MockIAMAPI_PutUserPolicy_Call

type MockIAMAPI_PutUserPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_PutUserPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutUserPolicy'

func (*MockIAMAPI_PutUserPolicy_Call) Return

func (*MockIAMAPI_PutUserPolicy_Call) Run

func (*MockIAMAPI_PutUserPolicy_Call) RunAndReturn

type MockIAMAPI_RemoveClientIDFromOpenIDConnectProviderRequest_Call

type MockIAMAPI_RemoveClientIDFromOpenIDConnectProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveClientIDFromOpenIDConnectProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveClientIDFromOpenIDConnectProviderRequest'

type MockIAMAPI_RemoveClientIDFromOpenIDConnectProviderWithContext_Call

type MockIAMAPI_RemoveClientIDFromOpenIDConnectProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveClientIDFromOpenIDConnectProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveClientIDFromOpenIDConnectProviderWithContext'

type MockIAMAPI_RemoveClientIDFromOpenIDConnectProvider_Call

type MockIAMAPI_RemoveClientIDFromOpenIDConnectProvider_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveClientIDFromOpenIDConnectProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveClientIDFromOpenIDConnectProvider'

type MockIAMAPI_RemoveRoleFromInstanceProfileRequest_Call

type MockIAMAPI_RemoveRoleFromInstanceProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveRoleFromInstanceProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveRoleFromInstanceProfileRequest'

func (*MockIAMAPI_RemoveRoleFromInstanceProfileRequest_Call) Run

type MockIAMAPI_RemoveRoleFromInstanceProfileWithContext_Call

type MockIAMAPI_RemoveRoleFromInstanceProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveRoleFromInstanceProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveRoleFromInstanceProfileWithContext'

func (*MockIAMAPI_RemoveRoleFromInstanceProfileWithContext_Call) Run

type MockIAMAPI_RemoveRoleFromInstanceProfile_Call

type MockIAMAPI_RemoveRoleFromInstanceProfile_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveRoleFromInstanceProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveRoleFromInstanceProfile'

func (*MockIAMAPI_RemoveRoleFromInstanceProfile_Call) Run

type MockIAMAPI_RemoveUserFromGroupRequest_Call

type MockIAMAPI_RemoveUserFromGroupRequest_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveUserFromGroupRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveUserFromGroupRequest'

func (*MockIAMAPI_RemoveUserFromGroupRequest_Call) Return

func (*MockIAMAPI_RemoveUserFromGroupRequest_Call) Run

type MockIAMAPI_RemoveUserFromGroupWithContext_Call

type MockIAMAPI_RemoveUserFromGroupWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveUserFromGroupWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveUserFromGroupWithContext'

func (*MockIAMAPI_RemoveUserFromGroupWithContext_Call) Return

func (*MockIAMAPI_RemoveUserFromGroupWithContext_Call) Run

type MockIAMAPI_RemoveUserFromGroup_Call

type MockIAMAPI_RemoveUserFromGroup_Call struct {
	*mock.Call
}

MockIAMAPI_RemoveUserFromGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveUserFromGroup'

func (*MockIAMAPI_RemoveUserFromGroup_Call) Return

func (*MockIAMAPI_RemoveUserFromGroup_Call) Run

type MockIAMAPI_ResetServiceSpecificCredentialRequest_Call

type MockIAMAPI_ResetServiceSpecificCredentialRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ResetServiceSpecificCredentialRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResetServiceSpecificCredentialRequest'

func (*MockIAMAPI_ResetServiceSpecificCredentialRequest_Call) Run

type MockIAMAPI_ResetServiceSpecificCredentialWithContext_Call

type MockIAMAPI_ResetServiceSpecificCredentialWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ResetServiceSpecificCredentialWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResetServiceSpecificCredentialWithContext'

type MockIAMAPI_ResetServiceSpecificCredential_Call

type MockIAMAPI_ResetServiceSpecificCredential_Call struct {
	*mock.Call
}

MockIAMAPI_ResetServiceSpecificCredential_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResetServiceSpecificCredential'

func (*MockIAMAPI_ResetServiceSpecificCredential_Call) Run

type MockIAMAPI_ResyncMFADeviceRequest_Call

type MockIAMAPI_ResyncMFADeviceRequest_Call struct {
	*mock.Call
}

MockIAMAPI_ResyncMFADeviceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResyncMFADeviceRequest'

func (*MockIAMAPI_ResyncMFADeviceRequest_Call) Return

func (*MockIAMAPI_ResyncMFADeviceRequest_Call) Run

type MockIAMAPI_ResyncMFADeviceWithContext_Call

type MockIAMAPI_ResyncMFADeviceWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_ResyncMFADeviceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResyncMFADeviceWithContext'

func (*MockIAMAPI_ResyncMFADeviceWithContext_Call) Return

func (*MockIAMAPI_ResyncMFADeviceWithContext_Call) Run

type MockIAMAPI_ResyncMFADevice_Call

type MockIAMAPI_ResyncMFADevice_Call struct {
	*mock.Call
}

MockIAMAPI_ResyncMFADevice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResyncMFADevice'

func (*MockIAMAPI_ResyncMFADevice_Call) Return

func (*MockIAMAPI_ResyncMFADevice_Call) Run

func (*MockIAMAPI_ResyncMFADevice_Call) RunAndReturn

type MockIAMAPI_SetDefaultPolicyVersionRequest_Call

type MockIAMAPI_SetDefaultPolicyVersionRequest_Call struct {
	*mock.Call
}

MockIAMAPI_SetDefaultPolicyVersionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetDefaultPolicyVersionRequest'

func (*MockIAMAPI_SetDefaultPolicyVersionRequest_Call) Run

type MockIAMAPI_SetDefaultPolicyVersionWithContext_Call

type MockIAMAPI_SetDefaultPolicyVersionWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_SetDefaultPolicyVersionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetDefaultPolicyVersionWithContext'

func (*MockIAMAPI_SetDefaultPolicyVersionWithContext_Call) Return

func (*MockIAMAPI_SetDefaultPolicyVersionWithContext_Call) Run

type MockIAMAPI_SetDefaultPolicyVersion_Call

type MockIAMAPI_SetDefaultPolicyVersion_Call struct {
	*mock.Call
}

MockIAMAPI_SetDefaultPolicyVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetDefaultPolicyVersion'

func (*MockIAMAPI_SetDefaultPolicyVersion_Call) Return

func (*MockIAMAPI_SetDefaultPolicyVersion_Call) Run

type MockIAMAPI_SetSecurityTokenServicePreferencesRequest_Call

type MockIAMAPI_SetSecurityTokenServicePreferencesRequest_Call struct {
	*mock.Call
}

MockIAMAPI_SetSecurityTokenServicePreferencesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetSecurityTokenServicePreferencesRequest'

type MockIAMAPI_SetSecurityTokenServicePreferencesWithContext_Call

type MockIAMAPI_SetSecurityTokenServicePreferencesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_SetSecurityTokenServicePreferencesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetSecurityTokenServicePreferencesWithContext'

type MockIAMAPI_SetSecurityTokenServicePreferences_Call

type MockIAMAPI_SetSecurityTokenServicePreferences_Call struct {
	*mock.Call
}

MockIAMAPI_SetSecurityTokenServicePreferences_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetSecurityTokenServicePreferences'

func (*MockIAMAPI_SetSecurityTokenServicePreferences_Call) Run

type MockIAMAPI_SimulateCustomPolicyPagesWithContext_Call

type MockIAMAPI_SimulateCustomPolicyPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_SimulateCustomPolicyPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulateCustomPolicyPagesWithContext'

func (*MockIAMAPI_SimulateCustomPolicyPagesWithContext_Call) Return

func (*MockIAMAPI_SimulateCustomPolicyPagesWithContext_Call) Run

type MockIAMAPI_SimulateCustomPolicyPages_Call

type MockIAMAPI_SimulateCustomPolicyPages_Call struct {
	*mock.Call
}

MockIAMAPI_SimulateCustomPolicyPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulateCustomPolicyPages'

func (*MockIAMAPI_SimulateCustomPolicyPages_Call) Return

func (*MockIAMAPI_SimulateCustomPolicyPages_Call) Run

func (*MockIAMAPI_SimulateCustomPolicyPages_Call) RunAndReturn

type MockIAMAPI_SimulateCustomPolicyRequest_Call

type MockIAMAPI_SimulateCustomPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_SimulateCustomPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulateCustomPolicyRequest'

func (*MockIAMAPI_SimulateCustomPolicyRequest_Call) Return

func (*MockIAMAPI_SimulateCustomPolicyRequest_Call) Run

type MockIAMAPI_SimulateCustomPolicyWithContext_Call

type MockIAMAPI_SimulateCustomPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_SimulateCustomPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulateCustomPolicyWithContext'

func (*MockIAMAPI_SimulateCustomPolicyWithContext_Call) Return

func (*MockIAMAPI_SimulateCustomPolicyWithContext_Call) Run

type MockIAMAPI_SimulateCustomPolicy_Call

type MockIAMAPI_SimulateCustomPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_SimulateCustomPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulateCustomPolicy'

func (*MockIAMAPI_SimulateCustomPolicy_Call) Return

func (*MockIAMAPI_SimulateCustomPolicy_Call) Run

func (*MockIAMAPI_SimulateCustomPolicy_Call) RunAndReturn

type MockIAMAPI_SimulatePrincipalPolicyPagesWithContext_Call

type MockIAMAPI_SimulatePrincipalPolicyPagesWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_SimulatePrincipalPolicyPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulatePrincipalPolicyPagesWithContext'

func (*MockIAMAPI_SimulatePrincipalPolicyPagesWithContext_Call) Return

type MockIAMAPI_SimulatePrincipalPolicyPages_Call

type MockIAMAPI_SimulatePrincipalPolicyPages_Call struct {
	*mock.Call
}

MockIAMAPI_SimulatePrincipalPolicyPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulatePrincipalPolicyPages'

func (*MockIAMAPI_SimulatePrincipalPolicyPages_Call) Return

func (*MockIAMAPI_SimulatePrincipalPolicyPages_Call) Run

type MockIAMAPI_SimulatePrincipalPolicyRequest_Call

type MockIAMAPI_SimulatePrincipalPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_SimulatePrincipalPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulatePrincipalPolicyRequest'

func (*MockIAMAPI_SimulatePrincipalPolicyRequest_Call) Return

func (*MockIAMAPI_SimulatePrincipalPolicyRequest_Call) Run

type MockIAMAPI_SimulatePrincipalPolicyWithContext_Call

type MockIAMAPI_SimulatePrincipalPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_SimulatePrincipalPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulatePrincipalPolicyWithContext'

func (*MockIAMAPI_SimulatePrincipalPolicyWithContext_Call) Return

func (*MockIAMAPI_SimulatePrincipalPolicyWithContext_Call) Run

type MockIAMAPI_SimulatePrincipalPolicy_Call

type MockIAMAPI_SimulatePrincipalPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_SimulatePrincipalPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SimulatePrincipalPolicy'

func (*MockIAMAPI_SimulatePrincipalPolicy_Call) Return

func (*MockIAMAPI_SimulatePrincipalPolicy_Call) Run

type MockIAMAPI_TagInstanceProfileRequest_Call

type MockIAMAPI_TagInstanceProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_TagInstanceProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagInstanceProfileRequest'

func (*MockIAMAPI_TagInstanceProfileRequest_Call) Return

func (*MockIAMAPI_TagInstanceProfileRequest_Call) Run

type MockIAMAPI_TagInstanceProfileWithContext_Call

type MockIAMAPI_TagInstanceProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_TagInstanceProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagInstanceProfileWithContext'

func (*MockIAMAPI_TagInstanceProfileWithContext_Call) Return

func (*MockIAMAPI_TagInstanceProfileWithContext_Call) Run

type MockIAMAPI_TagInstanceProfile_Call

type MockIAMAPI_TagInstanceProfile_Call struct {
	*mock.Call
}

MockIAMAPI_TagInstanceProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagInstanceProfile'

func (*MockIAMAPI_TagInstanceProfile_Call) Return

func (*MockIAMAPI_TagInstanceProfile_Call) Run

func (*MockIAMAPI_TagInstanceProfile_Call) RunAndReturn

type MockIAMAPI_TagMFADeviceRequest_Call

type MockIAMAPI_TagMFADeviceRequest_Call struct {
	*mock.Call
}

MockIAMAPI_TagMFADeviceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagMFADeviceRequest'

func (*MockIAMAPI_TagMFADeviceRequest_Call) Return

func (*MockIAMAPI_TagMFADeviceRequest_Call) Run

func (*MockIAMAPI_TagMFADeviceRequest_Call) RunAndReturn

type MockIAMAPI_TagMFADeviceWithContext_Call

type MockIAMAPI_TagMFADeviceWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_TagMFADeviceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagMFADeviceWithContext'

func (*MockIAMAPI_TagMFADeviceWithContext_Call) Return

func (*MockIAMAPI_TagMFADeviceWithContext_Call) Run

type MockIAMAPI_TagMFADevice_Call

type MockIAMAPI_TagMFADevice_Call struct {
	*mock.Call
}

MockIAMAPI_TagMFADevice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagMFADevice'

func (*MockIAMAPI_TagMFADevice_Call) Return

func (*MockIAMAPI_TagMFADevice_Call) Run

func (*MockIAMAPI_TagMFADevice_Call) RunAndReturn

type MockIAMAPI_TagOpenIDConnectProviderRequest_Call

type MockIAMAPI_TagOpenIDConnectProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_TagOpenIDConnectProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagOpenIDConnectProviderRequest'

func (*MockIAMAPI_TagOpenIDConnectProviderRequest_Call) Run

type MockIAMAPI_TagOpenIDConnectProviderWithContext_Call

type MockIAMAPI_TagOpenIDConnectProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_TagOpenIDConnectProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagOpenIDConnectProviderWithContext'

func (*MockIAMAPI_TagOpenIDConnectProviderWithContext_Call) Run

type MockIAMAPI_TagOpenIDConnectProvider_Call

type MockIAMAPI_TagOpenIDConnectProvider_Call struct {
	*mock.Call
}

MockIAMAPI_TagOpenIDConnectProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagOpenIDConnectProvider'

func (*MockIAMAPI_TagOpenIDConnectProvider_Call) Return

func (*MockIAMAPI_TagOpenIDConnectProvider_Call) Run

type MockIAMAPI_TagPolicyRequest_Call

type MockIAMAPI_TagPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_TagPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagPolicyRequest'

func (*MockIAMAPI_TagPolicyRequest_Call) Return

func (*MockIAMAPI_TagPolicyRequest_Call) Run

func (*MockIAMAPI_TagPolicyRequest_Call) RunAndReturn

type MockIAMAPI_TagPolicyWithContext_Call

type MockIAMAPI_TagPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_TagPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagPolicyWithContext'

func (*MockIAMAPI_TagPolicyWithContext_Call) Return

func (*MockIAMAPI_TagPolicyWithContext_Call) Run

func (*MockIAMAPI_TagPolicyWithContext_Call) RunAndReturn

type MockIAMAPI_TagPolicy_Call

type MockIAMAPI_TagPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_TagPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagPolicy'

func (*MockIAMAPI_TagPolicy_Call) Return

func (*MockIAMAPI_TagPolicy_Call) Run

func (*MockIAMAPI_TagPolicy_Call) RunAndReturn

type MockIAMAPI_TagRoleRequest_Call

type MockIAMAPI_TagRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_TagRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagRoleRequest'

func (*MockIAMAPI_TagRoleRequest_Call) Return

func (*MockIAMAPI_TagRoleRequest_Call) Run

func (*MockIAMAPI_TagRoleRequest_Call) RunAndReturn

type MockIAMAPI_TagRoleWithContext_Call

type MockIAMAPI_TagRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_TagRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagRoleWithContext'

func (*MockIAMAPI_TagRoleWithContext_Call) Return

func (*MockIAMAPI_TagRoleWithContext_Call) Run

func (*MockIAMAPI_TagRoleWithContext_Call) RunAndReturn

type MockIAMAPI_TagRole_Call

type MockIAMAPI_TagRole_Call struct {
	*mock.Call
}

MockIAMAPI_TagRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagRole'

func (*MockIAMAPI_TagRole_Call) Return

func (*MockIAMAPI_TagRole_Call) Run

func (*MockIAMAPI_TagRole_Call) RunAndReturn

type MockIAMAPI_TagSAMLProviderRequest_Call

type MockIAMAPI_TagSAMLProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_TagSAMLProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagSAMLProviderRequest'

func (*MockIAMAPI_TagSAMLProviderRequest_Call) Return

func (*MockIAMAPI_TagSAMLProviderRequest_Call) Run

type MockIAMAPI_TagSAMLProviderWithContext_Call

type MockIAMAPI_TagSAMLProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_TagSAMLProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagSAMLProviderWithContext'

func (*MockIAMAPI_TagSAMLProviderWithContext_Call) Return

func (*MockIAMAPI_TagSAMLProviderWithContext_Call) Run

type MockIAMAPI_TagSAMLProvider_Call

type MockIAMAPI_TagSAMLProvider_Call struct {
	*mock.Call
}

MockIAMAPI_TagSAMLProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagSAMLProvider'

func (*MockIAMAPI_TagSAMLProvider_Call) Return

func (*MockIAMAPI_TagSAMLProvider_Call) Run

func (*MockIAMAPI_TagSAMLProvider_Call) RunAndReturn

type MockIAMAPI_TagServerCertificateRequest_Call

type MockIAMAPI_TagServerCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_TagServerCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagServerCertificateRequest'

func (*MockIAMAPI_TagServerCertificateRequest_Call) Return

func (*MockIAMAPI_TagServerCertificateRequest_Call) Run

type MockIAMAPI_TagServerCertificateWithContext_Call

type MockIAMAPI_TagServerCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_TagServerCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagServerCertificateWithContext'

func (*MockIAMAPI_TagServerCertificateWithContext_Call) Return

func (*MockIAMAPI_TagServerCertificateWithContext_Call) Run

type MockIAMAPI_TagServerCertificate_Call

type MockIAMAPI_TagServerCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_TagServerCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagServerCertificate'

func (*MockIAMAPI_TagServerCertificate_Call) Return

func (*MockIAMAPI_TagServerCertificate_Call) Run

type MockIAMAPI_TagUserRequest_Call

type MockIAMAPI_TagUserRequest_Call struct {
	*mock.Call
}

MockIAMAPI_TagUserRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagUserRequest'

func (*MockIAMAPI_TagUserRequest_Call) Return

func (*MockIAMAPI_TagUserRequest_Call) Run

func (*MockIAMAPI_TagUserRequest_Call) RunAndReturn

type MockIAMAPI_TagUserWithContext_Call

type MockIAMAPI_TagUserWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_TagUserWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagUserWithContext'

func (*MockIAMAPI_TagUserWithContext_Call) Return

func (*MockIAMAPI_TagUserWithContext_Call) Run

func (*MockIAMAPI_TagUserWithContext_Call) RunAndReturn

type MockIAMAPI_TagUser_Call

type MockIAMAPI_TagUser_Call struct {
	*mock.Call
}

MockIAMAPI_TagUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagUser'

func (*MockIAMAPI_TagUser_Call) Return

func (*MockIAMAPI_TagUser_Call) Run

func (*MockIAMAPI_TagUser_Call) RunAndReturn

type MockIAMAPI_UntagInstanceProfileRequest_Call

type MockIAMAPI_UntagInstanceProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UntagInstanceProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagInstanceProfileRequest'

func (*MockIAMAPI_UntagInstanceProfileRequest_Call) Return

func (*MockIAMAPI_UntagInstanceProfileRequest_Call) Run

type MockIAMAPI_UntagInstanceProfileWithContext_Call

type MockIAMAPI_UntagInstanceProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UntagInstanceProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagInstanceProfileWithContext'

func (*MockIAMAPI_UntagInstanceProfileWithContext_Call) Return

func (*MockIAMAPI_UntagInstanceProfileWithContext_Call) Run

type MockIAMAPI_UntagInstanceProfile_Call

type MockIAMAPI_UntagInstanceProfile_Call struct {
	*mock.Call
}

MockIAMAPI_UntagInstanceProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagInstanceProfile'

func (*MockIAMAPI_UntagInstanceProfile_Call) Return

func (*MockIAMAPI_UntagInstanceProfile_Call) Run

type MockIAMAPI_UntagMFADeviceRequest_Call

type MockIAMAPI_UntagMFADeviceRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UntagMFADeviceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagMFADeviceRequest'

func (*MockIAMAPI_UntagMFADeviceRequest_Call) Return

func (*MockIAMAPI_UntagMFADeviceRequest_Call) Run

func (*MockIAMAPI_UntagMFADeviceRequest_Call) RunAndReturn

type MockIAMAPI_UntagMFADeviceWithContext_Call

type MockIAMAPI_UntagMFADeviceWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UntagMFADeviceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagMFADeviceWithContext'

func (*MockIAMAPI_UntagMFADeviceWithContext_Call) Return

func (*MockIAMAPI_UntagMFADeviceWithContext_Call) Run

type MockIAMAPI_UntagMFADevice_Call

type MockIAMAPI_UntagMFADevice_Call struct {
	*mock.Call
}

MockIAMAPI_UntagMFADevice_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagMFADevice'

func (*MockIAMAPI_UntagMFADevice_Call) Return

func (*MockIAMAPI_UntagMFADevice_Call) Run

func (*MockIAMAPI_UntagMFADevice_Call) RunAndReturn

type MockIAMAPI_UntagOpenIDConnectProviderRequest_Call

type MockIAMAPI_UntagOpenIDConnectProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UntagOpenIDConnectProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagOpenIDConnectProviderRequest'

func (*MockIAMAPI_UntagOpenIDConnectProviderRequest_Call) Run

type MockIAMAPI_UntagOpenIDConnectProviderWithContext_Call

type MockIAMAPI_UntagOpenIDConnectProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UntagOpenIDConnectProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagOpenIDConnectProviderWithContext'

func (*MockIAMAPI_UntagOpenIDConnectProviderWithContext_Call) Run

type MockIAMAPI_UntagOpenIDConnectProvider_Call

type MockIAMAPI_UntagOpenIDConnectProvider_Call struct {
	*mock.Call
}

MockIAMAPI_UntagOpenIDConnectProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagOpenIDConnectProvider'

func (*MockIAMAPI_UntagOpenIDConnectProvider_Call) Return

func (*MockIAMAPI_UntagOpenIDConnectProvider_Call) Run

type MockIAMAPI_UntagPolicyRequest_Call

type MockIAMAPI_UntagPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UntagPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagPolicyRequest'

func (*MockIAMAPI_UntagPolicyRequest_Call) Return

func (*MockIAMAPI_UntagPolicyRequest_Call) Run

func (*MockIAMAPI_UntagPolicyRequest_Call) RunAndReturn

type MockIAMAPI_UntagPolicyWithContext_Call

type MockIAMAPI_UntagPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UntagPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagPolicyWithContext'

func (*MockIAMAPI_UntagPolicyWithContext_Call) Return

func (*MockIAMAPI_UntagPolicyWithContext_Call) Run

type MockIAMAPI_UntagPolicy_Call

type MockIAMAPI_UntagPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_UntagPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagPolicy'

func (*MockIAMAPI_UntagPolicy_Call) Return

func (*MockIAMAPI_UntagPolicy_Call) Run

func (*MockIAMAPI_UntagPolicy_Call) RunAndReturn

type MockIAMAPI_UntagRoleRequest_Call

type MockIAMAPI_UntagRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UntagRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagRoleRequest'

func (*MockIAMAPI_UntagRoleRequest_Call) Return

func (*MockIAMAPI_UntagRoleRequest_Call) Run

func (*MockIAMAPI_UntagRoleRequest_Call) RunAndReturn

type MockIAMAPI_UntagRoleWithContext_Call

type MockIAMAPI_UntagRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UntagRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagRoleWithContext'

func (*MockIAMAPI_UntagRoleWithContext_Call) Return

func (*MockIAMAPI_UntagRoleWithContext_Call) Run

func (*MockIAMAPI_UntagRoleWithContext_Call) RunAndReturn

type MockIAMAPI_UntagRole_Call

type MockIAMAPI_UntagRole_Call struct {
	*mock.Call
}

MockIAMAPI_UntagRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagRole'

func (*MockIAMAPI_UntagRole_Call) Return

func (*MockIAMAPI_UntagRole_Call) Run

func (*MockIAMAPI_UntagRole_Call) RunAndReturn

type MockIAMAPI_UntagSAMLProviderRequest_Call

type MockIAMAPI_UntagSAMLProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UntagSAMLProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagSAMLProviderRequest'

func (*MockIAMAPI_UntagSAMLProviderRequest_Call) Return

func (*MockIAMAPI_UntagSAMLProviderRequest_Call) Run

type MockIAMAPI_UntagSAMLProviderWithContext_Call

type MockIAMAPI_UntagSAMLProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UntagSAMLProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagSAMLProviderWithContext'

func (*MockIAMAPI_UntagSAMLProviderWithContext_Call) Return

func (*MockIAMAPI_UntagSAMLProviderWithContext_Call) Run

type MockIAMAPI_UntagSAMLProvider_Call

type MockIAMAPI_UntagSAMLProvider_Call struct {
	*mock.Call
}

MockIAMAPI_UntagSAMLProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagSAMLProvider'

func (*MockIAMAPI_UntagSAMLProvider_Call) Return

func (*MockIAMAPI_UntagSAMLProvider_Call) Run

func (*MockIAMAPI_UntagSAMLProvider_Call) RunAndReturn

type MockIAMAPI_UntagServerCertificateRequest_Call

type MockIAMAPI_UntagServerCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UntagServerCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagServerCertificateRequest'

func (*MockIAMAPI_UntagServerCertificateRequest_Call) Run

type MockIAMAPI_UntagServerCertificateWithContext_Call

type MockIAMAPI_UntagServerCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UntagServerCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagServerCertificateWithContext'

func (*MockIAMAPI_UntagServerCertificateWithContext_Call) Return

func (*MockIAMAPI_UntagServerCertificateWithContext_Call) Run

type MockIAMAPI_UntagServerCertificate_Call

type MockIAMAPI_UntagServerCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_UntagServerCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagServerCertificate'

func (*MockIAMAPI_UntagServerCertificate_Call) Return

func (*MockIAMAPI_UntagServerCertificate_Call) Run

type MockIAMAPI_UntagUserRequest_Call

type MockIAMAPI_UntagUserRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UntagUserRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagUserRequest'

func (*MockIAMAPI_UntagUserRequest_Call) Return

func (*MockIAMAPI_UntagUserRequest_Call) Run

func (*MockIAMAPI_UntagUserRequest_Call) RunAndReturn

type MockIAMAPI_UntagUserWithContext_Call

type MockIAMAPI_UntagUserWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UntagUserWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagUserWithContext'

func (*MockIAMAPI_UntagUserWithContext_Call) Return

func (*MockIAMAPI_UntagUserWithContext_Call) Run

func (*MockIAMAPI_UntagUserWithContext_Call) RunAndReturn

type MockIAMAPI_UntagUser_Call

type MockIAMAPI_UntagUser_Call struct {
	*mock.Call
}

MockIAMAPI_UntagUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagUser'

func (*MockIAMAPI_UntagUser_Call) Return

func (*MockIAMAPI_UntagUser_Call) Run

func (*MockIAMAPI_UntagUser_Call) RunAndReturn

type MockIAMAPI_UpdateAccessKeyRequest_Call

type MockIAMAPI_UpdateAccessKeyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAccessKeyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAccessKeyRequest'

func (*MockIAMAPI_UpdateAccessKeyRequest_Call) Return

func (*MockIAMAPI_UpdateAccessKeyRequest_Call) Run

type MockIAMAPI_UpdateAccessKeyWithContext_Call

type MockIAMAPI_UpdateAccessKeyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAccessKeyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAccessKeyWithContext'

func (*MockIAMAPI_UpdateAccessKeyWithContext_Call) Return

func (*MockIAMAPI_UpdateAccessKeyWithContext_Call) Run

type MockIAMAPI_UpdateAccessKey_Call

type MockIAMAPI_UpdateAccessKey_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAccessKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAccessKey'

func (*MockIAMAPI_UpdateAccessKey_Call) Return

func (*MockIAMAPI_UpdateAccessKey_Call) Run

func (*MockIAMAPI_UpdateAccessKey_Call) RunAndReturn

type MockIAMAPI_UpdateAccountPasswordPolicyRequest_Call

type MockIAMAPI_UpdateAccountPasswordPolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAccountPasswordPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAccountPasswordPolicyRequest'

func (*MockIAMAPI_UpdateAccountPasswordPolicyRequest_Call) Run

type MockIAMAPI_UpdateAccountPasswordPolicyWithContext_Call

type MockIAMAPI_UpdateAccountPasswordPolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAccountPasswordPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAccountPasswordPolicyWithContext'

func (*MockIAMAPI_UpdateAccountPasswordPolicyWithContext_Call) Run

type MockIAMAPI_UpdateAccountPasswordPolicy_Call

type MockIAMAPI_UpdateAccountPasswordPolicy_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAccountPasswordPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAccountPasswordPolicy'

func (*MockIAMAPI_UpdateAccountPasswordPolicy_Call) Return

func (*MockIAMAPI_UpdateAccountPasswordPolicy_Call) Run

type MockIAMAPI_UpdateAssumeRolePolicyRequest_Call

type MockIAMAPI_UpdateAssumeRolePolicyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAssumeRolePolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAssumeRolePolicyRequest'

func (*MockIAMAPI_UpdateAssumeRolePolicyRequest_Call) Run

type MockIAMAPI_UpdateAssumeRolePolicyWithContext_Call

type MockIAMAPI_UpdateAssumeRolePolicyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAssumeRolePolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAssumeRolePolicyWithContext'

func (*MockIAMAPI_UpdateAssumeRolePolicyWithContext_Call) Return

func (*MockIAMAPI_UpdateAssumeRolePolicyWithContext_Call) Run

type MockIAMAPI_UpdateAssumeRolePolicy_Call

type MockIAMAPI_UpdateAssumeRolePolicy_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateAssumeRolePolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAssumeRolePolicy'

func (*MockIAMAPI_UpdateAssumeRolePolicy_Call) Return

func (*MockIAMAPI_UpdateAssumeRolePolicy_Call) Run

type MockIAMAPI_UpdateGroupRequest_Call

type MockIAMAPI_UpdateGroupRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateGroupRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateGroupRequest'

func (*MockIAMAPI_UpdateGroupRequest_Call) Return

func (*MockIAMAPI_UpdateGroupRequest_Call) Run

func (*MockIAMAPI_UpdateGroupRequest_Call) RunAndReturn

type MockIAMAPI_UpdateGroupWithContext_Call

type MockIAMAPI_UpdateGroupWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateGroupWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateGroupWithContext'

func (*MockIAMAPI_UpdateGroupWithContext_Call) Return

func (*MockIAMAPI_UpdateGroupWithContext_Call) Run

type MockIAMAPI_UpdateGroup_Call

type MockIAMAPI_UpdateGroup_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateGroup'

func (*MockIAMAPI_UpdateGroup_Call) Return

func (*MockIAMAPI_UpdateGroup_Call) Run

func (*MockIAMAPI_UpdateGroup_Call) RunAndReturn

type MockIAMAPI_UpdateLoginProfileRequest_Call

type MockIAMAPI_UpdateLoginProfileRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateLoginProfileRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateLoginProfileRequest'

func (*MockIAMAPI_UpdateLoginProfileRequest_Call) Return

func (*MockIAMAPI_UpdateLoginProfileRequest_Call) Run

type MockIAMAPI_UpdateLoginProfileWithContext_Call

type MockIAMAPI_UpdateLoginProfileWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateLoginProfileWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateLoginProfileWithContext'

func (*MockIAMAPI_UpdateLoginProfileWithContext_Call) Return

func (*MockIAMAPI_UpdateLoginProfileWithContext_Call) Run

type MockIAMAPI_UpdateLoginProfile_Call

type MockIAMAPI_UpdateLoginProfile_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateLoginProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateLoginProfile'

func (*MockIAMAPI_UpdateLoginProfile_Call) Return

func (*MockIAMAPI_UpdateLoginProfile_Call) Run

func (*MockIAMAPI_UpdateLoginProfile_Call) RunAndReturn

type MockIAMAPI_UpdateOpenIDConnectProviderThumbprintRequest_Call

type MockIAMAPI_UpdateOpenIDConnectProviderThumbprintRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateOpenIDConnectProviderThumbprintRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateOpenIDConnectProviderThumbprintRequest'

type MockIAMAPI_UpdateOpenIDConnectProviderThumbprintWithContext_Call

type MockIAMAPI_UpdateOpenIDConnectProviderThumbprintWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateOpenIDConnectProviderThumbprintWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateOpenIDConnectProviderThumbprintWithContext'

type MockIAMAPI_UpdateOpenIDConnectProviderThumbprint_Call

type MockIAMAPI_UpdateOpenIDConnectProviderThumbprint_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateOpenIDConnectProviderThumbprint_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateOpenIDConnectProviderThumbprint'

type MockIAMAPI_UpdateRoleDescriptionRequest_Call

type MockIAMAPI_UpdateRoleDescriptionRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateRoleDescriptionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateRoleDescriptionRequest'

func (*MockIAMAPI_UpdateRoleDescriptionRequest_Call) Run

type MockIAMAPI_UpdateRoleDescriptionWithContext_Call

type MockIAMAPI_UpdateRoleDescriptionWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateRoleDescriptionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateRoleDescriptionWithContext'

func (*MockIAMAPI_UpdateRoleDescriptionWithContext_Call) Return

func (*MockIAMAPI_UpdateRoleDescriptionWithContext_Call) Run

type MockIAMAPI_UpdateRoleDescription_Call

type MockIAMAPI_UpdateRoleDescription_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateRoleDescription_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateRoleDescription'

func (*MockIAMAPI_UpdateRoleDescription_Call) Return

func (*MockIAMAPI_UpdateRoleDescription_Call) Run

type MockIAMAPI_UpdateRoleRequest_Call

type MockIAMAPI_UpdateRoleRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateRoleRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateRoleRequest'

func (*MockIAMAPI_UpdateRoleRequest_Call) Return

func (*MockIAMAPI_UpdateRoleRequest_Call) Run

func (*MockIAMAPI_UpdateRoleRequest_Call) RunAndReturn

type MockIAMAPI_UpdateRoleWithContext_Call

type MockIAMAPI_UpdateRoleWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateRoleWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateRoleWithContext'

func (*MockIAMAPI_UpdateRoleWithContext_Call) Return

func (*MockIAMAPI_UpdateRoleWithContext_Call) Run

func (*MockIAMAPI_UpdateRoleWithContext_Call) RunAndReturn

type MockIAMAPI_UpdateRole_Call

type MockIAMAPI_UpdateRole_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateRole'

func (*MockIAMAPI_UpdateRole_Call) Return

func (*MockIAMAPI_UpdateRole_Call) Run

func (*MockIAMAPI_UpdateRole_Call) RunAndReturn

type MockIAMAPI_UpdateSAMLProviderRequest_Call

type MockIAMAPI_UpdateSAMLProviderRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSAMLProviderRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSAMLProviderRequest'

func (*MockIAMAPI_UpdateSAMLProviderRequest_Call) Return

func (*MockIAMAPI_UpdateSAMLProviderRequest_Call) Run

type MockIAMAPI_UpdateSAMLProviderWithContext_Call

type MockIAMAPI_UpdateSAMLProviderWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSAMLProviderWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSAMLProviderWithContext'

func (*MockIAMAPI_UpdateSAMLProviderWithContext_Call) Return

func (*MockIAMAPI_UpdateSAMLProviderWithContext_Call) Run

type MockIAMAPI_UpdateSAMLProvider_Call

type MockIAMAPI_UpdateSAMLProvider_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSAMLProvider_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSAMLProvider'

func (*MockIAMAPI_UpdateSAMLProvider_Call) Return

func (*MockIAMAPI_UpdateSAMLProvider_Call) Run

func (*MockIAMAPI_UpdateSAMLProvider_Call) RunAndReturn

type MockIAMAPI_UpdateSSHPublicKeyRequest_Call

type MockIAMAPI_UpdateSSHPublicKeyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSSHPublicKeyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSSHPublicKeyRequest'

func (*MockIAMAPI_UpdateSSHPublicKeyRequest_Call) Return

func (*MockIAMAPI_UpdateSSHPublicKeyRequest_Call) Run

type MockIAMAPI_UpdateSSHPublicKeyWithContext_Call

type MockIAMAPI_UpdateSSHPublicKeyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSSHPublicKeyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSSHPublicKeyWithContext'

func (*MockIAMAPI_UpdateSSHPublicKeyWithContext_Call) Return

func (*MockIAMAPI_UpdateSSHPublicKeyWithContext_Call) Run

type MockIAMAPI_UpdateSSHPublicKey_Call

type MockIAMAPI_UpdateSSHPublicKey_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSSHPublicKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSSHPublicKey'

func (*MockIAMAPI_UpdateSSHPublicKey_Call) Return

func (*MockIAMAPI_UpdateSSHPublicKey_Call) Run

func (*MockIAMAPI_UpdateSSHPublicKey_Call) RunAndReturn

type MockIAMAPI_UpdateServerCertificateRequest_Call

type MockIAMAPI_UpdateServerCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateServerCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateServerCertificateRequest'

func (*MockIAMAPI_UpdateServerCertificateRequest_Call) Run

type MockIAMAPI_UpdateServerCertificateWithContext_Call

type MockIAMAPI_UpdateServerCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateServerCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateServerCertificateWithContext'

func (*MockIAMAPI_UpdateServerCertificateWithContext_Call) Return

func (*MockIAMAPI_UpdateServerCertificateWithContext_Call) Run

type MockIAMAPI_UpdateServerCertificate_Call

type MockIAMAPI_UpdateServerCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateServerCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateServerCertificate'

func (*MockIAMAPI_UpdateServerCertificate_Call) Return

func (*MockIAMAPI_UpdateServerCertificate_Call) Run

type MockIAMAPI_UpdateServiceSpecificCredentialRequest_Call

type MockIAMAPI_UpdateServiceSpecificCredentialRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateServiceSpecificCredentialRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateServiceSpecificCredentialRequest'

func (*MockIAMAPI_UpdateServiceSpecificCredentialRequest_Call) Run

type MockIAMAPI_UpdateServiceSpecificCredentialWithContext_Call

type MockIAMAPI_UpdateServiceSpecificCredentialWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateServiceSpecificCredentialWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateServiceSpecificCredentialWithContext'

type MockIAMAPI_UpdateServiceSpecificCredential_Call

type MockIAMAPI_UpdateServiceSpecificCredential_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateServiceSpecificCredential_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateServiceSpecificCredential'

func (*MockIAMAPI_UpdateServiceSpecificCredential_Call) Run

type MockIAMAPI_UpdateSigningCertificateRequest_Call

type MockIAMAPI_UpdateSigningCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSigningCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSigningCertificateRequest'

func (*MockIAMAPI_UpdateSigningCertificateRequest_Call) Run

type MockIAMAPI_UpdateSigningCertificateWithContext_Call

type MockIAMAPI_UpdateSigningCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSigningCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSigningCertificateWithContext'

func (*MockIAMAPI_UpdateSigningCertificateWithContext_Call) Run

type MockIAMAPI_UpdateSigningCertificate_Call

type MockIAMAPI_UpdateSigningCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateSigningCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSigningCertificate'

func (*MockIAMAPI_UpdateSigningCertificate_Call) Return

func (*MockIAMAPI_UpdateSigningCertificate_Call) Run

type MockIAMAPI_UpdateUserRequest_Call

type MockIAMAPI_UpdateUserRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateUserRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUserRequest'

func (*MockIAMAPI_UpdateUserRequest_Call) Return

func (*MockIAMAPI_UpdateUserRequest_Call) Run

func (*MockIAMAPI_UpdateUserRequest_Call) RunAndReturn

type MockIAMAPI_UpdateUserWithContext_Call

type MockIAMAPI_UpdateUserWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateUserWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUserWithContext'

func (*MockIAMAPI_UpdateUserWithContext_Call) Return

func (*MockIAMAPI_UpdateUserWithContext_Call) Run

func (*MockIAMAPI_UpdateUserWithContext_Call) RunAndReturn

type MockIAMAPI_UpdateUser_Call

type MockIAMAPI_UpdateUser_Call struct {
	*mock.Call
}

MockIAMAPI_UpdateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUser'

func (*MockIAMAPI_UpdateUser_Call) Return

func (*MockIAMAPI_UpdateUser_Call) Run

func (*MockIAMAPI_UpdateUser_Call) RunAndReturn

type MockIAMAPI_UploadSSHPublicKeyRequest_Call

type MockIAMAPI_UploadSSHPublicKeyRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UploadSSHPublicKeyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadSSHPublicKeyRequest'

func (*MockIAMAPI_UploadSSHPublicKeyRequest_Call) Return

func (*MockIAMAPI_UploadSSHPublicKeyRequest_Call) Run

type MockIAMAPI_UploadSSHPublicKeyWithContext_Call

type MockIAMAPI_UploadSSHPublicKeyWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UploadSSHPublicKeyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadSSHPublicKeyWithContext'

func (*MockIAMAPI_UploadSSHPublicKeyWithContext_Call) Return

func (*MockIAMAPI_UploadSSHPublicKeyWithContext_Call) Run

type MockIAMAPI_UploadSSHPublicKey_Call

type MockIAMAPI_UploadSSHPublicKey_Call struct {
	*mock.Call
}

MockIAMAPI_UploadSSHPublicKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadSSHPublicKey'

func (*MockIAMAPI_UploadSSHPublicKey_Call) Return

func (*MockIAMAPI_UploadSSHPublicKey_Call) Run

func (*MockIAMAPI_UploadSSHPublicKey_Call) RunAndReturn

type MockIAMAPI_UploadServerCertificateRequest_Call

type MockIAMAPI_UploadServerCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UploadServerCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadServerCertificateRequest'

func (*MockIAMAPI_UploadServerCertificateRequest_Call) Run

type MockIAMAPI_UploadServerCertificateWithContext_Call

type MockIAMAPI_UploadServerCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UploadServerCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadServerCertificateWithContext'

func (*MockIAMAPI_UploadServerCertificateWithContext_Call) Return

func (*MockIAMAPI_UploadServerCertificateWithContext_Call) Run

type MockIAMAPI_UploadServerCertificate_Call

type MockIAMAPI_UploadServerCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_UploadServerCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadServerCertificate'

func (*MockIAMAPI_UploadServerCertificate_Call) Return

func (*MockIAMAPI_UploadServerCertificate_Call) Run

type MockIAMAPI_UploadSigningCertificateRequest_Call

type MockIAMAPI_UploadSigningCertificateRequest_Call struct {
	*mock.Call
}

MockIAMAPI_UploadSigningCertificateRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadSigningCertificateRequest'

func (*MockIAMAPI_UploadSigningCertificateRequest_Call) Run

type MockIAMAPI_UploadSigningCertificateWithContext_Call

type MockIAMAPI_UploadSigningCertificateWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_UploadSigningCertificateWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadSigningCertificateWithContext'

func (*MockIAMAPI_UploadSigningCertificateWithContext_Call) Run

type MockIAMAPI_UploadSigningCertificate_Call

type MockIAMAPI_UploadSigningCertificate_Call struct {
	*mock.Call
}

MockIAMAPI_UploadSigningCertificate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadSigningCertificate'

func (*MockIAMAPI_UploadSigningCertificate_Call) Return

func (*MockIAMAPI_UploadSigningCertificate_Call) Run

type MockIAMAPI_WaitUntilInstanceProfileExistsWithContext_Call

type MockIAMAPI_WaitUntilInstanceProfileExistsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_WaitUntilInstanceProfileExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilInstanceProfileExistsWithContext'

func (*MockIAMAPI_WaitUntilInstanceProfileExistsWithContext_Call) Return

func (*MockIAMAPI_WaitUntilInstanceProfileExistsWithContext_Call) Run

type MockIAMAPI_WaitUntilInstanceProfileExists_Call

type MockIAMAPI_WaitUntilInstanceProfileExists_Call struct {
	*mock.Call
}

MockIAMAPI_WaitUntilInstanceProfileExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilInstanceProfileExists'

func (*MockIAMAPI_WaitUntilInstanceProfileExists_Call) Return

func (*MockIAMAPI_WaitUntilInstanceProfileExists_Call) Run

func (*MockIAMAPI_WaitUntilInstanceProfileExists_Call) RunAndReturn

type MockIAMAPI_WaitUntilPolicyExistsWithContext_Call

type MockIAMAPI_WaitUntilPolicyExistsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_WaitUntilPolicyExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilPolicyExistsWithContext'

func (*MockIAMAPI_WaitUntilPolicyExistsWithContext_Call) Return

func (*MockIAMAPI_WaitUntilPolicyExistsWithContext_Call) Run

func (*MockIAMAPI_WaitUntilPolicyExistsWithContext_Call) RunAndReturn

type MockIAMAPI_WaitUntilPolicyExists_Call

type MockIAMAPI_WaitUntilPolicyExists_Call struct {
	*mock.Call
}

MockIAMAPI_WaitUntilPolicyExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilPolicyExists'

func (*MockIAMAPI_WaitUntilPolicyExists_Call) Return

func (*MockIAMAPI_WaitUntilPolicyExists_Call) Run

func (*MockIAMAPI_WaitUntilPolicyExists_Call) RunAndReturn

type MockIAMAPI_WaitUntilRoleExistsWithContext_Call

type MockIAMAPI_WaitUntilRoleExistsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_WaitUntilRoleExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilRoleExistsWithContext'

func (*MockIAMAPI_WaitUntilRoleExistsWithContext_Call) Return

func (*MockIAMAPI_WaitUntilRoleExistsWithContext_Call) Run

func (*MockIAMAPI_WaitUntilRoleExistsWithContext_Call) RunAndReturn

type MockIAMAPI_WaitUntilRoleExists_Call

type MockIAMAPI_WaitUntilRoleExists_Call struct {
	*mock.Call
}

MockIAMAPI_WaitUntilRoleExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilRoleExists'

func (*MockIAMAPI_WaitUntilRoleExists_Call) Return

func (*MockIAMAPI_WaitUntilRoleExists_Call) Run

func (*MockIAMAPI_WaitUntilRoleExists_Call) RunAndReturn

type MockIAMAPI_WaitUntilUserExistsWithContext_Call

type MockIAMAPI_WaitUntilUserExistsWithContext_Call struct {
	*mock.Call
}

MockIAMAPI_WaitUntilUserExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilUserExistsWithContext'

func (*MockIAMAPI_WaitUntilUserExistsWithContext_Call) Return

func (*MockIAMAPI_WaitUntilUserExistsWithContext_Call) Run

func (*MockIAMAPI_WaitUntilUserExistsWithContext_Call) RunAndReturn

type MockIAMAPI_WaitUntilUserExists_Call

type MockIAMAPI_WaitUntilUserExists_Call struct {
	*mock.Call
}

MockIAMAPI_WaitUntilUserExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilUserExists'

func (*MockIAMAPI_WaitUntilUserExists_Call) Return

func (*MockIAMAPI_WaitUntilUserExists_Call) Run

func (*MockIAMAPI_WaitUntilUserExists_Call) RunAndReturn

Jump to

Keyboard shortcuts

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