Struct rusoto_inspector::InspectorClient [] [src]

pub struct InspectorClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
{ /* fields omitted */ }

A client for the Amazon Inspector API.

Methods

impl<P, D> InspectorClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

Trait Implementations

impl<P, D> Inspector for InspectorClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

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

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. For more information, see Amazon Inspector Assessment Targets.

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

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.

Lists the ARNs of the assessment targets within this AWS account. For more information about assessment targets, see Amazon Inspector Assessment Targets.

Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.

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.

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

Lists all available Amazon Inspector rules packages.

Lists all tags associated with an assessment template.

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

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.

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.

Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.

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.

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

Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.

Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.

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