...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/inspector"
Overview
Examples
Constants

Overview ▾

Package inspector provides the client and types for making API requests to Amazon Inspector.

Amazon Inspector enables you to analyze the behavior of your AWS resources and to identify potential security issues. For more information, see Amazon Inspector User Guide (https://docs.aws.amazon.com/inspector/latest/userguide/inspector_introduction.html).

See https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16 for more information on this service.

See inspector package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/inspector/

Using the Client

To contact Amazon Inspector with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Inspector client Inspector for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/inspector/#New

The stub package, inspectoriface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type Inspector
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Inspector
func (c *Inspector) AddAttributesToFindings(input *AddAttributesToFindingsInput) (*AddAttributesToFindingsOutput, error)
func (c *Inspector) AddAttributesToFindingsRequest(input *AddAttributesToFindingsInput) (req *request.Request, output *AddAttributesToFindingsOutput)
func (c *Inspector) AddAttributesToFindingsWithContext(ctx aws.Context, input *AddAttributesToFindingsInput, opts ...request.Option) (*AddAttributesToFindingsOutput, error)
func (c *Inspector) CreateAssessmentTarget(input *CreateAssessmentTargetInput) (*CreateAssessmentTargetOutput, error)
func (c *Inspector) CreateAssessmentTargetRequest(input *CreateAssessmentTargetInput) (req *request.Request, output *CreateAssessmentTargetOutput)
func (c *Inspector) CreateAssessmentTargetWithContext(ctx aws.Context, input *CreateAssessmentTargetInput, opts ...request.Option) (*CreateAssessmentTargetOutput, error)
func (c *Inspector) CreateAssessmentTemplate(input *CreateAssessmentTemplateInput) (*CreateAssessmentTemplateOutput, error)
func (c *Inspector) CreateAssessmentTemplateRequest(input *CreateAssessmentTemplateInput) (req *request.Request, output *CreateAssessmentTemplateOutput)
func (c *Inspector) CreateAssessmentTemplateWithContext(ctx aws.Context, input *CreateAssessmentTemplateInput, opts ...request.Option) (*CreateAssessmentTemplateOutput, error)
func (c *Inspector) CreateExclusionsPreview(input *CreateExclusionsPreviewInput) (*CreateExclusionsPreviewOutput, error)
func (c *Inspector) CreateExclusionsPreviewRequest(input *CreateExclusionsPreviewInput) (req *request.Request, output *CreateExclusionsPreviewOutput)
func (c *Inspector) CreateExclusionsPreviewWithContext(ctx aws.Context, input *CreateExclusionsPreviewInput, opts ...request.Option) (*CreateExclusionsPreviewOutput, error)
func (c *Inspector) CreateResourceGroup(input *CreateResourceGroupInput) (*CreateResourceGroupOutput, error)
func (c *Inspector) CreateResourceGroupRequest(input *CreateResourceGroupInput) (req *request.Request, output *CreateResourceGroupOutput)
func (c *Inspector) CreateResourceGroupWithContext(ctx aws.Context, input *CreateResourceGroupInput, opts ...request.Option) (*CreateResourceGroupOutput, error)
func (c *Inspector) DeleteAssessmentRun(input *DeleteAssessmentRunInput) (*DeleteAssessmentRunOutput, error)
func (c *Inspector) DeleteAssessmentRunRequest(input *DeleteAssessmentRunInput) (req *request.Request, output *DeleteAssessmentRunOutput)
func (c *Inspector) DeleteAssessmentRunWithContext(ctx aws.Context, input *DeleteAssessmentRunInput, opts ...request.Option) (*DeleteAssessmentRunOutput, error)
func (c *Inspector) DeleteAssessmentTarget(input *DeleteAssessmentTargetInput) (*DeleteAssessmentTargetOutput, error)
func (c *Inspector) DeleteAssessmentTargetRequest(input *DeleteAssessmentTargetInput) (req *request.Request, output *DeleteAssessmentTargetOutput)
func (c *Inspector) DeleteAssessmentTargetWithContext(ctx aws.Context, input *DeleteAssessmentTargetInput, opts ...request.Option) (*DeleteAssessmentTargetOutput, error)
func (c *Inspector) DeleteAssessmentTemplate(input *DeleteAssessmentTemplateInput) (*DeleteAssessmentTemplateOutput, error)
func (c *Inspector) DeleteAssessmentTemplateRequest(input *DeleteAssessmentTemplateInput) (req *request.Request, output *DeleteAssessmentTemplateOutput)
func (c *Inspector) DeleteAssessmentTemplateWithContext(ctx aws.Context, input *DeleteAssessmentTemplateInput, opts ...request.Option) (*DeleteAssessmentTemplateOutput, error)
func (c *Inspector) DescribeAssessmentRuns(input *DescribeAssessmentRunsInput) (*DescribeAssessmentRunsOutput, error)
func (c *Inspector) DescribeAssessmentRunsRequest(input *DescribeAssessmentRunsInput) (req *request.Request, output *DescribeAssessmentRunsOutput)
func (c *Inspector) DescribeAssessmentRunsWithContext(ctx aws.Context, input *DescribeAssessmentRunsInput, opts ...request.Option) (*DescribeAssessmentRunsOutput, error)
func (c *Inspector) DescribeAssessmentTargets(input *DescribeAssessmentTargetsInput) (*DescribeAssessmentTargetsOutput, error)
func (c *Inspector) DescribeAssessmentTargetsRequest(input *DescribeAssessmentTargetsInput) (req *request.Request, output *DescribeAssessmentTargetsOutput)
func (c *Inspector) DescribeAssessmentTargetsWithContext(ctx aws.Context, input *DescribeAssessmentTargetsInput, opts ...request.Option) (*DescribeAssessmentTargetsOutput, error)
func (c *Inspector) DescribeAssessmentTemplates(input *DescribeAssessmentTemplatesInput) (*DescribeAssessmentTemplatesOutput, error)
func (c *Inspector) DescribeAssessmentTemplatesRequest(input *DescribeAssessmentTemplatesInput) (req *request.Request, output *DescribeAssessmentTemplatesOutput)
func (c *Inspector) DescribeAssessmentTemplatesWithContext(ctx aws.Context, input *DescribeAssessmentTemplatesInput, opts ...request.Option) (*DescribeAssessmentTemplatesOutput, error)
func (c *Inspector) DescribeCrossAccountAccessRole(input *DescribeCrossAccountAccessRoleInput) (*DescribeCrossAccountAccessRoleOutput, error)
func (c *Inspector) DescribeCrossAccountAccessRoleRequest(input *DescribeCrossAccountAccessRoleInput) (req *request.Request, output *DescribeCrossAccountAccessRoleOutput)
func (c *Inspector) DescribeCrossAccountAccessRoleWithContext(ctx aws.Context, input *DescribeCrossAccountAccessRoleInput, opts ...request.Option) (*DescribeCrossAccountAccessRoleOutput, error)
func (c *Inspector) DescribeExclusions(input *DescribeExclusionsInput) (*DescribeExclusionsOutput, error)
func (c *Inspector) DescribeExclusionsRequest(input *DescribeExclusionsInput) (req *request.Request, output *DescribeExclusionsOutput)
func (c *Inspector) DescribeExclusionsWithContext(ctx aws.Context, input *DescribeExclusionsInput, opts ...request.Option) (*DescribeExclusionsOutput, error)
func (c *Inspector) DescribeFindings(input *DescribeFindingsInput) (*DescribeFindingsOutput, error)
func (c *Inspector) DescribeFindingsRequest(input *DescribeFindingsInput) (req *request.Request, output *DescribeFindingsOutput)
func (c *Inspector) DescribeFindingsWithContext(ctx aws.Context, input *DescribeFindingsInput, opts ...request.Option) (*DescribeFindingsOutput, error)
func (c *Inspector) DescribeResourceGroups(input *DescribeResourceGroupsInput) (*DescribeResourceGroupsOutput, error)
func (c *Inspector) DescribeResourceGroupsRequest(input *DescribeResourceGroupsInput) (req *request.Request, output *DescribeResourceGroupsOutput)
func (c *Inspector) DescribeResourceGroupsWithContext(ctx aws.Context, input *DescribeResourceGroupsInput, opts ...request.Option) (*DescribeResourceGroupsOutput, error)
func (c *Inspector) DescribeRulesPackages(input *DescribeRulesPackagesInput) (*DescribeRulesPackagesOutput, error)
func (c *Inspector) DescribeRulesPackagesRequest(input *DescribeRulesPackagesInput) (req *request.Request, output *DescribeRulesPackagesOutput)
func (c *Inspector) DescribeRulesPackagesWithContext(ctx aws.Context, input *DescribeRulesPackagesInput, opts ...request.Option) (*DescribeRulesPackagesOutput, error)
func (c *Inspector) GetAssessmentReport(input *GetAssessmentReportInput) (*GetAssessmentReportOutput, error)
func (c *Inspector) GetAssessmentReportRequest(input *GetAssessmentReportInput) (req *request.Request, output *GetAssessmentReportOutput)
func (c *Inspector) GetAssessmentReportWithContext(ctx aws.Context, input *GetAssessmentReportInput, opts ...request.Option) (*GetAssessmentReportOutput, error)
func (c *Inspector) GetExclusionsPreview(input *GetExclusionsPreviewInput) (*GetExclusionsPreviewOutput, error)
func (c *Inspector) GetExclusionsPreviewPages(input *GetExclusionsPreviewInput, fn func(*GetExclusionsPreviewOutput, bool) bool) error
func (c *Inspector) GetExclusionsPreviewPagesWithContext(ctx aws.Context, input *GetExclusionsPreviewInput, fn func(*GetExclusionsPreviewOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) GetExclusionsPreviewRequest(input *GetExclusionsPreviewInput) (req *request.Request, output *GetExclusionsPreviewOutput)
func (c *Inspector) GetExclusionsPreviewWithContext(ctx aws.Context, input *GetExclusionsPreviewInput, opts ...request.Option) (*GetExclusionsPreviewOutput, error)
func (c *Inspector) GetTelemetryMetadata(input *GetTelemetryMetadataInput) (*GetTelemetryMetadataOutput, error)
func (c *Inspector) GetTelemetryMetadataRequest(input *GetTelemetryMetadataInput) (req *request.Request, output *GetTelemetryMetadataOutput)
func (c *Inspector) GetTelemetryMetadataWithContext(ctx aws.Context, input *GetTelemetryMetadataInput, opts ...request.Option) (*GetTelemetryMetadataOutput, error)
func (c *Inspector) ListAssessmentRunAgents(input *ListAssessmentRunAgentsInput) (*ListAssessmentRunAgentsOutput, error)
func (c *Inspector) ListAssessmentRunAgentsPages(input *ListAssessmentRunAgentsInput, fn func(*ListAssessmentRunAgentsOutput, bool) bool) error
func (c *Inspector) ListAssessmentRunAgentsPagesWithContext(ctx aws.Context, input *ListAssessmentRunAgentsInput, fn func(*ListAssessmentRunAgentsOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) ListAssessmentRunAgentsRequest(input *ListAssessmentRunAgentsInput) (req *request.Request, output *ListAssessmentRunAgentsOutput)
func (c *Inspector) ListAssessmentRunAgentsWithContext(ctx aws.Context, input *ListAssessmentRunAgentsInput, opts ...request.Option) (*ListAssessmentRunAgentsOutput, error)
func (c *Inspector) ListAssessmentRuns(input *ListAssessmentRunsInput) (*ListAssessmentRunsOutput, error)
func (c *Inspector) ListAssessmentRunsPages(input *ListAssessmentRunsInput, fn func(*ListAssessmentRunsOutput, bool) bool) error
func (c *Inspector) ListAssessmentRunsPagesWithContext(ctx aws.Context, input *ListAssessmentRunsInput, fn func(*ListAssessmentRunsOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) ListAssessmentRunsRequest(input *ListAssessmentRunsInput) (req *request.Request, output *ListAssessmentRunsOutput)
func (c *Inspector) ListAssessmentRunsWithContext(ctx aws.Context, input *ListAssessmentRunsInput, opts ...request.Option) (*ListAssessmentRunsOutput, error)
func (c *Inspector) ListAssessmentTargets(input *ListAssessmentTargetsInput) (*ListAssessmentTargetsOutput, error)
func (c *Inspector) ListAssessmentTargetsPages(input *ListAssessmentTargetsInput, fn func(*ListAssessmentTargetsOutput, bool) bool) error
func (c *Inspector) ListAssessmentTargetsPagesWithContext(ctx aws.Context, input *ListAssessmentTargetsInput, fn func(*ListAssessmentTargetsOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) ListAssessmentTargetsRequest(input *ListAssessmentTargetsInput) (req *request.Request, output *ListAssessmentTargetsOutput)
func (c *Inspector) ListAssessmentTargetsWithContext(ctx aws.Context, input *ListAssessmentTargetsInput, opts ...request.Option) (*ListAssessmentTargetsOutput, error)
func (c *Inspector) ListAssessmentTemplates(input *ListAssessmentTemplatesInput) (*ListAssessmentTemplatesOutput, error)
func (c *Inspector) ListAssessmentTemplatesPages(input *ListAssessmentTemplatesInput, fn func(*ListAssessmentTemplatesOutput, bool) bool) error
func (c *Inspector) ListAssessmentTemplatesPagesWithContext(ctx aws.Context, input *ListAssessmentTemplatesInput, fn func(*ListAssessmentTemplatesOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) ListAssessmentTemplatesRequest(input *ListAssessmentTemplatesInput) (req *request.Request, output *ListAssessmentTemplatesOutput)
func (c *Inspector) ListAssessmentTemplatesWithContext(ctx aws.Context, input *ListAssessmentTemplatesInput, opts ...request.Option) (*ListAssessmentTemplatesOutput, error)
func (c *Inspector) ListEventSubscriptions(input *ListEventSubscriptionsInput) (*ListEventSubscriptionsOutput, error)
func (c *Inspector) ListEventSubscriptionsPages(input *ListEventSubscriptionsInput, fn func(*ListEventSubscriptionsOutput, bool) bool) error
func (c *Inspector) ListEventSubscriptionsPagesWithContext(ctx aws.Context, input *ListEventSubscriptionsInput, fn func(*ListEventSubscriptionsOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) ListEventSubscriptionsRequest(input *ListEventSubscriptionsInput) (req *request.Request, output *ListEventSubscriptionsOutput)
func (c *Inspector) ListEventSubscriptionsWithContext(ctx aws.Context, input *ListEventSubscriptionsInput, opts ...request.Option) (*ListEventSubscriptionsOutput, error)
func (c *Inspector) ListExclusions(input *ListExclusionsInput) (*ListExclusionsOutput, error)
func (c *Inspector) ListExclusionsPages(input *ListExclusionsInput, fn func(*ListExclusionsOutput, bool) bool) error
func (c *Inspector) ListExclusionsPagesWithContext(ctx aws.Context, input *ListExclusionsInput, fn func(*ListExclusionsOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) ListExclusionsRequest(input *ListExclusionsInput) (req *request.Request, output *ListExclusionsOutput)
func (c *Inspector) ListExclusionsWithContext(ctx aws.Context, input *ListExclusionsInput, opts ...request.Option) (*ListExclusionsOutput, error)
func (c *Inspector) ListFindings(input *ListFindingsInput) (*ListFindingsOutput, error)
func (c *Inspector) ListFindingsPages(input *ListFindingsInput, fn func(*ListFindingsOutput, bool) bool) error
func (c *Inspector) ListFindingsPagesWithContext(ctx aws.Context, input *ListFindingsInput, fn func(*ListFindingsOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) ListFindingsRequest(input *ListFindingsInput) (req *request.Request, output *ListFindingsOutput)
func (c *Inspector) ListFindingsWithContext(ctx aws.Context, input *ListFindingsInput, opts ...request.Option) (*ListFindingsOutput, error)
func (c *Inspector) ListRulesPackages(input *ListRulesPackagesInput) (*ListRulesPackagesOutput, error)
func (c *Inspector) ListRulesPackagesPages(input *ListRulesPackagesInput, fn func(*ListRulesPackagesOutput, bool) bool) error
func (c *Inspector) ListRulesPackagesPagesWithContext(ctx aws.Context, input *ListRulesPackagesInput, fn func(*ListRulesPackagesOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) ListRulesPackagesRequest(input *ListRulesPackagesInput) (req *request.Request, output *ListRulesPackagesOutput)
func (c *Inspector) ListRulesPackagesWithContext(ctx aws.Context, input *ListRulesPackagesInput, opts ...request.Option) (*ListRulesPackagesOutput, error)
func (c *Inspector) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *Inspector) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *Inspector) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *Inspector) PreviewAgents(input *PreviewAgentsInput) (*PreviewAgentsOutput, error)
func (c *Inspector) PreviewAgentsPages(input *PreviewAgentsInput, fn func(*PreviewAgentsOutput, bool) bool) error
func (c *Inspector) PreviewAgentsPagesWithContext(ctx aws.Context, input *PreviewAgentsInput, fn func(*PreviewAgentsOutput, bool) bool, opts ...request.Option) error
func (c *Inspector) PreviewAgentsRequest(input *PreviewAgentsInput) (req *request.Request, output *PreviewAgentsOutput)
func (c *Inspector) PreviewAgentsWithContext(ctx aws.Context, input *PreviewAgentsInput, opts ...request.Option) (*PreviewAgentsOutput, error)
func (c *Inspector) RegisterCrossAccountAccessRole(input *RegisterCrossAccountAccessRoleInput) (*RegisterCrossAccountAccessRoleOutput, error)
func (c *Inspector) RegisterCrossAccountAccessRoleRequest(input *RegisterCrossAccountAccessRoleInput) (req *request.Request, output *RegisterCrossAccountAccessRoleOutput)
func (c *Inspector) RegisterCrossAccountAccessRoleWithContext(ctx aws.Context, input *RegisterCrossAccountAccessRoleInput, opts ...request.Option) (*RegisterCrossAccountAccessRoleOutput, error)
func (c *Inspector) RemoveAttributesFromFindings(input *RemoveAttributesFromFindingsInput) (*RemoveAttributesFromFindingsOutput, error)
func (c *Inspector) RemoveAttributesFromFindingsRequest(input *RemoveAttributesFromFindingsInput) (req *request.Request, output *RemoveAttributesFromFindingsOutput)
func (c *Inspector) RemoveAttributesFromFindingsWithContext(ctx aws.Context, input *RemoveAttributesFromFindingsInput, opts ...request.Option) (*RemoveAttributesFromFindingsOutput, error)
func (c *Inspector) SetTagsForResource(input *SetTagsForResourceInput) (*SetTagsForResourceOutput, error)
func (c *Inspector) SetTagsForResourceRequest(input *SetTagsForResourceInput) (req *request.Request, output *SetTagsForResourceOutput)
func (c *Inspector) SetTagsForResourceWithContext(ctx aws.Context, input *SetTagsForResourceInput, opts ...request.Option) (*SetTagsForResourceOutput, error)
func (c *Inspector) StartAssessmentRun(input *StartAssessmentRunInput) (*StartAssessmentRunOutput, error)
func (c *Inspector) StartAssessmentRunRequest(input *StartAssessmentRunInput) (req *request.Request, output *StartAssessmentRunOutput)
func (c *Inspector) StartAssessmentRunWithContext(ctx aws.Context, input *StartAssessmentRunInput, opts ...request.Option) (*StartAssessmentRunOutput, error)
func (c *Inspector) StopAssessmentRun(input *StopAssessmentRunInput) (*StopAssessmentRunOutput, error)
func (c *Inspector) StopAssessmentRunRequest(input *StopAssessmentRunInput) (req *request.Request, output *StopAssessmentRunOutput)
func (c *Inspector) StopAssessmentRunWithContext(ctx aws.Context, input *StopAssessmentRunInput, opts ...request.Option) (*StopAssessmentRunOutput, error)
func (c *Inspector) SubscribeToEvent(input *SubscribeToEventInput) (*SubscribeToEventOutput, error)
func (c *Inspector) SubscribeToEventRequest(input *SubscribeToEventInput) (req *request.Request, output *SubscribeToEventOutput)
func (c *Inspector) SubscribeToEventWithContext(ctx aws.Context, input *SubscribeToEventInput, opts ...request.Option) (*SubscribeToEventOutput, error)
func (c *Inspector) UnsubscribeFromEvent(input *UnsubscribeFromEventInput) (*UnsubscribeFromEventOutput, error)
func (c *Inspector) UnsubscribeFromEventRequest(input *UnsubscribeFromEventInput) (req *request.Request, output *UnsubscribeFromEventOutput)
func (c *Inspector) UnsubscribeFromEventWithContext(ctx aws.Context, input *UnsubscribeFromEventInput, opts ...request.Option) (*UnsubscribeFromEventOutput, error)
func (c *Inspector) UpdateAssessmentTarget(input *UpdateAssessmentTargetInput) (*UpdateAssessmentTargetOutput, error)
func (c *Inspector) UpdateAssessmentTargetRequest(input *UpdateAssessmentTargetInput) (req *request.Request, output *UpdateAssessmentTargetOutput)
func (c *Inspector) UpdateAssessmentTargetWithContext(ctx aws.Context, input *UpdateAssessmentTargetInput, opts ...request.Option) (*UpdateAssessmentTargetOutput, error)
func AccessDeniedErrorCode_Values() []string
func AgentHealthCode_Values() []string
func AgentHealth_Values() []string
func AssessmentRunNotificationSnsStatusCode_Values() []string
func AssessmentRunState_Values() []string
func AssetType_Values() []string
func Event_Values() []string
func FailedItemErrorCode_Values() []string
func InvalidCrossAccountRoleErrorCode_Values() []string
func InvalidInputErrorCode_Values() []string
func LimitExceededErrorCode_Values() []string
func Locale_Values() []string
func NoSuchEntityErrorCode_Values() []string
func PreviewStatus_Values() []string
func ReportFileFormat_Values() []string
func ReportStatus_Values() []string
func ReportType_Values() []string
func ScopeType_Values() []string
func Severity_Values() []string
func StopAction_Values() []string
type AccessDeniedException
type AddAttributesToFindingsInput
type AddAttributesToFindingsOutput
type AgentAlreadyRunningAssessment
type AgentFilter
type AgentPreview
type AgentsAlreadyRunningAssessmentException
type AssessmentRun
type AssessmentRunAgent
type AssessmentRunFilter
type AssessmentRunInProgressException
type AssessmentRunNotification
type AssessmentRunStateChange
type AssessmentTarget
type AssessmentTargetFilter
type AssessmentTemplate
type AssessmentTemplateFilter
type AssetAttributes
type Attribute
type CreateAssessmentTargetInput
type CreateAssessmentTargetOutput
type CreateAssessmentTemplateInput
type CreateAssessmentTemplateOutput
type CreateExclusionsPreviewInput
type CreateExclusionsPreviewOutput
type CreateResourceGroupInput
type CreateResourceGroupOutput
type DeleteAssessmentRunInput
type DeleteAssessmentRunOutput
type DeleteAssessmentTargetInput
type DeleteAssessmentTargetOutput
type DeleteAssessmentTemplateInput
type DeleteAssessmentTemplateOutput
type DescribeAssessmentRunsInput
type DescribeAssessmentRunsOutput
type DescribeAssessmentTargetsInput
type DescribeAssessmentTargetsOutput
type DescribeAssessmentTemplatesInput
type DescribeAssessmentTemplatesOutput
type DescribeCrossAccountAccessRoleInput
type DescribeCrossAccountAccessRoleOutput
type DescribeExclusionsInput
type DescribeExclusionsOutput
type DescribeFindingsInput
type DescribeFindingsOutput
type DescribeResourceGroupsInput
type DescribeResourceGroupsOutput
type DescribeRulesPackagesInput
type DescribeRulesPackagesOutput
type DurationRange
type EventSubscription
type Exclusion
type ExclusionPreview
type FailedItemDetails
type Finding
type FindingFilter
type GetAssessmentReportInput
type GetAssessmentReportOutput
type GetExclusionsPreviewInput
type GetExclusionsPreviewOutput
type GetTelemetryMetadataInput
type GetTelemetryMetadataOutput
type InternalException
type InvalidCrossAccountRoleException
type InvalidInputException
type LimitExceededException
type ListAssessmentRunAgentsInput
type ListAssessmentRunAgentsOutput
type ListAssessmentRunsInput
type ListAssessmentRunsOutput
type ListAssessmentTargetsInput
type ListAssessmentTargetsOutput
type ListAssessmentTemplatesInput
type ListAssessmentTemplatesOutput
type ListEventSubscriptionsInput
type ListEventSubscriptionsOutput
type ListExclusionsInput
type ListExclusionsOutput
type ListFindingsInput
type ListFindingsOutput
type ListRulesPackagesInput
type ListRulesPackagesOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type NetworkInterface
type NoSuchEntityException
type PreviewAgentsInput
type PreviewAgentsOutput
type PreviewGenerationInProgressException
type PrivateIp
type RegisterCrossAccountAccessRoleInput
type RegisterCrossAccountAccessRoleOutput
type RemoveAttributesFromFindingsInput
type RemoveAttributesFromFindingsOutput
type ResourceGroup
type ResourceGroupTag
type RulesPackage
type Scope
type SecurityGroup
type ServiceAttributes
type ServiceTemporarilyUnavailableException
type SetTagsForResourceInput
type SetTagsForResourceOutput
type StartAssessmentRunInput
type StartAssessmentRunOutput
type StopAssessmentRunInput
type StopAssessmentRunOutput
type SubscribeToEventInput
type SubscribeToEventOutput
type Subscription
type Tag
type TelemetryMetadata
type TimestampRange
type UnsubscribeFromEventInput
type UnsubscribeFromEventOutput
type UnsupportedFeatureException
type UpdateAssessmentTargetInput
type UpdateAssessmentTargetOutput

Constants ▾

const (
    // AccessDeniedErrorCodeAccessDeniedToAssessmentTarget is a AccessDeniedErrorCode enum value
    AccessDeniedErrorCodeAccessDeniedToAssessmentTarget = "ACCESS_DENIED_TO_ASSESSMENT_TARGET"

    // AccessDeniedErrorCodeAccessDeniedToAssessmentTemplate is a AccessDeniedErrorCode enum value
    AccessDeniedErrorCodeAccessDeniedToAssessmentTemplate = "ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE"

    // AccessDeniedErrorCodeAccessDeniedToAssessmentRun is a AccessDeniedErrorCode enum value
    AccessDeniedErrorCodeAccessDeniedToAssessmentRun = "ACCESS_DENIED_TO_ASSESSMENT_RUN"

    // AccessDeniedErrorCodeAccessDeniedToFinding is a AccessDeniedErrorCode enum value
    AccessDeniedErrorCodeAccessDeniedToFinding = "ACCESS_DENIED_TO_FINDING"

    // AccessDeniedErrorCodeAccessDeniedToResourceGroup is a AccessDeniedErrorCode enum value
    AccessDeniedErrorCodeAccessDeniedToResourceGroup = "ACCESS_DENIED_TO_RESOURCE_GROUP"

    // AccessDeniedErrorCodeAccessDeniedToRulesPackage is a AccessDeniedErrorCode enum value
    AccessDeniedErrorCodeAccessDeniedToRulesPackage = "ACCESS_DENIED_TO_RULES_PACKAGE"

    // AccessDeniedErrorCodeAccessDeniedToSnsTopic is a AccessDeniedErrorCode enum value
    AccessDeniedErrorCodeAccessDeniedToSnsTopic = "ACCESS_DENIED_TO_SNS_TOPIC"

    // AccessDeniedErrorCodeAccessDeniedToIamRole is a AccessDeniedErrorCode enum value
    AccessDeniedErrorCodeAccessDeniedToIamRole = "ACCESS_DENIED_TO_IAM_ROLE"
)
const (
    // AgentHealthHealthy is a AgentHealth enum value
    AgentHealthHealthy = "HEALTHY"

    // AgentHealthUnhealthy is a AgentHealth enum value
    AgentHealthUnhealthy = "UNHEALTHY"

    // AgentHealthUnknown is a AgentHealth enum value
    AgentHealthUnknown = "UNKNOWN"
)
const (
    // AgentHealthCodeIdle is a AgentHealthCode enum value
    AgentHealthCodeIdle = "IDLE"

    // AgentHealthCodeRunning is a AgentHealthCode enum value
    AgentHealthCodeRunning = "RUNNING"

    // AgentHealthCodeShutdown is a AgentHealthCode enum value
    AgentHealthCodeShutdown = "SHUTDOWN"

    // AgentHealthCodeUnhealthy is a AgentHealthCode enum value
    AgentHealthCodeUnhealthy = "UNHEALTHY"

    // AgentHealthCodeThrottled is a AgentHealthCode enum value
    AgentHealthCodeThrottled = "THROTTLED"

    // AgentHealthCodeUnknown is a AgentHealthCode enum value
    AgentHealthCodeUnknown = "UNKNOWN"
)
const (
    // AssessmentRunNotificationSnsStatusCodeSuccess is a AssessmentRunNotificationSnsStatusCode enum value
    AssessmentRunNotificationSnsStatusCodeSuccess = "SUCCESS"

    // AssessmentRunNotificationSnsStatusCodeTopicDoesNotExist is a AssessmentRunNotificationSnsStatusCode enum value
    AssessmentRunNotificationSnsStatusCodeTopicDoesNotExist = "TOPIC_DOES_NOT_EXIST"

    // AssessmentRunNotificationSnsStatusCodeAccessDenied is a AssessmentRunNotificationSnsStatusCode enum value
    AssessmentRunNotificationSnsStatusCodeAccessDenied = "ACCESS_DENIED"

    // AssessmentRunNotificationSnsStatusCodeInternalError is a AssessmentRunNotificationSnsStatusCode enum value
    AssessmentRunNotificationSnsStatusCodeInternalError = "INTERNAL_ERROR"
)
const (
    // AssessmentRunStateCreated is a AssessmentRunState enum value
    AssessmentRunStateCreated = "CREATED"

    // AssessmentRunStateStartDataCollectionPending is a AssessmentRunState enum value
    AssessmentRunStateStartDataCollectionPending = "START_DATA_COLLECTION_PENDING"

    // AssessmentRunStateStartDataCollectionInProgress is a AssessmentRunState enum value
    AssessmentRunStateStartDataCollectionInProgress = "START_DATA_COLLECTION_IN_PROGRESS"

    // AssessmentRunStateCollectingData is a AssessmentRunState enum value
    AssessmentRunStateCollectingData = "COLLECTING_DATA"

    // AssessmentRunStateStopDataCollectionPending is a AssessmentRunState enum value
    AssessmentRunStateStopDataCollectionPending = "STOP_DATA_COLLECTION_PENDING"

    // AssessmentRunStateDataCollected is a AssessmentRunState enum value
    AssessmentRunStateDataCollected = "DATA_COLLECTED"

    // AssessmentRunStateStartEvaluatingRulesPending is a AssessmentRunState enum value
    AssessmentRunStateStartEvaluatingRulesPending = "START_EVALUATING_RULES_PENDING"

    // AssessmentRunStateEvaluatingRules is a AssessmentRunState enum value
    AssessmentRunStateEvaluatingRules = "EVALUATING_RULES"

    // AssessmentRunStateFailed is a AssessmentRunState enum value
    AssessmentRunStateFailed = "FAILED"

    // AssessmentRunStateError is a AssessmentRunState enum value
    AssessmentRunStateError = "ERROR"

    // AssessmentRunStateCompleted is a AssessmentRunState enum value
    AssessmentRunStateCompleted = "COMPLETED"

    // AssessmentRunStateCompletedWithErrors is a AssessmentRunState enum value
    AssessmentRunStateCompletedWithErrors = "COMPLETED_WITH_ERRORS"

    // AssessmentRunStateCanceled is a AssessmentRunState enum value
    AssessmentRunStateCanceled = "CANCELED"
)
const (
    // EventAssessmentRunStarted is a Event enum value
    EventAssessmentRunStarted = "ASSESSMENT_RUN_STARTED"

    // EventAssessmentRunCompleted is a Event enum value
    EventAssessmentRunCompleted = "ASSESSMENT_RUN_COMPLETED"

    // EventAssessmentRunStateChanged is a Event enum value
    EventAssessmentRunStateChanged = "ASSESSMENT_RUN_STATE_CHANGED"

    // EventFindingReported is a Event enum value
    EventFindingReported = "FINDING_REPORTED"

    // EventOther is a Event enum value
    EventOther = "OTHER"
)
const (
    // FailedItemErrorCodeInvalidArn is a FailedItemErrorCode enum value
    FailedItemErrorCodeInvalidArn = "INVALID_ARN"

    // FailedItemErrorCodeDuplicateArn is a FailedItemErrorCode enum value
    FailedItemErrorCodeDuplicateArn = "DUPLICATE_ARN"

    // FailedItemErrorCodeItemDoesNotExist is a FailedItemErrorCode enum value
    FailedItemErrorCodeItemDoesNotExist = "ITEM_DOES_NOT_EXIST"

    // FailedItemErrorCodeAccessDenied is a FailedItemErrorCode enum value
    FailedItemErrorCodeAccessDenied = "ACCESS_DENIED"

    // FailedItemErrorCodeLimitExceeded is a FailedItemErrorCode enum value
    FailedItemErrorCodeLimitExceeded = "LIMIT_EXCEEDED"

    // FailedItemErrorCodeInternalError is a FailedItemErrorCode enum value
    FailedItemErrorCodeInternalError = "INTERNAL_ERROR"
)
const (
    // InvalidCrossAccountRoleErrorCodeRoleDoesNotExistOrInvalidTrustRelationship is a InvalidCrossAccountRoleErrorCode enum value
    InvalidCrossAccountRoleErrorCodeRoleDoesNotExistOrInvalidTrustRelationship = "ROLE_DOES_NOT_EXIST_OR_INVALID_TRUST_RELATIONSHIP"

    // InvalidCrossAccountRoleErrorCodeRoleDoesNotHaveCorrectPolicy is a InvalidCrossAccountRoleErrorCode enum value
    InvalidCrossAccountRoleErrorCodeRoleDoesNotHaveCorrectPolicy = "ROLE_DOES_NOT_HAVE_CORRECT_POLICY"
)
const (
    // InvalidInputErrorCodeInvalidAssessmentTargetArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentTargetArn = "INVALID_ASSESSMENT_TARGET_ARN"

    // InvalidInputErrorCodeInvalidAssessmentTemplateArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentTemplateArn = "INVALID_ASSESSMENT_TEMPLATE_ARN"

    // InvalidInputErrorCodeInvalidAssessmentRunArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentRunArn = "INVALID_ASSESSMENT_RUN_ARN"

    // InvalidInputErrorCodeInvalidFindingArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidFindingArn = "INVALID_FINDING_ARN"

    // InvalidInputErrorCodeInvalidResourceGroupArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidResourceGroupArn = "INVALID_RESOURCE_GROUP_ARN"

    // InvalidInputErrorCodeInvalidRulesPackageArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidRulesPackageArn = "INVALID_RULES_PACKAGE_ARN"

    // InvalidInputErrorCodeInvalidResourceArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidResourceArn = "INVALID_RESOURCE_ARN"

    // InvalidInputErrorCodeInvalidSnsTopicArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidSnsTopicArn = "INVALID_SNS_TOPIC_ARN"

    // InvalidInputErrorCodeInvalidIamRoleArn is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidIamRoleArn = "INVALID_IAM_ROLE_ARN"

    // InvalidInputErrorCodeInvalidAssessmentTargetName is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentTargetName = "INVALID_ASSESSMENT_TARGET_NAME"

    // InvalidInputErrorCodeInvalidAssessmentTargetNamePattern is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentTargetNamePattern = "INVALID_ASSESSMENT_TARGET_NAME_PATTERN"

    // InvalidInputErrorCodeInvalidAssessmentTemplateName is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentTemplateName = "INVALID_ASSESSMENT_TEMPLATE_NAME"

    // InvalidInputErrorCodeInvalidAssessmentTemplateNamePattern is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentTemplateNamePattern = "INVALID_ASSESSMENT_TEMPLATE_NAME_PATTERN"

    // InvalidInputErrorCodeInvalidAssessmentTemplateDuration is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentTemplateDuration = "INVALID_ASSESSMENT_TEMPLATE_DURATION"

    // InvalidInputErrorCodeInvalidAssessmentTemplateDurationRange is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentTemplateDurationRange = "INVALID_ASSESSMENT_TEMPLATE_DURATION_RANGE"

    // InvalidInputErrorCodeInvalidAssessmentRunDurationRange is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentRunDurationRange = "INVALID_ASSESSMENT_RUN_DURATION_RANGE"

    // InvalidInputErrorCodeInvalidAssessmentRunStartTimeRange is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentRunStartTimeRange = "INVALID_ASSESSMENT_RUN_START_TIME_RANGE"

    // InvalidInputErrorCodeInvalidAssessmentRunCompletionTimeRange is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentRunCompletionTimeRange = "INVALID_ASSESSMENT_RUN_COMPLETION_TIME_RANGE"

    // InvalidInputErrorCodeInvalidAssessmentRunStateChangeTimeRange is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentRunStateChangeTimeRange = "INVALID_ASSESSMENT_RUN_STATE_CHANGE_TIME_RANGE"

    // InvalidInputErrorCodeInvalidAssessmentRunState is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAssessmentRunState = "INVALID_ASSESSMENT_RUN_STATE"

    // InvalidInputErrorCodeInvalidTag is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidTag = "INVALID_TAG"

    // InvalidInputErrorCodeInvalidTagKey is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidTagKey = "INVALID_TAG_KEY"

    // InvalidInputErrorCodeInvalidTagValue is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidTagValue = "INVALID_TAG_VALUE"

    // InvalidInputErrorCodeInvalidResourceGroupTagKey is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidResourceGroupTagKey = "INVALID_RESOURCE_GROUP_TAG_KEY"

    // InvalidInputErrorCodeInvalidResourceGroupTagValue is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidResourceGroupTagValue = "INVALID_RESOURCE_GROUP_TAG_VALUE"

    // InvalidInputErrorCodeInvalidAttribute is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAttribute = "INVALID_ATTRIBUTE"

    // InvalidInputErrorCodeInvalidUserAttribute is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidUserAttribute = "INVALID_USER_ATTRIBUTE"

    // InvalidInputErrorCodeInvalidUserAttributeKey is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidUserAttributeKey = "INVALID_USER_ATTRIBUTE_KEY"

    // InvalidInputErrorCodeInvalidUserAttributeValue is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidUserAttributeValue = "INVALID_USER_ATTRIBUTE_VALUE"

    // InvalidInputErrorCodeInvalidPaginationToken is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidPaginationToken = "INVALID_PAGINATION_TOKEN"

    // InvalidInputErrorCodeInvalidMaxResults is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidMaxResults = "INVALID_MAX_RESULTS"

    // InvalidInputErrorCodeInvalidAgentId is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAgentId = "INVALID_AGENT_ID"

    // InvalidInputErrorCodeInvalidAutoScalingGroup is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidAutoScalingGroup = "INVALID_AUTO_SCALING_GROUP"

    // InvalidInputErrorCodeInvalidRuleName is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidRuleName = "INVALID_RULE_NAME"

    // InvalidInputErrorCodeInvalidSeverity is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidSeverity = "INVALID_SEVERITY"

    // InvalidInputErrorCodeInvalidLocale is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidLocale = "INVALID_LOCALE"

    // InvalidInputErrorCodeInvalidEvent is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidEvent = "INVALID_EVENT"

    // InvalidInputErrorCodeAssessmentTargetNameAlreadyTaken is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeAssessmentTargetNameAlreadyTaken = "ASSESSMENT_TARGET_NAME_ALREADY_TAKEN"

    // InvalidInputErrorCodeAssessmentTemplateNameAlreadyTaken is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeAssessmentTemplateNameAlreadyTaken = "ASSESSMENT_TEMPLATE_NAME_ALREADY_TAKEN"

    // InvalidInputErrorCodeInvalidNumberOfAssessmentTargetArns is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfAssessmentTargetArns = "INVALID_NUMBER_OF_ASSESSMENT_TARGET_ARNS"

    // InvalidInputErrorCodeInvalidNumberOfAssessmentTemplateArns is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfAssessmentTemplateArns = "INVALID_NUMBER_OF_ASSESSMENT_TEMPLATE_ARNS"

    // InvalidInputErrorCodeInvalidNumberOfAssessmentRunArns is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfAssessmentRunArns = "INVALID_NUMBER_OF_ASSESSMENT_RUN_ARNS"

    // InvalidInputErrorCodeInvalidNumberOfFindingArns is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfFindingArns = "INVALID_NUMBER_OF_FINDING_ARNS"

    // InvalidInputErrorCodeInvalidNumberOfResourceGroupArns is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfResourceGroupArns = "INVALID_NUMBER_OF_RESOURCE_GROUP_ARNS"

    // InvalidInputErrorCodeInvalidNumberOfRulesPackageArns is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfRulesPackageArns = "INVALID_NUMBER_OF_RULES_PACKAGE_ARNS"

    // InvalidInputErrorCodeInvalidNumberOfAssessmentRunStates is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfAssessmentRunStates = "INVALID_NUMBER_OF_ASSESSMENT_RUN_STATES"

    // InvalidInputErrorCodeInvalidNumberOfTags is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfTags = "INVALID_NUMBER_OF_TAGS"

    // InvalidInputErrorCodeInvalidNumberOfResourceGroupTags is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfResourceGroupTags = "INVALID_NUMBER_OF_RESOURCE_GROUP_TAGS"

    // InvalidInputErrorCodeInvalidNumberOfAttributes is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfAttributes = "INVALID_NUMBER_OF_ATTRIBUTES"

    // InvalidInputErrorCodeInvalidNumberOfUserAttributes is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfUserAttributes = "INVALID_NUMBER_OF_USER_ATTRIBUTES"

    // InvalidInputErrorCodeInvalidNumberOfAgentIds is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfAgentIds = "INVALID_NUMBER_OF_AGENT_IDS"

    // InvalidInputErrorCodeInvalidNumberOfAutoScalingGroups is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfAutoScalingGroups = "INVALID_NUMBER_OF_AUTO_SCALING_GROUPS"

    // InvalidInputErrorCodeInvalidNumberOfRuleNames is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfRuleNames = "INVALID_NUMBER_OF_RULE_NAMES"

    // InvalidInputErrorCodeInvalidNumberOfSeverities is a InvalidInputErrorCode enum value
    InvalidInputErrorCodeInvalidNumberOfSeverities = "INVALID_NUMBER_OF_SEVERITIES"
)
const (
    // LimitExceededErrorCodeAssessmentTargetLimitExceeded is a LimitExceededErrorCode enum value
    LimitExceededErrorCodeAssessmentTargetLimitExceeded = "ASSESSMENT_TARGET_LIMIT_EXCEEDED"

    // LimitExceededErrorCodeAssessmentTemplateLimitExceeded is a LimitExceededErrorCode enum value
    LimitExceededErrorCodeAssessmentTemplateLimitExceeded = "ASSESSMENT_TEMPLATE_LIMIT_EXCEEDED"

    // LimitExceededErrorCodeAssessmentRunLimitExceeded is a LimitExceededErrorCode enum value
    LimitExceededErrorCodeAssessmentRunLimitExceeded = "ASSESSMENT_RUN_LIMIT_EXCEEDED"

    // LimitExceededErrorCodeResourceGroupLimitExceeded is a LimitExceededErrorCode enum value
    LimitExceededErrorCodeResourceGroupLimitExceeded = "RESOURCE_GROUP_LIMIT_EXCEEDED"

    // LimitExceededErrorCodeEventSubscriptionLimitExceeded is a LimitExceededErrorCode enum value
    LimitExceededErrorCodeEventSubscriptionLimitExceeded = "EVENT_SUBSCRIPTION_LIMIT_EXCEEDED"
)
const (
    // NoSuchEntityErrorCodeAssessmentTargetDoesNotExist is a NoSuchEntityErrorCode enum value
    NoSuchEntityErrorCodeAssessmentTargetDoesNotExist = "ASSESSMENT_TARGET_DOES_NOT_EXIST"

    // NoSuchEntityErrorCodeAssessmentTemplateDoesNotExist is a NoSuchEntityErrorCode enum value
    NoSuchEntityErrorCodeAssessmentTemplateDoesNotExist = "ASSESSMENT_TEMPLATE_DOES_NOT_EXIST"

    // NoSuchEntityErrorCodeAssessmentRunDoesNotExist is a NoSuchEntityErrorCode enum value
    NoSuchEntityErrorCodeAssessmentRunDoesNotExist = "ASSESSMENT_RUN_DOES_NOT_EXIST"

    // NoSuchEntityErrorCodeFindingDoesNotExist is a NoSuchEntityErrorCode enum value
    NoSuchEntityErrorCodeFindingDoesNotExist = "FINDING_DOES_NOT_EXIST"

    // NoSuchEntityErrorCodeResourceGroupDoesNotExist is a NoSuchEntityErrorCode enum value
    NoSuchEntityErrorCodeResourceGroupDoesNotExist = "RESOURCE_GROUP_DOES_NOT_EXIST"

    // NoSuchEntityErrorCodeRulesPackageDoesNotExist is a NoSuchEntityErrorCode enum value
    NoSuchEntityErrorCodeRulesPackageDoesNotExist = "RULES_PACKAGE_DOES_NOT_EXIST"

    // NoSuchEntityErrorCodeSnsTopicDoesNotExist is a NoSuchEntityErrorCode enum value
    NoSuchEntityErrorCodeSnsTopicDoesNotExist = "SNS_TOPIC_DOES_NOT_EXIST"

    // NoSuchEntityErrorCodeIamRoleDoesNotExist is a NoSuchEntityErrorCode enum value
    NoSuchEntityErrorCodeIamRoleDoesNotExist = "IAM_ROLE_DOES_NOT_EXIST"
)
const (
    // PreviewStatusWorkInProgress is a PreviewStatus enum value
    PreviewStatusWorkInProgress = "WORK_IN_PROGRESS"

    // PreviewStatusCompleted is a PreviewStatus enum value
    PreviewStatusCompleted = "COMPLETED"
)
const (
    // ReportFileFormatHtml is a ReportFileFormat enum value
    ReportFileFormatHtml = "HTML"

    // ReportFileFormatPdf is a ReportFileFormat enum value
    ReportFileFormatPdf = "PDF"
)
const (
    // ReportStatusWorkInProgress is a ReportStatus enum value
    ReportStatusWorkInProgress = "WORK_IN_PROGRESS"

    // ReportStatusFailed is a ReportStatus enum value
    ReportStatusFailed = "FAILED"

    // ReportStatusCompleted is a ReportStatus enum value
    ReportStatusCompleted = "COMPLETED"
)
const (
    // ReportTypeFinding is a ReportType enum value
    ReportTypeFinding = "FINDING"

    // ReportTypeFull is a ReportType enum value
    ReportTypeFull = "FULL"
)
const (
    // ScopeTypeInstanceId is a ScopeType enum value
    ScopeTypeInstanceId = "INSTANCE_ID"

    // ScopeTypeRulesPackageArn is a ScopeType enum value
    ScopeTypeRulesPackageArn = "RULES_PACKAGE_ARN"
)
const (
    // SeverityLow is a Severity enum value
    SeverityLow = "Low"

    // SeverityMedium is a Severity enum value
    SeverityMedium = "Medium"

    // SeverityHigh is a Severity enum value
    SeverityHigh = "High"

    // SeverityInformational is a Severity enum value
    SeverityInformational = "Informational"

    // SeverityUndefined is a Severity enum value
    SeverityUndefined = "Undefined"
)
const (
    // StopActionStartEvaluation is a StopAction enum value
    StopActionStartEvaluation = "START_EVALUATION"

    // StopActionSkipEvaluation is a StopAction enum value
    StopActionSkipEvaluation = "SKIP_EVALUATION"
)
const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // You do not have required permissions to access the requested resource.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeAgentsAlreadyRunningAssessmentException for service response error code
    // "AgentsAlreadyRunningAssessmentException".
    //
    // You started an assessment run, but one of the instances is already participating
    // in another assessment run.
    ErrCodeAgentsAlreadyRunningAssessmentException = "AgentsAlreadyRunningAssessmentException"

    // ErrCodeAssessmentRunInProgressException for service response error code
    // "AssessmentRunInProgressException".
    //
    // You cannot perform a specified action if an assessment run is currently in
    // progress.
    ErrCodeAssessmentRunInProgressException = "AssessmentRunInProgressException"

    // ErrCodeInternalException for service response error code
    // "InternalException".
    //
    // Internal server error.
    ErrCodeInternalException = "InternalException"

    // ErrCodeInvalidCrossAccountRoleException for service response error code
    // "InvalidCrossAccountRoleException".
    //
    // Amazon Inspector cannot assume the cross-account role that it needs to list
    // your EC2 instances during the assessment run.
    ErrCodeInvalidCrossAccountRoleException = "InvalidCrossAccountRoleException"

    // ErrCodeInvalidInputException for service response error code
    // "InvalidInputException".
    //
    // The request was rejected because an invalid or out-of-range value was supplied
    // for an input parameter.
    ErrCodeInvalidInputException = "InvalidInputException"

    // ErrCodeLimitExceededException for service response error code
    // "LimitExceededException".
    //
    // The request was rejected because it attempted to create resources beyond
    // the current AWS account limits. The error code describes the limit exceeded.
    ErrCodeLimitExceededException = "LimitExceededException"

    // ErrCodeNoSuchEntityException for service response error code
    // "NoSuchEntityException".
    //
    // The request was rejected because it referenced an entity that does not exist.
    // The error code describes the entity.
    ErrCodeNoSuchEntityException = "NoSuchEntityException"

    // ErrCodePreviewGenerationInProgressException for service response error code
    // "PreviewGenerationInProgressException".
    //
    // The request is rejected. The specified assessment template is currently generating
    // an exclusions preview.
    ErrCodePreviewGenerationInProgressException = "PreviewGenerationInProgressException"

    // ErrCodeServiceTemporarilyUnavailableException for service response error code
    // "ServiceTemporarilyUnavailableException".
    //
    // The serice is temporary unavailable.
    ErrCodeServiceTemporarilyUnavailableException = "ServiceTemporarilyUnavailableException"

    // ErrCodeUnsupportedFeatureException for service response error code
    // "UnsupportedFeatureException".
    //
    // Used by the GetAssessmentReport API. The request was rejected because you
    // tried to generate a report for an assessment run that existed before reporting
    // was supported in Amazon Inspector. You can only generate reports for assessment
    // runs that took place or will take place after generating reports in Amazon
    // Inspector became available.
    ErrCodeUnsupportedFeatureException = "UnsupportedFeatureException"
)
const (
    ServiceName = "inspector" // Name of service.
    EndpointsID = ServiceName // ID to lookup a service endpoint with.
    ServiceID   = "Inspector" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AssetTypeEc2Instance is a AssetType enum value
    AssetTypeEc2Instance = "ec2-instance"
)
const (
    // LocaleEnUs is a Locale enum value
    LocaleEnUs = "EN_US"
)

func AccessDeniedErrorCode_Values

func AccessDeniedErrorCode_Values() []string

AccessDeniedErrorCode_Values returns all elements of the AccessDeniedErrorCode enum

func AgentHealthCode_Values

func AgentHealthCode_Values() []string

AgentHealthCode_Values returns all elements of the AgentHealthCode enum

func AgentHealth_Values

func AgentHealth_Values() []string

AgentHealth_Values returns all elements of the AgentHealth enum

func AssessmentRunNotificationSnsStatusCode_Values

func AssessmentRunNotificationSnsStatusCode_Values() []string

AssessmentRunNotificationSnsStatusCode_Values returns all elements of the AssessmentRunNotificationSnsStatusCode enum

func AssessmentRunState_Values

func AssessmentRunState_Values() []string

AssessmentRunState_Values returns all elements of the AssessmentRunState enum

func AssetType_Values

func AssetType_Values() []string

AssetType_Values returns all elements of the AssetType enum

func Event_Values

func Event_Values() []string

Event_Values returns all elements of the Event enum

func FailedItemErrorCode_Values

func FailedItemErrorCode_Values() []string

FailedItemErrorCode_Values returns all elements of the FailedItemErrorCode enum

func InvalidCrossAccountRoleErrorCode_Values

func InvalidCrossAccountRoleErrorCode_Values() []string

InvalidCrossAccountRoleErrorCode_Values returns all elements of the InvalidCrossAccountRoleErrorCode enum

func InvalidInputErrorCode_Values

func InvalidInputErrorCode_Values() []string

InvalidInputErrorCode_Values returns all elements of the InvalidInputErrorCode enum

func LimitExceededErrorCode_Values

func LimitExceededErrorCode_Values() []string

LimitExceededErrorCode_Values returns all elements of the LimitExceededErrorCode enum

func Locale_Values

func Locale_Values() []string

Locale_Values returns all elements of the Locale enum

func NoSuchEntityErrorCode_Values

func NoSuchEntityErrorCode_Values() []string

NoSuchEntityErrorCode_Values returns all elements of the NoSuchEntityErrorCode enum

func PreviewStatus_Values

func PreviewStatus_Values() []string

PreviewStatus_Values returns all elements of the PreviewStatus enum

func ReportFileFormat_Values

func ReportFileFormat_Values() []string

ReportFileFormat_Values returns all elements of the ReportFileFormat enum

func ReportStatus_Values

func ReportStatus_Values() []string

ReportStatus_Values returns all elements of the ReportStatus enum

func ReportType_Values

func ReportType_Values() []string

ReportType_Values returns all elements of the ReportType enum

func ScopeType_Values

func ScopeType_Values() []string

ScopeType_Values returns all elements of the ScopeType enum

func Severity_Values

func Severity_Values() []string

Severity_Values returns all elements of the Severity enum

func StopAction_Values

func StopAction_Values() []string

StopAction_Values returns all elements of the StopAction enum

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // You can immediately retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Code that indicates the type of error that is generated.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"AccessDeniedErrorCode"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You do not have required permissions to access the requested resource.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddAttributesToFindingsInput

type AddAttributesToFindingsInput struct {

    // The array of attributes that you want to assign to specified findings.
    //
    // Attributes is a required field
    Attributes []*Attribute `locationName:"attributes" type:"list" required:"true"`

    // The ARNs that specify the findings that you want to assign attributes to.
    //
    // FindingArns is a required field
    FindingArns []*string `locationName:"findingArns" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (AddAttributesToFindingsInput) GoString

func (s AddAttributesToFindingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddAttributesToFindingsInput) SetAttributes

func (s *AddAttributesToFindingsInput) SetAttributes(v []*Attribute) *AddAttributesToFindingsInput

SetAttributes sets the Attributes field's value.

func (*AddAttributesToFindingsInput) SetFindingArns

func (s *AddAttributesToFindingsInput) SetFindingArns(v []*string) *AddAttributesToFindingsInput

SetFindingArns sets the FindingArns field's value.

func (AddAttributesToFindingsInput) String

func (s AddAttributesToFindingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddAttributesToFindingsInput) Validate

func (s *AddAttributesToFindingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddAttributesToFindingsOutput

type AddAttributesToFindingsOutput struct {

    // Attribute details that cannot be described. An error code is provided for
    // each failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`
    // contains filtered or unexported fields
}

func (AddAttributesToFindingsOutput) GoString

func (s AddAttributesToFindingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddAttributesToFindingsOutput) SetFailedItems

func (s *AddAttributesToFindingsOutput) SetFailedItems(v map[string]*FailedItemDetails) *AddAttributesToFindingsOutput

SetFailedItems sets the FailedItems field's value.

func (AddAttributesToFindingsOutput) String

func (s AddAttributesToFindingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AgentAlreadyRunningAssessment

type AgentAlreadyRunningAssessment struct {

    // ID of the agent that is running on an EC2 instance that is already participating
    // in another started assessment run.
    //
    // AgentId is a required field
    AgentId *string `locationName:"agentId" min:"1" type:"string" required:"true"`

    // The ARN of the assessment run that has already been started.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Used in the exception error that is thrown if you start an assessment run for an assessment target that includes an EC2 instance that is already participating in another started assessment run.

func (AgentAlreadyRunningAssessment) GoString

func (s AgentAlreadyRunningAssessment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AgentAlreadyRunningAssessment) SetAgentId

func (s *AgentAlreadyRunningAssessment) SetAgentId(v string) *AgentAlreadyRunningAssessment

SetAgentId sets the AgentId field's value.

func (*AgentAlreadyRunningAssessment) SetAssessmentRunArn

func (s *AgentAlreadyRunningAssessment) SetAssessmentRunArn(v string) *AgentAlreadyRunningAssessment

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (AgentAlreadyRunningAssessment) String

func (s AgentAlreadyRunningAssessment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AgentFilter

type AgentFilter struct {

    // The detailed health state of the agent. Values can be set to IDLE, RUNNING,
    // SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
    //
    // AgentHealthCodes is a required field
    AgentHealthCodes []*string `locationName:"agentHealthCodes" type:"list" required:"true" enum:"AgentHealthCode"`

    // The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
    //
    // AgentHealths is a required field
    AgentHealths []*string `locationName:"agentHealths" type:"list" required:"true" enum:"AgentHealth"`
    // contains filtered or unexported fields
}

Contains information about an Amazon Inspector agent. This data type is used as a request parameter in the ListAssessmentRunAgents action.

func (AgentFilter) GoString

func (s AgentFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AgentFilter) SetAgentHealthCodes

func (s *AgentFilter) SetAgentHealthCodes(v []*string) *AgentFilter

SetAgentHealthCodes sets the AgentHealthCodes field's value.

func (*AgentFilter) SetAgentHealths

func (s *AgentFilter) SetAgentHealths(v []*string) *AgentFilter

SetAgentHealths sets the AgentHealths field's value.

func (AgentFilter) String

func (s AgentFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AgentFilter) Validate

func (s *AgentFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AgentPreview

type AgentPreview struct {

    // The health status of the Amazon Inspector Agent.
    AgentHealth *string `locationName:"agentHealth" type:"string" enum:"AgentHealth"`

    // The ID of the EC2 instance where the agent is installed.
    //
    // AgentId is a required field
    AgentId *string `locationName:"agentId" min:"1" type:"string" required:"true"`

    // The version of the Amazon Inspector Agent.
    AgentVersion *string `locationName:"agentVersion" min:"1" type:"string"`

    // The Auto Scaling group for the EC2 instance where the agent is installed.
    AutoScalingGroup *string `locationName:"autoScalingGroup" min:"1" type:"string"`

    // The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
    Hostname *string `locationName:"hostname" type:"string"`

    // The IP address of the EC2 instance on which the Amazon Inspector Agent is
    // installed.
    Ipv4Address *string `locationName:"ipv4Address" min:"7" type:"string"`

    // The kernel version of the operating system running on the EC2 instance on
    // which the Amazon Inspector Agent is installed.
    KernelVersion *string `locationName:"kernelVersion" min:"1" type:"string"`

    // The operating system running on the EC2 instance on which the Amazon Inspector
    // Agent is installed.
    OperatingSystem *string `locationName:"operatingSystem" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Used as a response element in the PreviewAgents action.

func (AgentPreview) GoString

func (s AgentPreview) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AgentPreview) SetAgentHealth

func (s *AgentPreview) SetAgentHealth(v string) *AgentPreview

SetAgentHealth sets the AgentHealth field's value.

func (*AgentPreview) SetAgentId

func (s *AgentPreview) SetAgentId(v string) *AgentPreview

SetAgentId sets the AgentId field's value.

func (*AgentPreview) SetAgentVersion

func (s *AgentPreview) SetAgentVersion(v string) *AgentPreview

SetAgentVersion sets the AgentVersion field's value.

func (*AgentPreview) SetAutoScalingGroup

func (s *AgentPreview) SetAutoScalingGroup(v string) *AgentPreview

SetAutoScalingGroup sets the AutoScalingGroup field's value.

func (*AgentPreview) SetHostname

func (s *AgentPreview) SetHostname(v string) *AgentPreview

SetHostname sets the Hostname field's value.

func (*AgentPreview) SetIpv4Address

func (s *AgentPreview) SetIpv4Address(v string) *AgentPreview

SetIpv4Address sets the Ipv4Address field's value.

func (*AgentPreview) SetKernelVersion

func (s *AgentPreview) SetKernelVersion(v string) *AgentPreview

SetKernelVersion sets the KernelVersion field's value.

func (*AgentPreview) SetOperatingSystem

func (s *AgentPreview) SetOperatingSystem(v string) *AgentPreview

SetOperatingSystem sets the OperatingSystem field's value.

func (AgentPreview) String

func (s AgentPreview) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AgentsAlreadyRunningAssessmentException

type AgentsAlreadyRunningAssessmentException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // Agents is a required field
    Agents []*AgentAlreadyRunningAssessment `locationName:"agents" min:"1" type:"list" required:"true"`

    // AgentsTruncated is a required field
    AgentsTruncated *bool `locationName:"agentsTruncated" type:"boolean" required:"true"`

    // You can immediately retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You started an assessment run, but one of the instances is already participating in another assessment run.

func (*AgentsAlreadyRunningAssessmentException) Code

func (s *AgentsAlreadyRunningAssessmentException) Code() string

Code returns the exception type name.

func (*AgentsAlreadyRunningAssessmentException) Error

func (s *AgentsAlreadyRunningAssessmentException) Error() string

func (AgentsAlreadyRunningAssessmentException) GoString

func (s AgentsAlreadyRunningAssessmentException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AgentsAlreadyRunningAssessmentException) Message

func (s *AgentsAlreadyRunningAssessmentException) Message() string

Message returns the exception's message.

func (*AgentsAlreadyRunningAssessmentException) OrigErr

func (s *AgentsAlreadyRunningAssessmentException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AgentsAlreadyRunningAssessmentException) RequestID

func (s *AgentsAlreadyRunningAssessmentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AgentsAlreadyRunningAssessmentException) StatusCode

func (s *AgentsAlreadyRunningAssessmentException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AgentsAlreadyRunningAssessmentException) String

func (s AgentsAlreadyRunningAssessmentException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentRun

type AssessmentRun struct {

    // The ARN of the assessment run.
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The ARN of the assessment template that is associated with the assessment
    // run.
    //
    // AssessmentTemplateArn is a required field
    AssessmentTemplateArn *string `locationName:"assessmentTemplateArn" min:"1" type:"string" required:"true"`

    // The assessment run completion time that corresponds to the rules packages
    // evaluation completion time or failure.
    CompletedAt *time.Time `locationName:"completedAt" type:"timestamp"`

    // The time when StartAssessmentRun was called.
    //
    // CreatedAt is a required field
    CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"`

    // A Boolean value (true or false) that specifies whether the process of collecting
    // data from the agents is completed.
    //
    // DataCollected is a required field
    DataCollected *bool `locationName:"dataCollected" type:"boolean" required:"true"`

    // The duration of the assessment run.
    //
    // DurationInSeconds is a required field
    DurationInSeconds *int64 `locationName:"durationInSeconds" min:"180" type:"integer" required:"true"`

    // Provides a total count of generated findings per severity.
    //
    // FindingCounts is a required field
    FindingCounts map[string]*int64 `locationName:"findingCounts" type:"map" required:"true"`

    // The auto-generated name for the assessment run.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // A list of notifications for the event subscriptions. A notification about
    // a particular generated finding is added to this list only once.
    //
    // Notifications is a required field
    Notifications []*AssessmentRunNotification `locationName:"notifications" type:"list" required:"true"`

    // The rules packages selected for the assessment run.
    //
    // RulesPackageArns is a required field
    RulesPackageArns []*string `locationName:"rulesPackageArns" min:"1" type:"list" required:"true"`

    // The time when StartAssessmentRun was called.
    StartedAt *time.Time `locationName:"startedAt" type:"timestamp"`

    // The state of the assessment run.
    //
    // State is a required field
    State *string `locationName:"state" type:"string" required:"true" enum:"AssessmentRunState"`

    // The last time when the assessment run's state changed.
    //
    // StateChangedAt is a required field
    StateChangedAt *time.Time `locationName:"stateChangedAt" type:"timestamp" required:"true"`

    // A list of the assessment run state changes.
    //
    // StateChanges is a required field
    StateChanges []*AssessmentRunStateChange `locationName:"stateChanges" type:"list" required:"true"`

    // The user-defined attributes that are assigned to every generated finding.
    //
    // UserAttributesForFindings is a required field
    UserAttributesForFindings []*Attribute `locationName:"userAttributesForFindings" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A snapshot of an Amazon Inspector assessment run that contains the findings of the assessment run .

Used as the response element in the DescribeAssessmentRuns action.

func (AssessmentRun) GoString

func (s AssessmentRun) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentRun) SetArn

func (s *AssessmentRun) SetArn(v string) *AssessmentRun

SetArn sets the Arn field's value.

func (*AssessmentRun) SetAssessmentTemplateArn

func (s *AssessmentRun) SetAssessmentTemplateArn(v string) *AssessmentRun

SetAssessmentTemplateArn sets the AssessmentTemplateArn field's value.

func (*AssessmentRun) SetCompletedAt

func (s *AssessmentRun) SetCompletedAt(v time.Time) *AssessmentRun

SetCompletedAt sets the CompletedAt field's value.

func (*AssessmentRun) SetCreatedAt

func (s *AssessmentRun) SetCreatedAt(v time.Time) *AssessmentRun

SetCreatedAt sets the CreatedAt field's value.

func (*AssessmentRun) SetDataCollected

func (s *AssessmentRun) SetDataCollected(v bool) *AssessmentRun

SetDataCollected sets the DataCollected field's value.

func (*AssessmentRun) SetDurationInSeconds

func (s *AssessmentRun) SetDurationInSeconds(v int64) *AssessmentRun

SetDurationInSeconds sets the DurationInSeconds field's value.

func (*AssessmentRun) SetFindingCounts

func (s *AssessmentRun) SetFindingCounts(v map[string]*int64) *AssessmentRun

SetFindingCounts sets the FindingCounts field's value.

func (*AssessmentRun) SetName

func (s *AssessmentRun) SetName(v string) *AssessmentRun

SetName sets the Name field's value.

func (*AssessmentRun) SetNotifications

func (s *AssessmentRun) SetNotifications(v []*AssessmentRunNotification) *AssessmentRun

SetNotifications sets the Notifications field's value.

func (*AssessmentRun) SetRulesPackageArns

func (s *AssessmentRun) SetRulesPackageArns(v []*string) *AssessmentRun

SetRulesPackageArns sets the RulesPackageArns field's value.

func (*AssessmentRun) SetStartedAt

func (s *AssessmentRun) SetStartedAt(v time.Time) *AssessmentRun

SetStartedAt sets the StartedAt field's value.

func (*AssessmentRun) SetState

func (s *AssessmentRun) SetState(v string) *AssessmentRun

SetState sets the State field's value.

func (*AssessmentRun) SetStateChangedAt

func (s *AssessmentRun) SetStateChangedAt(v time.Time) *AssessmentRun

SetStateChangedAt sets the StateChangedAt field's value.

func (*AssessmentRun) SetStateChanges

func (s *AssessmentRun) SetStateChanges(v []*AssessmentRunStateChange) *AssessmentRun

SetStateChanges sets the StateChanges field's value.

func (*AssessmentRun) SetUserAttributesForFindings

func (s *AssessmentRun) SetUserAttributesForFindings(v []*Attribute) *AssessmentRun

SetUserAttributesForFindings sets the UserAttributesForFindings field's value.

func (AssessmentRun) String

func (s AssessmentRun) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentRunAgent

type AssessmentRunAgent struct {

    // The current health state of the agent.
    //
    // AgentHealth is a required field
    AgentHealth *string `locationName:"agentHealth" type:"string" required:"true" enum:"AgentHealth"`

    // The detailed health state of the agent.
    //
    // AgentHealthCode is a required field
    AgentHealthCode *string `locationName:"agentHealthCode" type:"string" required:"true" enum:"AgentHealthCode"`

    // The description for the agent health code.
    AgentHealthDetails *string `locationName:"agentHealthDetails" type:"string"`

    // The AWS account of the EC2 instance where the agent is installed.
    //
    // AgentId is a required field
    AgentId *string `locationName:"agentId" min:"1" type:"string" required:"true"`

    // The ARN of the assessment run that is associated with the agent.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`

    // The Auto Scaling group of the EC2 instance that is specified by the agent
    // ID.
    AutoScalingGroup *string `locationName:"autoScalingGroup" min:"1" type:"string"`

    // The Amazon Inspector application data metrics that are collected by the agent.
    //
    // TelemetryMetadata is a required field
    TelemetryMetadata []*TelemetryMetadata `locationName:"telemetryMetadata" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains information about an Amazon Inspector agent. This data type is used as a response element in the ListAssessmentRunAgents action.

func (AssessmentRunAgent) GoString

func (s AssessmentRunAgent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentRunAgent) SetAgentHealth

func (s *AssessmentRunAgent) SetAgentHealth(v string) *AssessmentRunAgent

SetAgentHealth sets the AgentHealth field's value.

func (*AssessmentRunAgent) SetAgentHealthCode

func (s *AssessmentRunAgent) SetAgentHealthCode(v string) *AssessmentRunAgent

SetAgentHealthCode sets the AgentHealthCode field's value.

func (*AssessmentRunAgent) SetAgentHealthDetails

func (s *AssessmentRunAgent) SetAgentHealthDetails(v string) *AssessmentRunAgent

SetAgentHealthDetails sets the AgentHealthDetails field's value.

func (*AssessmentRunAgent) SetAgentId

func (s *AssessmentRunAgent) SetAgentId(v string) *AssessmentRunAgent

SetAgentId sets the AgentId field's value.

func (*AssessmentRunAgent) SetAssessmentRunArn

func (s *AssessmentRunAgent) SetAssessmentRunArn(v string) *AssessmentRunAgent

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (*AssessmentRunAgent) SetAutoScalingGroup

func (s *AssessmentRunAgent) SetAutoScalingGroup(v string) *AssessmentRunAgent

SetAutoScalingGroup sets the AutoScalingGroup field's value.

func (*AssessmentRunAgent) SetTelemetryMetadata

func (s *AssessmentRunAgent) SetTelemetryMetadata(v []*TelemetryMetadata) *AssessmentRunAgent

SetTelemetryMetadata sets the TelemetryMetadata field's value.

func (AssessmentRunAgent) String

func (s AssessmentRunAgent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentRunFilter

type AssessmentRunFilter struct {

    // For a record to match a filter, the value that is specified for this data
    // type property must inclusively match any value between the specified minimum
    // and maximum values of the completedAt property of the AssessmentRun data
    // type.
    CompletionTimeRange *TimestampRange `locationName:"completionTimeRange" type:"structure"`

    // For a record to match a filter, the value that is specified for this data
    // type property must inclusively match any value between the specified minimum
    // and maximum values of the durationInSeconds property of the AssessmentRun
    // data type.
    DurationRange *DurationRange `locationName:"durationRange" type:"structure"`

    // For a record to match a filter, an explicit value or a string containing
    // a wildcard that is specified for this data type property must match the value
    // of the assessmentRunName property of the AssessmentRun data type.
    NamePattern *string `locationName:"namePattern" min:"1" type:"string"`

    // For a record to match a filter, the value that is specified for this data
    // type property must be contained in the list of values of the rulesPackages
    // property of the AssessmentRun data type.
    RulesPackageArns []*string `locationName:"rulesPackageArns" type:"list"`

    // For a record to match a filter, the value that is specified for this data
    // type property must inclusively match any value between the specified minimum
    // and maximum values of the startTime property of the AssessmentRun data type.
    StartTimeRange *TimestampRange `locationName:"startTimeRange" type:"structure"`

    // For a record to match a filter, the value that is specified for this data
    // type property must match the stateChangedAt property of the AssessmentRun
    // data type.
    StateChangeTimeRange *TimestampRange `locationName:"stateChangeTimeRange" type:"structure"`

    // For a record to match a filter, one of the values specified for this data
    // type property must be the exact match of the value of the assessmentRunState
    // property of the AssessmentRun data type.
    States []*string `locationName:"states" type:"list" enum:"AssessmentRunState"`
    // contains filtered or unexported fields
}

Used as the request parameter in the ListAssessmentRuns action.

func (AssessmentRunFilter) GoString

func (s AssessmentRunFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentRunFilter) SetCompletionTimeRange

func (s *AssessmentRunFilter) SetCompletionTimeRange(v *TimestampRange) *AssessmentRunFilter

SetCompletionTimeRange sets the CompletionTimeRange field's value.

func (*AssessmentRunFilter) SetDurationRange

func (s *AssessmentRunFilter) SetDurationRange(v *DurationRange) *AssessmentRunFilter

SetDurationRange sets the DurationRange field's value.

func (*AssessmentRunFilter) SetNamePattern

func (s *AssessmentRunFilter) SetNamePattern(v string) *AssessmentRunFilter

SetNamePattern sets the NamePattern field's value.

func (*AssessmentRunFilter) SetRulesPackageArns

func (s *AssessmentRunFilter) SetRulesPackageArns(v []*string) *AssessmentRunFilter

SetRulesPackageArns sets the RulesPackageArns field's value.

func (*AssessmentRunFilter) SetStartTimeRange

func (s *AssessmentRunFilter) SetStartTimeRange(v *TimestampRange) *AssessmentRunFilter

SetStartTimeRange sets the StartTimeRange field's value.

func (*AssessmentRunFilter) SetStateChangeTimeRange

func (s *AssessmentRunFilter) SetStateChangeTimeRange(v *TimestampRange) *AssessmentRunFilter

SetStateChangeTimeRange sets the StateChangeTimeRange field's value.

func (*AssessmentRunFilter) SetStates

func (s *AssessmentRunFilter) SetStates(v []*string) *AssessmentRunFilter

SetStates sets the States field's value.

func (AssessmentRunFilter) String

func (s AssessmentRunFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentRunFilter) Validate

func (s *AssessmentRunFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssessmentRunInProgressException

type AssessmentRunInProgressException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The ARNs of the assessment runs that are currently in progress.
    //
    // AssessmentRunArns is a required field
    AssessmentRunArns []*string `locationName:"assessmentRunArns" min:"1" type:"list" required:"true"`

    // Boolean value that indicates whether the ARN list of the assessment runs
    // is truncated.
    //
    // AssessmentRunArnsTruncated is a required field
    AssessmentRunArnsTruncated *bool `locationName:"assessmentRunArnsTruncated" type:"boolean" required:"true"`

    // You can immediately retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You cannot perform a specified action if an assessment run is currently in progress.

func (*AssessmentRunInProgressException) Code

func (s *AssessmentRunInProgressException) Code() string

Code returns the exception type name.

func (*AssessmentRunInProgressException) Error

func (s *AssessmentRunInProgressException) Error() string

func (AssessmentRunInProgressException) GoString

func (s AssessmentRunInProgressException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentRunInProgressException) Message

func (s *AssessmentRunInProgressException) Message() string

Message returns the exception's message.

func (*AssessmentRunInProgressException) OrigErr

func (s *AssessmentRunInProgressException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssessmentRunInProgressException) RequestID

func (s *AssessmentRunInProgressException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssessmentRunInProgressException) StatusCode

func (s *AssessmentRunInProgressException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AssessmentRunInProgressException) String

func (s AssessmentRunInProgressException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentRunNotification

type AssessmentRunNotification struct {

    // The date of the notification.
    //
    // Date is a required field
    Date *time.Time `locationName:"date" type:"timestamp" required:"true"`

    // The Boolean value that specifies whether the notification represents an error.
    //
    // Error is a required field
    Error *bool `locationName:"error" type:"boolean" required:"true"`

    // The event for which a notification is sent.
    //
    // Event is a required field
    Event *string `locationName:"event" type:"string" required:"true" enum:"Event"`

    // The message included in the notification.
    Message *string `locationName:"message" type:"string"`

    // The status code of the SNS notification.
    SnsPublishStatusCode *string `locationName:"snsPublishStatusCode" type:"string" enum:"AssessmentRunNotificationSnsStatusCode"`

    // The SNS topic to which the SNS notification is sent.
    SnsTopicArn *string `locationName:"snsTopicArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Used as one of the elements of the AssessmentRun data type.

func (AssessmentRunNotification) GoString

func (s AssessmentRunNotification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentRunNotification) SetDate

func (s *AssessmentRunNotification) SetDate(v time.Time) *AssessmentRunNotification

SetDate sets the Date field's value.

func (*AssessmentRunNotification) SetError

func (s *AssessmentRunNotification) SetError(v bool) *AssessmentRunNotification

SetError sets the Error field's value.

func (*AssessmentRunNotification) SetEvent

func (s *AssessmentRunNotification) SetEvent(v string) *AssessmentRunNotification

SetEvent sets the Event field's value.

func (*AssessmentRunNotification) SetMessage

func (s *AssessmentRunNotification) SetMessage(v string) *AssessmentRunNotification

SetMessage sets the Message field's value.

func (*AssessmentRunNotification) SetSnsPublishStatusCode

func (s *AssessmentRunNotification) SetSnsPublishStatusCode(v string) *AssessmentRunNotification

SetSnsPublishStatusCode sets the SnsPublishStatusCode field's value.

func (*AssessmentRunNotification) SetSnsTopicArn

func (s *AssessmentRunNotification) SetSnsTopicArn(v string) *AssessmentRunNotification

SetSnsTopicArn sets the SnsTopicArn field's value.

func (AssessmentRunNotification) String

func (s AssessmentRunNotification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentRunStateChange

type AssessmentRunStateChange struct {

    // The assessment run state.
    //
    // State is a required field
    State *string `locationName:"state" type:"string" required:"true" enum:"AssessmentRunState"`

    // The last time the assessment run state changed.
    //
    // StateChangedAt is a required field
    StateChangedAt *time.Time `locationName:"stateChangedAt" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

Used as one of the elements of the AssessmentRun data type.

func (AssessmentRunStateChange) GoString

func (s AssessmentRunStateChange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentRunStateChange) SetState

func (s *AssessmentRunStateChange) SetState(v string) *AssessmentRunStateChange

SetState sets the State field's value.

func (*AssessmentRunStateChange) SetStateChangedAt

func (s *AssessmentRunStateChange) SetStateChangedAt(v time.Time) *AssessmentRunStateChange

SetStateChangedAt sets the StateChangedAt field's value.

func (AssessmentRunStateChange) String

func (s AssessmentRunStateChange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentTarget

type AssessmentTarget struct {

    // The ARN that specifies the Amazon Inspector assessment target.
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The time at which the assessment target is created.
    //
    // CreatedAt is a required field
    CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"`

    // The name of the Amazon Inspector assessment target.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The ARN that specifies the resource group that is associated with the assessment
    // target.
    ResourceGroupArn *string `locationName:"resourceGroupArn" min:"1" type:"string"`

    // The time at which UpdateAssessmentTarget is called.
    //
    // UpdatedAt is a required field
    UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

Contains information about an Amazon Inspector application. This data type is used as the response element in the DescribeAssessmentTargets action.

func (AssessmentTarget) GoString

func (s AssessmentTarget) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentTarget) SetArn

func (s *AssessmentTarget) SetArn(v string) *AssessmentTarget

SetArn sets the Arn field's value.

func (*AssessmentTarget) SetCreatedAt

func (s *AssessmentTarget) SetCreatedAt(v time.Time) *AssessmentTarget

SetCreatedAt sets the CreatedAt field's value.

func (*AssessmentTarget) SetName

func (s *AssessmentTarget) SetName(v string) *AssessmentTarget

SetName sets the Name field's value.

func (*AssessmentTarget) SetResourceGroupArn

func (s *AssessmentTarget) SetResourceGroupArn(v string) *AssessmentTarget

SetResourceGroupArn sets the ResourceGroupArn field's value.

func (*AssessmentTarget) SetUpdatedAt

func (s *AssessmentTarget) SetUpdatedAt(v time.Time) *AssessmentTarget

SetUpdatedAt sets the UpdatedAt field's value.

func (AssessmentTarget) String

func (s AssessmentTarget) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentTargetFilter

type AssessmentTargetFilter struct {

    // For a record to match a filter, an explicit value or a string that contains
    // a wildcard that is specified for this data type property must match the value
    // of the assessmentTargetName property of the AssessmentTarget data type.
    AssessmentTargetNamePattern *string `locationName:"assessmentTargetNamePattern" min:"1" type:"string"`
    // contains filtered or unexported fields
}

Used as the request parameter in the ListAssessmentTargets action.

func (AssessmentTargetFilter) GoString

func (s AssessmentTargetFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentTargetFilter) SetAssessmentTargetNamePattern

func (s *AssessmentTargetFilter) SetAssessmentTargetNamePattern(v string) *AssessmentTargetFilter

SetAssessmentTargetNamePattern sets the AssessmentTargetNamePattern field's value.

func (AssessmentTargetFilter) String

func (s AssessmentTargetFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentTargetFilter) Validate

func (s *AssessmentTargetFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssessmentTemplate

type AssessmentTemplate struct {

    // The ARN of the assessment template.
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The number of existing assessment runs associated with this assessment template.
    // This value can be zero or a positive integer.
    //
    // AssessmentRunCount is a required field
    AssessmentRunCount *int64 `locationName:"assessmentRunCount" type:"integer" required:"true"`

    // The ARN of the assessment target that corresponds to this assessment template.
    //
    // AssessmentTargetArn is a required field
    AssessmentTargetArn *string `locationName:"assessmentTargetArn" min:"1" type:"string" required:"true"`

    // The time at which the assessment template is created.
    //
    // CreatedAt is a required field
    CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"`

    // The duration in seconds specified for this assessment template. The default
    // value is 3600 seconds (one hour). The maximum value is 86400 seconds (one
    // day).
    //
    // DurationInSeconds is a required field
    DurationInSeconds *int64 `locationName:"durationInSeconds" min:"180" type:"integer" required:"true"`

    // The Amazon Resource Name (ARN) of the most recent assessment run associated
    // with this assessment template. This value exists only when the value of assessmentRunCount
    // is greaterpa than zero.
    LastAssessmentRunArn *string `locationName:"lastAssessmentRunArn" min:"1" type:"string"`

    // The name of the assessment template.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The rules packages that are specified for this assessment template.
    //
    // RulesPackageArns is a required field
    RulesPackageArns []*string `locationName:"rulesPackageArns" type:"list" required:"true"`

    // The user-defined attributes that are assigned to every generated finding
    // from the assessment run that uses this assessment template.
    //
    // UserAttributesForFindings is a required field
    UserAttributesForFindings []*Attribute `locationName:"userAttributesForFindings" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains information about an Amazon Inspector assessment template. This data type is used as the response element in the DescribeAssessmentTemplates action.

func (AssessmentTemplate) GoString

func (s AssessmentTemplate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentTemplate) SetArn

func (s *AssessmentTemplate) SetArn(v string) *AssessmentTemplate

SetArn sets the Arn field's value.

func (*AssessmentTemplate) SetAssessmentRunCount

func (s *AssessmentTemplate) SetAssessmentRunCount(v int64) *AssessmentTemplate

SetAssessmentRunCount sets the AssessmentRunCount field's value.

func (*AssessmentTemplate) SetAssessmentTargetArn

func (s *AssessmentTemplate) SetAssessmentTargetArn(v string) *AssessmentTemplate

SetAssessmentTargetArn sets the AssessmentTargetArn field's value.

func (*AssessmentTemplate) SetCreatedAt

func (s *AssessmentTemplate) SetCreatedAt(v time.Time) *AssessmentTemplate

SetCreatedAt sets the CreatedAt field's value.

func (*AssessmentTemplate) SetDurationInSeconds

func (s *AssessmentTemplate) SetDurationInSeconds(v int64) *AssessmentTemplate

SetDurationInSeconds sets the DurationInSeconds field's value.

func (*AssessmentTemplate) SetLastAssessmentRunArn

func (s *AssessmentTemplate) SetLastAssessmentRunArn(v string) *AssessmentTemplate

SetLastAssessmentRunArn sets the LastAssessmentRunArn field's value.

func (*AssessmentTemplate) SetName

func (s *AssessmentTemplate) SetName(v string) *AssessmentTemplate

SetName sets the Name field's value.

func (*AssessmentTemplate) SetRulesPackageArns

func (s *AssessmentTemplate) SetRulesPackageArns(v []*string) *AssessmentTemplate

SetRulesPackageArns sets the RulesPackageArns field's value.

func (*AssessmentTemplate) SetUserAttributesForFindings

func (s *AssessmentTemplate) SetUserAttributesForFindings(v []*Attribute) *AssessmentTemplate

SetUserAttributesForFindings sets the UserAttributesForFindings field's value.

func (AssessmentTemplate) String

func (s AssessmentTemplate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentTemplateFilter

type AssessmentTemplateFilter struct {

    // For a record to match a filter, the value specified for this data type property
    // must inclusively match any value between the specified minimum and maximum
    // values of the durationInSeconds property of the AssessmentTemplate data type.
    DurationRange *DurationRange `locationName:"durationRange" type:"structure"`

    // For a record to match a filter, an explicit value or a string that contains
    // a wildcard that is specified for this data type property must match the value
    // of the assessmentTemplateName property of the AssessmentTemplate data type.
    NamePattern *string `locationName:"namePattern" min:"1" type:"string"`

    // For a record to match a filter, the values that are specified for this data
    // type property must be contained in the list of values of the rulesPackageArns
    // property of the AssessmentTemplate data type.
    RulesPackageArns []*string `locationName:"rulesPackageArns" type:"list"`
    // contains filtered or unexported fields
}

Used as the request parameter in the ListAssessmentTemplates action.

func (AssessmentTemplateFilter) GoString

func (s AssessmentTemplateFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentTemplateFilter) SetDurationRange

func (s *AssessmentTemplateFilter) SetDurationRange(v *DurationRange) *AssessmentTemplateFilter

SetDurationRange sets the DurationRange field's value.

func (*AssessmentTemplateFilter) SetNamePattern

func (s *AssessmentTemplateFilter) SetNamePattern(v string) *AssessmentTemplateFilter

SetNamePattern sets the NamePattern field's value.

func (*AssessmentTemplateFilter) SetRulesPackageArns

func (s *AssessmentTemplateFilter) SetRulesPackageArns(v []*string) *AssessmentTemplateFilter

SetRulesPackageArns sets the RulesPackageArns field's value.

func (AssessmentTemplateFilter) String

func (s AssessmentTemplateFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentTemplateFilter) Validate

func (s *AssessmentTemplateFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssetAttributes

type AssetAttributes struct {

    // The ID of the agent that is installed on the EC2 instance where the finding
    // is generated.
    AgentId *string `locationName:"agentId" min:"1" type:"string"`

    // The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance
    // where the finding is generated.
    AmiId *string `locationName:"amiId" type:"string"`

    // The Auto Scaling group of the EC2 instance where the finding is generated.
    AutoScalingGroup *string `locationName:"autoScalingGroup" min:"1" type:"string"`

    // The hostname of the EC2 instance where the finding is generated.
    Hostname *string `locationName:"hostname" type:"string"`

    // The list of IP v4 addresses of the EC2 instance where the finding is generated.
    Ipv4Addresses []*string `locationName:"ipv4Addresses" type:"list"`

    // An array of the network interfaces interacting with the EC2 instance where
    // the finding is generated.
    NetworkInterfaces []*NetworkInterface `locationName:"networkInterfaces" type:"list"`

    // The schema version of this data type.
    //
    // SchemaVersion is a required field
    SchemaVersion *int64 `locationName:"schemaVersion" type:"integer" required:"true"`

    // The tags related to the EC2 instance where the finding is generated.
    Tags []*Tag `locationName:"tags" type:"list"`
    // contains filtered or unexported fields
}

A collection of attributes of the host from which the finding is generated.

func (AssetAttributes) GoString

func (s AssetAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssetAttributes) SetAgentId

func (s *AssetAttributes) SetAgentId(v string) *AssetAttributes

SetAgentId sets the AgentId field's value.

func (*AssetAttributes) SetAmiId

func (s *AssetAttributes) SetAmiId(v string) *AssetAttributes

SetAmiId sets the AmiId field's value.

func (*AssetAttributes) SetAutoScalingGroup

func (s *AssetAttributes) SetAutoScalingGroup(v string) *AssetAttributes

SetAutoScalingGroup sets the AutoScalingGroup field's value.

func (*AssetAttributes) SetHostname

func (s *AssetAttributes) SetHostname(v string) *AssetAttributes

SetHostname sets the Hostname field's value.

func (*AssetAttributes) SetIpv4Addresses

func (s *AssetAttributes) SetIpv4Addresses(v []*string) *AssetAttributes

SetIpv4Addresses sets the Ipv4Addresses field's value.

func (*AssetAttributes) SetNetworkInterfaces

func (s *AssetAttributes) SetNetworkInterfaces(v []*NetworkInterface) *AssetAttributes

SetNetworkInterfaces sets the NetworkInterfaces field's value.

func (*AssetAttributes) SetSchemaVersion

func (s *AssetAttributes) SetSchemaVersion(v int64) *AssetAttributes

SetSchemaVersion sets the SchemaVersion field's value.

func (*AssetAttributes) SetTags

func (s *AssetAttributes) SetTags(v []*Tag) *AssetAttributes

SetTags sets the Tags field's value.

func (AssetAttributes) String

func (s AssetAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Attribute

type Attribute struct {

    // The attribute key.
    //
    // Key is a required field
    Key *string `locationName:"key" min:"1" type:"string" required:"true"`

    // The value assigned to the attribute key.
    Value *string `locationName:"value" min:"1" type:"string"`
    // contains filtered or unexported fields
}

This data type is used as a request parameter in the AddAttributesToFindings and CreateAssessmentTemplate actions.

func (Attribute) GoString

func (s Attribute) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Attribute) SetKey

func (s *Attribute) SetKey(v string) *Attribute

SetKey sets the Key field's value.

func (*Attribute) SetValue

func (s *Attribute) SetValue(v string) *Attribute

SetValue sets the Value field's value.

func (Attribute) String

func (s Attribute) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Attribute) Validate

func (s *Attribute) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssessmentTargetInput

type CreateAssessmentTargetInput struct {

    // The user-defined name that identifies the assessment target that you want
    // to create. The name must be unique within the AWS account.
    //
    // AssessmentTargetName is a required field
    AssessmentTargetName *string `locationName:"assessmentTargetName" min:"1" type:"string" required:"true"`

    // The ARN that specifies the resource group that is used to create the assessment
    // target. If resourceGroupArn is not specified, all EC2 instances in the current
    // AWS account and region are included in the assessment target.
    ResourceGroupArn *string `locationName:"resourceGroupArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateAssessmentTargetInput) GoString

func (s CreateAssessmentTargetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentTargetInput) SetAssessmentTargetName

func (s *CreateAssessmentTargetInput) SetAssessmentTargetName(v string) *CreateAssessmentTargetInput

SetAssessmentTargetName sets the AssessmentTargetName field's value.

func (*CreateAssessmentTargetInput) SetResourceGroupArn

func (s *CreateAssessmentTargetInput) SetResourceGroupArn(v string) *CreateAssessmentTargetInput

SetResourceGroupArn sets the ResourceGroupArn field's value.

func (CreateAssessmentTargetInput) String

func (s CreateAssessmentTargetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentTargetInput) Validate

func (s *CreateAssessmentTargetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssessmentTargetOutput

type CreateAssessmentTargetOutput struct {

    // The ARN that specifies the assessment target that is created.
    //
    // AssessmentTargetArn is a required field
    AssessmentTargetArn *string `locationName:"assessmentTargetArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAssessmentTargetOutput) GoString

func (s CreateAssessmentTargetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentTargetOutput) SetAssessmentTargetArn

func (s *CreateAssessmentTargetOutput) SetAssessmentTargetArn(v string) *CreateAssessmentTargetOutput

SetAssessmentTargetArn sets the AssessmentTargetArn field's value.

func (CreateAssessmentTargetOutput) String

func (s CreateAssessmentTargetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssessmentTemplateInput

type CreateAssessmentTemplateInput struct {

    // The ARN that specifies the assessment target for which you want to create
    // the assessment template.
    //
    // AssessmentTargetArn is a required field
    AssessmentTargetArn *string `locationName:"assessmentTargetArn" min:"1" type:"string" required:"true"`

    // The user-defined name that identifies the assessment template that you want
    // to create. You can create several assessment templates for an assessment
    // target. The names of the assessment templates that correspond to a particular
    // assessment target must be unique.
    //
    // AssessmentTemplateName is a required field
    AssessmentTemplateName *string `locationName:"assessmentTemplateName" min:"1" type:"string" required:"true"`

    // The duration of the assessment run in seconds.
    //
    // DurationInSeconds is a required field
    DurationInSeconds *int64 `locationName:"durationInSeconds" min:"180" type:"integer" required:"true"`

    // The ARNs that specify the rules packages that you want to attach to the assessment
    // template.
    //
    // RulesPackageArns is a required field
    RulesPackageArns []*string `locationName:"rulesPackageArns" type:"list" required:"true"`

    // The user-defined attributes that are assigned to every finding that is generated
    // by the assessment run that uses this assessment template. An attribute is
    // a key and value pair (an Attribute object). Within an assessment template,
    // each key must be unique.
    UserAttributesForFindings []*Attribute `locationName:"userAttributesForFindings" type:"list"`
    // contains filtered or unexported fields
}

func (CreateAssessmentTemplateInput) GoString

func (s CreateAssessmentTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentTemplateInput) SetAssessmentTargetArn

func (s *CreateAssessmentTemplateInput) SetAssessmentTargetArn(v string) *CreateAssessmentTemplateInput

SetAssessmentTargetArn sets the AssessmentTargetArn field's value.

func (*CreateAssessmentTemplateInput) SetAssessmentTemplateName

func (s *CreateAssessmentTemplateInput) SetAssessmentTemplateName(v string) *CreateAssessmentTemplateInput

SetAssessmentTemplateName sets the AssessmentTemplateName field's value.

func (*CreateAssessmentTemplateInput) SetDurationInSeconds

func (s *CreateAssessmentTemplateInput) SetDurationInSeconds(v int64) *CreateAssessmentTemplateInput

SetDurationInSeconds sets the DurationInSeconds field's value.

func (*CreateAssessmentTemplateInput) SetRulesPackageArns

func (s *CreateAssessmentTemplateInput) SetRulesPackageArns(v []*string) *CreateAssessmentTemplateInput

SetRulesPackageArns sets the RulesPackageArns field's value.

func (*CreateAssessmentTemplateInput) SetUserAttributesForFindings

func (s *CreateAssessmentTemplateInput) SetUserAttributesForFindings(v []*Attribute) *CreateAssessmentTemplateInput

SetUserAttributesForFindings sets the UserAttributesForFindings field's value.

func (CreateAssessmentTemplateInput) String

func (s CreateAssessmentTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentTemplateInput) Validate

func (s *CreateAssessmentTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssessmentTemplateOutput

type CreateAssessmentTemplateOutput struct {

    // The ARN that specifies the assessment template that is created.
    //
    // AssessmentTemplateArn is a required field
    AssessmentTemplateArn *string `locationName:"assessmentTemplateArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAssessmentTemplateOutput) GoString

func (s CreateAssessmentTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentTemplateOutput) SetAssessmentTemplateArn

func (s *CreateAssessmentTemplateOutput) SetAssessmentTemplateArn(v string) *CreateAssessmentTemplateOutput

SetAssessmentTemplateArn sets the AssessmentTemplateArn field's value.

func (CreateAssessmentTemplateOutput) String

func (s CreateAssessmentTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateExclusionsPreviewInput

type CreateExclusionsPreviewInput struct {

    // The ARN that specifies the assessment template for which you want to create
    // an exclusions preview.
    //
    // AssessmentTemplateArn is a required field
    AssessmentTemplateArn *string `locationName:"assessmentTemplateArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateExclusionsPreviewInput) GoString

func (s CreateExclusionsPreviewInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExclusionsPreviewInput) SetAssessmentTemplateArn

func (s *CreateExclusionsPreviewInput) SetAssessmentTemplateArn(v string) *CreateExclusionsPreviewInput

SetAssessmentTemplateArn sets the AssessmentTemplateArn field's value.

func (CreateExclusionsPreviewInput) String

func (s CreateExclusionsPreviewInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExclusionsPreviewInput) Validate

func (s *CreateExclusionsPreviewInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateExclusionsPreviewOutput

type CreateExclusionsPreviewOutput struct {

    // Specifies the unique identifier of the requested exclusions preview. You
    // can use the unique identifier to retrieve the exclusions preview when running
    // the GetExclusionsPreview API.
    //
    // PreviewToken is a required field
    PreviewToken *string `locationName:"previewToken" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateExclusionsPreviewOutput) GoString

func (s CreateExclusionsPreviewOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExclusionsPreviewOutput) SetPreviewToken

func (s *CreateExclusionsPreviewOutput) SetPreviewToken(v string) *CreateExclusionsPreviewOutput

SetPreviewToken sets the PreviewToken field's value.

func (CreateExclusionsPreviewOutput) String

func (s CreateExclusionsPreviewOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateResourceGroupInput

type CreateResourceGroupInput struct {

    // A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
    //
    // For example,'[{"key":"Name","values":["TestEC2Instance"]}]'.
    //
    // ResourceGroupTags is a required field
    ResourceGroupTags []*ResourceGroupTag `locationName:"resourceGroupTags" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (CreateResourceGroupInput) GoString

func (s CreateResourceGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourceGroupInput) SetResourceGroupTags

func (s *CreateResourceGroupInput) SetResourceGroupTags(v []*ResourceGroupTag) *CreateResourceGroupInput

SetResourceGroupTags sets the ResourceGroupTags field's value.

func (CreateResourceGroupInput) String

func (s CreateResourceGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourceGroupInput) Validate

func (s *CreateResourceGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateResourceGroupOutput

type CreateResourceGroupOutput struct {

    // The ARN that specifies the resource group that is created.
    //
    // ResourceGroupArn is a required field
    ResourceGroupArn *string `locationName:"resourceGroupArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateResourceGroupOutput) GoString

func (s CreateResourceGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourceGroupOutput) SetResourceGroupArn

func (s *CreateResourceGroupOutput) SetResourceGroupArn(v string) *CreateResourceGroupOutput

SetResourceGroupArn sets the ResourceGroupArn field's value.

func (CreateResourceGroupOutput) String

func (s CreateResourceGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssessmentRunInput

type DeleteAssessmentRunInput struct {

    // The ARN that specifies the assessment run that you want to delete.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssessmentRunInput) GoString

func (s DeleteAssessmentRunInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentRunInput) SetAssessmentRunArn

func (s *DeleteAssessmentRunInput) SetAssessmentRunArn(v string) *DeleteAssessmentRunInput

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (DeleteAssessmentRunInput) String

func (s DeleteAssessmentRunInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentRunInput) Validate

func (s *DeleteAssessmentRunInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssessmentRunOutput

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

func (DeleteAssessmentRunOutput) GoString

func (s DeleteAssessmentRunOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssessmentRunOutput) String

func (s DeleteAssessmentRunOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssessmentTargetInput

type DeleteAssessmentTargetInput struct {

    // The ARN that specifies the assessment target that you want to delete.
    //
    // AssessmentTargetArn is a required field
    AssessmentTargetArn *string `locationName:"assessmentTargetArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssessmentTargetInput) GoString

func (s DeleteAssessmentTargetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentTargetInput) SetAssessmentTargetArn

func (s *DeleteAssessmentTargetInput) SetAssessmentTargetArn(v string) *DeleteAssessmentTargetInput

SetAssessmentTargetArn sets the AssessmentTargetArn field's value.

func (DeleteAssessmentTargetInput) String

func (s DeleteAssessmentTargetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentTargetInput) Validate

func (s *DeleteAssessmentTargetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssessmentTargetOutput

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

func (DeleteAssessmentTargetOutput) GoString

func (s DeleteAssessmentTargetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssessmentTargetOutput) String

func (s DeleteAssessmentTargetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssessmentTemplateInput

type DeleteAssessmentTemplateInput struct {

    // The ARN that specifies the assessment template that you want to delete.
    //
    // AssessmentTemplateArn is a required field
    AssessmentTemplateArn *string `locationName:"assessmentTemplateArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAssessmentTemplateInput) GoString

func (s DeleteAssessmentTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentTemplateInput) SetAssessmentTemplateArn

func (s *DeleteAssessmentTemplateInput) SetAssessmentTemplateArn(v string) *DeleteAssessmentTemplateInput

SetAssessmentTemplateArn sets the AssessmentTemplateArn field's value.

func (DeleteAssessmentTemplateInput) String

func (s DeleteAssessmentTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentTemplateInput) Validate

func (s *DeleteAssessmentTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssessmentTemplateOutput

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

func (DeleteAssessmentTemplateOutput) GoString

func (s DeleteAssessmentTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssessmentTemplateOutput) String

func (s DeleteAssessmentTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssessmentRunsInput

type DescribeAssessmentRunsInput struct {

    // The ARN that specifies the assessment run that you want to describe.
    //
    // AssessmentRunArns is a required field
    AssessmentRunArns []*string `locationName:"assessmentRunArns" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssessmentRunsInput) GoString

func (s DescribeAssessmentRunsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentRunsInput) SetAssessmentRunArns

func (s *DescribeAssessmentRunsInput) SetAssessmentRunArns(v []*string) *DescribeAssessmentRunsInput

SetAssessmentRunArns sets the AssessmentRunArns field's value.

func (DescribeAssessmentRunsInput) String

func (s DescribeAssessmentRunsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentRunsInput) Validate

func (s *DescribeAssessmentRunsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssessmentRunsOutput

type DescribeAssessmentRunsOutput struct {

    // Information about the assessment run.
    //
    // AssessmentRuns is a required field
    AssessmentRuns []*AssessmentRun `locationName:"assessmentRuns" type:"list" required:"true"`

    // Assessment run details that cannot be described. An error code is provided
    // for each failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssessmentRunsOutput) GoString

func (s DescribeAssessmentRunsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentRunsOutput) SetAssessmentRuns

func (s *DescribeAssessmentRunsOutput) SetAssessmentRuns(v []*AssessmentRun) *DescribeAssessmentRunsOutput

SetAssessmentRuns sets the AssessmentRuns field's value.

func (*DescribeAssessmentRunsOutput) SetFailedItems

func (s *DescribeAssessmentRunsOutput) SetFailedItems(v map[string]*FailedItemDetails) *DescribeAssessmentRunsOutput

SetFailedItems sets the FailedItems field's value.

func (DescribeAssessmentRunsOutput) String

func (s DescribeAssessmentRunsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssessmentTargetsInput

type DescribeAssessmentTargetsInput struct {

    // The ARNs that specifies the assessment targets that you want to describe.
    //
    // AssessmentTargetArns is a required field
    AssessmentTargetArns []*string `locationName:"assessmentTargetArns" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssessmentTargetsInput) GoString

func (s DescribeAssessmentTargetsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentTargetsInput) SetAssessmentTargetArns

func (s *DescribeAssessmentTargetsInput) SetAssessmentTargetArns(v []*string) *DescribeAssessmentTargetsInput

SetAssessmentTargetArns sets the AssessmentTargetArns field's value.

func (DescribeAssessmentTargetsInput) String

func (s DescribeAssessmentTargetsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentTargetsInput) Validate

func (s *DescribeAssessmentTargetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssessmentTargetsOutput

type DescribeAssessmentTargetsOutput struct {

    // Information about the assessment targets.
    //
    // AssessmentTargets is a required field
    AssessmentTargets []*AssessmentTarget `locationName:"assessmentTargets" type:"list" required:"true"`

    // Assessment target details that cannot be described. An error code is provided
    // for each failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssessmentTargetsOutput) GoString

func (s DescribeAssessmentTargetsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentTargetsOutput) SetAssessmentTargets

func (s *DescribeAssessmentTargetsOutput) SetAssessmentTargets(v []*AssessmentTarget) *DescribeAssessmentTargetsOutput

SetAssessmentTargets sets the AssessmentTargets field's value.

func (*DescribeAssessmentTargetsOutput) SetFailedItems

func (s *DescribeAssessmentTargetsOutput) SetFailedItems(v map[string]*FailedItemDetails) *DescribeAssessmentTargetsOutput

SetFailedItems sets the FailedItems field's value.

func (DescribeAssessmentTargetsOutput) String

func (s DescribeAssessmentTargetsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssessmentTemplatesInput

type DescribeAssessmentTemplatesInput struct {

    // AssessmentTemplateArns is a required field
    AssessmentTemplateArns []*string `locationName:"assessmentTemplateArns" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssessmentTemplatesInput) GoString

func (s DescribeAssessmentTemplatesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentTemplatesInput) SetAssessmentTemplateArns

func (s *DescribeAssessmentTemplatesInput) SetAssessmentTemplateArns(v []*string) *DescribeAssessmentTemplatesInput

SetAssessmentTemplateArns sets the AssessmentTemplateArns field's value.

func (DescribeAssessmentTemplatesInput) String

func (s DescribeAssessmentTemplatesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentTemplatesInput) Validate

func (s *DescribeAssessmentTemplatesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssessmentTemplatesOutput

type DescribeAssessmentTemplatesOutput struct {

    // Information about the assessment templates.
    //
    // AssessmentTemplates is a required field
    AssessmentTemplates []*AssessmentTemplate `locationName:"assessmentTemplates" type:"list" required:"true"`

    // Assessment template details that cannot be described. An error code is provided
    // for each failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAssessmentTemplatesOutput) GoString

func (s DescribeAssessmentTemplatesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssessmentTemplatesOutput) SetAssessmentTemplates

func (s *DescribeAssessmentTemplatesOutput) SetAssessmentTemplates(v []*AssessmentTemplate) *DescribeAssessmentTemplatesOutput

SetAssessmentTemplates sets the AssessmentTemplates field's value.

func (*DescribeAssessmentTemplatesOutput) SetFailedItems

func (s *DescribeAssessmentTemplatesOutput) SetFailedItems(v map[string]*FailedItemDetails) *DescribeAssessmentTemplatesOutput

SetFailedItems sets the FailedItems field's value.

func (DescribeAssessmentTemplatesOutput) String

func (s DescribeAssessmentTemplatesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCrossAccountAccessRoleInput

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

func (DescribeCrossAccountAccessRoleInput) GoString

func (s DescribeCrossAccountAccessRoleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeCrossAccountAccessRoleInput) String

func (s DescribeCrossAccountAccessRoleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCrossAccountAccessRoleOutput

type DescribeCrossAccountAccessRoleOutput struct {

    // The date when the cross-account access role was registered.
    //
    // RegisteredAt is a required field
    RegisteredAt *time.Time `locationName:"registeredAt" type:"timestamp" required:"true"`

    // The ARN that specifies the IAM role that Amazon Inspector uses to access
    // your AWS account.
    //
    // RoleArn is a required field
    RoleArn *string `locationName:"roleArn" min:"1" type:"string" required:"true"`

    // A Boolean value that specifies whether the IAM role has the necessary policies
    // attached to enable Amazon Inspector to access your AWS account.
    //
    // Valid is a required field
    Valid *bool `locationName:"valid" type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeCrossAccountAccessRoleOutput) GoString

func (s DescribeCrossAccountAccessRoleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCrossAccountAccessRoleOutput) SetRegisteredAt

func (s *DescribeCrossAccountAccessRoleOutput) SetRegisteredAt(v time.Time) *DescribeCrossAccountAccessRoleOutput

SetRegisteredAt sets the RegisteredAt field's value.

func (*DescribeCrossAccountAccessRoleOutput) SetRoleArn

func (s *DescribeCrossAccountAccessRoleOutput) SetRoleArn(v string) *DescribeCrossAccountAccessRoleOutput

SetRoleArn sets the RoleArn field's value.

func (*DescribeCrossAccountAccessRoleOutput) SetValid

func (s *DescribeCrossAccountAccessRoleOutput) SetValid(v bool) *DescribeCrossAccountAccessRoleOutput

SetValid sets the Valid field's value.

func (DescribeCrossAccountAccessRoleOutput) String

func (s DescribeCrossAccountAccessRoleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeExclusionsInput

type DescribeExclusionsInput struct {

    // The list of ARNs that specify the exclusions that you want to describe.
    //
    // ExclusionArns is a required field
    ExclusionArns []*string `locationName:"exclusionArns" min:"1" type:"list" required:"true"`

    // The locale into which you want to translate the exclusion's title, description,
    // and recommendation.
    Locale *string `locationName:"locale" type:"string" enum:"Locale"`
    // contains filtered or unexported fields
}

func (DescribeExclusionsInput) GoString

func (s DescribeExclusionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExclusionsInput) SetExclusionArns

func (s *DescribeExclusionsInput) SetExclusionArns(v []*string) *DescribeExclusionsInput

SetExclusionArns sets the ExclusionArns field's value.

func (*DescribeExclusionsInput) SetLocale

func (s *DescribeExclusionsInput) SetLocale(v string) *DescribeExclusionsInput

SetLocale sets the Locale field's value.

func (DescribeExclusionsInput) String

func (s DescribeExclusionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExclusionsInput) Validate

func (s *DescribeExclusionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeExclusionsOutput

type DescribeExclusionsOutput struct {

    // Information about the exclusions.
    //
    // Exclusions is a required field
    Exclusions map[string]*Exclusion `locationName:"exclusions" min:"1" type:"map" required:"true"`

    // Exclusion details that cannot be described. An error code is provided for
    // each failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeExclusionsOutput) GoString

func (s DescribeExclusionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExclusionsOutput) SetExclusions

func (s *DescribeExclusionsOutput) SetExclusions(v map[string]*Exclusion) *DescribeExclusionsOutput

SetExclusions sets the Exclusions field's value.

func (*DescribeExclusionsOutput) SetFailedItems

func (s *DescribeExclusionsOutput) SetFailedItems(v map[string]*FailedItemDetails) *DescribeExclusionsOutput

SetFailedItems sets the FailedItems field's value.

func (DescribeExclusionsOutput) String

func (s DescribeExclusionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFindingsInput

type DescribeFindingsInput struct {

    // The ARN that specifies the finding that you want to describe.
    //
    // FindingArns is a required field
    FindingArns []*string `locationName:"findingArns" min:"1" type:"list" required:"true"`

    // The locale into which you want to translate a finding description, recommendation,
    // and the short description that identifies the finding.
    Locale *string `locationName:"locale" type:"string" enum:"Locale"`
    // contains filtered or unexported fields
}

func (DescribeFindingsInput) GoString

func (s DescribeFindingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFindingsInput) SetFindingArns

func (s *DescribeFindingsInput) SetFindingArns(v []*string) *DescribeFindingsInput

SetFindingArns sets the FindingArns field's value.

func (*DescribeFindingsInput) SetLocale

func (s *DescribeFindingsInput) SetLocale(v string) *DescribeFindingsInput

SetLocale sets the Locale field's value.

func (DescribeFindingsInput) String

func (s DescribeFindingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFindingsInput) Validate

func (s *DescribeFindingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFindingsOutput

type DescribeFindingsOutput struct {

    // Finding details that cannot be described. An error code is provided for each
    // failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`

    // Information about the finding.
    //
    // Findings is a required field
    Findings []*Finding `locationName:"findings" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeFindingsOutput) GoString

func (s DescribeFindingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFindingsOutput) SetFailedItems

func (s *DescribeFindingsOutput) SetFailedItems(v map[string]*FailedItemDetails) *DescribeFindingsOutput

SetFailedItems sets the FailedItems field's value.

func (*DescribeFindingsOutput) SetFindings

func (s *DescribeFindingsOutput) SetFindings(v []*Finding) *DescribeFindingsOutput

SetFindings sets the Findings field's value.

func (DescribeFindingsOutput) String

func (s DescribeFindingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeResourceGroupsInput

type DescribeResourceGroupsInput struct {

    // The ARN that specifies the resource group that you want to describe.
    //
    // ResourceGroupArns is a required field
    ResourceGroupArns []*string `locationName:"resourceGroupArns" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeResourceGroupsInput) GoString

func (s DescribeResourceGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourceGroupsInput) SetResourceGroupArns

func (s *DescribeResourceGroupsInput) SetResourceGroupArns(v []*string) *DescribeResourceGroupsInput

SetResourceGroupArns sets the ResourceGroupArns field's value.

func (DescribeResourceGroupsInput) String

func (s DescribeResourceGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourceGroupsInput) Validate

func (s *DescribeResourceGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeResourceGroupsOutput

type DescribeResourceGroupsOutput struct {

    // Resource group details that cannot be described. An error code is provided
    // for each failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`

    // Information about a resource group.
    //
    // ResourceGroups is a required field
    ResourceGroups []*ResourceGroup `locationName:"resourceGroups" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeResourceGroupsOutput) GoString

func (s DescribeResourceGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeResourceGroupsOutput) SetFailedItems

func (s *DescribeResourceGroupsOutput) SetFailedItems(v map[string]*FailedItemDetails) *DescribeResourceGroupsOutput

SetFailedItems sets the FailedItems field's value.

func (*DescribeResourceGroupsOutput) SetResourceGroups

func (s *DescribeResourceGroupsOutput) SetResourceGroups(v []*ResourceGroup) *DescribeResourceGroupsOutput

SetResourceGroups sets the ResourceGroups field's value.

func (DescribeResourceGroupsOutput) String

func (s DescribeResourceGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRulesPackagesInput

type DescribeRulesPackagesInput struct {

    // The locale that you want to translate a rules package description into.
    Locale *string `locationName:"locale" type:"string" enum:"Locale"`

    // The ARN that specifies the rules package that you want to describe.
    //
    // RulesPackageArns is a required field
    RulesPackageArns []*string `locationName:"rulesPackageArns" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeRulesPackagesInput) GoString

func (s DescribeRulesPackagesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRulesPackagesInput) SetLocale

func (s *DescribeRulesPackagesInput) SetLocale(v string) *DescribeRulesPackagesInput

SetLocale sets the Locale field's value.

func (*DescribeRulesPackagesInput) SetRulesPackageArns

func (s *DescribeRulesPackagesInput) SetRulesPackageArns(v []*string) *DescribeRulesPackagesInput

SetRulesPackageArns sets the RulesPackageArns field's value.

func (DescribeRulesPackagesInput) String

func (s DescribeRulesPackagesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRulesPackagesInput) Validate

func (s *DescribeRulesPackagesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRulesPackagesOutput

type DescribeRulesPackagesOutput struct {

    // Rules package details that cannot be described. An error code is provided
    // for each failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`

    // Information about the rules package.
    //
    // RulesPackages is a required field
    RulesPackages []*RulesPackage `locationName:"rulesPackages" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeRulesPackagesOutput) GoString

func (s DescribeRulesPackagesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRulesPackagesOutput) SetFailedItems

func (s *DescribeRulesPackagesOutput) SetFailedItems(v map[string]*FailedItemDetails) *DescribeRulesPackagesOutput

SetFailedItems sets the FailedItems field's value.

func (*DescribeRulesPackagesOutput) SetRulesPackages

func (s *DescribeRulesPackagesOutput) SetRulesPackages(v []*RulesPackage) *DescribeRulesPackagesOutput

SetRulesPackages sets the RulesPackages field's value.

func (DescribeRulesPackagesOutput) String

func (s DescribeRulesPackagesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DurationRange

type DurationRange struct {

    // The maximum value of the duration range. Must be less than or equal to 604800
    // seconds (1 week).
    MaxSeconds *int64 `locationName:"maxSeconds" min:"180" type:"integer"`

    // The minimum value of the duration range. Must be greater than zero.
    MinSeconds *int64 `locationName:"minSeconds" min:"180" type:"integer"`
    // contains filtered or unexported fields
}

This data type is used in the AssessmentTemplateFilter data type.

func (DurationRange) GoString

func (s DurationRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DurationRange) SetMaxSeconds

func (s *DurationRange) SetMaxSeconds(v int64) *DurationRange

SetMaxSeconds sets the MaxSeconds field's value.

func (*DurationRange) SetMinSeconds

func (s *DurationRange) SetMinSeconds(v int64) *DurationRange

SetMinSeconds sets the MinSeconds field's value.

func (DurationRange) String

func (s DurationRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DurationRange) Validate

func (s *DurationRange) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EventSubscription

type EventSubscription struct {

    // The event for which Amazon Simple Notification Service (SNS) notifications
    // are sent.
    //
    // Event is a required field
    Event *string `locationName:"event" type:"string" required:"true" enum:"Event"`

    // The time at which SubscribeToEvent is called.
    //
    // SubscribedAt is a required field
    SubscribedAt *time.Time `locationName:"subscribedAt" type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

This data type is used in the Subscription data type.

func (EventSubscription) GoString

func (s EventSubscription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventSubscription) SetEvent

func (s *EventSubscription) SetEvent(v string) *EventSubscription

SetEvent sets the Event field's value.

func (*EventSubscription) SetSubscribedAt

func (s *EventSubscription) SetSubscribedAt(v time.Time) *EventSubscription

SetSubscribedAt sets the SubscribedAt field's value.

func (EventSubscription) String

func (s EventSubscription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Exclusion

type Exclusion struct {

    // The ARN that specifies the exclusion.
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The system-defined attributes for the exclusion.
    Attributes []*Attribute `locationName:"attributes" type:"list"`

    // The description of the exclusion.
    //
    // Description is a required field
    Description *string `locationName:"description" type:"string" required:"true"`

    // The recommendation for the exclusion.
    //
    // Recommendation is a required field
    Recommendation *string `locationName:"recommendation" type:"string" required:"true"`

    // The AWS resources for which the exclusion pertains.
    //
    // Scopes is a required field
    Scopes []*Scope `locationName:"scopes" min:"1" type:"list" required:"true"`

    // The name of the exclusion.
    //
    // Title is a required field
    Title *string `locationName:"title" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information about what was excluded from an assessment run.

func (Exclusion) GoString

func (s Exclusion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Exclusion) SetArn

func (s *Exclusion) SetArn(v string) *Exclusion

SetArn sets the Arn field's value.

func (*Exclusion) SetAttributes

func (s *Exclusion) SetAttributes(v []*Attribute) *Exclusion

SetAttributes sets the Attributes field's value.

func (*Exclusion) SetDescription

func (s *Exclusion) SetDescription(v string) *Exclusion

SetDescription sets the Description field's value.

func (*Exclusion) SetRecommendation

func (s *Exclusion) SetRecommendation(v string) *Exclusion

SetRecommendation sets the Recommendation field's value.

func (*Exclusion) SetScopes

func (s *Exclusion) SetScopes(v []*Scope) *Exclusion

SetScopes sets the Scopes field's value.

func (*Exclusion) SetTitle

func (s *Exclusion) SetTitle(v string) *Exclusion

SetTitle sets the Title field's value.

func (Exclusion) String

func (s Exclusion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExclusionPreview

type ExclusionPreview struct {

    // The system-defined attributes for the exclusion preview.
    Attributes []*Attribute `locationName:"attributes" type:"list"`

    // The description of the exclusion preview.
    //
    // Description is a required field
    Description *string `locationName:"description" type:"string" required:"true"`

    // The recommendation for the exclusion preview.
    //
    // Recommendation is a required field
    Recommendation *string `locationName:"recommendation" type:"string" required:"true"`

    // The AWS resources for which the exclusion preview pertains.
    //
    // Scopes is a required field
    Scopes []*Scope `locationName:"scopes" min:"1" type:"list" required:"true"`

    // The name of the exclusion preview.
    //
    // Title is a required field
    Title *string `locationName:"title" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information about what is excluded from an assessment run given the current state of the assessment template.

func (ExclusionPreview) GoString

func (s ExclusionPreview) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExclusionPreview) SetAttributes

func (s *ExclusionPreview) SetAttributes(v []*Attribute) *ExclusionPreview

SetAttributes sets the Attributes field's value.

func (*ExclusionPreview) SetDescription

func (s *ExclusionPreview) SetDescription(v string) *ExclusionPreview

SetDescription sets the Description field's value.

func (*ExclusionPreview) SetRecommendation

func (s *ExclusionPreview) SetRecommendation(v string) *ExclusionPreview

SetRecommendation sets the Recommendation field's value.

func (*ExclusionPreview) SetScopes

func (s *ExclusionPreview) SetScopes(v []*Scope) *ExclusionPreview

SetScopes sets the Scopes field's value.

func (*ExclusionPreview) SetTitle

func (s *ExclusionPreview) SetTitle(v string) *ExclusionPreview

SetTitle sets the Title field's value.

func (ExclusionPreview) String

func (s ExclusionPreview) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FailedItemDetails

type FailedItemDetails struct {

    // The status code of a failed item.
    //
    // FailureCode is a required field
    FailureCode *string `locationName:"failureCode" type:"string" required:"true" enum:"FailedItemErrorCode"`

    // Indicates whether you can immediately retry a request for this item for a
    // specified resource.
    //
    // Retryable is a required field
    Retryable *bool `locationName:"retryable" type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Includes details about the failed items.

func (FailedItemDetails) GoString

func (s FailedItemDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailedItemDetails) SetFailureCode

func (s *FailedItemDetails) SetFailureCode(v string) *FailedItemDetails

SetFailureCode sets the FailureCode field's value.

func (*FailedItemDetails) SetRetryable

func (s *FailedItemDetails) SetRetryable(v bool) *FailedItemDetails

SetRetryable sets the Retryable field's value.

func (FailedItemDetails) String

func (s FailedItemDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Finding

type Finding struct {

    // The ARN that specifies the finding.
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // A collection of attributes of the host from which the finding is generated.
    AssetAttributes *AssetAttributes `locationName:"assetAttributes" type:"structure"`

    // The type of the host from which the finding is generated.
    AssetType *string `locationName:"assetType" type:"string" enum:"AssetType"`

    // The system-defined attributes for the finding.
    //
    // Attributes is a required field
    Attributes []*Attribute `locationName:"attributes" type:"list" required:"true"`

    // This data element is currently not used.
    Confidence *int64 `locationName:"confidence" type:"integer"`

    // The time when the finding was generated.
    //
    // CreatedAt is a required field
    CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"`

    // The description of the finding.
    Description *string `locationName:"description" type:"string"`

    // The ID of the finding.
    Id *string `locationName:"id" type:"string"`

    // This data element is currently not used.
    IndicatorOfCompromise *bool `locationName:"indicatorOfCompromise" type:"boolean"`

    // The numeric value of the finding severity.
    NumericSeverity *float64 `locationName:"numericSeverity" type:"double"`

    // The recommendation for the finding.
    Recommendation *string `locationName:"recommendation" type:"string"`

    // The schema version of this data type.
    SchemaVersion *int64 `locationName:"schemaVersion" type:"integer"`

    // The data element is set to "Inspector".
    Service *string `locationName:"service" type:"string"`

    // This data type is used in the Finding data type.
    ServiceAttributes *ServiceAttributes `locationName:"serviceAttributes" type:"structure"`

    // The finding severity. Values can be set to High, Medium, Low, and Informational.
    Severity *string `locationName:"severity" type:"string" enum:"Severity"`

    // The name of the finding.
    Title *string `locationName:"title" type:"string"`

    // The time when AddAttributesToFindings is called.
    //
    // UpdatedAt is a required field
    UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" required:"true"`

    // The user-defined attributes that are assigned to the finding.
    //
    // UserAttributes is a required field
    UserAttributes []*Attribute `locationName:"userAttributes" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action.

func (Finding) GoString

func (s Finding) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Finding) SetArn

func (s *Finding) SetArn(v string) *Finding

SetArn sets the Arn field's value.

func (*Finding) SetAssetAttributes

func (s *Finding) SetAssetAttributes(v *AssetAttributes) *Finding

SetAssetAttributes sets the AssetAttributes field's value.

func (*Finding) SetAssetType

func (s *Finding) SetAssetType(v string) *Finding

SetAssetType sets the AssetType field's value.

func (*Finding) SetAttributes

func (s *Finding) SetAttributes(v []*Attribute) *Finding

SetAttributes sets the Attributes field's value.

func (*Finding) SetConfidence

func (s *Finding) SetConfidence(v int64) *Finding

SetConfidence sets the Confidence field's value.

func (*Finding) SetCreatedAt

func (s *Finding) SetCreatedAt(v time.Time) *Finding

SetCreatedAt sets the CreatedAt field's value.

func (*Finding) SetDescription

func (s *Finding) SetDescription(v string) *Finding

SetDescription sets the Description field's value.

func (*Finding) SetId

func (s *Finding) SetId(v string) *Finding

SetId sets the Id field's value.

func (*Finding) SetIndicatorOfCompromise

func (s *Finding) SetIndicatorOfCompromise(v bool) *Finding

SetIndicatorOfCompromise sets the IndicatorOfCompromise field's value.

func (*Finding) SetNumericSeverity

func (s *Finding) SetNumericSeverity(v float64) *Finding

SetNumericSeverity sets the NumericSeverity field's value.

func (*Finding) SetRecommendation

func (s *Finding) SetRecommendation(v string) *Finding

SetRecommendation sets the Recommendation field's value.

func (*Finding) SetSchemaVersion

func (s *Finding) SetSchemaVersion(v int64) *Finding

SetSchemaVersion sets the SchemaVersion field's value.

func (*Finding) SetService

func (s *Finding) SetService(v string) *Finding

SetService sets the Service field's value.

func (*Finding) SetServiceAttributes

func (s *Finding) SetServiceAttributes(v *ServiceAttributes) *Finding

SetServiceAttributes sets the ServiceAttributes field's value.

func (*Finding) SetSeverity

func (s *Finding) SetSeverity(v string) *Finding

SetSeverity sets the Severity field's value.

func (*Finding) SetTitle

func (s *Finding) SetTitle(v string) *Finding

SetTitle sets the Title field's value.

func (*Finding) SetUpdatedAt

func (s *Finding) SetUpdatedAt(v time.Time) *Finding

SetUpdatedAt sets the UpdatedAt field's value.

func (*Finding) SetUserAttributes

func (s *Finding) SetUserAttributes(v []*Attribute) *Finding

SetUserAttributes sets the UserAttributes field's value.

func (Finding) String

func (s Finding) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FindingFilter

type FindingFilter struct {

    // For a record to match a filter, one of the values that is specified for this
    // data type property must be the exact match of the value of the agentId property
    // of the Finding data type.
    AgentIds []*string `locationName:"agentIds" type:"list"`

    // For a record to match a filter, the list of values that are specified for
    // this data type property must be contained in the list of values of the attributes
    // property of the Finding data type.
    Attributes []*Attribute `locationName:"attributes" type:"list"`

    // For a record to match a filter, one of the values that is specified for this
    // data type property must be the exact match of the value of the autoScalingGroup
    // property of the Finding data type.
    AutoScalingGroups []*string `locationName:"autoScalingGroups" type:"list"`

    // The time range during which the finding is generated.
    CreationTimeRange *TimestampRange `locationName:"creationTimeRange" type:"structure"`

    // For a record to match a filter, one of the values that is specified for this
    // data type property must be the exact match of the value of the ruleName property
    // of the Finding data type.
    RuleNames []*string `locationName:"ruleNames" type:"list"`

    // For a record to match a filter, one of the values that is specified for this
    // data type property must be the exact match of the value of the rulesPackageArn
    // property of the Finding data type.
    RulesPackageArns []*string `locationName:"rulesPackageArns" type:"list"`

    // For a record to match a filter, one of the values that is specified for this
    // data type property must be the exact match of the value of the severity property
    // of the Finding data type.
    Severities []*string `locationName:"severities" type:"list" enum:"Severity"`

    // For a record to match a filter, the value that is specified for this data
    // type property must be contained in the list of values of the userAttributes
    // property of the Finding data type.
    UserAttributes []*Attribute `locationName:"userAttributes" type:"list"`
    // contains filtered or unexported fields
}

This data type is used as a request parameter in the ListFindings action.

func (FindingFilter) GoString

func (s FindingFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FindingFilter) SetAgentIds

func (s *FindingFilter) SetAgentIds(v []*string) *FindingFilter

SetAgentIds sets the AgentIds field's value.

func (*FindingFilter) SetAttributes

func (s *FindingFilter) SetAttributes(v []*Attribute) *FindingFilter

SetAttributes sets the Attributes field's value.

func (*FindingFilter) SetAutoScalingGroups

func (s *FindingFilter) SetAutoScalingGroups(v []*string) *FindingFilter

SetAutoScalingGroups sets the AutoScalingGroups field's value.

func (*FindingFilter) SetCreationTimeRange

func (s *FindingFilter) SetCreationTimeRange(v *TimestampRange) *FindingFilter

SetCreationTimeRange sets the CreationTimeRange field's value.

func (*FindingFilter) SetRuleNames

func (s *FindingFilter) SetRuleNames(v []*string) *FindingFilter

SetRuleNames sets the RuleNames field's value.

func (*FindingFilter) SetRulesPackageArns

func (s *FindingFilter) SetRulesPackageArns(v []*string) *FindingFilter

SetRulesPackageArns sets the RulesPackageArns field's value.

func (*FindingFilter) SetSeverities

func (s *FindingFilter) SetSeverities(v []*string) *FindingFilter

SetSeverities sets the Severities field's value.

func (*FindingFilter) SetUserAttributes

func (s *FindingFilter) SetUserAttributes(v []*Attribute) *FindingFilter

SetUserAttributes sets the UserAttributes field's value.

func (FindingFilter) String

func (s FindingFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FindingFilter) Validate

func (s *FindingFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssessmentReportInput

type GetAssessmentReportInput struct {

    // The ARN that specifies the assessment run for which you want to generate
    // a report.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`

    // Specifies the file format (html or pdf) of the assessment report that you
    // want to generate.
    //
    // ReportFileFormat is a required field
    ReportFileFormat *string `locationName:"reportFileFormat" type:"string" required:"true" enum:"ReportFileFormat"`

    // Specifies the type of the assessment report that you want to generate. There
    // are two types of assessment reports: a finding report and a full report.
    // For more information, see Assessment Reports (https://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html).
    //
    // ReportType is a required field
    ReportType *string `locationName:"reportType" type:"string" required:"true" enum:"ReportType"`
    // contains filtered or unexported fields
}

func (GetAssessmentReportInput) GoString

func (s GetAssessmentReportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssessmentReportInput) SetAssessmentRunArn

func (s *GetAssessmentReportInput) SetAssessmentRunArn(v string) *GetAssessmentReportInput

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (*GetAssessmentReportInput) SetReportFileFormat

func (s *GetAssessmentReportInput) SetReportFileFormat(v string) *GetAssessmentReportInput

SetReportFileFormat sets the ReportFileFormat field's value.

func (*GetAssessmentReportInput) SetReportType

func (s *GetAssessmentReportInput) SetReportType(v string) *GetAssessmentReportInput

SetReportType sets the ReportType field's value.

func (GetAssessmentReportInput) String

func (s GetAssessmentReportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssessmentReportInput) Validate

func (s *GetAssessmentReportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssessmentReportOutput

type GetAssessmentReportOutput struct {

    // Specifies the status of the request to generate an assessment report.
    //
    // Status is a required field
    Status *string `locationName:"status" type:"string" required:"true" enum:"ReportStatus"`

    // Specifies the URL where you can find the generated assessment report. This
    // parameter is only returned if the report is successfully generated.
    Url *string `locationName:"url" type:"string"`
    // contains filtered or unexported fields
}

func (GetAssessmentReportOutput) GoString

func (s GetAssessmentReportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssessmentReportOutput) SetStatus

func (s *GetAssessmentReportOutput) SetStatus(v string) *GetAssessmentReportOutput

SetStatus sets the Status field's value.

func (*GetAssessmentReportOutput) SetUrl

func (s *GetAssessmentReportOutput) SetUrl(v string) *GetAssessmentReportOutput

SetUrl sets the Url field's value.

func (GetAssessmentReportOutput) String

func (s GetAssessmentReportOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetExclusionsPreviewInput

type GetExclusionsPreviewInput struct {

    // The ARN that specifies the assessment template for which the exclusions preview
    // was requested.
    //
    // AssessmentTemplateArn is a required field
    AssessmentTemplateArn *string `locationName:"assessmentTemplateArn" min:"1" type:"string" required:"true"`

    // The locale into which you want to translate the exclusion's title, description,
    // and recommendation.
    Locale *string `locationName:"locale" type:"string" enum:"Locale"`

    // You can use this parameter to indicate the maximum number of items you want
    // in the response. The default value is 100. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the GetExclusionsPreviewRequest action.
    // Subsequent calls to the action fill nextToken in the request with the value
    // of nextToken from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // The unique identifier associated of the exclusions preview.
    //
    // PreviewToken is a required field
    PreviewToken *string `locationName:"previewToken" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetExclusionsPreviewInput) GoString

func (s GetExclusionsPreviewInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetExclusionsPreviewInput) SetAssessmentTemplateArn

func (s *GetExclusionsPreviewInput) SetAssessmentTemplateArn(v string) *GetExclusionsPreviewInput

SetAssessmentTemplateArn sets the AssessmentTemplateArn field's value.

func (*GetExclusionsPreviewInput) SetLocale

func (s *GetExclusionsPreviewInput) SetLocale(v string) *GetExclusionsPreviewInput

SetLocale sets the Locale field's value.

func (*GetExclusionsPreviewInput) SetMaxResults

func (s *GetExclusionsPreviewInput) SetMaxResults(v int64) *GetExclusionsPreviewInput

SetMaxResults sets the MaxResults field's value.

func (*GetExclusionsPreviewInput) SetNextToken

func (s *GetExclusionsPreviewInput) SetNextToken(v string) *GetExclusionsPreviewInput

SetNextToken sets the NextToken field's value.

func (*GetExclusionsPreviewInput) SetPreviewToken

func (s *GetExclusionsPreviewInput) SetPreviewToken(v string) *GetExclusionsPreviewInput

SetPreviewToken sets the PreviewToken field's value.

func (GetExclusionsPreviewInput) String

func (s GetExclusionsPreviewInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetExclusionsPreviewInput) Validate

func (s *GetExclusionsPreviewInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetExclusionsPreviewOutput

type GetExclusionsPreviewOutput struct {

    // Information about the exclusions included in the preview.
    ExclusionPreviews []*ExclusionPreview `locationName:"exclusionPreviews" type:"list"`

    // When a response is generated, if there is more data to be listed, this parameters
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // Specifies the status of the request to generate an exclusions preview.
    //
    // PreviewStatus is a required field
    PreviewStatus *string `locationName:"previewStatus" type:"string" required:"true" enum:"PreviewStatus"`
    // contains filtered or unexported fields
}

func (GetExclusionsPreviewOutput) GoString

func (s GetExclusionsPreviewOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetExclusionsPreviewOutput) SetExclusionPreviews

func (s *GetExclusionsPreviewOutput) SetExclusionPreviews(v []*ExclusionPreview) *GetExclusionsPreviewOutput

SetExclusionPreviews sets the ExclusionPreviews field's value.

func (*GetExclusionsPreviewOutput) SetNextToken

func (s *GetExclusionsPreviewOutput) SetNextToken(v string) *GetExclusionsPreviewOutput

SetNextToken sets the NextToken field's value.

func (*GetExclusionsPreviewOutput) SetPreviewStatus

func (s *GetExclusionsPreviewOutput) SetPreviewStatus(v string) *GetExclusionsPreviewOutput

SetPreviewStatus sets the PreviewStatus field's value.

func (GetExclusionsPreviewOutput) String

func (s GetExclusionsPreviewOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetTelemetryMetadataInput

type GetTelemetryMetadataInput struct {

    // The ARN that specifies the assessment run that has the telemetry data that
    // you want to obtain.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetTelemetryMetadataInput) GoString

func (s GetTelemetryMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetTelemetryMetadataInput) SetAssessmentRunArn

func (s *GetTelemetryMetadataInput) SetAssessmentRunArn(v string) *GetTelemetryMetadataInput

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (GetTelemetryMetadataInput) String

func (s GetTelemetryMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetTelemetryMetadataInput) Validate

func (s *GetTelemetryMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTelemetryMetadataOutput

type GetTelemetryMetadataOutput struct {

    // Telemetry details.
    //
    // TelemetryMetadata is a required field
    TelemetryMetadata []*TelemetryMetadata `locationName:"telemetryMetadata" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (GetTelemetryMetadataOutput) GoString

func (s GetTelemetryMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetTelemetryMetadataOutput) SetTelemetryMetadata

func (s *GetTelemetryMetadataOutput) SetTelemetryMetadata(v []*TelemetryMetadata) *GetTelemetryMetadataOutput

SetTelemetryMetadata sets the TelemetryMetadata field's value.

func (GetTelemetryMetadataOutput) String

func (s GetTelemetryMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Inspector

type Inspector struct {
    *client.Client
}

Inspector provides the API operation methods for making requests to Amazon Inspector. See this package's package overview docs for details on the service.

Inspector methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *Inspector

New creates a new instance of the Inspector client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a Inspector client from just a session.
svc := inspector.New(mySession)

// Create a Inspector client with additional configuration
svc := inspector.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*Inspector) AddAttributesToFindings

func (c *Inspector) AddAttributesToFindings(input *AddAttributesToFindingsInput) (*AddAttributesToFindingsOutput, error)

AddAttributesToFindings API operation for Amazon Inspector.

Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation AddAttributesToFindings for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/AddAttributesToFindings

Example (Shared00)

Add attributes to findings Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.

Code:

svc := inspector.New(session.New())
input := &inspector.AddAttributesToFindingsInput{
    Attributes: []*inspector.Attribute{
        {
            Key:   aws.String("Example"),
            Value: aws.String("example"),
        },
    },
    FindingArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-8l1VIE0D/run/0-Z02cjjug/finding/0-T8yM9mEU"),
    },
}

result, err := svc.AddAttributesToFindings(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) AddAttributesToFindingsRequest

func (c *Inspector) AddAttributesToFindingsRequest(input *AddAttributesToFindingsInput) (req *request.Request, output *AddAttributesToFindingsOutput)

AddAttributesToFindingsRequest generates a "aws/request.Request" representing the client's request for the AddAttributesToFindings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddAttributesToFindings for more information on using the AddAttributesToFindings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddAttributesToFindingsRequest method.
req, resp := client.AddAttributesToFindingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/AddAttributesToFindings

func (*Inspector) AddAttributesToFindingsWithContext

func (c *Inspector) AddAttributesToFindingsWithContext(ctx aws.Context, input *AddAttributesToFindingsInput, opts ...request.Option) (*AddAttributesToFindingsOutput, error)

AddAttributesToFindingsWithContext is the same as AddAttributesToFindings with the addition of the ability to pass a context and additional request options.

See AddAttributesToFindings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) CreateAssessmentTarget

func (c *Inspector) CreateAssessmentTarget(input *CreateAssessmentTargetInput) (*CreateAssessmentTargetOutput, error)

CreateAssessmentTarget API operation for Amazon Inspector.

Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target. If the service-linked role (https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html) isn’t already registered, this action also creates and registers a service-linked role to grant Amazon Inspector access to AWS Services needed to perform security assessments. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see Amazon Inspector Assessment Targets (https://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation CreateAssessmentTarget for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • InvalidCrossAccountRoleException Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateAssessmentTarget

Example (Shared00)

Create assessment target Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account.

Code:

svc := inspector.New(session.New())
input := &inspector.CreateAssessmentTargetInput{
    AssessmentTargetName: aws.String("ExampleAssessmentTarget"),
    ResourceGroupArn:     aws.String("arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-AB6DMKnv"),
}

result, err := svc.CreateAssessmentTarget(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeLimitExceededException:
            fmt.Println(inspector.ErrCodeLimitExceededException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeInvalidCrossAccountRoleException:
            fmt.Println(inspector.ErrCodeInvalidCrossAccountRoleException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) CreateAssessmentTargetRequest

func (c *Inspector) CreateAssessmentTargetRequest(input *CreateAssessmentTargetInput) (req *request.Request, output *CreateAssessmentTargetOutput)

CreateAssessmentTargetRequest generates a "aws/request.Request" representing the client's request for the CreateAssessmentTarget operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAssessmentTarget for more information on using the CreateAssessmentTarget API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAssessmentTargetRequest method.
req, resp := client.CreateAssessmentTargetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateAssessmentTarget

func (*Inspector) CreateAssessmentTargetWithContext

func (c *Inspector) CreateAssessmentTargetWithContext(ctx aws.Context, input *CreateAssessmentTargetInput, opts ...request.Option) (*CreateAssessmentTargetOutput, error)

CreateAssessmentTargetWithContext is the same as CreateAssessmentTarget with the addition of the ability to pass a context and additional request options.

See CreateAssessmentTarget for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) CreateAssessmentTemplate

func (c *Inspector) CreateAssessmentTemplate(input *CreateAssessmentTemplateInput) (*CreateAssessmentTemplateOutput, error)

CreateAssessmentTemplate API operation for Amazon Inspector.

Creates an assessment template for the assessment target that is specified by the ARN of the assessment target. If the service-linked role (https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html) isn’t already registered, this action also creates and registers a service-linked role to grant Amazon Inspector access to AWS Services needed to perform security assessments.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation CreateAssessmentTemplate for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateAssessmentTemplate

Example (Shared00)

Create assessment template Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.

Code:

svc := inspector.New(session.New())
input := &inspector.CreateAssessmentTemplateInput{
    AssessmentTargetArn:    aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX"),
    AssessmentTemplateName: aws.String("ExampleAssessmentTemplate"),
    DurationInSeconds:      aws.Int64(180),
    RulesPackageArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:758058086616:rulespackage/0-11B9DBXp"),
    },
    UserAttributesForFindings: []*inspector.Attribute{
        {
            Key:   aws.String("Example"),
            Value: aws.String("example"),
        },
    },
}

result, err := svc.CreateAssessmentTemplate(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeLimitExceededException:
            fmt.Println(inspector.ErrCodeLimitExceededException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) CreateAssessmentTemplateRequest

func (c *Inspector) CreateAssessmentTemplateRequest(input *CreateAssessmentTemplateInput) (req *request.Request, output *CreateAssessmentTemplateOutput)

CreateAssessmentTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateAssessmentTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAssessmentTemplate for more information on using the CreateAssessmentTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAssessmentTemplateRequest method.
req, resp := client.CreateAssessmentTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateAssessmentTemplate

func (*Inspector) CreateAssessmentTemplateWithContext

func (c *Inspector) CreateAssessmentTemplateWithContext(ctx aws.Context, input *CreateAssessmentTemplateInput, opts ...request.Option) (*CreateAssessmentTemplateOutput, error)

CreateAssessmentTemplateWithContext is the same as CreateAssessmentTemplate with the addition of the ability to pass a context and additional request options.

See CreateAssessmentTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) CreateExclusionsPreview

func (c *Inspector) CreateExclusionsPreview(input *CreateExclusionsPreviewInput) (*CreateExclusionsPreviewOutput, error)

CreateExclusionsPreview API operation for Amazon Inspector.

Starts the generation of an exclusions preview for the specified assessment template. The exclusions preview lists the potential exclusions (ExclusionPreview) that Inspector can detect before it runs the assessment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation CreateExclusionsPreview for usage and error information.

Returned Error Types:

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • PreviewGenerationInProgressException The request is rejected. The specified assessment template is currently generating an exclusions preview.

  • InternalException Internal server error.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateExclusionsPreview

func (*Inspector) CreateExclusionsPreviewRequest

func (c *Inspector) CreateExclusionsPreviewRequest(input *CreateExclusionsPreviewInput) (req *request.Request, output *CreateExclusionsPreviewOutput)

CreateExclusionsPreviewRequest generates a "aws/request.Request" representing the client's request for the CreateExclusionsPreview operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateExclusionsPreview for more information on using the CreateExclusionsPreview API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateExclusionsPreviewRequest method.
req, resp := client.CreateExclusionsPreviewRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateExclusionsPreview

func (*Inspector) CreateExclusionsPreviewWithContext

func (c *Inspector) CreateExclusionsPreviewWithContext(ctx aws.Context, input *CreateExclusionsPreviewInput, opts ...request.Option) (*CreateExclusionsPreviewOutput, error)

CreateExclusionsPreviewWithContext is the same as CreateExclusionsPreview with the addition of the ability to pass a context and additional request options.

See CreateExclusionsPreview for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) CreateResourceGroup

func (c *Inspector) CreateResourceGroup(input *CreateResourceGroupInput) (*CreateResourceGroupOutput, error)

CreateResourceGroup API operation for Amazon Inspector.

Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target. For more information, see CreateAssessmentTarget.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation CreateResourceGroup for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateResourceGroup

Example (Shared00)

Create resource group Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target.

Code:

svc := inspector.New(session.New())
input := &inspector.CreateResourceGroupInput{
    ResourceGroupTags: []*inspector.ResourceGroupTag{
        {
            Key:   aws.String("Name"),
            Value: aws.String("example"),
        },
    },
}

result, err := svc.CreateResourceGroup(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeLimitExceededException:
            fmt.Println(inspector.ErrCodeLimitExceededException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) CreateResourceGroupRequest

func (c *Inspector) CreateResourceGroupRequest(input *CreateResourceGroupInput) (req *request.Request, output *CreateResourceGroupOutput)

CreateResourceGroupRequest generates a "aws/request.Request" representing the client's request for the CreateResourceGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateResourceGroup for more information on using the CreateResourceGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateResourceGroupRequest method.
req, resp := client.CreateResourceGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateResourceGroup

func (*Inspector) CreateResourceGroupWithContext

func (c *Inspector) CreateResourceGroupWithContext(ctx aws.Context, input *CreateResourceGroupInput, opts ...request.Option) (*CreateResourceGroupOutput, error)

CreateResourceGroupWithContext is the same as CreateResourceGroup with the addition of the ability to pass a context and additional request options.

See CreateResourceGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DeleteAssessmentRun

func (c *Inspector) DeleteAssessmentRun(input *DeleteAssessmentRunInput) (*DeleteAssessmentRunOutput, error)

DeleteAssessmentRun API operation for Amazon Inspector.

Deletes the assessment run that is specified by the ARN of the assessment run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DeleteAssessmentRun for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AssessmentRunInProgressException You cannot perform a specified action if an assessment run is currently in progress.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DeleteAssessmentRun

Example (Shared00)

Delete assessment run Deletes the assessment run that is specified by the ARN of the assessment run.

Code:

svc := inspector.New(session.New())
input := &inspector.DeleteAssessmentRunInput{
    AssessmentRunArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-11LMTAVe"),
}

result, err := svc.DeleteAssessmentRun(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAssessmentRunInProgressException:
            fmt.Println(inspector.ErrCodeAssessmentRunInProgressException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DeleteAssessmentRunRequest

func (c *Inspector) DeleteAssessmentRunRequest(input *DeleteAssessmentRunInput) (req *request.Request, output *DeleteAssessmentRunOutput)

DeleteAssessmentRunRequest generates a "aws/request.Request" representing the client's request for the DeleteAssessmentRun operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssessmentRun for more information on using the DeleteAssessmentRun API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssessmentRunRequest method.
req, resp := client.DeleteAssessmentRunRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DeleteAssessmentRun

func (*Inspector) DeleteAssessmentRunWithContext

func (c *Inspector) DeleteAssessmentRunWithContext(ctx aws.Context, input *DeleteAssessmentRunInput, opts ...request.Option) (*DeleteAssessmentRunOutput, error)

DeleteAssessmentRunWithContext is the same as DeleteAssessmentRun with the addition of the ability to pass a context and additional request options.

See DeleteAssessmentRun for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DeleteAssessmentTarget

func (c *Inspector) DeleteAssessmentTarget(input *DeleteAssessmentTargetInput) (*DeleteAssessmentTargetOutput, error)

DeleteAssessmentTarget API operation for Amazon Inspector.

Deletes the assessment target that is specified by the ARN of the assessment target.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DeleteAssessmentTarget for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AssessmentRunInProgressException You cannot perform a specified action if an assessment run is currently in progress.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DeleteAssessmentTarget

Example (Shared00)

Delete assessment target Deletes the assessment target that is specified by the ARN of the assessment target.

Code:

svc := inspector.New(session.New())
input := &inspector.DeleteAssessmentTargetInput{
    AssessmentTargetArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"),
}

result, err := svc.DeleteAssessmentTarget(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAssessmentRunInProgressException:
            fmt.Println(inspector.ErrCodeAssessmentRunInProgressException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DeleteAssessmentTargetRequest

func (c *Inspector) DeleteAssessmentTargetRequest(input *DeleteAssessmentTargetInput) (req *request.Request, output *DeleteAssessmentTargetOutput)

DeleteAssessmentTargetRequest generates a "aws/request.Request" representing the client's request for the DeleteAssessmentTarget operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssessmentTarget for more information on using the DeleteAssessmentTarget API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssessmentTargetRequest method.
req, resp := client.DeleteAssessmentTargetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DeleteAssessmentTarget

func (*Inspector) DeleteAssessmentTargetWithContext

func (c *Inspector) DeleteAssessmentTargetWithContext(ctx aws.Context, input *DeleteAssessmentTargetInput, opts ...request.Option) (*DeleteAssessmentTargetOutput, error)

DeleteAssessmentTargetWithContext is the same as DeleteAssessmentTarget with the addition of the ability to pass a context and additional request options.

See DeleteAssessmentTarget for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DeleteAssessmentTemplate

func (c *Inspector) DeleteAssessmentTemplate(input *DeleteAssessmentTemplateInput) (*DeleteAssessmentTemplateOutput, error)

DeleteAssessmentTemplate API operation for Amazon Inspector.

Deletes the assessment template that is specified by the ARN of the assessment template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DeleteAssessmentTemplate for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AssessmentRunInProgressException You cannot perform a specified action if an assessment run is currently in progress.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DeleteAssessmentTemplate

Example (Shared00)

Delete assessment template Deletes the assessment template that is specified by the ARN of the assessment template.

Code:

svc := inspector.New(session.New())
input := &inspector.DeleteAssessmentTemplateInput{
    AssessmentTemplateArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T"),
}

result, err := svc.DeleteAssessmentTemplate(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAssessmentRunInProgressException:
            fmt.Println(inspector.ErrCodeAssessmentRunInProgressException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DeleteAssessmentTemplateRequest

func (c *Inspector) DeleteAssessmentTemplateRequest(input *DeleteAssessmentTemplateInput) (req *request.Request, output *DeleteAssessmentTemplateOutput)

DeleteAssessmentTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteAssessmentTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssessmentTemplate for more information on using the DeleteAssessmentTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssessmentTemplateRequest method.
req, resp := client.DeleteAssessmentTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DeleteAssessmentTemplate

func (*Inspector) DeleteAssessmentTemplateWithContext

func (c *Inspector) DeleteAssessmentTemplateWithContext(ctx aws.Context, input *DeleteAssessmentTemplateInput, opts ...request.Option) (*DeleteAssessmentTemplateOutput, error)

DeleteAssessmentTemplateWithContext is the same as DeleteAssessmentTemplate with the addition of the ability to pass a context and additional request options.

See DeleteAssessmentTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DescribeAssessmentRuns

func (c *Inspector) DescribeAssessmentRuns(input *DescribeAssessmentRunsInput) (*DescribeAssessmentRunsOutput, error)

DescribeAssessmentRuns API operation for Amazon Inspector.

Describes the assessment runs that are specified by the ARNs of the assessment runs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DescribeAssessmentRuns for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeAssessmentRuns

Example (Shared00)

Describte assessment runs Describes the assessment runs that are specified by the ARNs of the assessment runs.

Code:

svc := inspector.New(session.New())
input := &inspector.DescribeAssessmentRunsInput{
    AssessmentRunArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"),
    },
}

result, err := svc.DescribeAssessmentRuns(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DescribeAssessmentRunsRequest

func (c *Inspector) DescribeAssessmentRunsRequest(input *DescribeAssessmentRunsInput) (req *request.Request, output *DescribeAssessmentRunsOutput)

DescribeAssessmentRunsRequest generates a "aws/request.Request" representing the client's request for the DescribeAssessmentRuns operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssessmentRuns for more information on using the DescribeAssessmentRuns API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssessmentRunsRequest method.
req, resp := client.DescribeAssessmentRunsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeAssessmentRuns

func (*Inspector) DescribeAssessmentRunsWithContext

func (c *Inspector) DescribeAssessmentRunsWithContext(ctx aws.Context, input *DescribeAssessmentRunsInput, opts ...request.Option) (*DescribeAssessmentRunsOutput, error)

DescribeAssessmentRunsWithContext is the same as DescribeAssessmentRuns with the addition of the ability to pass a context and additional request options.

See DescribeAssessmentRuns for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DescribeAssessmentTargets

func (c *Inspector) DescribeAssessmentTargets(input *DescribeAssessmentTargetsInput) (*DescribeAssessmentTargetsOutput, error)

DescribeAssessmentTargets API operation for Amazon Inspector.

Describes the assessment targets that are specified by the ARNs of the assessment targets.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DescribeAssessmentTargets for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeAssessmentTargets

Example (Shared00)

Describte assessment targets Describes the assessment targets that are specified by the ARNs of the assessment targets.

Code:

svc := inspector.New(session.New())
input := &inspector.DescribeAssessmentTargetsInput{
    AssessmentTargetArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"),
    },
}

result, err := svc.DescribeAssessmentTargets(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DescribeAssessmentTargetsRequest

func (c *Inspector) DescribeAssessmentTargetsRequest(input *DescribeAssessmentTargetsInput) (req *request.Request, output *DescribeAssessmentTargetsOutput)

DescribeAssessmentTargetsRequest generates a "aws/request.Request" representing the client's request for the DescribeAssessmentTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssessmentTargets for more information on using the DescribeAssessmentTargets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssessmentTargetsRequest method.
req, resp := client.DescribeAssessmentTargetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeAssessmentTargets

func (*Inspector) DescribeAssessmentTargetsWithContext

func (c *Inspector) DescribeAssessmentTargetsWithContext(ctx aws.Context, input *DescribeAssessmentTargetsInput, opts ...request.Option) (*DescribeAssessmentTargetsOutput, error)

DescribeAssessmentTargetsWithContext is the same as DescribeAssessmentTargets with the addition of the ability to pass a context and additional request options.

See DescribeAssessmentTargets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DescribeAssessmentTemplates

func (c *Inspector) DescribeAssessmentTemplates(input *DescribeAssessmentTemplatesInput) (*DescribeAssessmentTemplatesOutput, error)

DescribeAssessmentTemplates API operation for Amazon Inspector.

Describes the assessment templates that are specified by the ARNs of the assessment templates.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DescribeAssessmentTemplates for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeAssessmentTemplates

Example (Shared00)

Describte assessment templates Describes the assessment templates that are specified by the ARNs of the assessment templates.

Code:

svc := inspector.New(session.New())
input := &inspector.DescribeAssessmentTemplatesInput{
    AssessmentTemplateArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw"),
    },
}

result, err := svc.DescribeAssessmentTemplates(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DescribeAssessmentTemplatesRequest

func (c *Inspector) DescribeAssessmentTemplatesRequest(input *DescribeAssessmentTemplatesInput) (req *request.Request, output *DescribeAssessmentTemplatesOutput)

DescribeAssessmentTemplatesRequest generates a "aws/request.Request" representing the client's request for the DescribeAssessmentTemplates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssessmentTemplates for more information on using the DescribeAssessmentTemplates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssessmentTemplatesRequest method.
req, resp := client.DescribeAssessmentTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeAssessmentTemplates

func (*Inspector) DescribeAssessmentTemplatesWithContext

func (c *Inspector) DescribeAssessmentTemplatesWithContext(ctx aws.Context, input *DescribeAssessmentTemplatesInput, opts ...request.Option) (*DescribeAssessmentTemplatesOutput, error)

DescribeAssessmentTemplatesWithContext is the same as DescribeAssessmentTemplates with the addition of the ability to pass a context and additional request options.

See DescribeAssessmentTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DescribeCrossAccountAccessRole

func (c *Inspector) DescribeCrossAccountAccessRole(input *DescribeCrossAccountAccessRoleInput) (*DescribeCrossAccountAccessRoleOutput, error)

DescribeCrossAccountAccessRole API operation for Amazon Inspector.

Describes the IAM role that enables Amazon Inspector to access your AWS account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DescribeCrossAccountAccessRole for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeCrossAccountAccessRole

Example (Shared00)

Describte cross account access role Describes the IAM role that enables Amazon Inspector to access your AWS account.

Code:

svc := inspector.New(session.New())
input := &inspector.DescribeCrossAccountAccessRoleInput{}

result, err := svc.DescribeCrossAccountAccessRole(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DescribeCrossAccountAccessRoleRequest

func (c *Inspector) DescribeCrossAccountAccessRoleRequest(input *DescribeCrossAccountAccessRoleInput) (req *request.Request, output *DescribeCrossAccountAccessRoleOutput)

DescribeCrossAccountAccessRoleRequest generates a "aws/request.Request" representing the client's request for the DescribeCrossAccountAccessRole operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeCrossAccountAccessRole for more information on using the DescribeCrossAccountAccessRole API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeCrossAccountAccessRoleRequest method.
req, resp := client.DescribeCrossAccountAccessRoleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeCrossAccountAccessRole

func (*Inspector) DescribeCrossAccountAccessRoleWithContext

func (c *Inspector) DescribeCrossAccountAccessRoleWithContext(ctx aws.Context, input *DescribeCrossAccountAccessRoleInput, opts ...request.Option) (*DescribeCrossAccountAccessRoleOutput, error)

DescribeCrossAccountAccessRoleWithContext is the same as DescribeCrossAccountAccessRole with the addition of the ability to pass a context and additional request options.

See DescribeCrossAccountAccessRole for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DescribeExclusions

func (c *Inspector) DescribeExclusions(input *DescribeExclusionsInput) (*DescribeExclusionsOutput, error)

DescribeExclusions API operation for Amazon Inspector.

Describes the exclusions that are specified by the exclusions' ARNs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DescribeExclusions for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeExclusions

func (*Inspector) DescribeExclusionsRequest

func (c *Inspector) DescribeExclusionsRequest(input *DescribeExclusionsInput) (req *request.Request, output *DescribeExclusionsOutput)

DescribeExclusionsRequest generates a "aws/request.Request" representing the client's request for the DescribeExclusions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeExclusions for more information on using the DescribeExclusions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeExclusionsRequest method.
req, resp := client.DescribeExclusionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeExclusions

func (*Inspector) DescribeExclusionsWithContext

func (c *Inspector) DescribeExclusionsWithContext(ctx aws.Context, input *DescribeExclusionsInput, opts ...request.Option) (*DescribeExclusionsOutput, error)

DescribeExclusionsWithContext is the same as DescribeExclusions with the addition of the ability to pass a context and additional request options.

See DescribeExclusions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DescribeFindings

func (c *Inspector) DescribeFindings(input *DescribeFindingsInput) (*DescribeFindingsOutput, error)

DescribeFindings API operation for Amazon Inspector.

Describes the findings that are specified by the ARNs of the findings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DescribeFindings for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeFindings

Example (Shared00)

Describe findings Describes the findings that are specified by the ARNs of the findings.

Code:

svc := inspector.New(session.New())
input := &inspector.DescribeFindingsInput{
    FindingArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE/finding/0-HwPnsDm4"),
    },
}

result, err := svc.DescribeFindings(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DescribeFindingsRequest

func (c *Inspector) DescribeFindingsRequest(input *DescribeFindingsInput) (req *request.Request, output *DescribeFindingsOutput)

DescribeFindingsRequest generates a "aws/request.Request" representing the client's request for the DescribeFindings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFindings for more information on using the DescribeFindings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFindingsRequest method.
req, resp := client.DescribeFindingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeFindings

func (*Inspector) DescribeFindingsWithContext

func (c *Inspector) DescribeFindingsWithContext(ctx aws.Context, input *DescribeFindingsInput, opts ...request.Option) (*DescribeFindingsOutput, error)

DescribeFindingsWithContext is the same as DescribeFindings with the addition of the ability to pass a context and additional request options.

See DescribeFindings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DescribeResourceGroups

func (c *Inspector) DescribeResourceGroups(input *DescribeResourceGroupsInput) (*DescribeResourceGroupsOutput, error)

DescribeResourceGroups API operation for Amazon Inspector.

Describes the resource groups that are specified by the ARNs of the resource groups.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DescribeResourceGroups for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeResourceGroups

Example (Shared00)

Describe resource groups Describes the resource groups that are specified by the ARNs of the resource groups.

Code:

svc := inspector.New(session.New())
input := &inspector.DescribeResourceGroupsInput{
    ResourceGroupArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-PyGXopAI"),
    },
}

result, err := svc.DescribeResourceGroups(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DescribeResourceGroupsRequest

func (c *Inspector) DescribeResourceGroupsRequest(input *DescribeResourceGroupsInput) (req *request.Request, output *DescribeResourceGroupsOutput)

DescribeResourceGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeResourceGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeResourceGroups for more information on using the DescribeResourceGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeResourceGroupsRequest method.
req, resp := client.DescribeResourceGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeResourceGroups

func (*Inspector) DescribeResourceGroupsWithContext

func (c *Inspector) DescribeResourceGroupsWithContext(ctx aws.Context, input *DescribeResourceGroupsInput, opts ...request.Option) (*DescribeResourceGroupsOutput, error)

DescribeResourceGroupsWithContext is the same as DescribeResourceGroups with the addition of the ability to pass a context and additional request options.

See DescribeResourceGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) DescribeRulesPackages

func (c *Inspector) DescribeRulesPackages(input *DescribeRulesPackagesInput) (*DescribeRulesPackagesOutput, error)

DescribeRulesPackages API operation for Amazon Inspector.

Describes the rules packages that are specified by the ARNs of the rules packages.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation DescribeRulesPackages for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeRulesPackages

Example (Shared00)

Describe rules packages Describes the rules packages that are specified by the ARNs of the rules packages.

Code:

svc := inspector.New(session.New())
input := &inspector.DescribeRulesPackagesInput{
    RulesPackageArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:758058086616:rulespackage/0-JJOtZiqQ"),
    },
}

result, err := svc.DescribeRulesPackages(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) DescribeRulesPackagesRequest

func (c *Inspector) DescribeRulesPackagesRequest(input *DescribeRulesPackagesInput) (req *request.Request, output *DescribeRulesPackagesOutput)

DescribeRulesPackagesRequest generates a "aws/request.Request" representing the client's request for the DescribeRulesPackages operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRulesPackages for more information on using the DescribeRulesPackages API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRulesPackagesRequest method.
req, resp := client.DescribeRulesPackagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeRulesPackages

func (*Inspector) DescribeRulesPackagesWithContext

func (c *Inspector) DescribeRulesPackagesWithContext(ctx aws.Context, input *DescribeRulesPackagesInput, opts ...request.Option) (*DescribeRulesPackagesOutput, error)

DescribeRulesPackagesWithContext is the same as DescribeRulesPackages with the addition of the ability to pass a context and additional request options.

See DescribeRulesPackages for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) GetAssessmentReport

func (c *Inspector) GetAssessmentReport(input *GetAssessmentReportInput) (*GetAssessmentReportOutput, error)

GetAssessmentReport API operation for Amazon Inspector.

Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation GetAssessmentReport for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • AssessmentRunInProgressException You cannot perform a specified action if an assessment run is currently in progress.

  • UnsupportedFeatureException Used by the GetAssessmentReport API. The request was rejected because you tried to generate a report for an assessment run that existed before reporting was supported in Amazon Inspector. You can only generate reports for assessment runs that took place or will take place after generating reports in Amazon Inspector became available.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetAssessmentReport

func (*Inspector) GetAssessmentReportRequest

func (c *Inspector) GetAssessmentReportRequest(input *GetAssessmentReportInput) (req *request.Request, output *GetAssessmentReportOutput)

GetAssessmentReportRequest generates a "aws/request.Request" representing the client's request for the GetAssessmentReport operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAssessmentReport for more information on using the GetAssessmentReport API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAssessmentReportRequest method.
req, resp := client.GetAssessmentReportRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetAssessmentReport

func (*Inspector) GetAssessmentReportWithContext

func (c *Inspector) GetAssessmentReportWithContext(ctx aws.Context, input *GetAssessmentReportInput, opts ...request.Option) (*GetAssessmentReportOutput, error)

GetAssessmentReportWithContext is the same as GetAssessmentReport with the addition of the ability to pass a context and additional request options.

See GetAssessmentReport for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) GetExclusionsPreview

func (c *Inspector) GetExclusionsPreview(input *GetExclusionsPreviewInput) (*GetExclusionsPreviewOutput, error)

GetExclusionsPreview API operation for Amazon Inspector.

Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token. You can obtain the preview token by running the CreateExclusionsPreview API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation GetExclusionsPreview for usage and error information.

Returned Error Types:

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • InternalException Internal server error.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetExclusionsPreview

func (*Inspector) GetExclusionsPreviewPages

func (c *Inspector) GetExclusionsPreviewPages(input *GetExclusionsPreviewInput, fn func(*GetExclusionsPreviewOutput, bool) bool) error

GetExclusionsPreviewPages iterates over the pages of a GetExclusionsPreview operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetExclusionsPreview method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetExclusionsPreview operation.
pageNum := 0
err := client.GetExclusionsPreviewPages(params,
    func(page *inspector.GetExclusionsPreviewOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) GetExclusionsPreviewPagesWithContext

func (c *Inspector) GetExclusionsPreviewPagesWithContext(ctx aws.Context, input *GetExclusionsPreviewInput, fn func(*GetExclusionsPreviewOutput, bool) bool, opts ...request.Option) error

GetExclusionsPreviewPagesWithContext same as GetExclusionsPreviewPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) GetExclusionsPreviewRequest

func (c *Inspector) GetExclusionsPreviewRequest(input *GetExclusionsPreviewInput) (req *request.Request, output *GetExclusionsPreviewOutput)

GetExclusionsPreviewRequest generates a "aws/request.Request" representing the client's request for the GetExclusionsPreview operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetExclusionsPreview for more information on using the GetExclusionsPreview API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetExclusionsPreviewRequest method.
req, resp := client.GetExclusionsPreviewRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetExclusionsPreview

func (*Inspector) GetExclusionsPreviewWithContext

func (c *Inspector) GetExclusionsPreviewWithContext(ctx aws.Context, input *GetExclusionsPreviewInput, opts ...request.Option) (*GetExclusionsPreviewOutput, error)

GetExclusionsPreviewWithContext is the same as GetExclusionsPreview with the addition of the ability to pass a context and additional request options.

See GetExclusionsPreview for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) GetTelemetryMetadata

func (c *Inspector) GetTelemetryMetadata(input *GetTelemetryMetadataInput) (*GetTelemetryMetadataOutput, error)

GetTelemetryMetadata API operation for Amazon Inspector.

Information about the data that is collected for the specified assessment run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation GetTelemetryMetadata for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetTelemetryMetadata

Example (Shared00)

Get telemetry metadata Information about the data that is collected for the specified assessment run.

Code:

svc := inspector.New(session.New())
input := &inspector.GetTelemetryMetadataInput{
    AssessmentRunArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"),
}

result, err := svc.GetTelemetryMetadata(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) GetTelemetryMetadataRequest

func (c *Inspector) GetTelemetryMetadataRequest(input *GetTelemetryMetadataInput) (req *request.Request, output *GetTelemetryMetadataOutput)

GetTelemetryMetadataRequest generates a "aws/request.Request" representing the client's request for the GetTelemetryMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetTelemetryMetadata for more information on using the GetTelemetryMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetTelemetryMetadataRequest method.
req, resp := client.GetTelemetryMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetTelemetryMetadata

func (*Inspector) GetTelemetryMetadataWithContext

func (c *Inspector) GetTelemetryMetadataWithContext(ctx aws.Context, input *GetTelemetryMetadataInput, opts ...request.Option) (*GetTelemetryMetadataOutput, error)

GetTelemetryMetadataWithContext is the same as GetTelemetryMetadata with the addition of the ability to pass a context and additional request options.

See GetTelemetryMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListAssessmentRunAgents

func (c *Inspector) ListAssessmentRunAgents(input *ListAssessmentRunAgentsInput) (*ListAssessmentRunAgentsOutput, error)

ListAssessmentRunAgents API operation for Amazon Inspector.

Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListAssessmentRunAgents for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListAssessmentRunAgents

Example (Shared00)

List assessment run agents Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.

Code:

svc := inspector.New(session.New())
input := &inspector.ListAssessmentRunAgentsInput{
    AssessmentRunArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"),
    MaxResults:       aws.Int64(123),
}

result, err := svc.ListAssessmentRunAgents(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) ListAssessmentRunAgentsPages

func (c *Inspector) ListAssessmentRunAgentsPages(input *ListAssessmentRunAgentsInput, fn func(*ListAssessmentRunAgentsOutput, bool) bool) error

ListAssessmentRunAgentsPages iterates over the pages of a ListAssessmentRunAgents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssessmentRunAgents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssessmentRunAgents operation.
pageNum := 0
err := client.ListAssessmentRunAgentsPages(params,
    func(page *inspector.ListAssessmentRunAgentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) ListAssessmentRunAgentsPagesWithContext

func (c *Inspector) ListAssessmentRunAgentsPagesWithContext(ctx aws.Context, input *ListAssessmentRunAgentsInput, fn func(*ListAssessmentRunAgentsOutput, bool) bool, opts ...request.Option) error

ListAssessmentRunAgentsPagesWithContext same as ListAssessmentRunAgentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListAssessmentRunAgentsRequest

func (c *Inspector) ListAssessmentRunAgentsRequest(input *ListAssessmentRunAgentsInput) (req *request.Request, output *ListAssessmentRunAgentsOutput)

ListAssessmentRunAgentsRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentRunAgents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssessmentRunAgents for more information on using the ListAssessmentRunAgents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssessmentRunAgentsRequest method.
req, resp := client.ListAssessmentRunAgentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListAssessmentRunAgents

func (*Inspector) ListAssessmentRunAgentsWithContext

func (c *Inspector) ListAssessmentRunAgentsWithContext(ctx aws.Context, input *ListAssessmentRunAgentsInput, opts ...request.Option) (*ListAssessmentRunAgentsOutput, error)

ListAssessmentRunAgentsWithContext is the same as ListAssessmentRunAgents with the addition of the ability to pass a context and additional request options.

See ListAssessmentRunAgents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListAssessmentRuns

func (c *Inspector) ListAssessmentRuns(input *ListAssessmentRunsInput) (*ListAssessmentRunsOutput, error)

ListAssessmentRuns API operation for Amazon Inspector.

Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListAssessmentRuns for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListAssessmentRuns

Example (Shared00)

List assessment runs Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.

Code:

svc := inspector.New(session.New())
input := &inspector.ListAssessmentRunsInput{
    AssessmentTemplateArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw"),
    },
    MaxResults: aws.Int64(123),
}

result, err := svc.ListAssessmentRuns(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) ListAssessmentRunsPages

func (c *Inspector) ListAssessmentRunsPages(input *ListAssessmentRunsInput, fn func(*ListAssessmentRunsOutput, bool) bool) error

ListAssessmentRunsPages iterates over the pages of a ListAssessmentRuns operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssessmentRuns method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssessmentRuns operation.
pageNum := 0
err := client.ListAssessmentRunsPages(params,
    func(page *inspector.ListAssessmentRunsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) ListAssessmentRunsPagesWithContext

func (c *Inspector) ListAssessmentRunsPagesWithContext(ctx aws.Context, input *ListAssessmentRunsInput, fn func(*ListAssessmentRunsOutput, bool) bool, opts ...request.Option) error

ListAssessmentRunsPagesWithContext same as ListAssessmentRunsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListAssessmentRunsRequest

func (c *Inspector) ListAssessmentRunsRequest(input *ListAssessmentRunsInput) (req *request.Request, output *ListAssessmentRunsOutput)

ListAssessmentRunsRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentRuns operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssessmentRuns for more information on using the ListAssessmentRuns API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssessmentRunsRequest method.
req, resp := client.ListAssessmentRunsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListAssessmentRuns

func (*Inspector) ListAssessmentRunsWithContext

func (c *Inspector) ListAssessmentRunsWithContext(ctx aws.Context, input *ListAssessmentRunsInput, opts ...request.Option) (*ListAssessmentRunsOutput, error)

ListAssessmentRunsWithContext is the same as ListAssessmentRuns with the addition of the ability to pass a context and additional request options.

See ListAssessmentRuns for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListAssessmentTargets

func (c *Inspector) ListAssessmentTargets(input *ListAssessmentTargetsInput) (*ListAssessmentTargetsOutput, error)

ListAssessmentTargets API operation for Amazon Inspector.

Lists the ARNs of the assessment targets within this AWS account. For more information about assessment targets, see Amazon Inspector Assessment Targets (https://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListAssessmentTargets for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListAssessmentTargets

Example (Shared00)

List assessment targets Lists the ARNs of the assessment targets within this AWS account.

Code:

svc := inspector.New(session.New())
input := &inspector.ListAssessmentTargetsInput{
    MaxResults: aws.Int64(123),
}

result, err := svc.ListAssessmentTargets(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) ListAssessmentTargetsPages

func (c *Inspector) ListAssessmentTargetsPages(input *ListAssessmentTargetsInput, fn func(*ListAssessmentTargetsOutput, bool) bool) error

ListAssessmentTargetsPages iterates over the pages of a ListAssessmentTargets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssessmentTargets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssessmentTargets operation.
pageNum := 0
err := client.ListAssessmentTargetsPages(params,
    func(page *inspector.ListAssessmentTargetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) ListAssessmentTargetsPagesWithContext

func (c *Inspector) ListAssessmentTargetsPagesWithContext(ctx aws.Context, input *ListAssessmentTargetsInput, fn func(*ListAssessmentTargetsOutput, bool) bool, opts ...request.Option) error

ListAssessmentTargetsPagesWithContext same as ListAssessmentTargetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListAssessmentTargetsRequest

func (c *Inspector) ListAssessmentTargetsRequest(input *ListAssessmentTargetsInput) (req *request.Request, output *ListAssessmentTargetsOutput)

ListAssessmentTargetsRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssessmentTargets for more information on using the ListAssessmentTargets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssessmentTargetsRequest method.
req, resp := client.ListAssessmentTargetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListAssessmentTargets

func (*Inspector) ListAssessmentTargetsWithContext

func (c *Inspector) ListAssessmentTargetsWithContext(ctx aws.Context, input *ListAssessmentTargetsInput, opts ...request.Option) (*ListAssessmentTargetsOutput, error)

ListAssessmentTargetsWithContext is the same as ListAssessmentTargets with the addition of the ability to pass a context and additional request options.

See ListAssessmentTargets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListAssessmentTemplates

func (c *Inspector) ListAssessmentTemplates(input *ListAssessmentTemplatesInput) (*ListAssessmentTemplatesOutput, error)

ListAssessmentTemplates API operation for Amazon Inspector.

Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListAssessmentTemplates for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListAssessmentTemplates

Example (Shared00)

List assessment templates Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.

Code:

svc := inspector.New(session.New())
input := &inspector.ListAssessmentTemplatesInput{
    AssessmentTargetArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"),
    },
    MaxResults: aws.Int64(123),
}

result, err := svc.ListAssessmentTemplates(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) ListAssessmentTemplatesPages

func (c *Inspector) ListAssessmentTemplatesPages(input *ListAssessmentTemplatesInput, fn func(*ListAssessmentTemplatesOutput, bool) bool) error

ListAssessmentTemplatesPages iterates over the pages of a ListAssessmentTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssessmentTemplates method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssessmentTemplates operation.
pageNum := 0
err := client.ListAssessmentTemplatesPages(params,
    func(page *inspector.ListAssessmentTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) ListAssessmentTemplatesPagesWithContext

func (c *Inspector) ListAssessmentTemplatesPagesWithContext(ctx aws.Context, input *ListAssessmentTemplatesInput, fn func(*ListAssessmentTemplatesOutput, bool) bool, opts ...request.Option) error

ListAssessmentTemplatesPagesWithContext same as ListAssessmentTemplatesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListAssessmentTemplatesRequest

func (c *Inspector) ListAssessmentTemplatesRequest(input *ListAssessmentTemplatesInput) (req *request.Request, output *ListAssessmentTemplatesOutput)

ListAssessmentTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentTemplates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssessmentTemplates for more information on using the ListAssessmentTemplates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssessmentTemplatesRequest method.
req, resp := client.ListAssessmentTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListAssessmentTemplates

func (*Inspector) ListAssessmentTemplatesWithContext

func (c *Inspector) ListAssessmentTemplatesWithContext(ctx aws.Context, input *ListAssessmentTemplatesInput, opts ...request.Option) (*ListAssessmentTemplatesOutput, error)

ListAssessmentTemplatesWithContext is the same as ListAssessmentTemplates with the addition of the ability to pass a context and additional request options.

See ListAssessmentTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListEventSubscriptions

func (c *Inspector) ListEventSubscriptions(input *ListEventSubscriptionsInput) (*ListEventSubscriptionsOutput, error)

ListEventSubscriptions API operation for Amazon Inspector.

Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template. For more information, see SubscribeToEvent and UnsubscribeFromEvent.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListEventSubscriptions for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListEventSubscriptions

Example (Shared00)

List event subscriptions Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.

Code:

svc := inspector.New(session.New())
input := &inspector.ListEventSubscriptionsInput{
    MaxResults:  aws.Int64(123),
    ResourceArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0"),
}

result, err := svc.ListEventSubscriptions(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) ListEventSubscriptionsPages

func (c *Inspector) ListEventSubscriptionsPages(input *ListEventSubscriptionsInput, fn func(*ListEventSubscriptionsOutput, bool) bool) error

ListEventSubscriptionsPages iterates over the pages of a ListEventSubscriptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListEventSubscriptions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListEventSubscriptions operation.
pageNum := 0
err := client.ListEventSubscriptionsPages(params,
    func(page *inspector.ListEventSubscriptionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) ListEventSubscriptionsPagesWithContext

func (c *Inspector) ListEventSubscriptionsPagesWithContext(ctx aws.Context, input *ListEventSubscriptionsInput, fn func(*ListEventSubscriptionsOutput, bool) bool, opts ...request.Option) error

ListEventSubscriptionsPagesWithContext same as ListEventSubscriptionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListEventSubscriptionsRequest

func (c *Inspector) ListEventSubscriptionsRequest(input *ListEventSubscriptionsInput) (req *request.Request, output *ListEventSubscriptionsOutput)

ListEventSubscriptionsRequest generates a "aws/request.Request" representing the client's request for the ListEventSubscriptions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListEventSubscriptions for more information on using the ListEventSubscriptions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListEventSubscriptionsRequest method.
req, resp := client.ListEventSubscriptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListEventSubscriptions

func (*Inspector) ListEventSubscriptionsWithContext

func (c *Inspector) ListEventSubscriptionsWithContext(ctx aws.Context, input *ListEventSubscriptionsInput, opts ...request.Option) (*ListEventSubscriptionsOutput, error)

ListEventSubscriptionsWithContext is the same as ListEventSubscriptions with the addition of the ability to pass a context and additional request options.

See ListEventSubscriptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListExclusions

func (c *Inspector) ListExclusions(input *ListExclusionsInput) (*ListExclusionsOutput, error)

ListExclusions API operation for Amazon Inspector.

List exclusions that are generated by the assessment run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListExclusions for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListExclusions

func (*Inspector) ListExclusionsPages

func (c *Inspector) ListExclusionsPages(input *ListExclusionsInput, fn func(*ListExclusionsOutput, bool) bool) error

ListExclusionsPages iterates over the pages of a ListExclusions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListExclusions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListExclusions operation.
pageNum := 0
err := client.ListExclusionsPages(params,
    func(page *inspector.ListExclusionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) ListExclusionsPagesWithContext

func (c *Inspector) ListExclusionsPagesWithContext(ctx aws.Context, input *ListExclusionsInput, fn func(*ListExclusionsOutput, bool) bool, opts ...request.Option) error

ListExclusionsPagesWithContext same as ListExclusionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListExclusionsRequest

func (c *Inspector) ListExclusionsRequest(input *ListExclusionsInput) (req *request.Request, output *ListExclusionsOutput)

ListExclusionsRequest generates a "aws/request.Request" representing the client's request for the ListExclusions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListExclusions for more information on using the ListExclusions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListExclusionsRequest method.
req, resp := client.ListExclusionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListExclusions

func (*Inspector) ListExclusionsWithContext

func (c *Inspector) ListExclusionsWithContext(ctx aws.Context, input *ListExclusionsInput, opts ...request.Option) (*ListExclusionsOutput, error)

ListExclusionsWithContext is the same as ListExclusions with the addition of the ability to pass a context and additional request options.

See ListExclusions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListFindings

func (c *Inspector) ListFindings(input *ListFindingsInput) (*ListFindingsOutput, error)

ListFindings API operation for Amazon Inspector.

Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListFindings for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListFindings

Example (Shared00)

List findings Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.

Code:

svc := inspector.New(session.New())
input := &inspector.ListFindingsInput{
    AssessmentRunArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"),
    },
    MaxResults: aws.Int64(123),
}

result, err := svc.ListFindings(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) ListFindingsPages

func (c *Inspector) ListFindingsPages(input *ListFindingsInput, fn func(*ListFindingsOutput, bool) bool) error

ListFindingsPages iterates over the pages of a ListFindings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListFindings method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListFindings operation.
pageNum := 0
err := client.ListFindingsPages(params,
    func(page *inspector.ListFindingsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) ListFindingsPagesWithContext

func (c *Inspector) ListFindingsPagesWithContext(ctx aws.Context, input *ListFindingsInput, fn func(*ListFindingsOutput, bool) bool, opts ...request.Option) error

ListFindingsPagesWithContext same as ListFindingsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListFindingsRequest

func (c *Inspector) ListFindingsRequest(input *ListFindingsInput) (req *request.Request, output *ListFindingsOutput)

ListFindingsRequest generates a "aws/request.Request" representing the client's request for the ListFindings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFindings for more information on using the ListFindings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFindingsRequest method.
req, resp := client.ListFindingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListFindings

func (*Inspector) ListFindingsWithContext

func (c *Inspector) ListFindingsWithContext(ctx aws.Context, input *ListFindingsInput, opts ...request.Option) (*ListFindingsOutput, error)

ListFindingsWithContext is the same as ListFindings with the addition of the ability to pass a context and additional request options.

See ListFindings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListRulesPackages

func (c *Inspector) ListRulesPackages(input *ListRulesPackagesInput) (*ListRulesPackagesOutput, error)

ListRulesPackages API operation for Amazon Inspector.

Lists all available Amazon Inspector rules packages.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListRulesPackages for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListRulesPackages

Example (Shared00)

List rules packages Lists all available Amazon Inspector rules packages.

Code:

svc := inspector.New(session.New())
input := &inspector.ListRulesPackagesInput{
    MaxResults: aws.Int64(123),
}

result, err := svc.ListRulesPackages(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) ListRulesPackagesPages

func (c *Inspector) ListRulesPackagesPages(input *ListRulesPackagesInput, fn func(*ListRulesPackagesOutput, bool) bool) error

ListRulesPackagesPages iterates over the pages of a ListRulesPackages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRulesPackages method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRulesPackages operation.
pageNum := 0
err := client.ListRulesPackagesPages(params,
    func(page *inspector.ListRulesPackagesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) ListRulesPackagesPagesWithContext

func (c *Inspector) ListRulesPackagesPagesWithContext(ctx aws.Context, input *ListRulesPackagesInput, fn func(*ListRulesPackagesOutput, bool) bool, opts ...request.Option) error

ListRulesPackagesPagesWithContext same as ListRulesPackagesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListRulesPackagesRequest

func (c *Inspector) ListRulesPackagesRequest(input *ListRulesPackagesInput) (req *request.Request, output *ListRulesPackagesOutput)

ListRulesPackagesRequest generates a "aws/request.Request" representing the client's request for the ListRulesPackages operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRulesPackages for more information on using the ListRulesPackages API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRulesPackagesRequest method.
req, resp := client.ListRulesPackagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListRulesPackages

func (*Inspector) ListRulesPackagesWithContext

func (c *Inspector) ListRulesPackagesWithContext(ctx aws.Context, input *ListRulesPackagesInput, opts ...request.Option) (*ListRulesPackagesOutput, error)

ListRulesPackagesWithContext is the same as ListRulesPackages with the addition of the ability to pass a context and additional request options.

See ListRulesPackages for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) ListTagsForResource

func (c *Inspector) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon Inspector.

Lists all tags associated with an assessment template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListTagsForResource

Example (Shared00)

List tags for resource Lists all tags associated with an assessment template.

Code:

svc := inspector.New(session.New())
input := &inspector.ListTagsForResourceInput{
    ResourceArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-gcwFliYu"),
}

result, err := svc.ListTagsForResource(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) ListTagsForResourceRequest

func (c *Inspector) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListTagsForResource

func (*Inspector) ListTagsForResourceWithContext

func (c *Inspector) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) PreviewAgents

func (c *Inspector) PreviewAgents(input *PreviewAgentsInput) (*PreviewAgentsOutput, error)

PreviewAgents API operation for Amazon Inspector.

Previews the agents installed on the EC2 instances that are part of the specified assessment target.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation PreviewAgents for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • InvalidCrossAccountRoleException Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/PreviewAgents

Example (Shared00)

Preview agents Previews the agents installed on the EC2 instances that are part of the specified assessment target.

Code:

svc := inspector.New(session.New())
input := &inspector.PreviewAgentsInput{
    MaxResults:       aws.Int64(123),
    PreviewAgentsArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"),
}

result, err := svc.PreviewAgents(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeInvalidCrossAccountRoleException:
            fmt.Println(inspector.ErrCodeInvalidCrossAccountRoleException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) PreviewAgentsPages

func (c *Inspector) PreviewAgentsPages(input *PreviewAgentsInput, fn func(*PreviewAgentsOutput, bool) bool) error

PreviewAgentsPages iterates over the pages of a PreviewAgents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See PreviewAgents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a PreviewAgents operation.
pageNum := 0
err := client.PreviewAgentsPages(params,
    func(page *inspector.PreviewAgentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Inspector) PreviewAgentsPagesWithContext

func (c *Inspector) PreviewAgentsPagesWithContext(ctx aws.Context, input *PreviewAgentsInput, fn func(*PreviewAgentsOutput, bool) bool, opts ...request.Option) error

PreviewAgentsPagesWithContext same as PreviewAgentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) PreviewAgentsRequest

func (c *Inspector) PreviewAgentsRequest(input *PreviewAgentsInput) (req *request.Request, output *PreviewAgentsOutput)

PreviewAgentsRequest generates a "aws/request.Request" representing the client's request for the PreviewAgents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PreviewAgents for more information on using the PreviewAgents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PreviewAgentsRequest method.
req, resp := client.PreviewAgentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/PreviewAgents

func (*Inspector) PreviewAgentsWithContext

func (c *Inspector) PreviewAgentsWithContext(ctx aws.Context, input *PreviewAgentsInput, opts ...request.Option) (*PreviewAgentsOutput, error)

PreviewAgentsWithContext is the same as PreviewAgents with the addition of the ability to pass a context and additional request options.

See PreviewAgents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) RegisterCrossAccountAccessRole

func (c *Inspector) RegisterCrossAccountAccessRole(input *RegisterCrossAccountAccessRoleInput) (*RegisterCrossAccountAccessRoleOutput, error)

RegisterCrossAccountAccessRole API operation for Amazon Inspector.

Registers the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation RegisterCrossAccountAccessRole for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • InvalidCrossAccountRoleException Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/RegisterCrossAccountAccessRole

Example (Shared00)

Register cross account access role Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.

Code:

svc := inspector.New(session.New())
input := &inspector.RegisterCrossAccountAccessRoleInput{
    RoleArn: aws.String("arn:aws:iam::123456789012:role/inspector"),
}

result, err := svc.RegisterCrossAccountAccessRole(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeInvalidCrossAccountRoleException:
            fmt.Println(inspector.ErrCodeInvalidCrossAccountRoleException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) RegisterCrossAccountAccessRoleRequest

func (c *Inspector) RegisterCrossAccountAccessRoleRequest(input *RegisterCrossAccountAccessRoleInput) (req *request.Request, output *RegisterCrossAccountAccessRoleOutput)

RegisterCrossAccountAccessRoleRequest generates a "aws/request.Request" representing the client's request for the RegisterCrossAccountAccessRole operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterCrossAccountAccessRole for more information on using the RegisterCrossAccountAccessRole API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterCrossAccountAccessRoleRequest method.
req, resp := client.RegisterCrossAccountAccessRoleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/RegisterCrossAccountAccessRole

func (*Inspector) RegisterCrossAccountAccessRoleWithContext

func (c *Inspector) RegisterCrossAccountAccessRoleWithContext(ctx aws.Context, input *RegisterCrossAccountAccessRoleInput, opts ...request.Option) (*RegisterCrossAccountAccessRoleOutput, error)

RegisterCrossAccountAccessRoleWithContext is the same as RegisterCrossAccountAccessRole with the addition of the ability to pass a context and additional request options.

See RegisterCrossAccountAccessRole for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) RemoveAttributesFromFindings

func (c *Inspector) RemoveAttributesFromFindings(input *RemoveAttributesFromFindingsInput) (*RemoveAttributesFromFindingsOutput, error)

RemoveAttributesFromFindings API operation for Amazon Inspector.

Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation RemoveAttributesFromFindings for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/RemoveAttributesFromFindings

Example (Shared00)

Remove attributes from findings Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.

Code:

svc := inspector.New(session.New())
input := &inspector.RemoveAttributesFromFindingsInput{
    AttributeKeys: []*string{
        aws.String("key=Example,value=example"),
    },
    FindingArns: []*string{
        aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-8l1VIE0D/run/0-Z02cjjug/finding/0-T8yM9mEU"),
    },
}

result, err := svc.RemoveAttributesFromFindings(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) RemoveAttributesFromFindingsRequest

func (c *Inspector) RemoveAttributesFromFindingsRequest(input *RemoveAttributesFromFindingsInput) (req *request.Request, output *RemoveAttributesFromFindingsOutput)

RemoveAttributesFromFindingsRequest generates a "aws/request.Request" representing the client's request for the RemoveAttributesFromFindings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RemoveAttributesFromFindings for more information on using the RemoveAttributesFromFindings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RemoveAttributesFromFindingsRequest method.
req, resp := client.RemoveAttributesFromFindingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/RemoveAttributesFromFindings

func (*Inspector) RemoveAttributesFromFindingsWithContext

func (c *Inspector) RemoveAttributesFromFindingsWithContext(ctx aws.Context, input *RemoveAttributesFromFindingsInput, opts ...request.Option) (*RemoveAttributesFromFindingsOutput, error)

RemoveAttributesFromFindingsWithContext is the same as RemoveAttributesFromFindings with the addition of the ability to pass a context and additional request options.

See RemoveAttributesFromFindings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) SetTagsForResource

func (c *Inspector) SetTagsForResource(input *SetTagsForResourceInput) (*SetTagsForResourceOutput, error)

SetTagsForResource API operation for Amazon Inspector.

Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation SetTagsForResource for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/SetTagsForResource

Example (Shared00)

Set tags for resource Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.

Code:

svc := inspector.New(session.New())
input := &inspector.SetTagsForResourceInput{
    ResourceArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0"),
    Tags: []*inspector.Tag{
        {
            Key:   aws.String("Example"),
            Value: aws.String("example"),
        },
    },
}

result, err := svc.SetTagsForResource(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) SetTagsForResourceRequest

func (c *Inspector) SetTagsForResourceRequest(input *SetTagsForResourceInput) (req *request.Request, output *SetTagsForResourceOutput)

SetTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the SetTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SetTagsForResource for more information on using the SetTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SetTagsForResourceRequest method.
req, resp := client.SetTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/SetTagsForResource

func (*Inspector) SetTagsForResourceWithContext

func (c *Inspector) SetTagsForResourceWithContext(ctx aws.Context, input *SetTagsForResourceInput, opts ...request.Option) (*SetTagsForResourceOutput, error)

SetTagsForResourceWithContext is the same as SetTagsForResource with the addition of the ability to pass a context and additional request options.

See SetTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) StartAssessmentRun

func (c *Inspector) StartAssessmentRun(input *StartAssessmentRunInput) (*StartAssessmentRunOutput, error)

StartAssessmentRun API operation for Amazon Inspector.

Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation StartAssessmentRun for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • InvalidCrossAccountRoleException Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.

  • AgentsAlreadyRunningAssessmentException You started an assessment run, but one of the instances is already participating in another assessment run.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/StartAssessmentRun

Example (Shared00)

Start assessment run Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.

Code:

svc := inspector.New(session.New())
input := &inspector.StartAssessmentRunInput{
    AssessmentRunName:     aws.String("examplerun"),
    AssessmentTemplateArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T"),
}

result, err := svc.StartAssessmentRun(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeLimitExceededException:
            fmt.Println(inspector.ErrCodeLimitExceededException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeInvalidCrossAccountRoleException:
            fmt.Println(inspector.ErrCodeInvalidCrossAccountRoleException, aerr.Error())
        case inspector.ErrCodeAgentsAlreadyRunningAssessmentException:
            fmt.Println(inspector.ErrCodeAgentsAlreadyRunningAssessmentException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) StartAssessmentRunRequest

func (c *Inspector) StartAssessmentRunRequest(input *StartAssessmentRunInput) (req *request.Request, output *StartAssessmentRunOutput)

StartAssessmentRunRequest generates a "aws/request.Request" representing the client's request for the StartAssessmentRun operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartAssessmentRun for more information on using the StartAssessmentRun API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartAssessmentRunRequest method.
req, resp := client.StartAssessmentRunRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/StartAssessmentRun

func (*Inspector) StartAssessmentRunWithContext

func (c *Inspector) StartAssessmentRunWithContext(ctx aws.Context, input *StartAssessmentRunInput, opts ...request.Option) (*StartAssessmentRunOutput, error)

StartAssessmentRunWithContext is the same as StartAssessmentRun with the addition of the ability to pass a context and additional request options.

See StartAssessmentRun for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) StopAssessmentRun

func (c *Inspector) StopAssessmentRun(input *StopAssessmentRunInput) (*StopAssessmentRunOutput, error)

StopAssessmentRun API operation for Amazon Inspector.

Stops the assessment run that is specified by the ARN of the assessment run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation StopAssessmentRun for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/StopAssessmentRun

Example (Shared00)

Stop assessment run Stops the assessment run that is specified by the ARN of the assessment run.

Code:

svc := inspector.New(session.New())
input := &inspector.StopAssessmentRunInput{
    AssessmentRunArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-11LMTAVe"),
}

result, err := svc.StopAssessmentRun(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) StopAssessmentRunRequest

func (c *Inspector) StopAssessmentRunRequest(input *StopAssessmentRunInput) (req *request.Request, output *StopAssessmentRunOutput)

StopAssessmentRunRequest generates a "aws/request.Request" representing the client's request for the StopAssessmentRun operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopAssessmentRun for more information on using the StopAssessmentRun API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopAssessmentRunRequest method.
req, resp := client.StopAssessmentRunRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/StopAssessmentRun

func (*Inspector) StopAssessmentRunWithContext

func (c *Inspector) StopAssessmentRunWithContext(ctx aws.Context, input *StopAssessmentRunInput, opts ...request.Option) (*StopAssessmentRunOutput, error)

StopAssessmentRunWithContext is the same as StopAssessmentRun with the addition of the ability to pass a context and additional request options.

See StopAssessmentRun for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) SubscribeToEvent

func (c *Inspector) SubscribeToEvent(input *SubscribeToEventInput) (*SubscribeToEventOutput, error)

SubscribeToEvent API operation for Amazon Inspector.

Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation SubscribeToEvent for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/SubscribeToEvent

Example (Shared00)

Subscribe to event Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.

Code:

svc := inspector.New(session.New())
input := &inspector.SubscribeToEventInput{
    Event:       aws.String("ASSESSMENT_RUN_COMPLETED"),
    ResourceArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0"),
    TopicArn:    aws.String("arn:aws:sns:us-west-2:123456789012:exampletopic"),
}

result, err := svc.SubscribeToEvent(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeLimitExceededException:
            fmt.Println(inspector.ErrCodeLimitExceededException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) SubscribeToEventRequest

func (c *Inspector) SubscribeToEventRequest(input *SubscribeToEventInput) (req *request.Request, output *SubscribeToEventOutput)

SubscribeToEventRequest generates a "aws/request.Request" representing the client's request for the SubscribeToEvent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SubscribeToEvent for more information on using the SubscribeToEvent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SubscribeToEventRequest method.
req, resp := client.SubscribeToEventRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/SubscribeToEvent

func (*Inspector) SubscribeToEventWithContext

func (c *Inspector) SubscribeToEventWithContext(ctx aws.Context, input *SubscribeToEventInput, opts ...request.Option) (*SubscribeToEventOutput, error)

SubscribeToEventWithContext is the same as SubscribeToEvent with the addition of the ability to pass a context and additional request options.

See SubscribeToEvent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) UnsubscribeFromEvent

func (c *Inspector) UnsubscribeFromEvent(input *UnsubscribeFromEventInput) (*UnsubscribeFromEventOutput, error)

UnsubscribeFromEvent API operation for Amazon Inspector.

Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation UnsubscribeFromEvent for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/UnsubscribeFromEvent

Example (Shared00)

Unsubscribe from event Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.

Code:

svc := inspector.New(session.New())
input := &inspector.UnsubscribeFromEventInput{
    Event:       aws.String("ASSESSMENT_RUN_COMPLETED"),
    ResourceArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0"),
    TopicArn:    aws.String("arn:aws:sns:us-west-2:123456789012:exampletopic"),
}

result, err := svc.UnsubscribeFromEvent(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) UnsubscribeFromEventRequest

func (c *Inspector) UnsubscribeFromEventRequest(input *UnsubscribeFromEventInput) (req *request.Request, output *UnsubscribeFromEventOutput)

UnsubscribeFromEventRequest generates a "aws/request.Request" representing the client's request for the UnsubscribeFromEvent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UnsubscribeFromEvent for more information on using the UnsubscribeFromEvent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UnsubscribeFromEventRequest method.
req, resp := client.UnsubscribeFromEventRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/UnsubscribeFromEvent

func (*Inspector) UnsubscribeFromEventWithContext

func (c *Inspector) UnsubscribeFromEventWithContext(ctx aws.Context, input *UnsubscribeFromEventInput, opts ...request.Option) (*UnsubscribeFromEventOutput, error)

UnsubscribeFromEventWithContext is the same as UnsubscribeFromEvent with the addition of the ability to pass a context and additional request options.

See UnsubscribeFromEvent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Inspector) UpdateAssessmentTarget

func (c *Inspector) UpdateAssessmentTarget(input *UpdateAssessmentTargetInput) (*UpdateAssessmentTargetOutput, error)

UpdateAssessmentTarget API operation for Amazon Inspector.

Updates the assessment target that is specified by the ARN of the assessment target.

If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Inspector's API operation UpdateAssessmentTarget for usage and error information.

Returned Error Types:

  • InternalException Internal server error.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

  • AccessDeniedException You do not have required permissions to access the requested resource.

  • NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

  • ServiceTemporarilyUnavailableException The serice is temporary unavailable.

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/UpdateAssessmentTarget

Example (Shared00)

Update assessment target Updates the assessment target that is specified by the ARN of the assessment target.

Code:

svc := inspector.New(session.New())
input := &inspector.UpdateAssessmentTargetInput{
    AssessmentTargetArn:  aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX"),
    AssessmentTargetName: aws.String("Example"),
    ResourceGroupArn:     aws.String("arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-yNbgL5Pt"),
}

result, err := svc.UpdateAssessmentTarget(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case inspector.ErrCodeInternalException:
            fmt.Println(inspector.ErrCodeInternalException, aerr.Error())
        case inspector.ErrCodeInvalidInputException:
            fmt.Println(inspector.ErrCodeInvalidInputException, aerr.Error())
        case inspector.ErrCodeAccessDeniedException:
            fmt.Println(inspector.ErrCodeAccessDeniedException, aerr.Error())
        case inspector.ErrCodeNoSuchEntityException:
            fmt.Println(inspector.ErrCodeNoSuchEntityException, aerr.Error())
        case inspector.ErrCodeServiceTemporarilyUnavailableException:
            fmt.Println(inspector.ErrCodeServiceTemporarilyUnavailableException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*Inspector) UpdateAssessmentTargetRequest

func (c *Inspector) UpdateAssessmentTargetRequest(input *UpdateAssessmentTargetInput) (req *request.Request, output *UpdateAssessmentTargetOutput)

UpdateAssessmentTargetRequest generates a "aws/request.Request" representing the client's request for the UpdateAssessmentTarget operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAssessmentTarget for more information on using the UpdateAssessmentTarget API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAssessmentTargetRequest method.
req, resp := client.UpdateAssessmentTargetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/UpdateAssessmentTarget

func (*Inspector) UpdateAssessmentTargetWithContext

func (c *Inspector) UpdateAssessmentTargetWithContext(ctx aws.Context, input *UpdateAssessmentTargetInput, opts ...request.Option) (*UpdateAssessmentTargetOutput, error)

UpdateAssessmentTargetWithContext is the same as UpdateAssessmentTarget with the addition of the ability to pass a context and additional request options.

See UpdateAssessmentTarget for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type InternalException

type InternalException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // You can immediately retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Internal server error.

func (*InternalException) Code

func (s *InternalException) Code() string

Code returns the exception type name.

func (*InternalException) Error

func (s *InternalException) Error() string

func (InternalException) GoString

func (s InternalException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalException) Message

func (s *InternalException) Message() string

Message returns the exception's message.

func (*InternalException) OrigErr

func (s *InternalException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalException) RequestID

func (s *InternalException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalException) StatusCode

func (s *InternalException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalException) String

func (s InternalException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidCrossAccountRoleException

type InvalidCrossAccountRoleException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // You can immediately retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Code that indicates the type of error that is generated.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"InvalidCrossAccountRoleErrorCode"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.

func (*InvalidCrossAccountRoleException) Code

func (s *InvalidCrossAccountRoleException) Code() string

Code returns the exception type name.

func (*InvalidCrossAccountRoleException) Error

func (s *InvalidCrossAccountRoleException) Error() string

func (InvalidCrossAccountRoleException) GoString

func (s InvalidCrossAccountRoleException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidCrossAccountRoleException) Message

func (s *InvalidCrossAccountRoleException) Message() string

Message returns the exception's message.

func (*InvalidCrossAccountRoleException) OrigErr

func (s *InvalidCrossAccountRoleException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidCrossAccountRoleException) RequestID

func (s *InvalidCrossAccountRoleException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidCrossAccountRoleException) StatusCode

func (s *InvalidCrossAccountRoleException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidCrossAccountRoleException) String

func (s InvalidCrossAccountRoleException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInputException

type InvalidInputException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // You can immediately retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Code that indicates the type of error that is generated.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"InvalidInputErrorCode"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

func (*InvalidInputException) Code

func (s *InvalidInputException) Code() string

Code returns the exception type name.

func (*InvalidInputException) Error

func (s *InvalidInputException) Error() string

func (InvalidInputException) GoString

func (s InvalidInputException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInputException) Message

func (s *InvalidInputException) Message() string

Message returns the exception's message.

func (*InvalidInputException) OrigErr

func (s *InvalidInputException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInputException) RequestID

func (s *InvalidInputException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInputException) StatusCode

func (s *InvalidInputException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInputException) String

func (s InvalidInputException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LimitExceededException

type LimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // You can immediately retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Code that indicates the type of error that is generated.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"LimitExceededErrorCode"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentRunAgentsInput

type ListAssessmentRunAgentsInput struct {

    // The ARN that specifies the assessment run whose agents you want to list.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`

    // You can use this parameter to specify a subset of data to be included in
    // the action's response.
    //
    // For a record to match a filter, all specified filter attributes must match.
    // When multiple values are specified for a filter attribute, any of the values
    // can match.
    Filter *AgentFilter `locationName:"filter" type:"structure"`

    // You can use this parameter to indicate the maximum number of items that you
    // want in the response. The default value is 10. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the ListAssessmentRunAgents action.
    // Subsequent calls to the action fill nextToken in the request with the value
    // of NextToken from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssessmentRunAgentsInput) GoString

func (s ListAssessmentRunAgentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentRunAgentsInput) SetAssessmentRunArn

func (s *ListAssessmentRunAgentsInput) SetAssessmentRunArn(v string) *ListAssessmentRunAgentsInput

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (*ListAssessmentRunAgentsInput) SetFilter

func (s *ListAssessmentRunAgentsInput) SetFilter(v *AgentFilter) *ListAssessmentRunAgentsInput

SetFilter sets the Filter field's value.

func (*ListAssessmentRunAgentsInput) SetMaxResults

func (s *ListAssessmentRunAgentsInput) SetMaxResults(v int64) *ListAssessmentRunAgentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentRunAgentsInput) SetNextToken

func (s *ListAssessmentRunAgentsInput) SetNextToken(v string) *ListAssessmentRunAgentsInput

SetNextToken sets the NextToken field's value.

func (ListAssessmentRunAgentsInput) String

func (s ListAssessmentRunAgentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentRunAgentsInput) Validate

func (s *ListAssessmentRunAgentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssessmentRunAgentsOutput

type ListAssessmentRunAgentsOutput struct {

    // A list of ARNs that specifies the agents returned by the action.
    //
    // AssessmentRunAgents is a required field
    AssessmentRunAgents []*AssessmentRunAgent `locationName:"assessmentRunAgents" type:"list" required:"true"`

    // When a response is generated, if there is more data to be listed, this parameter
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssessmentRunAgentsOutput) GoString

func (s ListAssessmentRunAgentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentRunAgentsOutput) SetAssessmentRunAgents

func (s *ListAssessmentRunAgentsOutput) SetAssessmentRunAgents(v []*AssessmentRunAgent) *ListAssessmentRunAgentsOutput

SetAssessmentRunAgents sets the AssessmentRunAgents field's value.

func (*ListAssessmentRunAgentsOutput) SetNextToken

func (s *ListAssessmentRunAgentsOutput) SetNextToken(v string) *ListAssessmentRunAgentsOutput

SetNextToken sets the NextToken field's value.

func (ListAssessmentRunAgentsOutput) String

func (s ListAssessmentRunAgentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentRunsInput

type ListAssessmentRunsInput struct {

    // The ARNs that specify the assessment templates whose assessment runs you
    // want to list.
    AssessmentTemplateArns []*string `locationName:"assessmentTemplateArns" type:"list"`

    // You can use this parameter to specify a subset of data to be included in
    // the action's response.
    //
    // For a record to match a filter, all specified filter attributes must match.
    // When multiple values are specified for a filter attribute, any of the values
    // can match.
    Filter *AssessmentRunFilter `locationName:"filter" type:"structure"`

    // You can use this parameter to indicate the maximum number of items that you
    // want in the response. The default value is 10. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the ListAssessmentRuns action. Subsequent
    // calls to the action fill nextToken in the request with the value of NextToken
    // from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssessmentRunsInput) GoString

func (s ListAssessmentRunsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentRunsInput) SetAssessmentTemplateArns

func (s *ListAssessmentRunsInput) SetAssessmentTemplateArns(v []*string) *ListAssessmentRunsInput

SetAssessmentTemplateArns sets the AssessmentTemplateArns field's value.

func (*ListAssessmentRunsInput) SetFilter

func (s *ListAssessmentRunsInput) SetFilter(v *AssessmentRunFilter) *ListAssessmentRunsInput

SetFilter sets the Filter field's value.

func (*ListAssessmentRunsInput) SetMaxResults

func (s *ListAssessmentRunsInput) SetMaxResults(v int64) *ListAssessmentRunsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentRunsInput) SetNextToken

func (s *ListAssessmentRunsInput) SetNextToken(v string) *ListAssessmentRunsInput

SetNextToken sets the NextToken field's value.

func (ListAssessmentRunsInput) String

func (s ListAssessmentRunsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentRunsInput) Validate

func (s *ListAssessmentRunsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssessmentRunsOutput

type ListAssessmentRunsOutput struct {

    // A list of ARNs that specifies the assessment runs that are returned by the
    // action.
    //
    // AssessmentRunArns is a required field
    AssessmentRunArns []*string `locationName:"assessmentRunArns" type:"list" required:"true"`

    // When a response is generated, if there is more data to be listed, this parameter
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssessmentRunsOutput) GoString

func (s ListAssessmentRunsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentRunsOutput) SetAssessmentRunArns

func (s *ListAssessmentRunsOutput) SetAssessmentRunArns(v []*string) *ListAssessmentRunsOutput

SetAssessmentRunArns sets the AssessmentRunArns field's value.

func (*ListAssessmentRunsOutput) SetNextToken

func (s *ListAssessmentRunsOutput) SetNextToken(v string) *ListAssessmentRunsOutput

SetNextToken sets the NextToken field's value.

func (ListAssessmentRunsOutput) String

func (s ListAssessmentRunsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentTargetsInput

type ListAssessmentTargetsInput struct {

    // You can use this parameter to specify a subset of data to be included in
    // the action's response.
    //
    // For a record to match a filter, all specified filter attributes must match.
    // When multiple values are specified for a filter attribute, any of the values
    // can match.
    Filter *AssessmentTargetFilter `locationName:"filter" type:"structure"`

    // You can use this parameter to indicate the maximum number of items you want
    // in the response. The default value is 10. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the ListAssessmentTargets action.
    // Subsequent calls to the action fill nextToken in the request with the value
    // of NextToken from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssessmentTargetsInput) GoString

func (s ListAssessmentTargetsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentTargetsInput) SetFilter

func (s *ListAssessmentTargetsInput) SetFilter(v *AssessmentTargetFilter) *ListAssessmentTargetsInput

SetFilter sets the Filter field's value.

func (*ListAssessmentTargetsInput) SetMaxResults

func (s *ListAssessmentTargetsInput) SetMaxResults(v int64) *ListAssessmentTargetsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentTargetsInput) SetNextToken

func (s *ListAssessmentTargetsInput) SetNextToken(v string) *ListAssessmentTargetsInput

SetNextToken sets the NextToken field's value.

func (ListAssessmentTargetsInput) String

func (s ListAssessmentTargetsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentTargetsInput) Validate

func (s *ListAssessmentTargetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssessmentTargetsOutput

type ListAssessmentTargetsOutput struct {

    // A list of ARNs that specifies the assessment targets that are returned by
    // the action.
    //
    // AssessmentTargetArns is a required field
    AssessmentTargetArns []*string `locationName:"assessmentTargetArns" type:"list" required:"true"`

    // When a response is generated, if there is more data to be listed, this parameter
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssessmentTargetsOutput) GoString

func (s ListAssessmentTargetsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentTargetsOutput) SetAssessmentTargetArns

func (s *ListAssessmentTargetsOutput) SetAssessmentTargetArns(v []*string) *ListAssessmentTargetsOutput

SetAssessmentTargetArns sets the AssessmentTargetArns field's value.

func (*ListAssessmentTargetsOutput) SetNextToken

func (s *ListAssessmentTargetsOutput) SetNextToken(v string) *ListAssessmentTargetsOutput

SetNextToken sets the NextToken field's value.

func (ListAssessmentTargetsOutput) String

func (s ListAssessmentTargetsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentTemplatesInput

type ListAssessmentTemplatesInput struct {

    // A list of ARNs that specifies the assessment targets whose assessment templates
    // you want to list.
    AssessmentTargetArns []*string `locationName:"assessmentTargetArns" type:"list"`

    // You can use this parameter to specify a subset of data to be included in
    // the action's response.
    //
    // For a record to match a filter, all specified filter attributes must match.
    // When multiple values are specified for a filter attribute, any of the values
    // can match.
    Filter *AssessmentTemplateFilter `locationName:"filter" type:"structure"`

    // You can use this parameter to indicate the maximum number of items you want
    // in the response. The default value is 10. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the ListAssessmentTemplates action.
    // Subsequent calls to the action fill nextToken in the request with the value
    // of NextToken from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssessmentTemplatesInput) GoString

func (s ListAssessmentTemplatesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentTemplatesInput) SetAssessmentTargetArns

func (s *ListAssessmentTemplatesInput) SetAssessmentTargetArns(v []*string) *ListAssessmentTemplatesInput

SetAssessmentTargetArns sets the AssessmentTargetArns field's value.

func (*ListAssessmentTemplatesInput) SetFilter

func (s *ListAssessmentTemplatesInput) SetFilter(v *AssessmentTemplateFilter) *ListAssessmentTemplatesInput

SetFilter sets the Filter field's value.

func (*ListAssessmentTemplatesInput) SetMaxResults

func (s *ListAssessmentTemplatesInput) SetMaxResults(v int64) *ListAssessmentTemplatesInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentTemplatesInput) SetNextToken

func (s *ListAssessmentTemplatesInput) SetNextToken(v string) *ListAssessmentTemplatesInput

SetNextToken sets the NextToken field's value.

func (ListAssessmentTemplatesInput) String

func (s ListAssessmentTemplatesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentTemplatesInput) Validate

func (s *ListAssessmentTemplatesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssessmentTemplatesOutput

type ListAssessmentTemplatesOutput struct {

    // A list of ARNs that specifies the assessment templates returned by the action.
    //
    // AssessmentTemplateArns is a required field
    AssessmentTemplateArns []*string `locationName:"assessmentTemplateArns" type:"list" required:"true"`

    // When a response is generated, if there is more data to be listed, this parameter
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssessmentTemplatesOutput) GoString

func (s ListAssessmentTemplatesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentTemplatesOutput) SetAssessmentTemplateArns

func (s *ListAssessmentTemplatesOutput) SetAssessmentTemplateArns(v []*string) *ListAssessmentTemplatesOutput

SetAssessmentTemplateArns sets the AssessmentTemplateArns field's value.

func (*ListAssessmentTemplatesOutput) SetNextToken

func (s *ListAssessmentTemplatesOutput) SetNextToken(v string) *ListAssessmentTemplatesOutput

SetNextToken sets the NextToken field's value.

func (ListAssessmentTemplatesOutput) String

func (s ListAssessmentTemplatesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEventSubscriptionsInput

type ListEventSubscriptionsInput struct {

    // You can use this parameter to indicate the maximum number of items you want
    // in the response. The default value is 10. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the ListEventSubscriptions action.
    // Subsequent calls to the action fill nextToken in the request with the value
    // of NextToken from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // The ARN of the assessment template for which you want to list the existing
    // event subscriptions.
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListEventSubscriptionsInput) GoString

func (s ListEventSubscriptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventSubscriptionsInput) SetMaxResults

func (s *ListEventSubscriptionsInput) SetMaxResults(v int64) *ListEventSubscriptionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListEventSubscriptionsInput) SetNextToken

func (s *ListEventSubscriptionsInput) SetNextToken(v string) *ListEventSubscriptionsInput

SetNextToken sets the NextToken field's value.

func (*ListEventSubscriptionsInput) SetResourceArn

func (s *ListEventSubscriptionsInput) SetResourceArn(v string) *ListEventSubscriptionsInput

SetResourceArn sets the ResourceArn field's value.

func (ListEventSubscriptionsInput) String

func (s ListEventSubscriptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventSubscriptionsInput) Validate

func (s *ListEventSubscriptionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListEventSubscriptionsOutput

type ListEventSubscriptionsOutput struct {

    // When a response is generated, if there is more data to be listed, this parameter
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // Details of the returned event subscriptions.
    //
    // Subscriptions is a required field
    Subscriptions []*Subscription `locationName:"subscriptions" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListEventSubscriptionsOutput) GoString

func (s ListEventSubscriptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEventSubscriptionsOutput) SetNextToken

func (s *ListEventSubscriptionsOutput) SetNextToken(v string) *ListEventSubscriptionsOutput

SetNextToken sets the NextToken field's value.

func (*ListEventSubscriptionsOutput) SetSubscriptions

func (s *ListEventSubscriptionsOutput) SetSubscriptions(v []*Subscription) *ListEventSubscriptionsOutput

SetSubscriptions sets the Subscriptions field's value.

func (ListEventSubscriptionsOutput) String

func (s ListEventSubscriptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListExclusionsInput

type ListExclusionsInput struct {

    // The ARN of the assessment run that generated the exclusions that you want
    // to list.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`

    // You can use this parameter to indicate the maximum number of items you want
    // in the response. The default value is 100. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the ListExclusionsRequest action.
    // Subsequent calls to the action fill nextToken in the request with the value
    // of nextToken from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListExclusionsInput) GoString

func (s ListExclusionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExclusionsInput) SetAssessmentRunArn

func (s *ListExclusionsInput) SetAssessmentRunArn(v string) *ListExclusionsInput

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (*ListExclusionsInput) SetMaxResults

func (s *ListExclusionsInput) SetMaxResults(v int64) *ListExclusionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListExclusionsInput) SetNextToken

func (s *ListExclusionsInput) SetNextToken(v string) *ListExclusionsInput

SetNextToken sets the NextToken field's value.

func (ListExclusionsInput) String

func (s ListExclusionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExclusionsInput) Validate

func (s *ListExclusionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListExclusionsOutput

type ListExclusionsOutput struct {

    // A list of exclusions' ARNs returned by the action.
    //
    // ExclusionArns is a required field
    ExclusionArns []*string `locationName:"exclusionArns" type:"list" required:"true"`

    // When a response is generated, if there is more data to be listed, this parameters
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListExclusionsOutput) GoString

func (s ListExclusionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExclusionsOutput) SetExclusionArns

func (s *ListExclusionsOutput) SetExclusionArns(v []*string) *ListExclusionsOutput

SetExclusionArns sets the ExclusionArns field's value.

func (*ListExclusionsOutput) SetNextToken

func (s *ListExclusionsOutput) SetNextToken(v string) *ListExclusionsOutput

SetNextToken sets the NextToken field's value.

func (ListExclusionsOutput) String

func (s ListExclusionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListFindingsInput

type ListFindingsInput struct {

    // The ARNs of the assessment runs that generate the findings that you want
    // to list.
    AssessmentRunArns []*string `locationName:"assessmentRunArns" type:"list"`

    // You can use this parameter to specify a subset of data to be included in
    // the action's response.
    //
    // For a record to match a filter, all specified filter attributes must match.
    // When multiple values are specified for a filter attribute, any of the values
    // can match.
    Filter *FindingFilter `locationName:"filter" type:"structure"`

    // You can use this parameter to indicate the maximum number of items you want
    // in the response. The default value is 10. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the ListFindings action. Subsequent
    // calls to the action fill nextToken in the request with the value of NextToken
    // from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListFindingsInput) GoString

func (s ListFindingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFindingsInput) SetAssessmentRunArns

func (s *ListFindingsInput) SetAssessmentRunArns(v []*string) *ListFindingsInput

SetAssessmentRunArns sets the AssessmentRunArns field's value.

func (*ListFindingsInput) SetFilter

func (s *ListFindingsInput) SetFilter(v *FindingFilter) *ListFindingsInput

SetFilter sets the Filter field's value.

func (*ListFindingsInput) SetMaxResults

func (s *ListFindingsInput) SetMaxResults(v int64) *ListFindingsInput

SetMaxResults sets the MaxResults field's value.

func (*ListFindingsInput) SetNextToken

func (s *ListFindingsInput) SetNextToken(v string) *ListFindingsInput

SetNextToken sets the NextToken field's value.

func (ListFindingsInput) String

func (s ListFindingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFindingsInput) Validate

func (s *ListFindingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListFindingsOutput

type ListFindingsOutput struct {

    // A list of ARNs that specifies the findings returned by the action.
    //
    // FindingArns is a required field
    FindingArns []*string `locationName:"findingArns" type:"list" required:"true"`

    // When a response is generated, if there is more data to be listed, this parameter
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListFindingsOutput) GoString

func (s ListFindingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFindingsOutput) SetFindingArns

func (s *ListFindingsOutput) SetFindingArns(v []*string) *ListFindingsOutput

SetFindingArns sets the FindingArns field's value.

func (*ListFindingsOutput) SetNextToken

func (s *ListFindingsOutput) SetNextToken(v string) *ListFindingsOutput

SetNextToken sets the NextToken field's value.

func (ListFindingsOutput) String

func (s ListFindingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRulesPackagesInput

type ListRulesPackagesInput struct {

    // You can use this parameter to indicate the maximum number of items you want
    // in the response. The default value is 10. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the ListRulesPackages action. Subsequent
    // calls to the action fill nextToken in the request with the value of NextToken
    // from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListRulesPackagesInput) GoString

func (s ListRulesPackagesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRulesPackagesInput) SetMaxResults

func (s *ListRulesPackagesInput) SetMaxResults(v int64) *ListRulesPackagesInput

SetMaxResults sets the MaxResults field's value.

func (*ListRulesPackagesInput) SetNextToken

func (s *ListRulesPackagesInput) SetNextToken(v string) *ListRulesPackagesInput

SetNextToken sets the NextToken field's value.

func (ListRulesPackagesInput) String

func (s ListRulesPackagesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRulesPackagesInput) Validate

func (s *ListRulesPackagesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRulesPackagesOutput

type ListRulesPackagesOutput struct {

    // When a response is generated, if there is more data to be listed, this parameter
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // The list of ARNs that specifies the rules packages returned by the action.
    //
    // RulesPackageArns is a required field
    RulesPackageArns []*string `locationName:"rulesPackageArns" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListRulesPackagesOutput) GoString

func (s ListRulesPackagesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRulesPackagesOutput) SetNextToken

func (s *ListRulesPackagesOutput) SetNextToken(v string) *ListRulesPackagesOutput

SetNextToken sets the NextToken field's value.

func (*ListRulesPackagesOutput) SetRulesPackageArns

func (s *ListRulesPackagesOutput) SetRulesPackageArns(v []*string) *ListRulesPackagesOutput

SetRulesPackageArns sets the RulesPackageArns field's value.

func (ListRulesPackagesOutput) String

func (s ListRulesPackagesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The ARN that specifies the assessment template whose tags you want to list.
    //
    // ResourceArn is a required field
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // A collection of key and value pairs.
    //
    // Tags is a required field
    Tags []*Tag `locationName:"tags" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NetworkInterface

type NetworkInterface struct {

    // The IP addresses associated with the network interface.
    Ipv6Addresses []*string `locationName:"ipv6Addresses" type:"list"`

    // The ID of the network interface.
    NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"`

    // The name of a private DNS associated with the network interface.
    PrivateDnsName *string `locationName:"privateDnsName" type:"string"`

    // The private IP address associated with the network interface.
    PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`

    // A list of the private IP addresses associated with the network interface.
    // Includes the privateDnsName and privateIpAddress.
    PrivateIpAddresses []*PrivateIp `locationName:"privateIpAddresses" type:"list"`

    // The name of a public DNS associated with the network interface.
    PublicDnsName *string `locationName:"publicDnsName" type:"string"`

    // The public IP address from which the network interface is reachable.
    PublicIp *string `locationName:"publicIp" type:"string"`

    // A list of the security groups associated with the network interface. Includes
    // the groupId and groupName.
    SecurityGroups []*SecurityGroup `locationName:"securityGroups" type:"list"`

    // The ID of a subnet associated with the network interface.
    SubnetId *string `locationName:"subnetId" type:"string"`

    // The ID of a VPC associated with the network interface.
    VpcId *string `locationName:"vpcId" type:"string"`
    // contains filtered or unexported fields
}

Contains information about the network interfaces interacting with an EC2 instance. This data type is used as one of the elements of the AssetAttributes data type.

func (NetworkInterface) GoString

func (s NetworkInterface) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NetworkInterface) SetIpv6Addresses

func (s *NetworkInterface) SetIpv6Addresses(v []*string) *NetworkInterface

SetIpv6Addresses sets the Ipv6Addresses field's value.

func (*NetworkInterface) SetNetworkInterfaceId

func (s *NetworkInterface) SetNetworkInterfaceId(v string) *NetworkInterface

SetNetworkInterfaceId sets the NetworkInterfaceId field's value.

func (*NetworkInterface) SetPrivateDnsName

func (s *NetworkInterface) SetPrivateDnsName(v string) *NetworkInterface

SetPrivateDnsName sets the PrivateDnsName field's value.

func (*NetworkInterface) SetPrivateIpAddress

func (s *NetworkInterface) SetPrivateIpAddress(v string) *NetworkInterface

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*NetworkInterface) SetPrivateIpAddresses

func (s *NetworkInterface) SetPrivateIpAddresses(v []*PrivateIp) *NetworkInterface

SetPrivateIpAddresses sets the PrivateIpAddresses field's value.

func (*NetworkInterface) SetPublicDnsName

func (s *NetworkInterface) SetPublicDnsName(v string) *NetworkInterface

SetPublicDnsName sets the PublicDnsName field's value.

func (*NetworkInterface) SetPublicIp

func (s *NetworkInterface) SetPublicIp(v string) *NetworkInterface

SetPublicIp sets the PublicIp field's value.

func (*NetworkInterface) SetSecurityGroups

func (s *NetworkInterface) SetSecurityGroups(v []*SecurityGroup) *NetworkInterface

SetSecurityGroups sets the SecurityGroups field's value.

func (*NetworkInterface) SetSubnetId

func (s *NetworkInterface) SetSubnetId(v string) *NetworkInterface

SetSubnetId sets the SubnetId field's value.

func (*NetworkInterface) SetVpcId

func (s *NetworkInterface) SetVpcId(v string) *NetworkInterface

SetVpcId sets the VpcId field's value.

func (NetworkInterface) String

func (s NetworkInterface) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NoSuchEntityException

type NoSuchEntityException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // You can immediately retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Code that indicates the type of error that is generated.
    //
    // ErrorCode is a required field
    ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"NoSuchEntityErrorCode"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

func (*NoSuchEntityException) Code

func (s *NoSuchEntityException) Code() string

Code returns the exception type name.

func (*NoSuchEntityException) Error

func (s *NoSuchEntityException) Error() string

func (NoSuchEntityException) GoString

func (s NoSuchEntityException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NoSuchEntityException) Message

func (s *NoSuchEntityException) Message() string

Message returns the exception's message.

func (*NoSuchEntityException) OrigErr

func (s *NoSuchEntityException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*NoSuchEntityException) RequestID

func (s *NoSuchEntityException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*NoSuchEntityException) StatusCode

func (s *NoSuchEntityException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (NoSuchEntityException) String

func (s NoSuchEntityException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PreviewAgentsInput

type PreviewAgentsInput struct {

    // You can use this parameter to indicate the maximum number of items you want
    // in the response. The default value is 10. The maximum value is 500.
    MaxResults *int64 `locationName:"maxResults" type:"integer"`

    // You can use this parameter when paginating results. Set the value of this
    // parameter to null on your first call to the PreviewAgents action. Subsequent
    // calls to the action fill nextToken in the request with the value of NextToken
    // from the previous response to continue listing data.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`

    // The ARN of the assessment target whose agents you want to preview.
    //
    // PreviewAgentsArn is a required field
    PreviewAgentsArn *string `locationName:"previewAgentsArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (PreviewAgentsInput) GoString

func (s PreviewAgentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PreviewAgentsInput) SetMaxResults

func (s *PreviewAgentsInput) SetMaxResults(v int64) *PreviewAgentsInput

SetMaxResults sets the MaxResults field's value.

func (*PreviewAgentsInput) SetNextToken

func (s *PreviewAgentsInput) SetNextToken(v string) *PreviewAgentsInput

SetNextToken sets the NextToken field's value.

func (*PreviewAgentsInput) SetPreviewAgentsArn

func (s *PreviewAgentsInput) SetPreviewAgentsArn(v string) *PreviewAgentsInput

SetPreviewAgentsArn sets the PreviewAgentsArn field's value.

func (PreviewAgentsInput) String

func (s PreviewAgentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PreviewAgentsInput) Validate

func (s *PreviewAgentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PreviewAgentsOutput

type PreviewAgentsOutput struct {

    // The resulting list of agents.
    //
    // AgentPreviews is a required field
    AgentPreviews []*AgentPreview `locationName:"agentPreviews" type:"list" required:"true"`

    // When a response is generated, if there is more data to be listed, this parameter
    // is present in the response and contains the value to use for the nextToken
    // parameter in a subsequent pagination request. If there is no more data to
    // be listed, this parameter is set to null.
    NextToken *string `locationName:"nextToken" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (PreviewAgentsOutput) GoString

func (s PreviewAgentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PreviewAgentsOutput) SetAgentPreviews

func (s *PreviewAgentsOutput) SetAgentPreviews(v []*AgentPreview) *PreviewAgentsOutput

SetAgentPreviews sets the AgentPreviews field's value.

func (*PreviewAgentsOutput) SetNextToken

func (s *PreviewAgentsOutput) SetNextToken(v string) *PreviewAgentsOutput

SetNextToken sets the NextToken field's value.

func (PreviewAgentsOutput) String

func (s PreviewAgentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PreviewGenerationInProgressException

type PreviewGenerationInProgressException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request is rejected. The specified assessment template is currently generating an exclusions preview.

func (*PreviewGenerationInProgressException) Code

func (s *PreviewGenerationInProgressException) Code() string

Code returns the exception type name.

func (*PreviewGenerationInProgressException) Error

func (s *PreviewGenerationInProgressException) Error() string

func (PreviewGenerationInProgressException) GoString

func (s PreviewGenerationInProgressException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PreviewGenerationInProgressException) Message

func (s *PreviewGenerationInProgressException) Message() string

Message returns the exception's message.

func (*PreviewGenerationInProgressException) OrigErr

func (s *PreviewGenerationInProgressException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PreviewGenerationInProgressException) RequestID

func (s *PreviewGenerationInProgressException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PreviewGenerationInProgressException) StatusCode

func (s *PreviewGenerationInProgressException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PreviewGenerationInProgressException) String

func (s PreviewGenerationInProgressException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PrivateIp

type PrivateIp struct {

    // The DNS name of the private IP address.
    PrivateDnsName *string `locationName:"privateDnsName" type:"string"`

    // The full IP address of the network inteface.
    PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`
    // contains filtered or unexported fields
}

Contains information about a private IP address associated with a network interface. This data type is used as a response element in the DescribeFindings action.

func (PrivateIp) GoString

func (s PrivateIp) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PrivateIp) SetPrivateDnsName

func (s *PrivateIp) SetPrivateDnsName(v string) *PrivateIp

SetPrivateDnsName sets the PrivateDnsName field's value.

func (*PrivateIp) SetPrivateIpAddress

func (s *PrivateIp) SetPrivateIpAddress(v string) *PrivateIp

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (PrivateIp) String

func (s PrivateIp) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterCrossAccountAccessRoleInput

type RegisterCrossAccountAccessRoleInput struct {

    // The ARN of the IAM role that grants Amazon Inspector access to AWS Services
    // needed to perform security assessments.
    //
    // RoleArn is a required field
    RoleArn *string `locationName:"roleArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RegisterCrossAccountAccessRoleInput) GoString

func (s RegisterCrossAccountAccessRoleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterCrossAccountAccessRoleInput) SetRoleArn

func (s *RegisterCrossAccountAccessRoleInput) SetRoleArn(v string) *RegisterCrossAccountAccessRoleInput

SetRoleArn sets the RoleArn field's value.

func (RegisterCrossAccountAccessRoleInput) String

func (s RegisterCrossAccountAccessRoleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterCrossAccountAccessRoleInput) Validate

func (s *RegisterCrossAccountAccessRoleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterCrossAccountAccessRoleOutput

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

func (RegisterCrossAccountAccessRoleOutput) GoString

func (s RegisterCrossAccountAccessRoleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RegisterCrossAccountAccessRoleOutput) String

func (s RegisterCrossAccountAccessRoleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RemoveAttributesFromFindingsInput

type RemoveAttributesFromFindingsInput struct {

    // The array of attribute keys that you want to remove from specified findings.
    //
    // AttributeKeys is a required field
    AttributeKeys []*string `locationName:"attributeKeys" type:"list" required:"true"`

    // The ARNs that specify the findings that you want to remove attributes from.
    //
    // FindingArns is a required field
    FindingArns []*string `locationName:"findingArns" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveAttributesFromFindingsInput) GoString

func (s RemoveAttributesFromFindingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveAttributesFromFindingsInput) SetAttributeKeys

func (s *RemoveAttributesFromFindingsInput) SetAttributeKeys(v []*string) *RemoveAttributesFromFindingsInput

SetAttributeKeys sets the AttributeKeys field's value.

func (*RemoveAttributesFromFindingsInput) SetFindingArns

func (s *RemoveAttributesFromFindingsInput) SetFindingArns(v []*string) *RemoveAttributesFromFindingsInput

SetFindingArns sets the FindingArns field's value.

func (RemoveAttributesFromFindingsInput) String

func (s RemoveAttributesFromFindingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveAttributesFromFindingsInput) Validate

func (s *RemoveAttributesFromFindingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemoveAttributesFromFindingsOutput

type RemoveAttributesFromFindingsOutput struct {

    // Attributes details that cannot be described. An error code is provided for
    // each failed item.
    //
    // FailedItems is a required field
    FailedItems map[string]*FailedItemDetails `locationName:"failedItems" type:"map" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveAttributesFromFindingsOutput) GoString

func (s RemoveAttributesFromFindingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveAttributesFromFindingsOutput) SetFailedItems

func (s *RemoveAttributesFromFindingsOutput) SetFailedItems(v map[string]*FailedItemDetails) *RemoveAttributesFromFindingsOutput

SetFailedItems sets the FailedItems field's value.

func (RemoveAttributesFromFindingsOutput) String

func (s RemoveAttributesFromFindingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceGroup

type ResourceGroup struct {

    // The ARN of the resource group.
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The time at which resource group is created.
    //
    // CreatedAt is a required field
    CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"`

    // The tags (key and value pairs) of the resource group. This data type property
    // is used in the CreateResourceGroup action.
    //
    // Tags is a required field
    Tags []*ResourceGroupTag `locationName:"tags" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains information about a resource group. The resource group defines a set of tags that, when queried, identify the AWS resources that make up the assessment target. This data type is used as the response element in the DescribeResourceGroups action.

func (ResourceGroup) GoString

func (s ResourceGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceGroup) SetArn

func (s *ResourceGroup) SetArn(v string) *ResourceGroup

SetArn sets the Arn field's value.

func (*ResourceGroup) SetCreatedAt

func (s *ResourceGroup) SetCreatedAt(v time.Time) *ResourceGroup

SetCreatedAt sets the CreatedAt field's value.

func (*ResourceGroup) SetTags

func (s *ResourceGroup) SetTags(v []*ResourceGroupTag) *ResourceGroup

SetTags sets the Tags field's value.

func (ResourceGroup) String

func (s ResourceGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceGroupTag

type ResourceGroupTag struct {

    // A tag key.
    //
    // Key is a required field
    Key *string `locationName:"key" min:"1" type:"string" required:"true"`

    // The value assigned to a tag key.
    Value *string `locationName:"value" min:"1" type:"string"`
    // contains filtered or unexported fields
}

This data type is used as one of the elements of the ResourceGroup data type.

func (ResourceGroupTag) GoString

func (s ResourceGroupTag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceGroupTag) SetKey

func (s *ResourceGroupTag) SetKey(v string) *ResourceGroupTag

SetKey sets the Key field's value.

func (*ResourceGroupTag) SetValue

func (s *ResourceGroupTag) SetValue(v string) *ResourceGroupTag

SetValue sets the Value field's value.

func (ResourceGroupTag) String

func (s ResourceGroupTag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceGroupTag) Validate

func (s *ResourceGroupTag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RulesPackage

type RulesPackage struct {

    // The ARN of the rules package.
    //
    // Arn is a required field
    Arn *string `locationName:"arn" min:"1" type:"string" required:"true"`

    // The description of the rules package.
    Description *string `locationName:"description" type:"string"`

    // The name of the rules package.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true"`

    // The provider of the rules package.
    //
    // Provider is a required field
    Provider *string `locationName:"provider" type:"string" required:"true"`

    // The version ID of the rules package.
    //
    // Version is a required field
    Version *string `locationName:"version" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.

func (RulesPackage) GoString

func (s RulesPackage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RulesPackage) SetArn

func (s *RulesPackage) SetArn(v string) *RulesPackage

SetArn sets the Arn field's value.

func (*RulesPackage) SetDescription

func (s *RulesPackage) SetDescription(v string) *RulesPackage

SetDescription sets the Description field's value.

func (*RulesPackage) SetName

func (s *RulesPackage) SetName(v string) *RulesPackage

SetName sets the Name field's value.

func (*RulesPackage) SetProvider

func (s *RulesPackage) SetProvider(v string) *RulesPackage

SetProvider sets the Provider field's value.

func (*RulesPackage) SetVersion

func (s *RulesPackage) SetVersion(v string) *RulesPackage

SetVersion sets the Version field's value.

func (RulesPackage) String

func (s RulesPackage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Scope

type Scope struct {

    // The type of the scope.
    Key *string `locationName:"key" type:"string" enum:"ScopeType"`

    // The resource identifier for the specified scope type.
    Value *string `locationName:"value" type:"string"`
    // contains filtered or unexported fields
}

This data type contains key-value pairs that identify various Amazon resources.

func (Scope) GoString

func (s Scope) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Scope) SetKey

func (s *Scope) SetKey(v string) *Scope

SetKey sets the Key field's value.

func (*Scope) SetValue

func (s *Scope) SetValue(v string) *Scope

SetValue sets the Value field's value.

func (Scope) String

func (s Scope) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SecurityGroup

type SecurityGroup struct {

    // The ID of the security group.
    GroupId *string `locationName:"groupId" type:"string"`

    // The name of the security group.
    GroupName *string `locationName:"groupName" type:"string"`
    // contains filtered or unexported fields
}

Contains information about a security group associated with a network interface. This data type is used as one of the elements of the NetworkInterface data type.

func (SecurityGroup) GoString

func (s SecurityGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SecurityGroup) SetGroupId

func (s *SecurityGroup) SetGroupId(v string) *SecurityGroup

SetGroupId sets the GroupId field's value.

func (*SecurityGroup) SetGroupName

func (s *SecurityGroup) SetGroupName(v string) *SecurityGroup

SetGroupName sets the GroupName field's value.

func (SecurityGroup) String

func (s SecurityGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceAttributes

type ServiceAttributes struct {

    // The ARN of the assessment run during which the finding is generated.
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string"`

    // The ARN of the rules package that is used to generate the finding.
    RulesPackageArn *string `locationName:"rulesPackageArn" min:"1" type:"string"`

    // The schema version of this data type.
    //
    // SchemaVersion is a required field
    SchemaVersion *int64 `locationName:"schemaVersion" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

This data type is used in the Finding data type.

func (ServiceAttributes) GoString

func (s ServiceAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceAttributes) SetAssessmentRunArn

func (s *ServiceAttributes) SetAssessmentRunArn(v string) *ServiceAttributes

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (*ServiceAttributes) SetRulesPackageArn

func (s *ServiceAttributes) SetRulesPackageArn(v string) *ServiceAttributes

SetRulesPackageArn sets the RulesPackageArn field's value.

func (*ServiceAttributes) SetSchemaVersion

func (s *ServiceAttributes) SetSchemaVersion(v int64) *ServiceAttributes

SetSchemaVersion sets the SchemaVersion field's value.

func (ServiceAttributes) String

func (s ServiceAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceTemporarilyUnavailableException

type ServiceTemporarilyUnavailableException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // You can wait and then retry your request.
    //
    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    // Details of the exception error.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The serice is temporary unavailable.

func (*ServiceTemporarilyUnavailableException) Code

func (s *ServiceTemporarilyUnavailableException) Code() string

Code returns the exception type name.

func (*ServiceTemporarilyUnavailableException) Error

func (s *ServiceTemporarilyUnavailableException) Error() string

func (ServiceTemporarilyUnavailableException) GoString

func (s ServiceTemporarilyUnavailableException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceTemporarilyUnavailableException) Message

func (s *ServiceTemporarilyUnavailableException) Message() string

Message returns the exception's message.

func (*ServiceTemporarilyUnavailableException) OrigErr

func (s *ServiceTemporarilyUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceTemporarilyUnavailableException) RequestID

func (s *ServiceTemporarilyUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceTemporarilyUnavailableException) StatusCode

func (s *ServiceTemporarilyUnavailableException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceTemporarilyUnavailableException) String

func (s ServiceTemporarilyUnavailableException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SetTagsForResourceInput

type SetTagsForResourceInput struct {

    // The ARN of the assessment template that you want to set tags to.
    //
    // ResourceArn is a required field
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string" required:"true"`

    // A collection of key and value pairs that you want to set to the assessment
    // template.
    Tags []*Tag `locationName:"tags" type:"list"`
    // contains filtered or unexported fields
}

func (SetTagsForResourceInput) GoString

func (s SetTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SetTagsForResourceInput) SetResourceArn

func (s *SetTagsForResourceInput) SetResourceArn(v string) *SetTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*SetTagsForResourceInput) SetTags

func (s *SetTagsForResourceInput) SetTags(v []*Tag) *SetTagsForResourceInput

SetTags sets the Tags field's value.

func (SetTagsForResourceInput) String

func (s SetTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SetTagsForResourceInput) Validate

func (s *SetTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetTagsForResourceOutput

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

func (SetTagsForResourceOutput) GoString

func (s SetTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (SetTagsForResourceOutput) String

func (s SetTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartAssessmentRunInput

type StartAssessmentRunInput struct {

    // You can specify the name for the assessment run. The name must be unique
    // for the assessment template whose ARN is used to start the assessment run.
    AssessmentRunName *string `locationName:"assessmentRunName" min:"1" type:"string"`

    // The ARN of the assessment template of the assessment run that you want to
    // start.
    //
    // AssessmentTemplateArn is a required field
    AssessmentTemplateArn *string `locationName:"assessmentTemplateArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartAssessmentRunInput) GoString

func (s StartAssessmentRunInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssessmentRunInput) SetAssessmentRunName

func (s *StartAssessmentRunInput) SetAssessmentRunName(v string) *StartAssessmentRunInput

SetAssessmentRunName sets the AssessmentRunName field's value.

func (*StartAssessmentRunInput) SetAssessmentTemplateArn

func (s *StartAssessmentRunInput) SetAssessmentTemplateArn(v string) *StartAssessmentRunInput

SetAssessmentTemplateArn sets the AssessmentTemplateArn field's value.

func (StartAssessmentRunInput) String

func (s StartAssessmentRunInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssessmentRunInput) Validate

func (s *StartAssessmentRunInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartAssessmentRunOutput

type StartAssessmentRunOutput struct {

    // The ARN of the assessment run that has been started.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartAssessmentRunOutput) GoString

func (s StartAssessmentRunOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssessmentRunOutput) SetAssessmentRunArn

func (s *StartAssessmentRunOutput) SetAssessmentRunArn(v string) *StartAssessmentRunOutput

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (StartAssessmentRunOutput) String

func (s StartAssessmentRunOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopAssessmentRunInput

type StopAssessmentRunInput struct {

    // The ARN of the assessment run that you want to stop.
    //
    // AssessmentRunArn is a required field
    AssessmentRunArn *string `locationName:"assessmentRunArn" min:"1" type:"string" required:"true"`

    // An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
    // START_EVALUATION (the default value), stops the AWS agent from collecting
    // data and begins the results evaluation and the findings generation process.
    // SKIP_EVALUATION cancels the assessment run immediately, after which no findings
    // are generated.
    StopAction *string `locationName:"stopAction" type:"string" enum:"StopAction"`
    // contains filtered or unexported fields
}

func (StopAssessmentRunInput) GoString

func (s StopAssessmentRunInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopAssessmentRunInput) SetAssessmentRunArn

func (s *StopAssessmentRunInput) SetAssessmentRunArn(v string) *StopAssessmentRunInput

SetAssessmentRunArn sets the AssessmentRunArn field's value.

func (*StopAssessmentRunInput) SetStopAction

func (s *StopAssessmentRunInput) SetStopAction(v string) *StopAssessmentRunInput

SetStopAction sets the StopAction field's value.

func (StopAssessmentRunInput) String

func (s StopAssessmentRunInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopAssessmentRunInput) Validate

func (s *StopAssessmentRunInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopAssessmentRunOutput

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

func (StopAssessmentRunOutput) GoString

func (s StopAssessmentRunOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopAssessmentRunOutput) String

func (s StopAssessmentRunOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SubscribeToEventInput

type SubscribeToEventInput struct {

    // The event for which you want to receive SNS notifications.
    //
    // Event is a required field
    Event *string `locationName:"event" type:"string" required:"true" enum:"Event"`

    // The ARN of the assessment template that is used during the event for which
    // you want to receive SNS notifications.
    //
    // ResourceArn is a required field
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string" required:"true"`

    // The ARN of the SNS topic to which the SNS notifications are sent.
    //
    // TopicArn is a required field
    TopicArn *string `locationName:"topicArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (SubscribeToEventInput) GoString

func (s SubscribeToEventInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SubscribeToEventInput) SetEvent

func (s *SubscribeToEventInput) SetEvent(v string) *SubscribeToEventInput

SetEvent sets the Event field's value.

func (*SubscribeToEventInput) SetResourceArn

func (s *SubscribeToEventInput) SetResourceArn(v string) *SubscribeToEventInput

SetResourceArn sets the ResourceArn field's value.

func (*SubscribeToEventInput) SetTopicArn

func (s *SubscribeToEventInput) SetTopicArn(v string) *SubscribeToEventInput

SetTopicArn sets the TopicArn field's value.

func (SubscribeToEventInput) String

func (s SubscribeToEventInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SubscribeToEventInput) Validate

func (s *SubscribeToEventInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SubscribeToEventOutput

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

func (SubscribeToEventOutput) GoString

func (s SubscribeToEventOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (SubscribeToEventOutput) String

func (s SubscribeToEventOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Subscription

type Subscription struct {

    // The list of existing event subscriptions.
    //
    // EventSubscriptions is a required field
    EventSubscriptions []*EventSubscription `locationName:"eventSubscriptions" min:"1" type:"list" required:"true"`

    // The ARN of the assessment template that is used during the event for which
    // the SNS notification is sent.
    //
    // ResourceArn is a required field
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string" required:"true"`

    // The ARN of the Amazon Simple Notification Service (SNS) topic to which the
    // SNS notifications are sent.
    //
    // TopicArn is a required field
    TopicArn *string `locationName:"topicArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

This data type is used as a response element in the ListEventSubscriptions action.

func (Subscription) GoString

func (s Subscription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Subscription) SetEventSubscriptions

func (s *Subscription) SetEventSubscriptions(v []*EventSubscription) *Subscription

SetEventSubscriptions sets the EventSubscriptions field's value.

func (*Subscription) SetResourceArn

func (s *Subscription) SetResourceArn(v string) *Subscription

SetResourceArn sets the ResourceArn field's value.

func (*Subscription) SetTopicArn

func (s *Subscription) SetTopicArn(v string) *Subscription

SetTopicArn sets the TopicArn field's value.

func (Subscription) String

func (s Subscription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

    // A tag key.
    //
    // Key is a required field
    Key *string `locationName:"key" min:"1" type:"string" required:"true"`

    // A value assigned to a tag key.
    Value *string `locationName:"value" min:"1" type:"string"`
    // contains filtered or unexported fields
}

A key and value pair. This data type is used as a request parameter in the SetTagsForResource action and a response element in the ListTagsForResource action.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TelemetryMetadata

type TelemetryMetadata struct {

    // The count of messages that the agent sends to the Amazon Inspector service.
    //
    // Count is a required field
    Count *int64 `locationName:"count" type:"long" required:"true"`

    // The data size of messages that the agent sends to the Amazon Inspector service.
    DataSize *int64 `locationName:"dataSize" type:"long"`

    // A specific type of behavioral data that is collected by the agent.
    //
    // MessageType is a required field
    MessageType *string `locationName:"messageType" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The metadata about the Amazon Inspector application data metrics collected by the agent. This data type is used as the response element in the GetTelemetryMetadata action.

func (TelemetryMetadata) GoString

func (s TelemetryMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TelemetryMetadata) SetCount

func (s *TelemetryMetadata) SetCount(v int64) *TelemetryMetadata

SetCount sets the Count field's value.

func (*TelemetryMetadata) SetDataSize

func (s *TelemetryMetadata) SetDataSize(v int64) *TelemetryMetadata

SetDataSize sets the DataSize field's value.

func (*TelemetryMetadata) SetMessageType

func (s *TelemetryMetadata) SetMessageType(v string) *TelemetryMetadata

SetMessageType sets the MessageType field's value.

func (TelemetryMetadata) String

func (s TelemetryMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TimestampRange

type TimestampRange struct {

    // The minimum value of the timestamp range.
    BeginDate *time.Time `locationName:"beginDate" type:"timestamp"`

    // The maximum value of the timestamp range.
    EndDate *time.Time `locationName:"endDate" type:"timestamp"`
    // contains filtered or unexported fields
}

This data type is used in the AssessmentRunFilter data type.

func (TimestampRange) GoString

func (s TimestampRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimestampRange) SetBeginDate

func (s *TimestampRange) SetBeginDate(v time.Time) *TimestampRange

SetBeginDate sets the BeginDate field's value.

func (*TimestampRange) SetEndDate

func (s *TimestampRange) SetEndDate(v time.Time) *TimestampRange

SetEndDate sets the EndDate field's value.

func (TimestampRange) String

func (s TimestampRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsubscribeFromEventInput

type UnsubscribeFromEventInput struct {

    // The event for which you want to stop receiving SNS notifications.
    //
    // Event is a required field
    Event *string `locationName:"event" type:"string" required:"true" enum:"Event"`

    // The ARN of the assessment template that is used during the event for which
    // you want to stop receiving SNS notifications.
    //
    // ResourceArn is a required field
    ResourceArn *string `locationName:"resourceArn" min:"1" type:"string" required:"true"`

    // The ARN of the SNS topic to which SNS notifications are sent.
    //
    // TopicArn is a required field
    TopicArn *string `locationName:"topicArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UnsubscribeFromEventInput) GoString

func (s UnsubscribeFromEventInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsubscribeFromEventInput) SetEvent

func (s *UnsubscribeFromEventInput) SetEvent(v string) *UnsubscribeFromEventInput

SetEvent sets the Event field's value.

func (*UnsubscribeFromEventInput) SetResourceArn

func (s *UnsubscribeFromEventInput) SetResourceArn(v string) *UnsubscribeFromEventInput

SetResourceArn sets the ResourceArn field's value.

func (*UnsubscribeFromEventInput) SetTopicArn

func (s *UnsubscribeFromEventInput) SetTopicArn(v string) *UnsubscribeFromEventInput

SetTopicArn sets the TopicArn field's value.

func (UnsubscribeFromEventInput) String

func (s UnsubscribeFromEventInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsubscribeFromEventInput) Validate

func (s *UnsubscribeFromEventInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnsubscribeFromEventOutput

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

func (UnsubscribeFromEventOutput) GoString

func (s UnsubscribeFromEventOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UnsubscribeFromEventOutput) String

func (s UnsubscribeFromEventOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedFeatureException

type UnsupportedFeatureException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // CanRetry is a required field
    CanRetry *bool `locationName:"canRetry" type:"boolean" required:"true"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Used by the GetAssessmentReport API. The request was rejected because you tried to generate a report for an assessment run that existed before reporting was supported in Amazon Inspector. You can only generate reports for assessment runs that took place or will take place after generating reports in Amazon Inspector became available.

func (*UnsupportedFeatureException) Code

func (s *UnsupportedFeatureException) Code() string

Code returns the exception type name.

func (*UnsupportedFeatureException) Error

func (s *UnsupportedFeatureException) Error() string

func (UnsupportedFeatureException) GoString

func (s UnsupportedFeatureException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedFeatureException) Message

func (s *UnsupportedFeatureException) Message() string

Message returns the exception's message.

func (*UnsupportedFeatureException) OrigErr

func (s *UnsupportedFeatureException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedFeatureException) RequestID

func (s *UnsupportedFeatureException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedFeatureException) StatusCode

func (s *UnsupportedFeatureException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedFeatureException) String

func (s UnsupportedFeatureException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssessmentTargetInput

type UpdateAssessmentTargetInput struct {

    // The ARN of the assessment target that you want to update.
    //
    // AssessmentTargetArn is a required field
    AssessmentTargetArn *string `locationName:"assessmentTargetArn" min:"1" type:"string" required:"true"`

    // The name of the assessment target that you want to update.
    //
    // AssessmentTargetName is a required field
    AssessmentTargetName *string `locationName:"assessmentTargetName" min:"1" type:"string" required:"true"`

    // The ARN of the resource group that is used to specify the new resource group
    // to associate with the assessment target.
    ResourceGroupArn *string `locationName:"resourceGroupArn" min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateAssessmentTargetInput) GoString

func (s UpdateAssessmentTargetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentTargetInput) SetAssessmentTargetArn

func (s *UpdateAssessmentTargetInput) SetAssessmentTargetArn(v string) *UpdateAssessmentTargetInput

SetAssessmentTargetArn sets the AssessmentTargetArn field's value.

func (*UpdateAssessmentTargetInput) SetAssessmentTargetName

func (s *UpdateAssessmentTargetInput) SetAssessmentTargetName(v string) *UpdateAssessmentTargetInput

SetAssessmentTargetName sets the AssessmentTargetName field's value.

func (*UpdateAssessmentTargetInput) SetResourceGroupArn

func (s *UpdateAssessmentTargetInput) SetResourceGroupArn(v string) *UpdateAssessmentTargetInput

SetResourceGroupArn sets the ResourceGroupArn field's value.

func (UpdateAssessmentTargetInput) String

func (s UpdateAssessmentTargetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentTargetInput) Validate

func (s *UpdateAssessmentTargetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssessmentTargetOutput

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

func (UpdateAssessmentTargetOutput) GoString

func (s UpdateAssessmentTargetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateAssessmentTargetOutput) String

func (s UpdateAssessmentTargetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".