[][src]Trait rusoto_guardduty::GuardDuty

pub trait GuardDuty {
#[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 archive_findings<'life0, 'async_trait>(
        &'life0 self,
        input: ArchiveFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ArchiveFindingsResponse, RusotoError<ArchiveFindingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_detector<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDetectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDetectorResponse, RusotoError<CreateDetectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_filter<'life0, 'async_trait>(
        &'life0 self,
        input: CreateFilterRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateFilterResponse, RusotoError<CreateFilterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_ip_set<'life0, 'async_trait>(
        &'life0 self,
        input: CreateIPSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateIPSetResponse, RusotoError<CreateIPSetError>>> + 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 create_publishing_destination<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePublishingDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreatePublishingDestinationResponse, RusotoError<CreatePublishingDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_sample_findings<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSampleFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSampleFindingsResponse, RusotoError<CreateSampleFindingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_threat_intel_set<'life0, 'async_trait>(
        &'life0 self,
        input: CreateThreatIntelSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateThreatIntelSetResponse, RusotoError<CreateThreatIntelSetError>>> + 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_detector<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDetectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDetectorResponse, RusotoError<DeleteDetectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_filter<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteFilterRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteFilterResponse, RusotoError<DeleteFilterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_ip_set<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteIPSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteIPSetResponse, RusotoError<DeleteIPSetError>>> + 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 delete_publishing_destination<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePublishingDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeletePublishingDestinationResponse, RusotoError<DeletePublishingDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_threat_intel_set<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteThreatIntelSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteThreatIntelSetResponse, RusotoError<DeleteThreatIntelSetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_organization_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeOrganizationConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeOrganizationConfigurationResponse, RusotoError<DescribeOrganizationConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_publishing_destination<'life0, 'async_trait>(
        &'life0 self,
        input: DescribePublishingDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribePublishingDestinationResponse, RusotoError<DescribePublishingDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disable_organization_admin_account<'life0, 'async_trait>(
        &'life0 self,
        input: DisableOrganizationAdminAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisableOrganizationAdminAccountResponse, RusotoError<DisableOrganizationAdminAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_from_master_account<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateFromMasterAccountRequest
    ) -> 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_organization_admin_account<'life0, 'async_trait>(
        &'life0 self,
        input: EnableOrganizationAdminAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<EnableOrganizationAdminAccountResponse, RusotoError<EnableOrganizationAdminAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_detector<'life0, 'async_trait>(
        &'life0 self,
        input: GetDetectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDetectorResponse, RusotoError<GetDetectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_filter<'life0, 'async_trait>(
        &'life0 self,
        input: GetFilterRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetFilterResponse, RusotoError<GetFilterError>>> + 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_findings_statistics<'life0, 'async_trait>(
        &'life0 self,
        input: GetFindingsStatisticsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetFindingsStatisticsResponse, RusotoError<GetFindingsStatisticsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_ip_set<'life0, 'async_trait>(
        &'life0 self,
        input: GetIPSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetIPSetResponse, RusotoError<GetIPSetError>>> + 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,
        input: GetMasterAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMasterAccountResponse, RusotoError<GetMasterAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_member_detectors<'life0, 'async_trait>(
        &'life0 self,
        input: GetMemberDetectorsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMemberDetectorsResponse, RusotoError<GetMemberDetectorsError>>> + 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 get_threat_intel_set<'life0, 'async_trait>(
        &'life0 self,
        input: GetThreatIntelSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetThreatIntelSetResponse, RusotoError<GetThreatIntelSetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_usage_statistics<'life0, 'async_trait>(
        &'life0 self,
        input: GetUsageStatisticsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetUsageStatisticsResponse, RusotoError<GetUsageStatisticsError>>> + 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_detectors<'life0, 'async_trait>(
        &'life0 self,
        input: ListDetectorsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDetectorsResponse, RusotoError<ListDetectorsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_filters<'life0, 'async_trait>(
        &'life0 self,
        input: ListFiltersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListFiltersResponse, RusotoError<ListFiltersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_findings<'life0, 'async_trait>(
        &'life0 self,
        input: ListFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListFindingsResponse, RusotoError<ListFindingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_ip_sets<'life0, 'async_trait>(
        &'life0 self,
        input: ListIPSetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListIPSetsResponse, RusotoError<ListIPSetsError>>> + 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_organization_admin_accounts<'life0, 'async_trait>(
        &'life0 self,
        input: ListOrganizationAdminAccountsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOrganizationAdminAccountsResponse, RusotoError<ListOrganizationAdminAccountsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_publishing_destinations<'life0, 'async_trait>(
        &'life0 self,
        input: ListPublishingDestinationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPublishingDestinationsResponse, RusotoError<ListPublishingDestinationsError>>> + 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 list_threat_intel_sets<'life0, 'async_trait>(
        &'life0 self,
        input: ListThreatIntelSetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThreatIntelSetsResponse, RusotoError<ListThreatIntelSetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_monitoring_members<'life0, 'async_trait>(
        &'life0 self,
        input: StartMonitoringMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartMonitoringMembersResponse, RusotoError<StartMonitoringMembersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_monitoring_members<'life0, 'async_trait>(
        &'life0 self,
        input: StopMonitoringMembersRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopMonitoringMembersResponse, RusotoError<StopMonitoringMembersError>>> + 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 unarchive_findings<'life0, 'async_trait>(
        &'life0 self,
        input: UnarchiveFindingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UnarchiveFindingsResponse, RusotoError<UnarchiveFindingsError>>> + 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_detector<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDetectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDetectorResponse, RusotoError<UpdateDetectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_filter<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateFilterRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateFilterResponse, RusotoError<UpdateFilterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_findings_feedback<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateFindingsFeedbackRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateFindingsFeedbackResponse, RusotoError<UpdateFindingsFeedbackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_ip_set<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateIPSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateIPSetResponse, RusotoError<UpdateIPSetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_member_detectors<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMemberDetectorsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMemberDetectorsResponse, RusotoError<UpdateMemberDetectorsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_organization_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateOrganizationConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateOrganizationConfigurationResponse, RusotoError<UpdateOrganizationConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_publishing_destination<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePublishingDestinationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePublishingDestinationResponse, RusotoError<UpdatePublishingDestinationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_threat_intel_set<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateThreatIntelSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateThreatIntelSetResponse, RusotoError<UpdateThreatIntelSetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Amazon GuardDuty API. Amazon GuardDuty 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 monitored by a GuardDuty administrator account.

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

Archives GuardDuty findings that are specified by the list of finding IDs.

Only the administrator account can archive findings. Member accounts don't have permission to archive findings from their accounts.

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

Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default.

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

Creates a filter using the specified finding criteria.

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

Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with AWS infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.

#[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 member accounts of the current AWS account by specifying a list of AWS account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization.

When using Create Members as an organizations delegated administrator this action will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account, which must enable GuardDuty prior to being added as a member.

If you are adding accounts by invitation use this action after GuardDuty has been enabled in potential member accounts and before using Invite Members .

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

Creates a publishing destination to export findings to. The resource to export findings to must exist before you use this operation.

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

Generates example findings of types specified by the list of finding types. If 'NULL' is specified for findingTypes, the API generates example findings of all supported finding types.

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

Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can use this 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 sent to the current member account by AWS accounts specified by their account IDs.

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

Deletes an Amazon GuardDuty detector that is specified by the detector ID.

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

Deletes the filter specified by the filter name.

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

Deletes the IPSet specified by the ipSetId. IPSets are called trusted IP lists in the console user interface.

#[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 sent to the current member account by AWS accounts specified by their account IDs.

#[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 GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.

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

Deletes the publishing definition with the specified destinationId.

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

Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.

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

Returns information about the account selected as the delegated administrator for GuardDuty.

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

Returns information about the publishing destination specified by the provided destinationId.

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

Disables an AWS account within the Organization as the GuardDuty delegated administrator.

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

Disassociates the current GuardDuty member account from its administrator 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 GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.

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

Enables an AWS account within the organization as the GuardDuty delegated administrator.

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

Retrieves an Amazon GuardDuty detector specified by the detectorId.

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

Returns the details of the filter specified by the filter name.

#[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]

Describes Amazon GuardDuty findings specified by finding IDs.

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

Lists Amazon GuardDuty findings statistics for the specified detector ID.

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

Retrieves the IPSet specified by the ipSetId.

#[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 GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.

#[must_use]pub fn get_master_account<'life0, 'async_trait>(
    &'life0 self,
    input: GetMasterAccountRequest
) -> 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 GuardDuty administrator account associated with the current GuardDuty member account.

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

Describes which data sources are enabled for the member account's detector.

#[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]

Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.

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

Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.

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

Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days, this may differ from the cost metrics in the console, which projects usage over 30 days to provide a monthly cost estimate. For more information see Understanding How Usage Costs are Calculated.

#[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 (created as members of the current AWS account by CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.

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

Lists detectorIds of all the existing Amazon GuardDuty detector resources.

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

Returns a paginated list of the current filters.

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

Lists Amazon GuardDuty findings for the specified detector ID.

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

Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the IPSets returned are the IPSets from the associated administrator account.

#[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 GuardDuty 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 GuardDuty administrator account.

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

Lists the accounts configured as GuardDuty delegated administrators.

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

Returns a list of publishing destinations associated with the specified dectectorId.

#[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]

Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.

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

Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the ThreatIntelSets associated with the administrator account are returned.

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

Turns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of accounts that you stopped monitoring with the StopMonitoringMembers operation.

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

Stops GuardDuty monitoring for the specified member accounts. Use the StartMonitoringMembers operation to restart monitoring for those accounts.

#[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 tags to a resource.

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

Unarchives GuardDuty findings specified by the findingIds.

#[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 tags from a resource.

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

Updates the Amazon GuardDuty detector specified by the detectorId.

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

Updates the filter specified by the filter name.

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

Marks the specified GuardDuty findings as useful or not useful.

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

Updates the IPSet specified by the IPSet ID.

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

Contains information on member accounts to be updated.

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

Updates the delegated administrator account with the values provided.

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

Updates information about the publishing destination specified by the destinationId.

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

Updates the ThreatIntelSet specified by the ThreatIntelSet ID.

Loading content...

Implementors

impl GuardDuty for GuardDutyClient[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 monitored by a GuardDuty administrator account.

pub fn archive_findings<'life0, 'async_trait>(
    &'life0 self,
    input: ArchiveFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<ArchiveFindingsResponse, RusotoError<ArchiveFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Archives GuardDuty findings that are specified by the list of finding IDs.

Only the administrator account can archive findings. Member accounts don't have permission to archive findings from their accounts.

pub fn create_detector<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDetectorRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDetectorResponse, RusotoError<CreateDetectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default.

pub fn create_filter<'life0, 'async_trait>(
    &'life0 self,
    input: CreateFilterRequest
) -> Pin<Box<dyn Future<Output = Result<CreateFilterResponse, RusotoError<CreateFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a filter using the specified finding criteria.

pub fn create_ip_set<'life0, 'async_trait>(
    &'life0 self,
    input: CreateIPSetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateIPSetResponse, RusotoError<CreateIPSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with AWS infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.

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 member accounts of the current AWS account by specifying a list of AWS account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization.

When using Create Members as an organizations delegated administrator this action will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account, which must enable GuardDuty prior to being added as a member.

If you are adding accounts by invitation use this action after GuardDuty has been enabled in potential member accounts and before using Invite Members .

pub fn create_publishing_destination<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePublishingDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePublishingDestinationResponse, RusotoError<CreatePublishingDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a publishing destination to export findings to. The resource to export findings to must exist before you use this operation.

pub fn create_sample_findings<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSampleFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSampleFindingsResponse, RusotoError<CreateSampleFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Generates example findings of types specified by the list of finding types. If 'NULL' is specified for findingTypes, the API generates example findings of all supported finding types.

pub fn create_threat_intel_set<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThreatIntelSetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThreatIntelSetResponse, RusotoError<CreateThreatIntelSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can use this 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 sent to the current member account by AWS accounts specified by their account IDs.

pub fn delete_detector<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDetectorRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDetectorResponse, RusotoError<DeleteDetectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an Amazon GuardDuty detector that is specified by the detector ID.

pub fn delete_filter<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFilterRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteFilterResponse, RusotoError<DeleteFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the filter specified by the filter name.

pub fn delete_ip_set<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteIPSetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteIPSetResponse, RusotoError<DeleteIPSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the IPSet specified by the ipSetId. IPSets are called trusted IP lists in the console user interface.

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 sent to the current member account by AWS accounts specified by their account IDs.

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 GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.

pub fn delete_publishing_destination<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePublishingDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<DeletePublishingDestinationResponse, RusotoError<DeletePublishingDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the publishing definition with the specified destinationId.

pub fn delete_threat_intel_set<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThreatIntelSetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThreatIntelSetResponse, RusotoError<DeleteThreatIntelSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.

pub fn describe_organization_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeOrganizationConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeOrganizationConfigurationResponse, RusotoError<DescribeOrganizationConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the account selected as the delegated administrator for GuardDuty.

pub fn describe_publishing_destination<'life0, 'async_trait>(
    &'life0 self,
    input: DescribePublishingDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribePublishingDestinationResponse, RusotoError<DescribePublishingDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the publishing destination specified by the provided destinationId.

pub fn disable_organization_admin_account<'life0, 'async_trait>(
    &'life0 self,
    input: DisableOrganizationAdminAccountRequest
) -> Pin<Box<dyn Future<Output = Result<DisableOrganizationAdminAccountResponse, RusotoError<DisableOrganizationAdminAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disables an AWS account within the Organization as the GuardDuty delegated administrator.

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

Disassociates the current GuardDuty member account from its administrator 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 GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.

pub fn enable_organization_admin_account<'life0, 'async_trait>(
    &'life0 self,
    input: EnableOrganizationAdminAccountRequest
) -> Pin<Box<dyn Future<Output = Result<EnableOrganizationAdminAccountResponse, RusotoError<EnableOrganizationAdminAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables an AWS account within the organization as the GuardDuty delegated administrator.

pub fn get_detector<'life0, 'async_trait>(
    &'life0 self,
    input: GetDetectorRequest
) -> Pin<Box<dyn Future<Output = Result<GetDetectorResponse, RusotoError<GetDetectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves an Amazon GuardDuty detector specified by the detectorId.

pub fn get_filter<'life0, 'async_trait>(
    &'life0 self,
    input: GetFilterRequest
) -> Pin<Box<dyn Future<Output = Result<GetFilterResponse, RusotoError<GetFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the details of the filter specified by the filter name.

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]

Describes Amazon GuardDuty findings specified by finding IDs.

pub fn get_findings_statistics<'life0, 'async_trait>(
    &'life0 self,
    input: GetFindingsStatisticsRequest
) -> Pin<Box<dyn Future<Output = Result<GetFindingsStatisticsResponse, RusotoError<GetFindingsStatisticsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists Amazon GuardDuty findings statistics for the specified detector ID.

pub fn get_ip_set<'life0, 'async_trait>(
    &'life0 self,
    input: GetIPSetRequest
) -> Pin<Box<dyn Future<Output = Result<GetIPSetResponse, RusotoError<GetIPSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the IPSet specified by the ipSetId.

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 GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.

pub fn get_master_account<'life0, 'async_trait>(
    &'life0 self,
    input: GetMasterAccountRequest
) -> 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 GuardDuty administrator account associated with the current GuardDuty member account.

pub fn get_member_detectors<'life0, 'async_trait>(
    &'life0 self,
    input: GetMemberDetectorsRequest
) -> Pin<Box<dyn Future<Output = Result<GetMemberDetectorsResponse, RusotoError<GetMemberDetectorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes which data sources are enabled for the member account's detector.

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]

Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.

pub fn get_threat_intel_set<'life0, 'async_trait>(
    &'life0 self,
    input: GetThreatIntelSetRequest
) -> Pin<Box<dyn Future<Output = Result<GetThreatIntelSetResponse, RusotoError<GetThreatIntelSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.

pub fn get_usage_statistics<'life0, 'async_trait>(
    &'life0 self,
    input: GetUsageStatisticsRequest
) -> Pin<Box<dyn Future<Output = Result<GetUsageStatisticsResponse, RusotoError<GetUsageStatisticsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days, this may differ from the cost metrics in the console, which projects usage over 30 days to provide a monthly cost estimate. For more information see Understanding How Usage Costs are Calculated.

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 (created as members of the current AWS account by CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these accounts' findings on their behalf as the GuardDuty administrator account.

pub fn list_detectors<'life0, 'async_trait>(
    &'life0 self,
    input: ListDetectorsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDetectorsResponse, RusotoError<ListDetectorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists detectorIds of all the existing Amazon GuardDuty detector resources.

pub fn list_filters<'life0, 'async_trait>(
    &'life0 self,
    input: ListFiltersRequest
) -> Pin<Box<dyn Future<Output = Result<ListFiltersResponse, RusotoError<ListFiltersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a paginated list of the current filters.

pub fn list_findings<'life0, 'async_trait>(
    &'life0 self,
    input: ListFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListFindingsResponse, RusotoError<ListFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists Amazon GuardDuty findings for the specified detector ID.

pub fn list_ip_sets<'life0, 'async_trait>(
    &'life0 self,
    input: ListIPSetsRequest
) -> Pin<Box<dyn Future<Output = Result<ListIPSetsResponse, RusotoError<ListIPSetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the IPSets returned are the IPSets from the associated administrator account.

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 GuardDuty 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 GuardDuty administrator account.

pub fn list_organization_admin_accounts<'life0, 'async_trait>(
    &'life0 self,
    input: ListOrganizationAdminAccountsRequest
) -> Pin<Box<dyn Future<Output = Result<ListOrganizationAdminAccountsResponse, RusotoError<ListOrganizationAdminAccountsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the accounts configured as GuardDuty delegated administrators.

pub fn list_publishing_destinations<'life0, 'async_trait>(
    &'life0 self,
    input: ListPublishingDestinationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListPublishingDestinationsResponse, RusotoError<ListPublishingDestinationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of publishing destinations associated with the specified dectectorId.

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]

Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.

pub fn list_threat_intel_sets<'life0, 'async_trait>(
    &'life0 self,
    input: ListThreatIntelSetsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThreatIntelSetsResponse, RusotoError<ListThreatIntelSetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the ThreatIntelSets associated with the administrator account are returned.

pub fn start_monitoring_members<'life0, 'async_trait>(
    &'life0 self,
    input: StartMonitoringMembersRequest
) -> Pin<Box<dyn Future<Output = Result<StartMonitoringMembersResponse, RusotoError<StartMonitoringMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Turns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of accounts that you stopped monitoring with the StopMonitoringMembers operation.

pub fn stop_monitoring_members<'life0, 'async_trait>(
    &'life0 self,
    input: StopMonitoringMembersRequest
) -> Pin<Box<dyn Future<Output = Result<StopMonitoringMembersResponse, RusotoError<StopMonitoringMembersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops GuardDuty monitoring for the specified member accounts. Use the StartMonitoringMembers operation to restart monitoring for those accounts.

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 tags to a resource.

pub fn unarchive_findings<'life0, 'async_trait>(
    &'life0 self,
    input: UnarchiveFindingsRequest
) -> Pin<Box<dyn Future<Output = Result<UnarchiveFindingsResponse, RusotoError<UnarchiveFindingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Unarchives GuardDuty findings specified by the findingIds.

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 tags from a resource.

pub fn update_detector<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDetectorRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDetectorResponse, RusotoError<UpdateDetectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the Amazon GuardDuty detector specified by the detectorId.

pub fn update_filter<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateFilterRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateFilterResponse, RusotoError<UpdateFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the filter specified by the filter name.

pub fn update_findings_feedback<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateFindingsFeedbackRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateFindingsFeedbackResponse, RusotoError<UpdateFindingsFeedbackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Marks the specified GuardDuty findings as useful or not useful.

pub fn update_ip_set<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateIPSetRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateIPSetResponse, RusotoError<UpdateIPSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the IPSet specified by the IPSet ID.

pub fn update_member_detectors<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMemberDetectorsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateMemberDetectorsResponse, RusotoError<UpdateMemberDetectorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Contains information on member accounts to be updated.

pub fn update_organization_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateOrganizationConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateOrganizationConfigurationResponse, RusotoError<UpdateOrganizationConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the delegated administrator account with the values provided.

pub fn update_publishing_destination<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePublishingDestinationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdatePublishingDestinationResponse, RusotoError<UpdatePublishingDestinationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates information about the publishing destination specified by the destinationId.

pub fn update_threat_intel_set<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThreatIntelSetRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThreatIntelSetResponse, RusotoError<UpdateThreatIntelSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the ThreatIntelSet specified by the ThreatIntelSet ID.

Loading content...