inspector

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2020 License: Apache-2.0 Imports: 9 Imported by: 38

Documentation

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 use 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 for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/inspector/#New

Index

Examples

Constants

View Source
const (
	ServiceName = "Amazon Inspector" // Service's name
	ServiceID   = "Inspector"        // Service's identifier
	EndpointsID = "inspector"        // Service's Endpoint identifier
)
View Source
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"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedErrorCode

type AccessDeniedErrorCode string
const (
	AccessDeniedErrorCodeAccessDeniedToAssessmentTarget   AccessDeniedErrorCode = "ACCESS_DENIED_TO_ASSESSMENT_TARGET"
	AccessDeniedErrorCodeAccessDeniedToAssessmentTemplate AccessDeniedErrorCode = "ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE"
	AccessDeniedErrorCodeAccessDeniedToAssessmentRun      AccessDeniedErrorCode = "ACCESS_DENIED_TO_ASSESSMENT_RUN"
	AccessDeniedErrorCodeAccessDeniedToFinding            AccessDeniedErrorCode = "ACCESS_DENIED_TO_FINDING"
	AccessDeniedErrorCodeAccessDeniedToResourceGroup      AccessDeniedErrorCode = "ACCESS_DENIED_TO_RESOURCE_GROUP"
	AccessDeniedErrorCodeAccessDeniedToRulesPackage       AccessDeniedErrorCode = "ACCESS_DENIED_TO_RULES_PACKAGE"
	AccessDeniedErrorCodeAccessDeniedToSnsTopic           AccessDeniedErrorCode = "ACCESS_DENIED_TO_SNS_TOPIC"
	AccessDeniedErrorCodeAccessDeniedToIamRole            AccessDeniedErrorCode = "ACCESS_DENIED_TO_IAM_ROLE"
)

Enum values for AccessDeniedErrorCode

func (AccessDeniedErrorCode) MarshalValue added in v0.3.0

func (enum AccessDeniedErrorCode) MarshalValue() (string, error)

func (AccessDeniedErrorCode) MarshalValueBuf added in v0.3.0

func (enum AccessDeniedErrorCode) MarshalValueBuf(b []byte) ([]byte, error)

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

String returns the string representation

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

String returns the string representation

type AddAttributesToFindingsRequest

type AddAttributesToFindingsRequest struct {
	*aws.Request
	Input *AddAttributesToFindingsInput
	Copy  func(*AddAttributesToFindingsInput) AddAttributesToFindingsRequest
}

AddAttributesToFindingsRequest is the request type for the AddAttributesToFindings API operation.

func (AddAttributesToFindingsRequest) Send

Send marshals and sends the AddAttributesToFindings API request.

type AddAttributesToFindingsResponse added in v0.9.0

type AddAttributesToFindingsResponse struct {
	*AddAttributesToFindingsOutput
	// contains filtered or unexported fields
}

AddAttributesToFindingsResponse is the response type for the AddAttributesToFindings API operation.

func (*AddAttributesToFindingsResponse) SDKResponseMetdata added in v0.9.0

func (r *AddAttributesToFindingsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the AddAttributesToFindings request.

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

String returns the string representation

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 []AgentHealthCode `locationName:"agentHealthCodes" type:"list" required:"true"`

	// The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
	//
	// AgentHealths is a required field
	AgentHealths []AgentHealth `locationName:"agentHealths" type:"list" required:"true"`
	// 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) String

func (s AgentFilter) String() string

String returns the string representation

func (*AgentFilter) Validate

func (s *AgentFilter) Validate() error

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

type AgentHealth

type AgentHealth string
const (
	AgentHealthHealthy   AgentHealth = "HEALTHY"
	AgentHealthUnhealthy AgentHealth = "UNHEALTHY"
	AgentHealthUnknown   AgentHealth = "UNKNOWN"
)

Enum values for AgentHealth

func (AgentHealth) MarshalValue added in v0.3.0

func (enum AgentHealth) MarshalValue() (string, error)

func (AgentHealth) MarshalValueBuf added in v0.3.0

func (enum AgentHealth) MarshalValueBuf(b []byte) ([]byte, error)

type AgentHealthCode

type AgentHealthCode string
const (
	AgentHealthCodeIdle      AgentHealthCode = "IDLE"
	AgentHealthCodeRunning   AgentHealthCode = "RUNNING"
	AgentHealthCodeShutdown  AgentHealthCode = "SHUTDOWN"
	AgentHealthCodeUnhealthy AgentHealthCode = "UNHEALTHY"
	AgentHealthCodeThrottled AgentHealthCode = "THROTTLED"
	AgentHealthCodeUnknown   AgentHealthCode = "UNKNOWN"
)

Enum values for AgentHealthCode

func (AgentHealthCode) MarshalValue added in v0.3.0

func (enum AgentHealthCode) MarshalValue() (string, error)

func (AgentHealthCode) MarshalValueBuf added in v0.3.0

func (enum AgentHealthCode) MarshalValueBuf(b []byte) ([]byte, error)

type AgentPreview

type AgentPreview struct {

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

	// 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) String

func (s AgentPreview) String() string

String returns the string representation

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 AssessmentRunState `locationName:"state" type:"string" required:"true" enum:"true"`

	// 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) String

func (s AssessmentRun) String() string

String returns the string representation

type AssessmentRunAgent

type AssessmentRunAgent struct {

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

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

	// 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) String

func (s AssessmentRunAgent) String() string

String returns the string representation

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 []AssessmentRunState `locationName:"states" type:"list"`
	// contains filtered or unexported fields
}

Used as the request parameter in the ListAssessmentRuns action.

func (AssessmentRunFilter) String

func (s AssessmentRunFilter) String() string

String returns the string representation

func (*AssessmentRunFilter) Validate

func (s *AssessmentRunFilter) Validate() error

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

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 InspectorEvent `locationName:"event" type:"string" required:"true" enum:"true"`

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

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

	// 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) String

func (s AssessmentRunNotification) String() string

String returns the string representation

type AssessmentRunNotificationSnsStatusCode

type AssessmentRunNotificationSnsStatusCode string
const (
	AssessmentRunNotificationSnsStatusCodeSuccess           AssessmentRunNotificationSnsStatusCode = "SUCCESS"
	AssessmentRunNotificationSnsStatusCodeTopicDoesNotExist AssessmentRunNotificationSnsStatusCode = "TOPIC_DOES_NOT_EXIST"
	AssessmentRunNotificationSnsStatusCodeAccessDenied      AssessmentRunNotificationSnsStatusCode = "ACCESS_DENIED"
	AssessmentRunNotificationSnsStatusCodeInternalError     AssessmentRunNotificationSnsStatusCode = "INTERNAL_ERROR"
)

Enum values for AssessmentRunNotificationSnsStatusCode

func (AssessmentRunNotificationSnsStatusCode) MarshalValue added in v0.3.0

func (enum AssessmentRunNotificationSnsStatusCode) MarshalValue() (string, error)

func (AssessmentRunNotificationSnsStatusCode) MarshalValueBuf added in v0.3.0

func (enum AssessmentRunNotificationSnsStatusCode) MarshalValueBuf(b []byte) ([]byte, error)

type AssessmentRunState

type AssessmentRunState string
const (
	AssessmentRunStateCreated                       AssessmentRunState = "CREATED"
	AssessmentRunStateStartDataCollectionPending    AssessmentRunState = "START_DATA_COLLECTION_PENDING"
	AssessmentRunStateStartDataCollectionInProgress AssessmentRunState = "START_DATA_COLLECTION_IN_PROGRESS"
	AssessmentRunStateCollectingData                AssessmentRunState = "COLLECTING_DATA"
	AssessmentRunStateStopDataCollectionPending     AssessmentRunState = "STOP_DATA_COLLECTION_PENDING"
	AssessmentRunStateDataCollected                 AssessmentRunState = "DATA_COLLECTED"
	AssessmentRunStateStartEvaluatingRulesPending   AssessmentRunState = "START_EVALUATING_RULES_PENDING"
	AssessmentRunStateEvaluatingRules               AssessmentRunState = "EVALUATING_RULES"
	AssessmentRunStateFailed                        AssessmentRunState = "FAILED"
	AssessmentRunStateError                         AssessmentRunState = "ERROR"
	AssessmentRunStateCompleted                     AssessmentRunState = "COMPLETED"
	AssessmentRunStateCompletedWithErrors           AssessmentRunState = "COMPLETED_WITH_ERRORS"
	AssessmentRunStateCanceled                      AssessmentRunState = "CANCELED"
)

Enum values for AssessmentRunState

func (AssessmentRunState) MarshalValue added in v0.3.0

func (enum AssessmentRunState) MarshalValue() (string, error)

func (AssessmentRunState) MarshalValueBuf added in v0.3.0

func (enum AssessmentRunState) MarshalValueBuf(b []byte) ([]byte, error)

type AssessmentRunStateChange

type AssessmentRunStateChange struct {

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

	// 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) String

func (s AssessmentRunStateChange) String() string

String returns the string representation

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

func (s AssessmentTarget) String() string

String returns the string representation

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

func (s AssessmentTargetFilter) String() string

String returns the string representation

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

func (s AssessmentTemplate) String() string

String returns the string representation

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

func (s AssessmentTemplateFilter) String() string

String returns the string representation

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

func (s AssetAttributes) String() string

String returns the string representation

type AssetType

type AssetType string
const (
	AssetTypeEc2Instance AssetType = "ec2-instance"
)

Enum values for AssetType

func (AssetType) MarshalValue added in v0.3.0

func (enum AssetType) MarshalValue() (string, error)

func (AssetType) MarshalValueBuf added in v0.3.0

func (enum AssetType) MarshalValueBuf(b []byte) ([]byte, error)

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

func (s Attribute) String() string

String returns the string representation

func (*Attribute) Validate

func (s *Attribute) Validate() error

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

type Client added in v0.9.0

type Client struct {
	*aws.Client
}

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

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

func New

func New(config aws.Config) *Client

New creates a new instance of the client from the provided Config.

Example:

// Create a client from just a config.
svc := inspector.New(myConfig)

func (*Client) AddAttributesToFindingsRequest added in v0.9.0

func (c *Client) AddAttributesToFindingsRequest(input *AddAttributesToFindingsInput) AddAttributesToFindingsRequest

AddAttributesToFindingsRequest returns a request value for making API operation for Amazon Inspector.

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

// Example sending a request using AddAttributesToFindingsRequest.
req := client.AddAttributesToFindingsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

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

	req := svc.AddAttributesToFindingsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) CreateAssessmentTargetRequest added in v0.9.0

func (c *Client) CreateAssessmentTargetRequest(input *CreateAssessmentTargetInput) CreateAssessmentTargetRequest

CreateAssessmentTargetRequest returns a request value for making 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).

// Example sending a request using CreateAssessmentTargetRequest.
req := client.CreateAssessmentTargetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

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

	req := svc.CreateAssessmentTargetRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) CreateAssessmentTemplateRequest added in v0.9.0

func (c *Client) CreateAssessmentTemplateRequest(input *CreateAssessmentTemplateInput) CreateAssessmentTemplateRequest

CreateAssessmentTemplateRequest returns a request value for making 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.

// Example sending a request using CreateAssessmentTemplateRequest.
req := client.CreateAssessmentTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	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{
			"arn:aws:inspector:us-west-2:758058086616:rulespackage/0-11B9DBXp",
		},
		UserAttributesForFindings: []inspector.Attribute{
			{
				Key:   aws.String("Example"),
				Value: aws.String("example"),
			},
		},
	}

	req := svc.CreateAssessmentTemplateRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) CreateExclusionsPreviewRequest added in v0.9.0

