mocks

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. 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 (*IClient) AcceptHandshake

AcceptHandshake provides a mock function with given fields: ctx, params, optFns

func (*IClient) AttachPolicy

AttachPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) CancelHandshake

CancelHandshake provides a mock function with given fields: ctx, params, optFns

func (*IClient) CloseAccount

CloseAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateAccount

CreateAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateGovCloudAccount

CreateGovCloudAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateOrganization

CreateOrganization provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateOrganizationalUnit

CreateOrganizationalUnit provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreatePolicy

CreatePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeclineHandshake

DeclineHandshake provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteOrganization

DeleteOrganization provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteOrganizationalUnit

DeleteOrganizationalUnit provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeletePolicy

DeletePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteResourcePolicy

DeleteResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeregisterDelegatedAdministrator

DeregisterDelegatedAdministrator provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAccount

DescribeAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeCreateAccountStatus

DescribeCreateAccountStatus provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeEffectivePolicy

DescribeEffectivePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeHandshake

DescribeHandshake provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeOrganization

DescribeOrganization provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeOrganizationalUnit

DescribeOrganizationalUnit provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribePolicy

DescribePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeResourcePolicy

DescribeResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DetachPolicy

DetachPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisableAWSServiceAccess

DisableAWSServiceAccess provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisablePolicyType

DisablePolicyType provides a mock function with given fields: ctx, params, optFns

func (*IClient) EnableAWSServiceAccess

EnableAWSServiceAccess provides a mock function with given fields: ctx, params, optFns

func (*IClient) EnableAllFeatures

EnableAllFeatures provides a mock function with given fields: ctx, params, optFns

func (*IClient) EnablePolicyType

EnablePolicyType provides a mock function with given fields: ctx, params, optFns

func (*IClient) InviteAccountToOrganization

InviteAccountToOrganization provides a mock function with given fields: ctx, params, optFns

func (*IClient) LeaveOrganization

LeaveOrganization provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAWSServiceAccessForOrganization

ListAWSServiceAccessForOrganization provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAccounts

ListAccounts provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAccountsForParent

ListAccountsForParent provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListChildren

ListChildren provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListCreateAccountStatus

ListCreateAccountStatus provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDelegatedAdministrators

ListDelegatedAdministrators provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDelegatedServicesForAccount

ListDelegatedServicesForAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListHandshakesForAccount

ListHandshakesForAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListHandshakesForOrganization

ListHandshakesForOrganization provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListOrganizationalUnitsForParent

ListOrganizationalUnitsForParent provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListParents

func (_m *IClient) ListParents(ctx context.Context, params *organizations.ListParentsInput, optFns ...func(*organizations.Options)) (*organizations.ListParentsOutput, error)

ListParents provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPolicies

ListPolicies provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListPoliciesForTarget

ListPoliciesForTarget provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListRoots

func (_m *IClient) ListRoots(ctx context.Context, params *organizations.ListRootsInput, optFns ...func(*organizations.Options)) (*organizations.ListRootsOutput, error)

ListRoots provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTargetsForPolicy

ListTargetsForPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) MoveAccount

func (_m *IClient) MoveAccount(ctx context.Context, params *organizations.MoveAccountInput, optFns ...func(*organizations.Options)) (*organizations.MoveAccountOutput, error)

MoveAccount provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() organizations.Options

Options provides a mock function with given fields:

func (*IClient) PutResourcePolicy

PutResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) RegisterDelegatedAdministrator

RegisterDelegatedAdministrator provides a mock function with given fields: ctx, params, optFns

func (*IClient) RemoveAccountFromOrganization

RemoveAccountFromOrganization provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *organizations.TagResourceInput, optFns ...func(*organizations.Options)) (*organizations.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateOrganizationalUnit

UpdateOrganizationalUnit provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdatePolicy

UpdatePolicy provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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