Documentation ¶
Index ¶
- type MockIAMClient
- type MockInspectorClient1
- func (m *MockInspectorClient1) DescribeAssessmentRuns(input *inspector.DescribeAssessmentRunsInput) (*inspector.DescribeAssessmentRunsOutput, error)
- func (m *MockInspectorClient1) DescribeAssessmentTemplates(input *inspector.DescribeAssessmentTemplatesInput) (*inspector.DescribeAssessmentTemplatesOutput, error)
- func (m *MockInspectorClient1) DescribeFindings(input *inspector.DescribeFindingsInput) (*inspector.DescribeFindingsOutput, error)
- func (m *MockInspectorClient1) DescribeRulesPackages(input *inspector.DescribeRulesPackagesInput) (*inspector.DescribeRulesPackagesOutput, error)
- func (m *MockInspectorClient1) ListAssessmentRuns(input *inspector.ListAssessmentRunsInput) (*inspector.ListAssessmentRunsOutput, error)
- func (m *MockInspectorClient1) ListAssessmentTargets(input *inspector.ListAssessmentTargetsInput) (*inspector.ListAssessmentTargetsOutput, error)
- func (m *MockInspectorClient1) ListAssessmentTemplates(input *inspector.ListAssessmentTemplatesInput) (*inspector.ListAssessmentTemplatesOutput, error)
- func (m *MockInspectorClient1) ListFindings(input *inspector.ListFindingsInput) (*inspector.ListFindingsOutput, error)
- func (m *MockInspectorClient1) ListRulesPackages(input *inspector.ListRulesPackagesInput) (*inspector.ListRulesPackagesOutput, error)
- type MockSTSClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIAMClient ¶
func (*MockIAMClient) ListAccountAliases ¶
func (m *MockIAMClient) ListAccountAliases(input *iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)
type MockInspectorClient1 ¶
type MockInspectorClient1 struct {
inspectoriface.InspectorAPI
}
func (*MockInspectorClient1) DescribeAssessmentRuns ¶
func (m *MockInspectorClient1) DescribeAssessmentRuns(input *inspector.DescribeAssessmentRunsInput) (*inspector.DescribeAssessmentRunsOutput, error)
func (*MockInspectorClient1) DescribeAssessmentTemplates ¶
func (m *MockInspectorClient1) DescribeAssessmentTemplates(input *inspector.DescribeAssessmentTemplatesInput) (*inspector.DescribeAssessmentTemplatesOutput, error)
func (*MockInspectorClient1) DescribeFindings ¶
func (m *MockInspectorClient1) DescribeFindings(input *inspector.DescribeFindingsInput) (*inspector.DescribeFindingsOutput, error)
func (*MockInspectorClient1) DescribeRulesPackages ¶
func (m *MockInspectorClient1) DescribeRulesPackages(input *inspector.DescribeRulesPackagesInput) (*inspector.DescribeRulesPackagesOutput, error)
func (*MockInspectorClient1) ListAssessmentRuns ¶
func (m *MockInspectorClient1) ListAssessmentRuns(input *inspector.ListAssessmentRunsInput) (*inspector.ListAssessmentRunsOutput, error)
func (*MockInspectorClient1) ListAssessmentTargets ¶
func (m *MockInspectorClient1) ListAssessmentTargets(input *inspector.ListAssessmentTargetsInput) (*inspector.ListAssessmentTargetsOutput, error)
func (*MockInspectorClient1) ListAssessmentTemplates ¶
func (m *MockInspectorClient1) ListAssessmentTemplates(input *inspector.ListAssessmentTemplatesInput) (*inspector.ListAssessmentTemplatesOutput, error)
func (*MockInspectorClient1) ListFindings ¶
func (m *MockInspectorClient1) ListFindings(input *inspector.ListFindingsInput) (*inspector.ListFindingsOutput, error)
func (*MockInspectorClient1) ListRulesPackages ¶
func (m *MockInspectorClient1) ListRulesPackages(input *inspector.ListRulesPackagesInput) (*inspector.ListRulesPackagesOutput, error)
type MockSTSClient ¶
func (*MockSTSClient) GetCallerIdentity ¶
func (m *MockSTSClient) GetCallerIdentity(in *sts.GetCallerIdentityInput) (out *sts.GetCallerIdentityOutput, err error)
Click to show internal directories.
Click to hide internal directories.