func (c *Client) CreateExclusionsPreviewRequest(input *CreateExclusionsPreviewInput) CreateExclusionsPreviewRequest

CreateExclusionsPreviewRequest returns a request value for making 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.

// Example sending a request using CreateExclusionsPreviewRequest.
req := client.CreateExclusionsPreviewRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) CreateResourceGroupRequest added in v0.9.0

func (c *Client) CreateResourceGroupRequest(input *CreateResourceGroupInput) CreateResourceGroupRequest

CreateResourceGroupRequest returns a request value for making 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.

// Example sending a request using CreateResourceGroupRequest.
req := client.CreateResourceGroupRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

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

	req := svc.CreateResourceGroupRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DeleteAssessmentRunRequest added in v0.9.0

func (c *Client) DeleteAssessmentRunRequest(input *DeleteAssessmentRunInput) DeleteAssessmentRunRequest

DeleteAssessmentRunRequest returns a request value for making API operation for Amazon Inspector.

Deletes the assessment run that is specified by the ARN of the assessment run.

// Example sending a request using DeleteAssessmentRunRequest.
req := client.DeleteAssessmentRunRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DeleteAssessmentRunInput{
		AssessmentRunArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-11LMTAVe"),
	}

	req := svc.DeleteAssessmentRunRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DeleteAssessmentTargetRequest added in v0.9.0

func (c *Client) DeleteAssessmentTargetRequest(input *DeleteAssessmentTargetInput) DeleteAssessmentTargetRequest

DeleteAssessmentTargetRequest returns a request value for making API operation for Amazon Inspector.

Deletes the assessment target that is specified by the ARN of the assessment target.

// Example sending a request using DeleteAssessmentTargetRequest.
req := client.DeleteAssessmentTargetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DeleteAssessmentTargetInput{
		AssessmentTargetArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"),
	}

	req := svc.DeleteAssessmentTargetRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DeleteAssessmentTemplateRequest added in v0.9.0

func (c *Client) DeleteAssessmentTemplateRequest(input *DeleteAssessmentTemplateInput) DeleteAssessmentTemplateRequest

DeleteAssessmentTemplateRequest returns a request value for making API operation for Amazon Inspector.

Deletes the assessment template that is specified by the ARN of the assessment template.

// Example sending a request using DeleteAssessmentTemplateRequest.
req := client.DeleteAssessmentTemplateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DeleteAssessmentTemplateInput{
		AssessmentTemplateArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T"),
	}

	req := svc.DeleteAssessmentTemplateRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DescribeAssessmentRunsRequest added in v0.9.0

func (c *Client) DescribeAssessmentRunsRequest(input *DescribeAssessmentRunsInput) DescribeAssessmentRunsRequest

DescribeAssessmentRunsRequest returns a request value for making API operation for Amazon Inspector.

Describes the assessment runs that are specified by the ARNs of the assessment runs.

// Example sending a request using DescribeAssessmentRunsRequest.
req := client.DescribeAssessmentRunsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DescribeAssessmentRunsInput{
		AssessmentRunArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE",
		},
	}

	req := svc.DescribeAssessmentRunsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DescribeAssessmentTargetsRequest added in v0.9.0

func (c *Client) DescribeAssessmentTargetsRequest(input *DescribeAssessmentTargetsInput) DescribeAssessmentTargetsRequest

DescribeAssessmentTargetsRequest returns a request value for making API operation for Amazon Inspector.

Describes the assessment targets that are specified by the ARNs of the assessment targets.

// Example sending a request using DescribeAssessmentTargetsRequest.
req := client.DescribeAssessmentTargetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DescribeAssessmentTargetsInput{
		AssessmentTargetArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq",
		},
	}

	req := svc.DescribeAssessmentTargetsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DescribeAssessmentTemplatesRequest added in v0.9.0

func (c *Client) DescribeAssessmentTemplatesRequest(input *DescribeAssessmentTemplatesInput) DescribeAssessmentTemplatesRequest

DescribeAssessmentTemplatesRequest returns a request value for making API operation for Amazon Inspector.

Describes the assessment templates that are specified by the ARNs of the assessment templates.

// Example sending a request using DescribeAssessmentTemplatesRequest.
req := client.DescribeAssessmentTemplatesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DescribeAssessmentTemplatesInput{
		AssessmentTemplateArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw",
		},
	}

	req := svc.DescribeAssessmentTemplatesRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DescribeCrossAccountAccessRoleRequest added in v0.9.0

func (c *Client) DescribeCrossAccountAccessRoleRequest(input *DescribeCrossAccountAccessRoleInput) DescribeCrossAccountAccessRoleRequest

DescribeCrossAccountAccessRoleRequest returns a request value for making API operation for Amazon Inspector.

Describes the IAM role that enables Amazon Inspector to access your AWS account.

// Example sending a request using DescribeCrossAccountAccessRoleRequest.
req := client.DescribeCrossAccountAccessRoleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DescribeCrossAccountAccessRoleInput{}

	req := svc.DescribeCrossAccountAccessRoleRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DescribeExclusionsRequest added in v0.9.0

func (c *Client) DescribeExclusionsRequest(input *DescribeExclusionsInput) DescribeExclusionsRequest

DescribeExclusionsRequest returns a request value for making API operation for Amazon Inspector.

Describes the exclusions that are specified by the exclusions' ARNs.

// Example sending a request using DescribeExclusionsRequest.
req := client.DescribeExclusionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/DescribeExclusions

func (*Client) DescribeFindingsRequest added in v0.9.0

func (c *Client) DescribeFindingsRequest(input *DescribeFindingsInput) DescribeFindingsRequest

DescribeFindingsRequest returns a request value for making API operation for Amazon Inspector.

Describes the findings that are specified by the ARNs of the findings.

// Example sending a request using DescribeFindingsRequest.
req := client.DescribeFindingsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DescribeFindingsInput{
		FindingArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE/finding/0-HwPnsDm4",
		},
	}

	req := svc.DescribeFindingsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DescribeResourceGroupsRequest added in v0.9.0

func (c *Client) DescribeResourceGroupsRequest(input *DescribeResourceGroupsInput) DescribeResourceGroupsRequest

DescribeResourceGroupsRequest returns a request value for making API operation for Amazon Inspector.

Describes the resource groups that are specified by the ARNs of the resource groups.

// Example sending a request using DescribeResourceGroupsRequest.
req := client.DescribeResourceGroupsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DescribeResourceGroupsInput{
		ResourceGroupArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-PyGXopAI",
		},
	}

	req := svc.DescribeResourceGroupsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) DescribeRulesPackagesRequest added in v0.9.0

func (c *Client) DescribeRulesPackagesRequest(input *DescribeRulesPackagesInput) DescribeRulesPackagesRequest

DescribeRulesPackagesRequest returns a request value for making API operation for Amazon Inspector.

Describes the rules packages that are specified by the ARNs of the rules packages.

// Example sending a request using DescribeRulesPackagesRequest.
req := client.DescribeRulesPackagesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.DescribeRulesPackagesInput{
		RulesPackageArns: []string{
			"arn:aws:inspector:us-west-2:758058086616:rulespackage/0-JJOtZiqQ",
		},
	}

	req := svc.DescribeRulesPackagesRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) GetAssessmentReportRequest added in v0.9.0

func (c *Client) GetAssessmentReportRequest(input *GetAssessmentReportInput) GetAssessmentReportRequest

GetAssessmentReportRequest returns a request value for making API operation for Amazon Inspector.

Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.

// Example sending a request using GetAssessmentReportRequest.
req := client.GetAssessmentReportRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetAssessmentReport

func (*Client) GetExclusionsPreviewRequest added in v0.9.0

func (c *Client) GetExclusionsPreviewRequest(input *GetExclusionsPreviewInput) GetExclusionsPreviewRequest

GetExclusionsPreviewRequest returns a request value for making 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.

// Example sending a request using GetExclusionsPreviewRequest.
req := client.GetExclusionsPreviewRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetExclusionsPreview

func (*Client) GetTelemetryMetadataRequest added in v0.9.0

func (c *Client) GetTelemetryMetadataRequest(input *GetTelemetryMetadataInput) GetTelemetryMetadataRequest

GetTelemetryMetadataRequest returns a request value for making API operation for Amazon Inspector.

Information about the data that is collected for the specified assessment run.

// Example sending a request using GetTelemetryMetadataRequest.
req := client.GetTelemetryMetadataRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.GetTelemetryMetadataInput{
		AssessmentRunArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"),
	}

	req := svc.GetTelemetryMetadataRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) ListAssessmentRunAgentsRequest added in v0.9.0

func (c *Client) ListAssessmentRunAgentsRequest(input *ListAssessmentRunAgentsInput) ListAssessmentRunAgentsRequest

ListAssessmentRunAgentsRequest returns a request value for making API operation for Amazon Inspector.

Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.

// Example sending a request using ListAssessmentRunAgentsRequest.
req := client.ListAssessmentRunAgentsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	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),
	}

	req := svc.ListAssessmentRunAgentsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) ListAssessmentRunsRequest added in v0.9.0

func (c *Client) ListAssessmentRunsRequest(input *ListAssessmentRunsInput) ListAssessmentRunsRequest

ListAssessmentRunsRequest returns a request value for making 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.

// Example sending a request using ListAssessmentRunsRequest.
req := client.ListAssessmentRunsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.ListAssessmentRunsInput{
		AssessmentTemplateArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw",
		},
		MaxResults: aws.Int64(123),
	}

	req := svc.ListAssessmentRunsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) ListAssessmentTargetsRequest added in v0.9.0

func (c *Client) ListAssessmentTargetsRequest(input *ListAssessmentTargetsInput) ListAssessmentTargetsRequest

ListAssessmentTargetsRequest returns a request value for making 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).

// Example sending a request using ListAssessmentTargetsRequest.
req := client.ListAssessmentTargetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.ListAssessmentTargetsInput{
		MaxResults: aws.Int64(123),
	}

	req := svc.ListAssessmentTargetsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) ListAssessmentTemplatesRequest added in v0.9.0

func (c *Client) ListAssessmentTemplatesRequest(input *ListAssessmentTemplatesInput) ListAssessmentTemplatesRequest

ListAssessmentTemplatesRequest returns a request value for making 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.

// Example sending a request using ListAssessmentTemplatesRequest.
req := client.ListAssessmentTemplatesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.ListAssessmentTemplatesInput{
		AssessmentTargetArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq",
		},
		MaxResults: aws.Int64(123),
	}

	req := svc.ListAssessmentTemplatesRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) ListEventSubscriptionsRequest added in v0.9.0

func (c *Client) ListEventSubscriptionsRequest(input *ListEventSubscriptionsInput) ListEventSubscriptionsRequest

ListEventSubscriptionsRequest returns a request value for making 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.

// Example sending a request using ListEventSubscriptionsRequest.
req := client.ListEventSubscriptionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.ListEventSubscriptionsInput{
		MaxResults:  aws.Int64(123),
		ResourceArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0"),
	}

	req := svc.ListEventSubscriptionsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) ListExclusionsRequest added in v0.9.0

func (c *Client) ListExclusionsRequest(input *ListExclusionsInput) ListExclusionsRequest

ListExclusionsRequest returns a request value for making API operation for Amazon Inspector.

List exclusions that are generated by the assessment run.

// Example sending a request using ListExclusionsRequest.
req := client.ListExclusionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListExclusions

func (*Client) ListFindingsRequest added in v0.9.0

func (c *Client) ListFindingsRequest(input *ListFindingsInput) ListFindingsRequest

