[][src]Trait rusoto_securityhub::SecurityHub

pub trait SecurityHub {
#[must_use]    pub fn accept_invitation<'life0, 'async_trait>(
        &'life0 self,
        input: AcceptInvitationRequest
    ) -> Pin<Box<dyn Future<Output = Result<AcceptInvitationResponse, RusotoError<AcceptInvitationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_disable_standards<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDisableStandardsRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchDisableStandardsResponse, RusotoError<BatchDisableStandardsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_enable_standards<'life0, 'async_trait>(
        &'life0 self,
        input: BatchEnableStandardsRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchEnableStandardsResponse, RusotoError<BatchEnableStandardsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_import_findings<'life0, 'async_trait>(
        &'life0 self,
        input: BatchImportFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchImportFindingsResponse, RusotoError<BatchImportFindingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_update_findings<'life0, 'async_trait>(
        &'life0 self,
        input: BatchUpdateFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchUpdateFindingsResponse, RusotoError<BatchUpdateFindingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_action_target<'life0, 'async_trait>(
        &'life0 self,
        input: CreateActionTargetRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateActionTargetResponse, RusotoError<CreateActionTargetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_insight<'life0, 'async_trait>(
        &'life0 self,
        input: CreateInsightRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateInsightResponse, RusotoError<CreateInsightError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_members<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateMembersResponse, RusotoError<CreateMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn decline_invitations<'life0, 'async_trait>(
        &'life0 self,
        input: DeclineInvitationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeclineInvitationsResponse, RusotoError<DeclineInvitationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_action_target<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteActionTargetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteActionTargetResponse, RusotoError<DeleteActionTargetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_insight<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteInsightRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteInsightResponse, RusotoError<DeleteInsightError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_invitations<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteInvitationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteInvitationsResponse, RusotoError<DeleteInvitationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_members<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteMembersResponse, RusotoError<DeleteMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_action_targets<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeActionTargetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeActionTargetsResponse, RusotoError<DescribeActionTargetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_hub<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeHubRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeHubResponse, RusotoError<DescribeHubError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_products<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeProductsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeProductsResponse, RusotoError<DescribeProductsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_standards<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeStandardsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeStandardsResponse, RusotoError<DescribeStandardsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_standards_controls<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeStandardsControlsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeStandardsControlsResponse, RusotoError<DescribeStandardsControlsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disable_import_findings_for_product<'life0, 'async_trait>(
        &'life0 self,
        input: DisableImportFindingsForProductRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisableImportFindingsForProductResponse, RusotoError<DisableImportFindingsForProductError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disable_security_hub<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DisableSecurityHubResponse, RusotoError<DisableSecurityHubError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_from_master_account<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateFromMasterAccountResponse, RusotoError<DisassociateFromMasterAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_members<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateMembersResponse, RusotoError<DisassociateMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn enable_import_findings_for_product<'life0, 'async_trait>(
        &'life0 self,
        input: EnableImportFindingsForProductRequest
    ) -> Pin<Box<dyn Future<Output = Result<EnableImportFindingsForProductResponse, RusotoError<EnableImportFindingsForProductError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn enable_security_hub<'life0, 'async_trait>(
        &'life0 self,
        input: EnableSecurityHubRequest
    ) -> Pin<Box<dyn Future<Output = Result<EnableSecurityHubResponse, RusotoError<EnableSecurityHubError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_enabled_standards<'life0, 'async_trait>(
        &'life0 self,
        input: GetEnabledStandardsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetEnabledStandardsResponse, RusotoError<GetEnabledStandardsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_findings<'life0, 'async_trait>(
        &'life0 self,
        input: GetFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetFindingsResponse, RusotoError<GetFindingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_insight_results<'life0, 'async_trait>(
        &'life0 self,
        input: GetInsightResultsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetInsightResultsResponse, RusotoError<GetInsightResultsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_insights<'life0, 'async_trait>(
        &'life0 self,
        input: GetInsightsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetInsightsResponse, RusotoError<GetInsightsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_invitations_count<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetInvitationsCountResponse, RusotoError<GetInvitationsCountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_master_account<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetMasterAccountResponse, RusotoError<GetMasterAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_members<'life0, 'async_trait>(
        &'life0 self,
        input: GetMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMembersResponse, RusotoError<GetMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn invite_members<'life0, 'async_trait>(
        &'life0 self,
        input: InviteMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<InviteMembersResponse, RusotoError<InviteMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_enabled_products_for_import<'life0, 'async_trait>(
        &'life0 self,
        input: ListEnabledProductsForImportRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListEnabledProductsForImportResponse, RusotoError<ListEnabledProductsForImportError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_invitations<'life0, 'async_trait>(
        &'life0 self,
        input: ListInvitationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListInvitationsResponse, RusotoError<ListInvitationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_members<'life0, 'async_trait>(
        &'life0 self,
        input: ListMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMembersResponse, RusotoError<ListMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_action_target<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateActionTargetRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateActionTargetResponse, RusotoError<UpdateActionTargetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_findings<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateFindingsResponse, RusotoError<UpdateFindingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_insight<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateInsightRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateInsightResponse, RusotoError<UpdateInsightError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_standards_control<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateStandardsControlRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateStandardsControlResponse, RusotoError<UpdateStandardsControlError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the AWS SecurityHub API. AWS SecurityHub clients implement this trait.

Required methods

#[must_use]pub fn accept_invitation<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptInvitationRequest
) -> Pin<Box<dyn Future<Output = Result<AcceptInvitationResponse, RusotoError<AcceptInvitationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Accepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from.

When the member account accepts the invitation, permission is granted to the master account to view findings generated in the member account.

#[must_use]pub fn batch_disable_standards<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDisableStandardsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDisableStandardsResponse, RusotoError<BatchDisableStandardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables the standards specified by the provided StandardsSubscriptionArns.

For more information, see Security Standards section of the AWS Security Hub User Guide.

#[must_use]pub fn batch_enable_standards<'life0, 'async_trait>(
    &'life0 self,
    input: BatchEnableStandardsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchEnableStandardsResponse, RusotoError<BatchEnableStandardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the DescribeStandards operation.

For more information, see the Security Standards section of the AWS Security Hub User Guide.

#[must_use]pub fn batch_import_findings<'life0, 'async_trait>(
    &'life0 self,
    input: BatchImportFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchImportFindingsResponse, RusotoError<BatchImportFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Imports security findings generated from an integrated third-party product into Security Hub. This action is requested by the integrated product to import its findings into Security Hub.

The maximum allowed size for a finding is 240 Kb. An error is returned for any finding larger than 240 Kb.

After a finding is created, BatchImportFindings cannot be used to update the following finding fields and objects, which Security Hub customers use to manage their investigation workflow.

  • Confidence

  • Criticality

  • Note

  • RelatedFindings

  • Severity

  • Types

  • UserDefinedFields

  • VerificationState

  • Workflow

#[must_use]pub fn batch_update_findings<'life0, 'async_trait>(
    &'life0 self,
    input: BatchUpdateFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchUpdateFindingsResponse, RusotoError<BatchUpdateFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Used by Security Hub customers to update information about their investigation into a finding. Requested by master accounts or member accounts. Master accounts can update findings for their account and their member accounts. Member accounts can update findings for their account.

Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding.

Master accounts can use BatchUpdateFindings to update the following finding fields and objects.

  • Confidence

  • Criticality

  • Note

  • RelatedFindings

  • Severity

  • Types

  • UserDefinedFields

  • VerificationState

  • Workflow

Member accounts can only use BatchUpdateFindings to update the Note object.

#[must_use]pub fn create_action_target<'life0, 'async_trait>(
    &'life0 self,
    input: CreateActionTargetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateActionTargetResponse, RusotoError<CreateActionTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a custom action target in Security Hub.

You can use custom actions on findings and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.

#[must_use]pub fn create_insight<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInsightRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInsightResponse, RusotoError<CreateInsightError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a custom insight in Security Hub. An insight is a consolidation of findings that relate to a security issue that requires attention or remediation.

To group the related findings in the insight, use the GroupByAttribute.

#[must_use]pub fn create_members<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMembersRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMembersResponse, RusotoError<CreateMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the master account. To successfully create a member, you must use this action from an account that already has Security Hub enabled. To enable Security Hub, you can use the EnableSecurityHub operation.

After you use CreateMembers to create member account associations in Security Hub, you must use the InviteMembers operation to invite the accounts to enable Security Hub and become member accounts in Security Hub.

If the account owner accepts the invitation, the account becomes a member account in Security Hub. A permissions policy is added that permits the master account to view the findings generated in the member account. When Security Hub is enabled in the invited account, findings start to be sent to both the member and master accounts.

To remove the association between the master and member accounts, use the DisassociateFromMasterAccount or DisassociateMembers operation.

#[must_use]pub fn decline_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: DeclineInvitationsRequest
) -> Pin<Box<dyn Future<Output = Result<DeclineInvitationsResponse, RusotoError<DeclineInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Declines invitations to become a member account.

#[must_use]pub fn delete_action_target<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteActionTargetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteActionTargetResponse, RusotoError<DeleteActionTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a custom action target from Security Hub.

Deleting a custom action target does not affect any findings or insights that were already sent to Amazon CloudWatch Events using the custom action.

#[must_use]pub fn delete_insight<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInsightRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteInsightResponse, RusotoError<DeleteInsightError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the insight specified by the InsightArn.

#[must_use]pub fn delete_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInvitationsRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteInvitationsResponse, RusotoError<DeleteInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes invitations received by the AWS account to become a member account.

#[must_use]pub fn delete_members<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMembersRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteMembersResponse, RusotoError<DeleteMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified member accounts from Security Hub.

#[must_use]pub fn describe_action_targets<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeActionTargetsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeActionTargetsResponse, RusotoError<DescribeActionTargetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of the custom action targets in Security Hub in your account.

#[must_use]pub fn describe_hub<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeHubRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeHubResponse, RusotoError<DescribeHubError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns details about the Hub resource in your account, including the HubArn and the time when you enabled Security Hub.

#[must_use]pub fn describe_products<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProductsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeProductsResponse, RusotoError<DescribeProductsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the available products that you can subscribe to and integrate with Security Hub in order to consolidate findings.

#[must_use]pub fn describe_standards<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStandardsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStandardsResponse, RusotoError<DescribeStandardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of the available standards in Security Hub.

For each standard, the results include the standard ARN, the name, and a description.

#[must_use]pub fn describe_standards_controls<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStandardsControlsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStandardsControlsResponse, RusotoError<DescribeStandardsControlsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of security standards controls.

For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.

#[must_use]pub fn disable_import_findings_for_product<'life0, 'async_trait>(
    &'life0 self,
    input: DisableImportFindingsForProductRequest
) -> Pin<Box<dyn Future<Output = Result<DisableImportFindingsForProductResponse, RusotoError<DisableImportFindingsForProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables the integration of the specified product with Security Hub. After the integration is disabled, findings from that product are no longer sent to Security Hub.

#[must_use]pub fn disable_security_hub<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisableSecurityHubResponse, RusotoError<DisableSecurityHubError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables Security Hub in your account only in the current Region. To disable Security Hub in all Regions, you must submit one request per Region where you have enabled Security Hub.

When you disable Security Hub for a master account, it doesn't disable Security Hub for any associated member accounts.

When you disable Security Hub, your existing findings and insights and any Security Hub configuration settings are deleted after 90 days and cannot be recovered. Any standards that were enabled are disabled, and your master and member account associations are removed.

If you want to save your existing findings, you must export them before you disable Security Hub.

#[must_use]pub fn disassociate_from_master_account<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisassociateFromMasterAccountResponse, RusotoError<DisassociateFromMasterAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the current Security Hub member account from the associated master account.

#[must_use]pub fn disassociate_members<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateMembersRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateMembersResponse, RusotoError<DisassociateMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified member accounts from the associated master account.

#[must_use]pub fn enable_import_findings_for_product<'life0, 'async_trait>(
    &'life0 self,
    input: EnableImportFindingsForProductRequest
) -> Pin<Box<dyn Future<Output = Result<EnableImportFindingsForProductResponse, RusotoError<EnableImportFindingsForProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.

When you enable a product integration, a permissions policy that grants permission for the product to send findings to Security Hub is applied.

#[must_use]pub fn enable_security_hub<'life0, 'async_trait>(
    &'life0 self,
    input: EnableSecurityHubRequest
) -> Pin<Box<dyn Future<Output = Result<EnableSecurityHubResponse, RusotoError<EnableSecurityHubError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables Security Hub for your account in the current Region or the Region you specify in the request.

When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub.

When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards.

  • CIS AWS Foundations

  • AWS Foundational Security Best Practices

You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard.

To not enable the automatically enabled standards, set EnableDefaultStandards to false.

After you enable Security Hub, to enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation.

To learn more, see Setting Up AWS Security Hub in the AWS Security Hub User Guide.

#[must_use]pub fn get_enabled_standards<'life0, 'async_trait>(
    &'life0 self,
    input: GetEnabledStandardsRequest
) -> Pin<Box<dyn Future<Output = Result<GetEnabledStandardsResponse, RusotoError<GetEnabledStandardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of the standards that are currently enabled.

#[must_use]pub fn get_findings<'life0, 'async_trait>(
    &'life0 self,
    input: GetFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetFindingsResponse, RusotoError<GetFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of findings that match the specified criteria.

#[must_use]pub fn get_insight_results<'life0, 'async_trait>(
    &'life0 self,
    input: GetInsightResultsRequest
) -> Pin<Box<dyn Future<Output = Result<GetInsightResultsResponse, RusotoError<GetInsightResultsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the results of the Security Hub insight specified by the insight ARN.

#[must_use]pub fn get_insights<'life0, 'async_trait>(
    &'life0 self,
    input: GetInsightsRequest
) -> Pin<Box<dyn Future<Output = Result<GetInsightsResponse, RusotoError<GetInsightsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists and describes insights for the specified insight ARNs.

#[must_use]pub fn get_invitations_count<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetInvitationsCountResponse, RusotoError<GetInvitationsCountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.

#[must_use]pub fn get_master_account<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetMasterAccountResponse, RusotoError<GetMasterAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides the details for the Security Hub master account for the current member account.

#[must_use]pub fn get_members<'life0, 'async_trait>(
    &'life0 self,
    input: GetMembersRequest
) -> Pin<Box<dyn Future<Output = Result<GetMembersResponse, RusotoError<GetMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the details for the Security Hub member accounts for the specified account IDs.

#[must_use]pub fn invite_members<'life0, 'async_trait>(
    &'life0 self,
    input: InviteMembersRequest
) -> Pin<Box<dyn Future<Output = Result<InviteMembersResponse, RusotoError<InviteMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Invites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from.

Before you can use this action to invite a member, you must first use the CreateMembers action to create the member account in Security Hub.

When the account owner accepts the invitation to become a member account and enables Security Hub, the master account can view the findings generated from the member account.

#[must_use]pub fn list_enabled_products_for_import<'life0, 'async_trait>(
    &'life0 self,
    input: ListEnabledProductsForImportRequest
) -> Pin<Box<dyn Future<Output = Result<ListEnabledProductsForImportResponse, RusotoError<ListEnabledProductsForImportError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.

#[must_use]pub fn list_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: ListInvitationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListInvitationsResponse, RusotoError<ListInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all Security Hub membership invitations that were sent to the current AWS account.

#[must_use]pub fn list_members<'life0, 'async_trait>(
    &'life0 self,
    input: ListMembersRequest
) -> Pin<Box<dyn Future<Output = Result<ListMembersResponse, RusotoError<ListMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists details about all member accounts for the current Security Hub master account.

#[must_use]pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of tags associated with a resource.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more tags to a resource.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes one or more tags from a resource.

#[must_use]pub fn update_action_target<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateActionTargetRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateActionTargetResponse, RusotoError<UpdateActionTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the name and description of a custom action target in Security Hub.

#[must_use]pub fn update_findings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateFindingsResponse, RusotoError<UpdateFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

UpdateFindings is deprecated. Instead of UpdateFindings, use BatchUpdateFindings.

Updates the Note and RecordState of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.

#[must_use]pub fn update_insight<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateInsightRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateInsightResponse, RusotoError<UpdateInsightError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the Security Hub insight identified by the specified insight ARN.

#[must_use]pub fn update_standards_control<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateStandardsControlRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateStandardsControlResponse, RusotoError<UpdateStandardsControlError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Used to control whether an individual security standard control is enabled or disabled.

Loading content...

Implementors

impl SecurityHub for SecurityHubClient[src]

pub fn accept_invitation<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptInvitationRequest
) -> Pin<Box<dyn Future<Output = Result<AcceptInvitationResponse, RusotoError<AcceptInvitationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Accepts the invitation to be a member account and be monitored by the Security Hub master account that the invitation was sent from.

When the member account accepts the invitation, permission is granted to the master account to view findings generated in the member account.

pub fn batch_disable_standards<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDisableStandardsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDisableStandardsResponse, RusotoError<BatchDisableStandardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables the standards specified by the provided StandardsSubscriptionArns.

For more information, see Security Standards section of the AWS Security Hub User Guide.

pub fn batch_enable_standards<'life0, 'async_trait>(
    &'life0 self,
    input: BatchEnableStandardsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchEnableStandardsResponse, RusotoError<BatchEnableStandardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the DescribeStandards operation.

For more information, see the Security Standards section of the AWS Security Hub User Guide.

pub fn batch_import_findings<'life0, 'async_trait>(
    &'life0 self,
    input: BatchImportFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchImportFindingsResponse, RusotoError<BatchImportFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Imports security findings generated from an integrated third-party product into Security Hub. This action is requested by the integrated product to import its findings into Security Hub.

The maximum allowed size for a finding is 240 Kb. An error is returned for any finding larger than 240 Kb.

After a finding is created, BatchImportFindings cannot be used to update the following finding fields and objects, which Security Hub customers use to manage their investigation workflow.

  • Confidence

  • Criticality

  • Note

  • RelatedFindings

  • Severity

  • Types

  • UserDefinedFields

  • VerificationState

  • Workflow

pub fn batch_update_findings<'life0, 'async_trait>(
    &'life0 self,
    input: BatchUpdateFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchUpdateFindingsResponse, RusotoError<BatchUpdateFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Used by Security Hub customers to update information about their investigation into a finding. Requested by master accounts or member accounts. Master accounts can update findings for their account and their member accounts. Member accounts can update findings for their account.

Updates from BatchUpdateFindings do not affect the value of UpdatedAt for a finding.

Master accounts can use BatchUpdateFindings to update the following finding fields and objects.

  • Confidence

  • Criticality

  • Note

  • RelatedFindings

  • Severity

  • Types

  • UserDefinedFields

  • VerificationState

  • Workflow

Member accounts can only use BatchUpdateFindings to update the Note object.

pub fn create_action_target<'life0, 'async_trait>(
    &'life0 self,
    input: CreateActionTargetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateActionTargetResponse, RusotoError<CreateActionTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a custom action target in Security Hub.

You can use custom actions on findings and insights in Security Hub to trigger target actions in Amazon CloudWatch Events.

pub fn create_insight<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInsightRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInsightResponse, RusotoError<CreateInsightError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a custom insight in Security Hub. An insight is a consolidation of findings that relate to a security issue that requires attention or remediation.

To group the related findings in the insight, use the GroupByAttribute.

pub fn create_members<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMembersRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMembersResponse, RusotoError<CreateMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the master account. To successfully create a member, you must use this action from an account that already has Security Hub enabled. To enable Security Hub, you can use the EnableSecurityHub operation.

After you use CreateMembers to create member account associations in Security Hub, you must use the InviteMembers operation to invite the accounts to enable Security Hub and become member accounts in Security Hub.

If the account owner accepts the invitation, the account becomes a member account in Security Hub. A permissions policy is added that permits the master account to view the findings generated in the member account. When Security Hub is enabled in the invited account, findings start to be sent to both the member and master accounts.

To remove the association between the master and member accounts, use the DisassociateFromMasterAccount or DisassociateMembers operation.

pub fn decline_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: DeclineInvitationsRequest
) -> Pin<Box<dyn Future<Output = Result<DeclineInvitationsResponse, RusotoError<DeclineInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Declines invitations to become a member account.

pub fn delete_action_target<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteActionTargetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteActionTargetResponse, RusotoError<DeleteActionTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a custom action target from Security Hub.

Deleting a custom action target does not affect any findings or insights that were already sent to Amazon CloudWatch Events using the custom action.

pub fn delete_insight<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInsightRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteInsightResponse, RusotoError<DeleteInsightError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the insight specified by the InsightArn.

pub fn delete_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInvitationsRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteInvitationsResponse, RusotoError<DeleteInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes invitations received by the AWS account to become a member account.

pub fn delete_members<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMembersRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteMembersResponse, RusotoError<DeleteMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified member accounts from Security Hub.

pub fn describe_action_targets<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeActionTargetsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeActionTargetsResponse, RusotoError<DescribeActionTargetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of the custom action targets in Security Hub in your account.

pub fn describe_hub<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeHubRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeHubResponse, RusotoError<DescribeHubError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns details about the Hub resource in your account, including the HubArn and the time when you enabled Security Hub.

pub fn describe_products<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProductsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeProductsResponse, RusotoError<DescribeProductsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the available products that you can subscribe to and integrate with Security Hub in order to consolidate findings.

pub fn describe_standards<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStandardsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStandardsResponse, RusotoError<DescribeStandardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of the available standards in Security Hub.

For each standard, the results include the standard ARN, the name, and a description.

pub fn describe_standards_controls<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStandardsControlsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeStandardsControlsResponse, RusotoError<DescribeStandardsControlsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of security standards controls.

For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.

pub fn disable_import_findings_for_product<'life0, 'async_trait>(
    &'life0 self,
    input: DisableImportFindingsForProductRequest
) -> Pin<Box<dyn Future<Output = Result<DisableImportFindingsForProductResponse, RusotoError<DisableImportFindingsForProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables the integration of the specified product with Security Hub. After the integration is disabled, findings from that product are no longer sent to Security Hub.

pub fn disable_security_hub<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisableSecurityHubResponse, RusotoError<DisableSecurityHubError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables Security Hub in your account only in the current Region. To disable Security Hub in all Regions, you must submit one request per Region where you have enabled Security Hub.

When you disable Security Hub for a master account, it doesn't disable Security Hub for any associated member accounts.

When you disable Security Hub, your existing findings and insights and any Security Hub configuration settings are deleted after 90 days and cannot be recovered. Any standards that were enabled are disabled, and your master and member account associations are removed.

If you want to save your existing findings, you must export them before you disable Security Hub.

pub fn disassociate_from_master_account<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisassociateFromMasterAccountResponse, RusotoError<DisassociateFromMasterAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the current Security Hub member account from the associated master account.

pub fn disassociate_members<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateMembersRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateMembersResponse, RusotoError<DisassociateMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified member accounts from the associated master account.

pub fn enable_import_findings_for_product<'life0, 'async_trait>(
    &'life0 self,
    input: EnableImportFindingsForProductRequest
) -> Pin<Box<dyn Future<Output = Result<EnableImportFindingsForProductResponse, RusotoError<EnableImportFindingsForProductError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.

When you enable a product integration, a permissions policy that grants permission for the product to send findings to Security Hub is applied.

pub fn enable_security_hub<'life0, 'async_trait>(
    &'life0 self,
    input: EnableSecurityHubRequest
) -> Pin<Box<dyn Future<Output = Result<EnableSecurityHubResponse, RusotoError<EnableSecurityHubError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables Security Hub for your account in the current Region or the Region you specify in the request.

When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub.

When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards.

  • CIS AWS Foundations

  • AWS Foundational Security Best Practices

You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard.

To not enable the automatically enabled standards, set EnableDefaultStandards to false.

After you enable Security Hub, to enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation.

To learn more, see Setting Up AWS Security Hub in the AWS Security Hub User Guide.

pub fn get_enabled_standards<'life0, 'async_trait>(
    &'life0 self,
    input: GetEnabledStandardsRequest
) -> Pin<Box<dyn Future<Output = Result<GetEnabledStandardsResponse, RusotoError<GetEnabledStandardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of the standards that are currently enabled.

pub fn get_findings<'life0, 'async_trait>(
    &'life0 self,
    input: GetFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetFindingsResponse, RusotoError<GetFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of findings that match the specified criteria.

pub fn get_insight_results<'life0, 'async_trait>(
    &'life0 self,
    input: GetInsightResultsRequest
) -> Pin<Box<dyn Future<Output = Result<GetInsightResultsResponse, RusotoError<GetInsightResultsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the results of the Security Hub insight specified by the insight ARN.

pub fn get_insights<'life0, 'async_trait>(
    &'life0 self,
    input: GetInsightsRequest
) -> Pin<Box<dyn Future<Output = Result<GetInsightsResponse, RusotoError<GetInsightsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists and describes insights for the specified insight ARNs.

pub fn get_invitations_count<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetInvitationsCountResponse, RusotoError<GetInvitationsCountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.

pub fn get_master_account<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetMasterAccountResponse, RusotoError<GetMasterAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides the details for the Security Hub master account for the current member account.

pub fn get_members<'life0, 'async_trait>(
    &'life0 self,
    input: GetMembersRequest
) -> Pin<Box<dyn Future<Output = Result<GetMembersResponse, RusotoError<GetMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the details for the Security Hub member accounts for the specified account IDs.

pub fn invite_members<'life0, 'async_trait>(
    &'life0 self,
    input: InviteMembersRequest
) -> Pin<Box<dyn Future<Output = Result<InviteMembersResponse, RusotoError<InviteMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Invites other AWS accounts to become member accounts for the Security Hub master account that the invitation is sent from.

Before you can use this action to invite a member, you must first use the CreateMembers action to create the member account in Security Hub.

When the account owner accepts the invitation to become a member account and enables Security Hub, the master account can view the findings generated from the member account.

pub fn list_enabled_products_for_import<'life0, 'async_trait>(
    &'life0 self,
    input: ListEnabledProductsForImportRequest
) -> Pin<Box<dyn Future<Output = Result<ListEnabledProductsForImportResponse, RusotoError<ListEnabledProductsForImportError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.

pub fn list_invitations<'life0, 'async_trait>(
    &'life0 self,
    input: ListInvitationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListInvitationsResponse, RusotoError<ListInvitationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all Security Hub membership invitations that were sent to the current AWS account.

pub fn list_members<'life0, 'async_trait>(
    &'life0 self,
    input: ListMembersRequest
) -> Pin<Box<dyn Future<Output = Result<ListMembersResponse, RusotoError<ListMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists details about all member accounts for the current Security Hub master account.

pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of tags associated with a resource.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more tags to a resource.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes one or more tags from a resource.

pub fn update_action_target<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateActionTargetRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateActionTargetResponse, RusotoError<UpdateActionTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the name and description of a custom action target in Security Hub.

pub fn update_findings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateFindingsResponse, RusotoError<UpdateFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

UpdateFindings is deprecated. Instead of UpdateFindings, use BatchUpdateFindings.

Updates the Note and RecordState of the Security Hub-aggregated findings that the filter attributes specify. Any member account that can view the finding also sees the update to the finding.

pub fn update_insight<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateInsightRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateInsightResponse, RusotoError<UpdateInsightError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the Security Hub insight identified by the specified insight ARN.

pub fn update_standards_control<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateStandardsControlRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateStandardsControlResponse, RusotoError<UpdateStandardsControlError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Used to control whether an individual security standard control is enabled or disabled.

Loading content...