ListFindingsRequest returns a request value for making API operation for Amazon Inspector.

Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.

// Example sending a request using ListFindingsRequest.
req := client.ListFindingsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.ListFindingsInput{
		AssessmentRunArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE",
		},
		MaxResults: aws.Int64(123),
	}

	req := svc.ListFindingsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) ListRulesPackagesRequest added in v0.9.0

func (c *Client) ListRulesPackagesRequest(input *ListRulesPackagesInput) ListRulesPackagesRequest

ListRulesPackagesRequest returns a request value for making API operation for Amazon Inspector.

Lists all available Amazon Inspector rules packages.

// Example sending a request using ListRulesPackagesRequest.
req := client.ListRulesPackagesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ListRulesPackages

Example (Shared00)

List rules packages

Lists all available Amazon Inspector rules packages.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.ListRulesPackagesInput{
		MaxResults: aws.Int64(123),
	}

	req := svc.ListRulesPackagesRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) ListTagsForResourceRequest added in v0.9.0

func (c *Client) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest

ListTagsForResourceRequest returns a request value for making API operation for Amazon Inspector.

Lists all tags associated with an assessment template.

// Example sending a request using ListTagsForResourceRequest.
req := client.ListTagsForResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.ListTagsForResourceInput{
		ResourceArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-gcwFliYu"),
	}

	req := svc.ListTagsForResourceRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) PreviewAgentsRequest added in v0.9.0

func (c *Client) PreviewAgentsRequest(input *PreviewAgentsInput) PreviewAgentsRequest

PreviewAgentsRequest returns a request value for making API operation for Amazon Inspector.

Previews the agents installed on the EC2 instances that are part of the specified assessment target.

// Example sending a request using PreviewAgentsRequest.
req := client.PreviewAgentsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.PreviewAgentsInput{
		MaxResults:       aws.Int64(123),
		PreviewAgentsArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"),
	}

	req := svc.PreviewAgentsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) RegisterCrossAccountAccessRoleRequest added in v0.9.0

func (c *Client) RegisterCrossAccountAccessRoleRequest(input *RegisterCrossAccountAccessRoleInput) RegisterCrossAccountAccessRoleRequest

RegisterCrossAccountAccessRoleRequest returns a request value for making API operation for Amazon Inspector.

Registers the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.

// Example sending a request using RegisterCrossAccountAccessRoleRequest.
req := client.RegisterCrossAccountAccessRoleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.RegisterCrossAccountAccessRoleInput{
		RoleArn: aws.String("arn:aws:iam::123456789012:role/inspector"),
	}

	req := svc.RegisterCrossAccountAccessRoleRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) RemoveAttributesFromFindingsRequest added in v0.9.0

func (c *Client) RemoveAttributesFromFindingsRequest(input *RemoveAttributesFromFindingsInput) RemoveAttributesFromFindingsRequest

RemoveAttributesFromFindingsRequest returns a request value for making 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.

// Example sending a request using RemoveAttributesFromFindingsRequest.
req := client.RemoveAttributesFromFindingsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.RemoveAttributesFromFindingsInput{
		AttributeKeys: []string{
			"key=Example,value=example",
		},
		FindingArns: []string{
			"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-8l1VIE0D/run/0-Z02cjjug/finding/0-T8yM9mEU",
		},
	}

	req := svc.RemoveAttributesFromFindingsRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) SetTagsForResourceRequest added in v0.9.0

func (c *Client) SetTagsForResourceRequest(input *SetTagsForResourceInput) SetTagsForResourceRequest

SetTagsForResourceRequest returns a request value for making 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.

// Example sending a request using SetTagsForResourceRequest.
req := client.SetTagsForResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	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"),
			},
		},
	}

	req := svc.SetTagsForResourceRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) StartAssessmentRunRequest added in v0.9.0

func (c *Client) StartAssessmentRunRequest(input *StartAssessmentRunInput) StartAssessmentRunRequest

StartAssessmentRunRequest returns a request value for making 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.

// Example sending a request using StartAssessmentRunRequest.
req := client.StartAssessmentRunRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.StartAssessmentRunInput{
		AssessmentRunName:     aws.String("examplerun"),
		AssessmentTemplateArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T"),
	}

	req := svc.StartAssessmentRunRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) StopAssessmentRunRequest added in v0.9.0

func (c *Client) StopAssessmentRunRequest(input *StopAssessmentRunInput) StopAssessmentRunRequest

StopAssessmentRunRequest returns a request value for making API operation for Amazon Inspector.

Stops the assessment run that is specified by the ARN of the assessment run.

// Example sending a request using StopAssessmentRunRequest.
req := client.StopAssessmentRunRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.StopAssessmentRunInput{
		AssessmentRunArn: aws.String("arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-11LMTAVe"),
	}

	req := svc.StopAssessmentRunRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) SubscribeToEventRequest added in v0.9.0

func (c *Client) SubscribeToEventRequest(input *SubscribeToEventInput) SubscribeToEventRequest

SubscribeToEventRequest returns a request value for making 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.

// Example sending a request using SubscribeToEventRequest.
req := client.SubscribeToEventRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.SubscribeToEventInput{
		Event:       inspector.InspectorEventAssessmentRunCompleted,
		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"),
	}

	req := svc.SubscribeToEventRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) UnsubscribeFromEventRequest added in v0.9.0

func (c *Client) UnsubscribeFromEventRequest(input *UnsubscribeFromEventInput) UnsubscribeFromEventRequest

UnsubscribeFromEventRequest returns a request value for making 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.

// Example sending a request using UnsubscribeFromEventRequest.
req := client.UnsubscribeFromEventRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	input := &inspector.UnsubscribeFromEventInput{
		Event:       inspector.InspectorEventAssessmentRunCompleted,
		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"),
	}

	req := svc.UnsubscribeFromEventRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

func (*Client) UpdateAssessmentTargetRequest added in v0.9.0

func (c *Client) UpdateAssessmentTargetRequest(input *UpdateAssessmentTargetInput) UpdateAssessmentTargetRequest

UpdateAssessmentTargetRequest returns a request value for making 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.

// Example sending a request using UpdateAssessmentTargetRequest.
req := client.UpdateAssessmentTargetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see 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.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/inspector"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := inspector.New(cfg)
	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"),
	}

	req := svc.UpdateAssessmentTargetRequest(input)
	result, err := req.Send(context.Background())
	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)
}
Output:

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

String returns the string representation

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

String returns the string representation

type CreateAssessmentTargetRequest

type CreateAssessmentTargetRequest struct {
	*aws.Request
	Input *CreateAssessmentTargetInput
	Copy  func(*CreateAssessmentTargetInput) CreateAssessmentTargetRequest
}

CreateAssessmentTargetRequest is the request type for the CreateAssessmentTarget API operation.

func (CreateAssessmentTargetRequest) Send

Send marshals and sends the CreateAssessmentTarget API request.

type CreateAssessmentTargetResponse added in v0.9.0

type CreateAssessmentTargetResponse struct {
	*CreateAssessmentTargetOutput
	// contains filtered or unexported fields
}

CreateAssessmentTargetResponse is the response type for the CreateAssessmentTarget API operation.

func (*CreateAssessmentTargetResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateAssessmentTargetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateAssessmentTarget request.

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

String returns the string representation

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

String returns the string representation

type CreateAssessmentTemplateRequest

type CreateAssessmentTemplateRequest struct {
	*aws.Request
	Input *CreateAssessmentTemplateInput
	Copy  func(*CreateAssessmentTemplateInput) CreateAssessmentTemplateRequest
}

CreateAssessmentTemplateRequest is the request type for the CreateAssessmentTemplate API operation.

func (CreateAssessmentTemplateRequest) Send

Send marshals and sends the CreateAssessmentTemplate API request.

type CreateAssessmentTemplateResponse added in v0.9.0

type CreateAssessmentTemplateResponse struct {
	*CreateAssessmentTemplateOutput
	// contains filtered or unexported fields
}

CreateAssessmentTemplateResponse is the response type for the CreateAssessmentTemplate API operation.

func (*CreateAssessmentTemplateResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateAssessmentTemplateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateAssessmentTemplate request.

type CreateExclusionsPreviewInput added in v0.5.0

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) String added in v0.5.0

String returns the string representation

func (*CreateExclusionsPreviewInput) Validate added in v0.5.0

func (s *CreateExclusionsPreviewInput) Validate() error

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

type CreateExclusionsPreviewOutput added in v0.5.0

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) String added in v0.5.0

String returns the string representation

type CreateExclusionsPreviewRequest added in v0.5.0

type CreateExclusionsPreviewRequest struct {
	*aws.Request
	Input *CreateExclusionsPreviewInput
	Copy  func(*CreateExclusionsPreviewInput) CreateExclusionsPreviewRequest
}

CreateExclusionsPreviewRequest is the request type for the CreateExclusionsPreview API operation.

func (CreateExclusionsPreviewRequest) Send added in v0.5.0

Send marshals and sends the CreateExclusionsPreview API request.

type CreateExclusionsPreviewResponse added in v0.9.0

type CreateExclusionsPreviewResponse struct {
	*CreateExclusionsPreviewOutput
	// contains filtered or unexported fields
}

CreateExclusionsPreviewResponse is the response type for the CreateExclusionsPreview API operation.

func (*CreateExclusionsPreviewResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateExclusionsPreviewResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateExclusionsPreview request.

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

func (s CreateResourceGroupInput) String() string

String returns the string representation

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

func (s CreateResourceGroupOutput) String() string

String returns the string representation

type CreateResourceGroupRequest

type CreateResourceGroupRequest struct {
	*aws.Request
	Input *CreateResourceGroupInput
	Copy  func(*CreateResourceGroupInput) CreateResourceGroupRequest
}

CreateResourceGroupRequest is the request type for the CreateResourceGroup API operation.

func (CreateResourceGroupRequest) Send

Send marshals and sends the CreateResourceGroup API request.

type CreateResourceGroupResponse added in v0.9.0

type CreateResourceGroupResponse struct {
	*CreateResourceGroupOutput
	// contains filtered or unexported fields
}

CreateResourceGroupResponse is the response type for the CreateResourceGroup API operation.

func (*CreateResourceGroupResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateResourceGroupResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateResourceGroup request.

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

func (s DeleteAssessmentRunInput) String() string

String returns the string representation

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

func (s DeleteAssessmentRunOutput) String() string

String returns the string representation

type DeleteAssessmentRunRequest

type DeleteAssessmentRunRequest struct {
	*aws.Request
	Input *DeleteAssessmentRunInput
	Copy  func(*DeleteAssessmentRunInput) DeleteAssessmentRunRequest
}

DeleteAssessmentRunRequest is the request type for the DeleteAssessmentRun API operation.

func (DeleteAssessmentRunRequest) Send

Send marshals and sends the DeleteAssessmentRun API request.

type DeleteAssessmentRunResponse added in v0.9.0

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

DeleteAssessmentRunResponse is the response type for the DeleteAssessmentRun API operation.

func (*DeleteAssessmentRunResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteAssessmentRunResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteAssessmentRun request.

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

String returns the string representation

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

String returns the string representation

type DeleteAssessmentTargetRequest

type DeleteAssessmentTargetRequest struct {
	*aws.Request
	Input *DeleteAssessmentTargetInput
	Copy  func(*DeleteAssessmentTargetInput) DeleteAssessmentTargetRequest
}

DeleteAssessmentTargetRequest is the request type for the DeleteAssessmentTarget API operation.

func (DeleteAssessmentTargetRequest) Send

Send marshals and sends the DeleteAssessmentTarget API request.

type DeleteAssessmentTargetResponse added in v0.9.0

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

DeleteAssessmentTargetResponse is the response type for the DeleteAssessmentTarget API operation.

func (*DeleteAssessmentTargetResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteAssessmentTargetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteAssessmentTarget request.

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

String returns the string representation

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

String returns the string representation

type DeleteAssessmentTemplateRequest

type DeleteAssessmentTemplateRequest struct {
	*aws.Request
	Input *DeleteAssessmentTemplateInput
	Copy  func(*DeleteAssessmentTemplateInput) DeleteAssessmentTemplateRequest
}

DeleteAssessmentTemplateRequest is the request type for the DeleteAssessmentTemplate API operation.

func (DeleteAssessmentTemplateRequest) Send

Send marshals and sends the DeleteAssessmentTemplate API request.

type DeleteAssessmentTemplateResponse added in v0.9.0

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

DeleteAssessmentTemplateResponse is the response type for the DeleteAssessmentTemplate API operation.

func (*DeleteAssessmentTemplateResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteAssessmentTemplateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteAssessmentTemplate request.

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

String returns the string representation

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

String returns the string representation

type DescribeAssessmentRunsRequest

type DescribeAssessmentRunsRequest struct {
	*aws.Request
	Input *DescribeAssessmentRunsInput
	Copy  func(*DescribeAssessmentRunsInput) DescribeAssessmentRunsRequest
}

DescribeAssessmentRunsRequest is the request type for the DescribeAssessmentRuns API operation.

func (DescribeAssessmentRunsRequest) Send

Send marshals and sends the DescribeAssessmentRuns API request.

type DescribeAssessmentRunsResponse added in v0.9.0

type DescribeAssessmentRunsResponse struct {
	*DescribeAssessmentRunsOutput
	// contains filtered or unexported fields
}

DescribeAssessmentRunsResponse is the response type for the DescribeAssessmentRuns API operation.

func (*DescribeAssessmentRunsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAssessmentRunsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAssessmentRuns request.

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

String returns the string representation

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

String returns the string representation

type DescribeAssessmentTargetsRequest

type DescribeAssessmentTargetsRequest struct {
	*aws.Request
	Input *DescribeAssessmentTargetsInput
	Copy  func(*DescribeAssessmentTargetsInput) DescribeAssessmentTargetsRequest
}

DescribeAssessmentTargetsRequest is the request type for the DescribeAssessmentTargets API operation.

func (DescribeAssessmentTargetsRequest) Send

Send marshals and sends the DescribeAssessmentTargets API request.

type DescribeAssessmentTargetsResponse added in v0.9.0

type DescribeAssessmentTargetsResponse struct {
	*DescribeAssessmentTargetsOutput
	// contains filtered or unexported fields
}

DescribeAssessmentTargetsResponse is the response type for the DescribeAssessmentTargets API operation.

func (*DescribeAssessmentTargetsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAssessmentTargetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAssessmentTargets request.

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

String returns the string representation

func (*DescribeAssessmentTemplatesInput) Validate

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

String returns the string representation

type DescribeAssessmentTemplatesRequest

type DescribeAssessmentTemplatesRequest struct {
	*aws.Request
	Input *DescribeAssessmentTemplatesInput
	Copy  func(*DescribeAssessmentTemplatesInput) DescribeAssessmentTemplatesRequest
}

DescribeAssessmentTemplatesRequest is the request type for the DescribeAssessmentTemplates API operation.

func (DescribeAssessmentTemplatesRequest) Send

Send marshals and sends the DescribeAssessmentTemplates API request.

type DescribeAssessmentTemplatesResponse added in v0.9.0

type DescribeAssessmentTemplatesResponse struct {
	*DescribeAssessmentTemplatesOutput
	// contains filtered or unexported fields
}

DescribeAssessmentTemplatesResponse is the response type for the DescribeAssessmentTemplates API operation.

func (*DescribeAssessmentTemplatesResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAssessmentTemplatesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAssessmentTemplates request.

type DescribeCrossAccountAccessRoleInput

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

func (DescribeCrossAccountAccessRoleInput) String

String returns the string representation

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

String returns the string representation

type DescribeCrossAccountAccessRoleRequest

type DescribeCrossAccountAccessRoleRequest struct {
	*aws.Request
	Input *DescribeCrossAccountAccessRoleInput
	Copy  func(*DescribeCrossAccountAccessRoleInput) DescribeCrossAccountAccessRoleRequest
}

DescribeCrossAccountAccessRoleRequest is the request type for the DescribeCrossAccountAccessRole API operation.

func (DescribeCrossAccountAccessRoleRequest) Send

Send marshals and sends the DescribeCrossAccountAccessRole API request.

type DescribeCrossAccountAccessRoleResponse added in v0.9.0

type DescribeCrossAccountAccessRoleResponse struct {
	*DescribeCrossAccountAccessRoleOutput
	// contains filtered or unexported fields
}

DescribeCrossAccountAccessRoleResponse is the response type for the DescribeCrossAccountAccessRole API operation.

func (*DescribeCrossAccountAccessRoleResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeCrossAccountAccessRoleResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeCrossAccountAccessRole request.

type DescribeExclusionsInput added in v0.5.0

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 Locale `locationName:"locale" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

func (DescribeExclusionsInput) String added in v0.5.0

func (s DescribeExclusionsInput) String() string

String returns the string representation

func (*DescribeExclusionsInput) Validate added in v0.5.0

func (s *DescribeExclusionsInput) Validate() error

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

type DescribeExclusionsOutput added in v0.5.0

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) String added in v0.5.0

func (s DescribeExclusionsOutput) String() string

String returns the string representation

type DescribeExclusionsRequest added in v0.5.0

type DescribeExclusionsRequest struct {
	*aws.Request
	Input *DescribeExclusionsInput
	Copy  func(*DescribeExclusionsInput) DescribeExclusionsRequest
}

DescribeExclusionsRequest is the request type for the DescribeExclusions API operation.

func (DescribeExclusionsRequest) Send added in v0.5.0

Send marshals and sends the DescribeExclusions API request.

type DescribeExclusionsResponse added in v0.9.0

type DescribeExclusionsResponse struct {
	*DescribeExclusionsOutput
	// contains filtered or unexported fields
}

DescribeExclusionsResponse is the response type for the DescribeExclusions API operation.

func (*DescribeExclusionsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeExclusionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeExclusions request.

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 Locale `locationName:"locale" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

func (DescribeFindingsInput) String

func (s DescribeFindingsInput) String() string

String returns the string representation

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

func (s DescribeFindingsOutput) String() string

String returns the string representation

type DescribeFindingsRequest

type DescribeFindingsRequest struct {
	*aws.Request
	Input *DescribeFindingsInput
	Copy  func(*DescribeFindingsInput) DescribeFindingsRequest
}

DescribeFindingsRequest is the request type for the DescribeFindings API operation.

func (DescribeFindingsRequest) Send

Send marshals and sends the DescribeFindings API request.

type DescribeFindingsResponse added in v0.9.0

type DescribeFindingsResponse struct {
	*DescribeFindingsOutput
	// contains filtered or unexported fields
}

DescribeFindingsResponse is the response type for the DescribeFindings API operation.

func (*DescribeFindingsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeFindingsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeFindings request.

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

String returns the string representation

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

String returns the string representation

type DescribeResourceGroupsRequest

type DescribeResourceGroupsRequest struct {
	*aws.Request
	Input *DescribeResourceGroupsInput
	Copy  func(*DescribeResourceGroupsInput) DescribeResourceGroupsRequest
}

DescribeResourceGroupsRequest is the request type for the DescribeResourceGroups API operation.

func (DescribeResourceGroupsRequest) Send

Send marshals and sends the DescribeResourceGroups API request.

type DescribeResourceGroupsResponse added in v0.9.0

type DescribeResourceGroupsResponse struct {
	*DescribeResourceGroupsOutput
	// contains filtered or unexported fields
}

DescribeResourceGroupsResponse is the response type for the DescribeResourceGroups API operation.

func (*DescribeResourceGroupsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeResourceGroupsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeResourceGroups request.

type DescribeRulesPackagesInput

type DescribeRulesPackagesInput struct {

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

	// 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) String

String returns the string representation

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

String returns the string representation

type DescribeRulesPackagesRequest

type DescribeRulesPackagesRequest struct {
	*aws.Request
	Input *DescribeRulesPackagesInput
	Copy  func(*DescribeRulesPackagesInput) DescribeRulesPackagesRequest
}

DescribeRulesPackagesRequest is the request type for the DescribeRulesPackages API operation.

func (DescribeRulesPackagesRequest) Send

Send marshals and sends the DescribeRulesPackages API request.

type DescribeRulesPackagesResponse added in v0.9.0

type DescribeRulesPackagesResponse struct {
	*DescribeRulesPackagesOutput
	// contains filtered or unexported fields
}

DescribeRulesPackagesResponse is the response type for the DescribeRulesPackages API operation.

func (*DescribeRulesPackagesResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeRulesPackagesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeRulesPackages request.

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

func (s DurationRange) String() string

String returns the string representation

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 InspectorEvent `locationName:"event" type:"string" required:"true" enum:"true"`

	// 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) String

func (s EventSubscription) String() string

String returns the string representation

type Exclusion added in v0.5.0

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) String added in v0.5.0

func (s Exclusion) String() string

String returns the string representation

type ExclusionPreview added in v0.5.0

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) String added in v0.5.0

func (s ExclusionPreview) String() string

String returns the string representation

type FailedItemDetails

type FailedItemDetails struct {

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

	// 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) String

func (s FailedItemDetails) String() string

String returns the string representation

type FailedItemErrorCode

type FailedItemErrorCode string
const (
	FailedItemErrorCodeInvalidArn       FailedItemErrorCode = "INVALID_ARN"
	FailedItemErrorCodeDuplicateArn     FailedItemErrorCode = "DUPLICATE_ARN"
	FailedItemErrorCodeItemDoesNotExist FailedItemErrorCode = "ITEM_DOES_NOT_EXIST"
	FailedItemErrorCodeAccessDenied     FailedItemErrorCode = "ACCESS_DENIED"
	FailedItemErrorCodeLimitExceeded    FailedItemErrorCode = "LIMIT_EXCEEDED"
	FailedItemErrorCodeInternalError    FailedItemErrorCode = "INTERNAL_ERROR"
)

Enum values for FailedItemErrorCode

func (FailedItemErrorCode) MarshalValue added in v0.3.0

func (enum FailedItemErrorCode) MarshalValue() (string, error)

func (FailedItemErrorCode) MarshalValueBuf added in v0.3.0

func (enum FailedItemErrorCode) MarshalValueBuf(b []byte) ([]byte, error)

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 AssetType `locationName:"assetType" type:"string" enum:"true"`

	// 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 *InspectorServiceAttributes `locationName:"serviceAttributes" type:"structure"`

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

	// 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) String

func (s Finding) String() string

String returns the string representation

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 []Severity `locationName:"severities" type:"list"`

	// 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) String

func (s FindingFilter) String() string

String returns the string representation

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 ReportFileFormat `locationName:"reportFileFormat" type:"string" required:"true" enum:"true"`

	// 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 ReportType `locationName:"reportType" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

func (GetAssessmentReportInput) String

func (s GetAssessmentReportInput) String() string

String returns the string representation

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 ReportStatus `locationName:"status" type:"string" required:"true" enum:"true"`

	// 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) String

func (s GetAssessmentReportOutput) String() string

String returns the string representation

type GetAssessmentReportRequest

type GetAssessmentReportRequest struct {
	*aws.Request
	Input *GetAssessmentReportInput
	Copy  func(*GetAssessmentReportInput) GetAssessmentReportRequest
}

GetAssessmentReportRequest is the request type for the GetAssessmentReport API operation.

func (GetAssessmentReportRequest) Send

Send marshals and sends the GetAssessmentReport API request.

type GetAssessmentReportResponse added in v0.9.0

type GetAssessmentReportResponse struct {
	*GetAssessmentReportOutput
	// contains filtered or unexported fields
}

GetAssessmentReportResponse is the response type for the GetAssessmentReport API operation.

func (*GetAssessmentReportResponse) SDKResponseMetdata added in v0.9.0

func (r *GetAssessmentReportResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetAssessmentReport request.

type GetExclusionsPreviewInput added in v0.5.0

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 Locale `locationName:"locale" type:"string" enum:"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 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) String added in v0.5.0

func (s GetExclusionsPreviewInput) String() string

String returns the string representation

func (*GetExclusionsPreviewInput) Validate added in v0.5.0

func (s *GetExclusionsPreviewInput) Validate() error

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

type GetExclusionsPreviewOutput added in v0.5.0

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 PreviewStatus `locationName:"previewStatus" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

func (GetExclusionsPreviewOutput) String added in v0.5.0

String returns the string representation

type GetExclusionsPreviewPaginator added in v0.9.0

type GetExclusionsPreviewPaginator struct {
	aws.Pager
}

GetExclusionsPreviewPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewGetExclusionsPreviewPaginator added in v0.9.0

func NewGetExclusionsPreviewPaginator(req GetExclusionsPreviewRequest) GetExclusionsPreviewPaginator

NewGetExclusionsPreviewRequestPaginator returns a paginator for GetExclusionsPreview. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.GetExclusionsPreviewRequest(input)
p := inspector.NewGetExclusionsPreviewRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*GetExclusionsPreviewPaginator) CurrentPage added in v0.9.0

type GetExclusionsPreviewRequest added in v0.5.0

type GetExclusionsPreviewRequest struct {
	*aws.Request
	Input *GetExclusionsPreviewInput
	Copy  func(*GetExclusionsPreviewInput) GetExclusionsPreviewRequest
}

GetExclusionsPreviewRequest is the request type for the GetExclusionsPreview API operation.

func (GetExclusionsPreviewRequest) Send added in v0.5.0

Send marshals and sends the GetExclusionsPreview API request.

type GetExclusionsPreviewResponse added in v0.9.0

type GetExclusionsPreviewResponse struct {
	*GetExclusionsPreviewOutput
	// contains filtered or unexported fields
}

GetExclusionsPreviewResponse is the response type for the GetExclusionsPreview API operation.

func (*GetExclusionsPreviewResponse) SDKResponseMetdata added in v0.9.0

func (r *GetExclusionsPreviewResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetExclusionsPreview request.

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

func (s GetTelemetryMetadataInput) String() string

String returns the string representation

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

String returns the string representation

type GetTelemetryMetadataRequest

type GetTelemetryMetadataRequest struct {
	*aws.Request
	Input *GetTelemetryMetadataInput
	Copy  func(*GetTelemetryMetadataInput) GetTelemetryMetadataRequest
}

GetTelemetryMetadataRequest is the request type for the GetTelemetryMetadata API operation.

func (GetTelemetryMetadataRequest) Send

Send marshals and sends the GetTelemetryMetadata API request.

type GetTelemetryMetadataResponse added in v0.9.0

type GetTelemetryMetadataResponse struct {
	*GetTelemetryMetadataOutput
	// contains filtered or unexported fields
}

GetTelemetryMetadataResponse is the response type for the GetTelemetryMetadata API operation.

func (*GetTelemetryMetadataResponse) SDKResponseMetdata added in v0.9.0

func (r *GetTelemetryMetadataResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetTelemetryMetadata request.

type InspectorEvent added in v0.9.0

type InspectorEvent string
const (
	InspectorEventAssessmentRunStarted      InspectorEvent = "ASSESSMENT_RUN_STARTED"
	InspectorEventAssessmentRunCompleted    InspectorEvent = "ASSESSMENT_RUN_COMPLETED"
	InspectorEventAssessmentRunStateChanged InspectorEvent = "ASSESSMENT_RUN_STATE_CHANGED"
	InspectorEventFindingReported           InspectorEvent = "FINDING_REPORTED"
	InspectorEventOther                     InspectorEvent = "OTHER"
)

Enum values for InspectorEvent

func (InspectorEvent) MarshalValue added in v0.9.0

func (enum InspectorEvent) MarshalValue() (string, error)

func (InspectorEvent) MarshalValueBuf added in v0.9.0

func (enum InspectorEvent) MarshalValueBuf(b []byte) ([]byte, error)

type InspectorServiceAttributes added in v0.9.0

type InspectorServiceAttributes 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 (InspectorServiceAttributes) String added in v0.9.0

String returns the string representation

type InvalidCrossAccountRoleErrorCode

type InvalidCrossAccountRoleErrorCode string
const (
	InvalidCrossAccountRoleErrorCodeRoleDoesNotExistOrInvalidTrustRelationship InvalidCrossAccountRoleErrorCode = "ROLE_DOES_NOT_EXIST_OR_INVALID_TRUST_RELATIONSHIP"
	InvalidCrossAccountRoleErrorCodeRoleDoesNotHaveCorrectPolicy               InvalidCrossAccountRoleErrorCode = "ROLE_DOES_NOT_HAVE_CORRECT_POLICY"
)

Enum values for InvalidCrossAccountRoleErrorCode

func (InvalidCrossAccountRoleErrorCode) MarshalValue added in v0.3.0

func (enum InvalidCrossAccountRoleErrorCode) MarshalValue() (string, error)

func (InvalidCrossAccountRoleErrorCode) MarshalValueBuf added in v0.3.0

func (enum InvalidCrossAccountRoleErrorCode) MarshalValueBuf(b []byte) ([]byte, error)

type InvalidInputErrorCode

type InvalidInputErrorCode string
const (
	InvalidInputErrorCodeInvalidAssessmentTargetArn               InvalidInputErrorCode = "INVALID_ASSESSMENT_TARGET_ARN"
	InvalidInputErrorCodeInvalidAssessmentTemplateArn             InvalidInputErrorCode = "INVALID_ASSESSMENT_TEMPLATE_ARN"
	InvalidInputErrorCodeInvalidAssessmentRunArn                  InvalidInputErrorCode = "INVALID_ASSESSMENT_RUN_ARN"
	InvalidInputErrorCodeInvalidFindingArn                        InvalidInputErrorCode = "INVALID_FINDING_ARN"
	InvalidInputErrorCodeInvalidResourceGroupArn                  InvalidInputErrorCode = "INVALID_RESOURCE_GROUP_ARN"
	InvalidInputErrorCodeInvalidRulesPackageArn                   InvalidInputErrorCode = "INVALID_RULES_PACKAGE_ARN"
	InvalidInputErrorCodeInvalidResourceArn                       InvalidInputErrorCode = "INVALID_RESOURCE_ARN"
	InvalidInputErrorCodeInvalidSnsTopicArn                       InvalidInputErrorCode = "INVALID_SNS_TOPIC_ARN"
	InvalidInputErrorCodeInvalidIamRoleArn                        InvalidInputErrorCode = "INVALID_IAM_ROLE_ARN"
	InvalidInputErrorCodeInvalidAssessmentTargetName              InvalidInputErrorCode = "INVALID_ASSESSMENT_TARGET_NAME"
	InvalidInputErrorCodeInvalidAssessmentTargetNamePattern       InvalidInputErrorCode = "INVALID_ASSESSMENT_TARGET_NAME_PATTERN"
	InvalidInputErrorCodeInvalidAssessmentTemplateName            InvalidInputErrorCode = "INVALID_ASSESSMENT_TEMPLATE_NAME"
	InvalidInputErrorCodeInvalidAssessmentTemplateNamePattern     InvalidInputErrorCode = "INVALID_ASSESSMENT_TEMPLATE_NAME_PATTERN"
	InvalidInputErrorCodeInvalidAssessmentTemplateDuration        InvalidInputErrorCode = "INVALID_ASSESSMENT_TEMPLATE_DURATION"
	InvalidInputErrorCodeInvalidAssessmentTemplateDurationRange   InvalidInputErrorCode = "INVALID_ASSESSMENT_TEMPLATE_DURATION_RANGE"
	InvalidInputErrorCodeInvalidAssessmentRunDurationRange        InvalidInputErrorCode = "INVALID_ASSESSMENT_RUN_DURATION_RANGE"
	InvalidInputErrorCodeInvalidAssessmentRunStartTimeRange       InvalidInputErrorCode = "INVALID_ASSESSMENT_RUN_START_TIME_RANGE"
	InvalidInputErrorCodeInvalidAssessmentRunCompletionTimeRange  InvalidInputErrorCode = "INVALID_ASSESSMENT_RUN_COMPLETION_TIME_RANGE"
	InvalidInputErrorCodeInvalidAssessmentRunStateChangeTimeRange InvalidInputErrorCode = "INVALID_ASSESSMENT_RUN_STATE_CHANGE_TIME_RANGE"
	InvalidInputErrorCodeInvalidAssessmentRunState                InvalidInputErrorCode = "INVALID_ASSESSMENT_RUN_STATE"
	InvalidInputErrorCodeInvalidTag                               InvalidInputErrorCode = "INVALID_TAG"
	InvalidInputErrorCodeInvalidTagKey                            InvalidInputErrorCode = "INVALID_TAG_KEY"
	InvalidInputErrorCodeInvalidTagValue                          InvalidInputErrorCode = "INVALID_TAG_VALUE"
	InvalidInputErrorCodeInvalidResourceGroupTagKey               InvalidInputErrorCode = "INVALID_RESOURCE_GROUP_TAG_KEY"
	InvalidInputErrorCodeInvalidResourceGroupTagValue             InvalidInputErrorCode = "INVALID_RESOURCE_GROUP_TAG_VALUE"
	InvalidInputErrorCodeInvalidAttribute                         InvalidInputErrorCode = "INVALID_ATTRIBUTE"
	InvalidInputErrorCodeInvalidUserAttribute                     InvalidInputErrorCode = "INVALID_USER_ATTRIBUTE"
	InvalidInputErrorCodeInvalidUserAttributeKey                  InvalidInputErrorCode = "INVALID_USER_ATTRIBUTE_KEY"
	InvalidInputErrorCodeInvalidUserAttributeValue                InvalidInputErrorCode = "INVALID_USER_ATTRIBUTE_VALUE"
	InvalidInputErrorCodeInvalidPaginationToken                   InvalidInputErrorCode = "INVALID_PAGINATION_TOKEN"
	InvalidInputErrorCodeInvalidMaxResults                        InvalidInputErrorCode = "INVALID_MAX_RESULTS"
	InvalidInputErrorCodeInvalidAgentId                           InvalidInputErrorCode = "INVALID_AGENT_ID"
	InvalidInputErrorCodeInvalidAutoScalingGroup                  InvalidInputErrorCode = "INVALID_AUTO_SCALING_GROUP"
	InvalidInputErrorCodeInvalidRuleName                          InvalidInputErrorCode = "INVALID_RULE_NAME"
	InvalidInputErrorCodeInvalidSeverity                          InvalidInputErrorCode = "INVALID_SEVERITY"
	InvalidInputErrorCodeInvalidLocale                            InvalidInputErrorCode = "INVALID_LOCALE"
	InvalidInputErrorCodeInvalidEvent                             InvalidInputErrorCode = "INVALID_EVENT"
	InvalidInputErrorCodeAssessmentTargetNameAlreadyTaken         InvalidInputErrorCode = "ASSESSMENT_TARGET_NAME_ALREADY_TAKEN"
	InvalidInputErrorCodeAssessmentTemplateNameAlreadyTaken       InvalidInputErrorCode = "ASSESSMENT_TEMPLATE_NAME_ALREADY_TAKEN"
	InvalidInputErrorCodeInvalidNumberOfAssessmentTargetArns      InvalidInputErrorCode = "INVALID_NUMBER_OF_ASSESSMENT_TARGET_ARNS"
	InvalidInputErrorCodeInvalidNumberOfAssessmentTemplateArns    InvalidInputErrorCode = "INVALID_NUMBER_OF_ASSESSMENT_TEMPLATE_ARNS"
	InvalidInputErrorCodeInvalidNumberOfAssessmentRunArns         InvalidInputErrorCode = "INVALID_NUMBER_OF_ASSESSMENT_RUN_ARNS"
	InvalidInputErrorCodeInvalidNumberOfFindingArns               InvalidInputErrorCode = "INVALID_NUMBER_OF_FINDING_ARNS"
	InvalidInputErrorCodeInvalidNumberOfResourceGroupArns         InvalidInputErrorCode = "INVALID_NUMBER_OF_RESOURCE_GROUP_ARNS"
	InvalidInputErrorCodeInvalidNumberOfRulesPackageArns          InvalidInputErrorCode = "INVALID_NUMBER_OF_RULES_PACKAGE_ARNS"
	InvalidInputErrorCodeInvalidNumberOfAssessmentRunStates       InvalidInputErrorCode = "INVALID_NUMBER_OF_ASSESSMENT_RUN_STATES"
	InvalidInputErrorCodeInvalidNumberOfTags                      InvalidInputErrorCode = "INVALID_NUMBER_OF_TAGS"
	InvalidInputErrorCodeInvalidNumberOfResourceGroupTags         InvalidInputErrorCode = "INVALID_NUMBER_OF_RESOURCE_GROUP_TAGS"
	InvalidInputErrorCodeInvalidNumberOfAttributes                InvalidInputErrorCode = "INVALID_NUMBER_OF_ATTRIBUTES"
	InvalidInputErrorCodeInvalidNumberOfUserAttributes            InvalidInputErrorCode = "INVALID_NUMBER_OF_USER_ATTRIBUTES"
	InvalidInputErrorCodeInvalidNumberOfAgentIds                  InvalidInputErrorCode = "INVALID_NUMBER_OF_AGENT_IDS"
	InvalidInputErrorCodeInvalidNumberOfAutoScalingGroups         InvalidInputErrorCode = "INVALID_NUMBER_OF_AUTO_SCALING_GROUPS"
	InvalidInputErrorCodeInvalidNumberOfRuleNames                 InvalidInputErrorCode = "INVALID_NUMBER_OF_RULE_NAMES"
	InvalidInputErrorCodeInvalidNumberOfSeverities                InvalidInputErrorCode = "INVALID_NUMBER_OF_SEVERITIES"
)

Enum values for InvalidInputErrorCode

func (InvalidInputErrorCode) MarshalValue added in v0.3.0

func (enum InvalidInputErrorCode) MarshalValue() (string, error)

func (InvalidInputErrorCode) MarshalValueBuf added in v0.3.0

func (enum InvalidInputErrorCode) MarshalValueBuf(b []byte) ([]byte, error)

type LimitExceededErrorCode

type LimitExceededErrorCode string
const (
	LimitExceededErrorCodeAssessmentTargetLimitExceeded   LimitExceededErrorCode = "ASSESSMENT_TARGET_LIMIT_EXCEEDED"
	LimitExceededErrorCodeAssessmentTemplateLimitExceeded LimitExceededErrorCode = "ASSESSMENT_TEMPLATE_LIMIT_EXCEEDED"
	LimitExceededErrorCodeAssessmentRunLimitExceeded      LimitExceededErrorCode = "ASSESSMENT_RUN_LIMIT_EXCEEDED"
	LimitExceededErrorCodeResourceGroupLimitExceeded      LimitExceededErrorCode = "RESOURCE_GROUP_LIMIT_EXCEEDED"
	LimitExceededErrorCodeEventSubscriptionLimitExceeded  LimitExceededErrorCode = "EVENT_SUBSCRIPTION_LIMIT_EXCEEDED"
)

Enum values for LimitExceededErrorCode

func (LimitExceededErrorCode) MarshalValue added in v0.3.0

func (enum LimitExceededErrorCode) MarshalValue() (string, error)

func (LimitExceededErrorCode) MarshalValueBuf added in v0.3.0

func (enum LimitExceededErrorCode) MarshalValueBuf(b []byte) ([]byte, error)

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

String returns the string representation

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

String returns the string representation

type ListAssessmentRunAgentsPaginator added in v0.9.0

type ListAssessmentRunAgentsPaginator struct {
	aws.Pager
}

ListAssessmentRunAgentsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListAssessmentRunAgentsPaginator added in v0.9.0

func NewListAssessmentRunAgentsPaginator(req ListAssessmentRunAgentsRequest) ListAssessmentRunAgentsPaginator

NewListAssessmentRunAgentsRequestPaginator returns a paginator for ListAssessmentRunAgents. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListAssessmentRunAgentsRequest(input)
p := inspector.NewListAssessmentRunAgentsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListAssessmentRunAgentsPaginator) CurrentPage added in v0.9.0

type ListAssessmentRunAgentsRequest

type ListAssessmentRunAgentsRequest struct {
	*aws.Request
	Input *ListAssessmentRunAgentsInput
	Copy  func(*ListAssessmentRunAgentsInput) ListAssessmentRunAgentsRequest
}

ListAssessmentRunAgentsRequest is the request type for the ListAssessmentRunAgents API operation.

func (ListAssessmentRunAgentsRequest) Send

Send marshals and sends the ListAssessmentRunAgents API request.

type ListAssessmentRunAgentsResponse added in v0.9.0

type ListAssessmentRunAgentsResponse struct {
	*ListAssessmentRunAgentsOutput
	// contains filtered or unexported fields
}

ListAssessmentRunAgentsResponse is the response type for the ListAssessmentRunAgents API operation.

func (*ListAssessmentRunAgentsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListAssessmentRunAgentsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListAssessmentRunAgents request.

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

func (s ListAssessmentRunsInput) String() string

String returns the string representation

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

func (s ListAssessmentRunsOutput) String() string

String returns the string representation

type ListAssessmentRunsPaginator added in v0.9.0

type ListAssessmentRunsPaginator struct {
	aws.Pager
}

ListAssessmentRunsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListAssessmentRunsPaginator added in v0.9.0

func NewListAssessmentRunsPaginator(req ListAssessmentRunsRequest) ListAssessmentRunsPaginator

NewListAssessmentRunsRequestPaginator returns a paginator for ListAssessmentRuns. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListAssessmentRunsRequest(input)
p := inspector.NewListAssessmentRunsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListAssessmentRunsPaginator) CurrentPage added in v0.9.0

type ListAssessmentRunsRequest

type ListAssessmentRunsRequest struct {
	*aws.Request
	Input *ListAssessmentRunsInput
	Copy  func(*ListAssessmentRunsInput) ListAssessmentRunsRequest
}

ListAssessmentRunsRequest is the request type for the ListAssessmentRuns API operation.

func (ListAssessmentRunsRequest) Send

Send marshals and sends the ListAssessmentRuns API request.

type ListAssessmentRunsResponse added in v0.9.0

type ListAssessmentRunsResponse struct {
	*ListAssessmentRunsOutput
	// contains filtered or unexported fields
}

ListAssessmentRunsResponse is the response type for the ListAssessmentRuns API operation.

func (*ListAssessmentRunsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListAssessmentRunsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListAssessmentRuns request.

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

String returns the string representation

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

String returns the string representation

type ListAssessmentTargetsPaginator added in v0.9.0

type ListAssessmentTargetsPaginator struct {
	aws.Pager
}

ListAssessmentTargetsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListAssessmentTargetsPaginator added in v0.9.0

func NewListAssessmentTargetsPaginator(req ListAssessmentTargetsRequest) ListAssessmentTargetsPaginator

NewListAssessmentTargetsRequestPaginator returns a paginator for ListAssessmentTargets. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListAssessmentTargetsRequest(input)
p := inspector.NewListAssessmentTargetsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListAssessmentTargetsPaginator) CurrentPage added in v0.9.0

type ListAssessmentTargetsRequest

type ListAssessmentTargetsRequest struct {
	*aws.Request
	Input *ListAssessmentTargetsInput
	Copy  func(*ListAssessmentTargetsInput) ListAssessmentTargetsRequest
}

ListAssessmentTargetsRequest is the request type for the ListAssessmentTargets API operation.

func (ListAssessmentTargetsRequest) Send

Send marshals and sends the ListAssessmentTargets API request.

type ListAssessmentTargetsResponse added in v0.9.0

type ListAssessmentTargetsResponse struct {
	*ListAssessmentTargetsOutput
	// contains filtered or unexported fields
}

ListAssessmentTargetsResponse is the response type for the ListAssessmentTargets API operation.

func (*ListAssessmentTargetsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListAssessmentTargetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListAssessmentTargets request.

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

String returns the string representation

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

String returns the string representation

type ListAssessmentTemplatesPaginator added in v0.9.0

type ListAssessmentTemplatesPaginator struct {
	aws.Pager
}

ListAssessmentTemplatesPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListAssessmentTemplatesPaginator added in v0.9.0

func NewListAssessmentTemplatesPaginator(req ListAssessmentTemplatesRequest) ListAssessmentTemplatesPaginator

NewListAssessmentTemplatesRequestPaginator returns a paginator for ListAssessmentTemplates. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListAssessmentTemplatesRequest(input)
p := inspector.NewListAssessmentTemplatesRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListAssessmentTemplatesPaginator) CurrentPage added in v0.9.0

type ListAssessmentTemplatesRequest

type ListAssessmentTemplatesRequest struct {
	*aws.Request
	Input *ListAssessmentTemplatesInput
	Copy  func(*ListAssessmentTemplatesInput) ListAssessmentTemplatesRequest
}

ListAssessmentTemplatesRequest is the request type for the ListAssessmentTemplates API operation.

func (ListAssessmentTemplatesRequest) Send

Send marshals and sends the ListAssessmentTemplates API request.

type ListAssessmentTemplatesResponse added in v0.9.0

type ListAssessmentTemplatesResponse struct {
	*ListAssessmentTemplatesOutput
	// contains filtered or unexported fields
}

ListAssessmentTemplatesResponse is the response type for the ListAssessmentTemplates API operation.

func (*ListAssessmentTemplatesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListAssessmentTemplatesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListAssessmentTemplates request.

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

String returns the string representation

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

String returns the string representation

type ListEventSubscriptionsPaginator added in v0.9.0

type ListEventSubscriptionsPaginator struct {
	aws.Pager
}

ListEventSubscriptionsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListEventSubscriptionsPaginator added in v0.9.0

func NewListEventSubscriptionsPaginator(req ListEventSubscriptionsRequest) ListEventSubscriptionsPaginator

NewListEventSubscriptionsRequestPaginator returns a paginator for ListEventSubscriptions. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListEventSubscriptionsRequest(input)
p := inspector.NewListEventSubscriptionsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListEventSubscriptionsPaginator) CurrentPage added in v0.9.0

type ListEventSubscriptionsRequest

type ListEventSubscriptionsRequest struct {
	*aws.Request
	Input *ListEventSubscriptionsInput
	Copy  func(*ListEventSubscriptionsInput) ListEventSubscriptionsRequest
}

ListEventSubscriptionsRequest is the request type for the ListEventSubscriptions API operation.

func (ListEventSubscriptionsRequest) Send

Send marshals and sends the ListEventSubscriptions API request.

type ListEventSubscriptionsResponse added in v0.9.0

type ListEventSubscriptionsResponse struct {
	*ListEventSubscriptionsOutput
	// contains filtered or unexported fields
}

ListEventSubscriptionsResponse is the response type for the ListEventSubscriptions API operation.

func (*ListEventSubscriptionsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListEventSubscriptionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListEventSubscriptions request.

type ListExclusionsInput added in v0.5.0

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) String added in v0.5.0

func (s ListExclusionsInput) String() string

String returns the string representation

func (*ListExclusionsInput) Validate added in v0.5.0

func (s *ListExclusionsInput) Validate() error

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

type ListExclusionsOutput added in v0.5.0

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) String added in v0.5.0

func (s ListExclusionsOutput) String() string

String returns the string representation

type ListExclusionsPaginator added in v0.9.0

type ListExclusionsPaginator struct {
	aws.Pager
}

ListExclusionsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListExclusionsPaginator added in v0.9.0

func NewListExclusionsPaginator(req ListExclusionsRequest) ListExclusionsPaginator

NewListExclusionsRequestPaginator returns a paginator for ListExclusions. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListExclusionsRequest(input)
p := inspector.NewListExclusionsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListExclusionsPaginator) CurrentPage added in v0.9.0

type ListExclusionsRequest added in v0.5.0

type ListExclusionsRequest struct {
	*aws.Request
	Input *ListExclusionsInput
	Copy  func(*ListExclusionsInput) ListExclusionsRequest
}

ListExclusionsRequest is the request type for the ListExclusions API operation.

func (ListExclusionsRequest) Send added in v0.5.0

Send marshals and sends the ListExclusions API request.

type ListExclusionsResponse added in v0.9.0

type ListExclusionsResponse struct {
	*ListExclusionsOutput
	// contains filtered or unexported fields
}

ListExclusionsResponse is the response type for the ListExclusions API operation.

func (*ListExclusionsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListExclusionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListExclusions request.

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

func (s ListFindingsInput) String() string

String returns the string representation

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

func (s ListFindingsOutput) String() string

String returns the string representation

type ListFindingsPaginator added in v0.9.0

type ListFindingsPaginator struct {
	aws.Pager
}

ListFindingsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListFindingsPaginator added in v0.9.0

func NewListFindingsPaginator(req ListFindingsRequest) ListFindingsPaginator

NewListFindingsRequestPaginator returns a paginator for ListFindings. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListFindingsRequest(input)
p := inspector.NewListFindingsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListFindingsPaginator) CurrentPage added in v0.9.0

func (p *ListFindingsPaginator) CurrentPage() *ListFindingsOutput

type ListFindingsRequest

type ListFindingsRequest struct {
	*aws.Request
	Input *ListFindingsInput
	Copy  func(*ListFindingsInput) ListFindingsRequest
}

ListFindingsRequest is the request type for the ListFindings API operation.

func (ListFindingsRequest) Send

Send marshals and sends the ListFindings API request.

type ListFindingsResponse added in v0.9.0

type ListFindingsResponse struct {
	*ListFindingsOutput
	// contains filtered or unexported fields
}

ListFindingsResponse is the response type for the ListFindings API operation.

func (*ListFindingsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListFindingsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListFindings request.

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

func (s ListRulesPackagesInput) String() string

String returns the string representation

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

func (s ListRulesPackagesOutput) String() string

String returns the string representation

type ListRulesPackagesPaginator added in v0.9.0

type ListRulesPackagesPaginator struct {
	aws.Pager
}

ListRulesPackagesPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListRulesPackagesPaginator added in v0.9.0

func NewListRulesPackagesPaginator(req ListRulesPackagesRequest) ListRulesPackagesPaginator

NewListRulesPackagesRequestPaginator returns a paginator for ListRulesPackages. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListRulesPackagesRequest(input)
p := inspector.NewListRulesPackagesRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListRulesPackagesPaginator) CurrentPage added in v0.9.0

type ListRulesPackagesRequest

type ListRulesPackagesRequest struct {
	*aws.Request
	Input *ListRulesPackagesInput
	Copy  func(*ListRulesPackagesInput) ListRulesPackagesRequest
}

ListRulesPackagesRequest is the request type for the ListRulesPackages API operation.

func (ListRulesPackagesRequest) Send

Send marshals and sends the ListRulesPackages API request.

type ListRulesPackagesResponse added in v0.9.0

type ListRulesPackagesResponse struct {
	*ListRulesPackagesOutput
	// contains filtered or unexported fields
}

ListRulesPackagesResponse is the response type for the ListRulesPackages API operation.

func (*ListRulesPackagesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListRulesPackagesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListRulesPackages request.

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

func (s ListTagsForResourceInput) String() string

String returns the string representation

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

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type ListTagsForResourceRequest

type ListTagsForResourceRequest struct {
	*aws.Request
	Input *ListTagsForResourceInput
	Copy  func(*ListTagsForResourceInput) ListTagsForResourceRequest
}

ListTagsForResourceRequest is the request type for the ListTagsForResource API operation.

func (ListTagsForResourceRequest) Send

Send marshals and sends the ListTagsForResource API request.

type ListTagsForResourceResponse added in v0.9.0

type ListTagsForResourceResponse struct {
	*ListTagsForResourceOutput
	// contains filtered or unexported fields
}

ListTagsForResourceResponse is the response type for the ListTagsForResource API operation.

func (*ListTagsForResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTagsForResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTagsForResource request.

type Locale

type Locale string
const (
	LocaleEnUs Locale = "EN_US"
)

Enum values for Locale

func (Locale) MarshalValue added in v0.3.0

func (enum Locale) MarshalValue() (string, error)

func (Locale) MarshalValueBuf added in v0.3.0

func (enum Locale) MarshalValueBuf(b []byte) ([]byte, error)

type NetworkInterface added in v0.6.0

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) String added in v0.6.0

func (s NetworkInterface) String() string

String returns the string representation

type NoSuchEntityErrorCode

type NoSuchEntityErrorCode string
const (
	NoSuchEntityErrorCodeAssessmentTargetDoesNotExist   NoSuchEntityErrorCode = "ASSESSMENT_TARGET_DOES_NOT_EXIST"
	NoSuchEntityErrorCodeAssessmentTemplateDoesNotExist NoSuchEntityErrorCode = "ASSESSMENT_TEMPLATE_DOES_NOT_EXIST"
	NoSuchEntityErrorCodeAssessmentRunDoesNotExist      NoSuchEntityErrorCode = "ASSESSMENT_RUN_DOES_NOT_EXIST"
	NoSuchEntityErrorCodeFindingDoesNotExist            NoSuchEntityErrorCode = "FINDING_DOES_NOT_EXIST"
	NoSuchEntityErrorCodeResourceGroupDoesNotExist      NoSuchEntityErrorCode = "RESOURCE_GROUP_DOES_NOT_EXIST"
	NoSuchEntityErrorCodeRulesPackageDoesNotExist       NoSuchEntityErrorCode = "RULES_PACKAGE_DOES_NOT_EXIST"
	NoSuchEntityErrorCodeSnsTopicDoesNotExist           NoSuchEntityErrorCode = "SNS_TOPIC_DOES_NOT_EXIST"
	NoSuchEntityErrorCodeIamRoleDoesNotExist            NoSuchEntityErrorCode = "IAM_ROLE_DOES_NOT_EXIST"
)

Enum values for NoSuchEntityErrorCode

func (NoSuchEntityErrorCode) MarshalValue added in v0.3.0

func (enum NoSuchEntityErrorCode) MarshalValue() (string, error)

func (NoSuchEntityErrorCode) MarshalValueBuf added in v0.3.0

func (enum NoSuchEntityErrorCode) MarshalValueBuf(b []byte) ([]byte, error)

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

func (s PreviewAgentsInput) String() string

String returns the string representation

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

func (s PreviewAgentsOutput) String() string

String returns the string representation

type PreviewAgentsPaginator added in v0.9.0

type PreviewAgentsPaginator struct {
	aws.Pager
}

PreviewAgentsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewPreviewAgentsPaginator added in v0.9.0

func NewPreviewAgentsPaginator(req PreviewAgentsRequest) PreviewAgentsPaginator

NewPreviewAgentsRequestPaginator returns a paginator for PreviewAgents. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.PreviewAgentsRequest(input)
p := inspector.NewPreviewAgentsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*PreviewAgentsPaginator) CurrentPage added in v0.9.0

func (p *PreviewAgentsPaginator) CurrentPage() *PreviewAgentsOutput

type PreviewAgentsRequest

type PreviewAgentsRequest struct {
	*aws.Request
	Input *PreviewAgentsInput
	Copy  func(*PreviewAgentsInput) PreviewAgentsRequest
}

PreviewAgentsRequest is the request type for the PreviewAgents API operation.

func (PreviewAgentsRequest) Send

Send marshals and sends the PreviewAgents API request.

type PreviewAgentsResponse added in v0.9.0

type PreviewAgentsResponse struct {
	*PreviewAgentsOutput
	// contains filtered or unexported fields
}

PreviewAgentsResponse is the response type for the PreviewAgents API operation.

func (*PreviewAgentsResponse) SDKResponseMetdata added in v0.9.0

func (r *PreviewAgentsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the PreviewAgents request.

type PreviewStatus added in v0.5.0

type PreviewStatus string
const (
	PreviewStatusWorkInProgress PreviewStatus = "WORK_IN_PROGRESS"
	PreviewStatusCompleted      PreviewStatus = "COMPLETED"
)

Enum values for PreviewStatus

func (PreviewStatus) MarshalValue added in v0.5.0

func (enum PreviewStatus) MarshalValue() (string, error)

func (PreviewStatus) MarshalValueBuf added in v0.5.0

func (enum PreviewStatus) MarshalValueBuf(b []byte) ([]byte, error)

type PrivateIp added in v0.6.0

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) String added in v0.6.0

func (s PrivateIp) String() string

String returns the string representation

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

String returns the string representation

func (*RegisterCrossAccountAccessRoleInput) Validate

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

String returns the string representation

type RegisterCrossAccountAccessRoleRequest

type RegisterCrossAccountAccessRoleRequest struct {
	*aws.Request
	Input *RegisterCrossAccountAccessRoleInput
	Copy  func(*RegisterCrossAccountAccessRoleInput) RegisterCrossAccountAccessRoleRequest
}

RegisterCrossAccountAccessRoleRequest is the request type for the RegisterCrossAccountAccessRole API operation.

func (RegisterCrossAccountAccessRoleRequest) Send

Send marshals and sends the RegisterCrossAccountAccessRole API request.

type RegisterCrossAccountAccessRoleResponse added in v0.9.0

type RegisterCrossAccountAccessRoleResponse struct {
	*RegisterCrossAccountAccessRoleOutput
	// contains filtered or unexported fields
}

RegisterCrossAccountAccessRoleResponse is the response type for the RegisterCrossAccountAccessRole API operation.

func (*RegisterCrossAccountAccessRoleResponse) SDKResponseMetdata added in v0.9.0

func (r *RegisterCrossAccountAccessRoleResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the RegisterCrossAccountAccessRole request.

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

String returns the string representation

func (*RemoveAttributesFromFindingsInput) Validate

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

String returns the string representation

type RemoveAttributesFromFindingsRequest

type RemoveAttributesFromFindingsRequest struct {
	*aws.Request
	Input *RemoveAttributesFromFindingsInput
	Copy  func(*RemoveAttributesFromFindingsInput) RemoveAttributesFromFindingsRequest
}

RemoveAttributesFromFindingsRequest is the request type for the RemoveAttributesFromFindings API operation.

func (RemoveAttributesFromFindingsRequest) Send

Send marshals and sends the RemoveAttributesFromFindings API request.

type RemoveAttributesFromFindingsResponse added in v0.9.0

type RemoveAttributesFromFindingsResponse struct {
	*RemoveAttributesFromFindingsOutput
	// contains filtered or unexported fields
}

RemoveAttributesFromFindingsResponse is the response type for the RemoveAttributesFromFindings API operation.

func (*RemoveAttributesFromFindingsResponse) SDKResponseMetdata added in v0.9.0

func (r *RemoveAttributesFromFindingsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the RemoveAttributesFromFindings request.

type ReportFileFormat

type ReportFileFormat string
const (
	ReportFileFormatHtml ReportFileFormat = "HTML"
	ReportFileFormatPdf  ReportFileFormat = "PDF"
)

Enum values for ReportFileFormat

func (ReportFileFormat) MarshalValue added in v0.3.0

func (enum ReportFileFormat) MarshalValue() (string, error)

func (ReportFileFormat) MarshalValueBuf added in v0.3.0

func (enum ReportFileFormat) MarshalValueBuf(b []byte) ([]byte, error)

type ReportStatus

type ReportStatus string
const (
	ReportStatusWorkInProgress ReportStatus = "WORK_IN_PROGRESS"
	ReportStatusFailed         ReportStatus = "FAILED"
	ReportStatusCompleted      ReportStatus = "COMPLETED"
)

Enum values for ReportStatus

func (ReportStatus) MarshalValue added in v0.3.0

func (enum ReportStatus) MarshalValue() (string, error)

func (ReportStatus) MarshalValueBuf added in v0.3.0

func (enum ReportStatus) MarshalValueBuf(b []byte) ([]byte, error)

type ReportType

type ReportType string
const (
	ReportTypeFinding ReportType = "FINDING"
	ReportTypeFull    ReportType = "FULL"
)

Enum values for ReportType

func (ReportType) MarshalValue added in v0.3.0

func (enum ReportType) MarshalValue() (string, error)

func (ReportType) MarshalValueBuf added in v0.3.0

func (enum ReportType) MarshalValueBuf(b []byte) ([]byte, error)

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

func (s ResourceGroup) String() string

String returns the string representation

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

func (s ResourceGroupTag) String() string

String returns the string representation

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

func (s RulesPackage) String() string

String returns the string representation

type Scope added in v0.5.0

type Scope struct {

	// The type of the scope.
	Key ScopeType `locationName:"key" type:"string" enum:"true"`

	// 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) String added in v0.5.0

func (s Scope) String() string

String returns the string representation

type ScopeType added in v0.5.0

type ScopeType string
const (
	ScopeTypeInstanceId      ScopeType = "INSTANCE_ID"
	ScopeTypeRulesPackageArn ScopeType = "RULES_PACKAGE_ARN"
)

Enum values for ScopeType

func (ScopeType) MarshalValue added in v0.5.0

func (enum ScopeType) MarshalValue() (string, error)

func (ScopeType) MarshalValueBuf added in v0.5.0

func (enum ScopeType) MarshalValueBuf(b []byte) ([]byte, error)

type SecurityGroup added in v0.6.0

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) String added in v0.6.0

func (s SecurityGroup) String() string

String returns the string representation

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

func (s SetTagsForResourceInput) String() string

String returns the string representation

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

func (s SetTagsForResourceOutput) String() string

String returns the string representation

type SetTagsForResourceRequest

type SetTagsForResourceRequest struct {
	*aws.Request
	Input *SetTagsForResourceInput
	Copy  func(*SetTagsForResourceInput) SetTagsForResourceRequest
}

SetTagsForResourceRequest is the request type for the SetTagsForResource API operation.

func (SetTagsForResourceRequest) Send

Send marshals and sends the SetTagsForResource API request.

type SetTagsForResourceResponse added in v0.9.0

type SetTagsForResourceResponse struct {
	*SetTagsForResourceOutput
	// contains filtered or unexported fields
}

SetTagsForResourceResponse is the response type for the SetTagsForResource API operation.

func (*SetTagsForResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *SetTagsForResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SetTagsForResource request.

type Severity

type Severity string
const (
	SeverityLow           Severity = "Low"
	SeverityMedium        Severity = "Medium"
	SeverityHigh          Severity = "High"
	SeverityInformational Severity = "Informational"
	SeverityUndefined     Severity = "Undefined"
)

Enum values for Severity

func (Severity) MarshalValue added in v0.3.0

func (enum Severity) MarshalValue() (string, error)

func (Severity) MarshalValueBuf added in v0.3.0

func (enum Severity) MarshalValueBuf(b []byte) ([]byte, error)

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

func (s StartAssessmentRunInput) String() string

String returns the string representation

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

func (s StartAssessmentRunOutput) String() string

String returns the string representation

type StartAssessmentRunRequest

type StartAssessmentRunRequest struct {
	*aws.Request
	Input *StartAssessmentRunInput
	Copy  func(*StartAssessmentRunInput) StartAssessmentRunRequest
}

StartAssessmentRunRequest is the request type for the StartAssessmentRun API operation.

func (StartAssessmentRunRequest) Send

Send marshals and sends the StartAssessmentRun API request.

type StartAssessmentRunResponse added in v0.9.0

type StartAssessmentRunResponse struct {
	*StartAssessmentRunOutput
	// contains filtered or unexported fields
}

StartAssessmentRunResponse is the response type for the StartAssessmentRun API operation.

func (*StartAssessmentRunResponse) SDKResponseMetdata added in v0.9.0

func (r *StartAssessmentRunResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the StartAssessmentRun request.

type StopAction

type StopAction string
const (
	StopActionStartEvaluation StopAction = "START_EVALUATION"
	StopActionSkipEvaluation  StopAction = "SKIP_EVALUATION"
)

Enum values for StopAction

func (StopAction) MarshalValue added in v0.3.0

func (enum StopAction) MarshalValue() (string, error)

func (StopAction) MarshalValueBuf added in v0.3.0

func (enum StopAction) MarshalValueBuf(b []byte) ([]byte, error)

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 StopAction `locationName:"stopAction" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

func (StopAssessmentRunInput) String

func (s StopAssessmentRunInput) String() string

String returns the string representation

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

func (s StopAssessmentRunOutput) String() string

String returns the string representation

type StopAssessmentRunRequest

type StopAssessmentRunRequest struct {
	*aws.Request
	Input *StopAssessmentRunInput
	Copy  func(*StopAssessmentRunInput) StopAssessmentRunRequest
}

StopAssessmentRunRequest is the request type for the StopAssessmentRun API operation.

func (StopAssessmentRunRequest) Send

Send marshals and sends the StopAssessmentRun API request.

type StopAssessmentRunResponse added in v0.9.0

type StopAssessmentRunResponse struct {
	*StopAssessmentRunOutput
	// contains filtered or unexported fields
}

StopAssessmentRunResponse is the response type for the StopAssessmentRun API operation.

func (*StopAssessmentRunResponse) SDKResponseMetdata added in v0.9.0

func (r *StopAssessmentRunResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the StopAssessmentRun request.

type SubscribeToEventInput

type SubscribeToEventInput struct {

	// The event for which you want to receive SNS notifications.
	//
	// Event is a required field
	Event InspectorEvent `locationName:"event" type:"string" required:"true" enum:"true"`

	// 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) String

func (s SubscribeToEventInput) String() string

String returns the string representation

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

func (s SubscribeToEventOutput) String() string

String returns the string representation

type SubscribeToEventRequest

type SubscribeToEventRequest struct {
	*aws.Request
	Input *SubscribeToEventInput
	Copy  func(*SubscribeToEventInput) SubscribeToEventRequest
}

SubscribeToEventRequest is the request type for the SubscribeToEvent API operation.

func (SubscribeToEventRequest) Send

Send marshals and sends the SubscribeToEvent API request.

type SubscribeToEventResponse added in v0.9.0

type SubscribeToEventResponse struct {
	*SubscribeToEventOutput
	// contains filtered or unexported fields
}

SubscribeToEventResponse is the response type for the SubscribeToEvent API operation.

func (*SubscribeToEventResponse) SDKResponseMetdata added in v0.9.0

func (r *SubscribeToEventResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SubscribeToEvent request.

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

func (s Subscription) String() string

String returns the string representation

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

func (s Tag) String() string

String returns the string representation

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

func (s TelemetryMetadata) String() string

String returns the string representation

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

func (s TimestampRange) String() string

String returns the string representation

type UnsubscribeFromEventInput

type UnsubscribeFromEventInput struct {

	// The event for which you want to stop receiving SNS notifications.
	//
	// Event is a required field
	Event InspectorEvent `locationName:"event" type:"string" required:"true" enum:"true"`

	// 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) String

func (s UnsubscribeFromEventInput) String() string

String returns the string representation

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

String returns the string representation

type UnsubscribeFromEventRequest

type UnsubscribeFromEventRequest struct {
	*aws.Request
	Input *UnsubscribeFromEventInput
	Copy  func(*UnsubscribeFromEventInput) UnsubscribeFromEventRequest
}

UnsubscribeFromEventRequest is the request type for the UnsubscribeFromEvent API operation.

func (UnsubscribeFromEventRequest) Send

Send marshals and sends the UnsubscribeFromEvent API request.

type UnsubscribeFromEventResponse added in v0.9.0

type UnsubscribeFromEventResponse struct {
	*UnsubscribeFromEventOutput
	// contains filtered or unexported fields
}

UnsubscribeFromEventResponse is the response type for the UnsubscribeFromEvent API operation.

func (*UnsubscribeFromEventResponse) SDKResponseMetdata added in v0.9.0

func (r *UnsubscribeFromEventResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UnsubscribeFromEvent request.

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

String returns the string representation

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

String returns the string representation

type UpdateAssessmentTargetRequest

type UpdateAssessmentTargetRequest struct {
	*aws.Request
	Input *UpdateAssessmentTargetInput
	Copy  func(*UpdateAssessmentTargetInput) UpdateAssessmentTargetRequest
}

UpdateAssessmentTargetRequest is the request type for the UpdateAssessmentTarget API operation.

func (UpdateAssessmentTargetRequest) Send

Send marshals and sends the UpdateAssessmentTarget API request.

type UpdateAssessmentTargetResponse added in v0.9.0

type UpdateAssessmentTargetResponse struct {
	*UpdateAssessmentTargetOutput
	// contains filtered or unexported fields
}

UpdateAssessmentTargetResponse is the response type for the UpdateAssessmentTarget API operation.

func (*UpdateAssessmentTargetResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateAssessmentTargetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateAssessmentTarget request.

Directories

Path Synopsis
Package inspectoriface provides an interface to enable mocking the Amazon Inspector service client for testing your code.
Package inspectoriface provides an interface to enable mocking the Amazon Inspector service client for testing your code.

Jump to

Keyboard shortcuts

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