[][src]Struct rusoto_guardduty::GuardDutyClient

pub struct GuardDutyClient { /* fields omitted */ }

A client for the Amazon GuardDuty API.

Methods

impl GuardDutyClient[src]

pub fn new(region: Region) -> GuardDutyClient[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

pub fn new_with<P, D>(
    request_dispatcher: D,
    credentials_provider: P,
    region: Region
) -> GuardDutyClient where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    P::Future: Send,
    D: DispatchSignedRequest + Send + Sync + 'static,
    D::Future: Send
[src]

Trait Implementations

impl GuardDuty for GuardDutyClient[src]

fn accept_invitation(
    &self,
    input: AcceptInvitationRequest
) -> RusotoFuture<AcceptInvitationResponse, AcceptInvitationError>
[src]

Accepts the invitation to be monitored by a master GuardDuty account.

fn archive_findings(
    &self,
    input: ArchiveFindingsRequest
) -> RusotoFuture<ArchiveFindingsResponse, ArchiveFindingsError>
[src]

Archives Amazon GuardDuty findings specified by the list of finding IDs.

fn create_detector(
    &self,
    input: CreateDetectorRequest
) -> RusotoFuture<CreateDetectorResponse, CreateDetectorError>
[src]

Creates a single Amazon GuardDuty detector. A detector is an object that represents the GuardDuty service. A detector must be created in order for GuardDuty to become operational.

fn create_filter(
    &self,
    input: CreateFilterRequest
) -> RusotoFuture<CreateFilterResponse, CreateFilterError>
[src]

Creates a filter using the specified finding criteria.

fn create_ip_set(
    &self,
    input: CreateIPSetRequest
) -> RusotoFuture<CreateIPSetResponse, CreateIPSetError>
[src]

Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS infrastructure and applications.

fn create_members(
    &self,
    input: CreateMembersRequest
) -> RusotoFuture<CreateMembersResponse, CreateMembersError>
[src]

Creates member accounts of the current AWS account by specifying a list of AWS account IDs. The current AWS account can then invite these members to manage GuardDuty in their accounts.

fn create_sample_findings(
    &self,
    input: CreateSampleFindingsRequest
) -> RusotoFuture<CreateSampleFindingsResponse, CreateSampleFindingsError>
[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.

fn create_threat_intel_set(
    &self,
    input: CreateThreatIntelSetRequest
) -> RusotoFuture<CreateThreatIntelSetResponse, CreateThreatIntelSetError>
[src]

Create a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets.

fn decline_invitations(
    &self,
    input: DeclineInvitationsRequest
) -> RusotoFuture<DeclineInvitationsResponse, DeclineInvitationsError>
[src]

Declines invitations sent to the current member account by AWS account specified by their account IDs.

fn delete_detector(
    &self,
    input: DeleteDetectorRequest
) -> RusotoFuture<DeleteDetectorResponse, DeleteDetectorError>
[src]

Deletes a Amazon GuardDuty detector specified by the detector ID.

fn delete_filter(
    &self,
    input: DeleteFilterRequest
) -> RusotoFuture<DeleteFilterResponse, DeleteFilterError>
[src]

Deletes the filter specified by the filter name.

fn delete_ip_set(
    &self,
    input: DeleteIPSetRequest
) -> RusotoFuture<DeleteIPSetResponse, DeleteIPSetError>
[src]

Deletes the IPSet specified by the IPSet ID.

fn delete_invitations(
    &self,
    input: DeleteInvitationsRequest
) -> RusotoFuture<DeleteInvitationsResponse, DeleteInvitationsError>
[src]

Deletes invitations sent to the current member account by AWS accounts specified by their account IDs.

fn delete_members(
    &self,
    input: DeleteMembersRequest
) -> RusotoFuture<DeleteMembersResponse, DeleteMembersError>
[src]

Deletes GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.

fn delete_threat_intel_set(
    &self,
    input: DeleteThreatIntelSetRequest
) -> RusotoFuture<DeleteThreatIntelSetResponse, DeleteThreatIntelSetError>
[src]

Deletes ThreatIntelSet specified by the ThreatIntelSet ID.

fn disassociate_from_master_account(
    &self,
    input: DisassociateFromMasterAccountRequest
) -> RusotoFuture<DisassociateFromMasterAccountResponse, DisassociateFromMasterAccountError>
[src]

Disassociates the current GuardDuty member account from its master account.

fn disassociate_members(
    &self,
    input: DisassociateMembersRequest
) -> RusotoFuture<DisassociateMembersResponse, DisassociateMembersError>
[src]

Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.

fn get_detector(
    &self,
    input: GetDetectorRequest
) -> RusotoFuture<GetDetectorResponse, GetDetectorError>
[src]

Retrieves an Amazon GuardDuty detector specified by the detectorId.

fn get_filter(
    &self,
    input: GetFilterRequest
) -> RusotoFuture<GetFilterResponse, GetFilterError>
[src]

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

fn get_findings(
    &self,
    input: GetFindingsRequest
) -> RusotoFuture<GetFindingsResponse, GetFindingsError>
[src]

Describes Amazon GuardDuty findings specified by finding IDs.

fn get_findings_statistics(
    &self,
    input: GetFindingsStatisticsRequest
) -> RusotoFuture<GetFindingsStatisticsResponse, GetFindingsStatisticsError>
[src]

Lists Amazon GuardDuty findings' statistics for the specified detector ID.

fn get_ip_set(
    &self,
    input: GetIPSetRequest
) -> RusotoFuture<GetIPSetResponse, GetIPSetError>
[src]

Retrieves the IPSet specified by the IPSet ID.

fn get_invitations_count(
    &self
) -> RusotoFuture<GetInvitationsCountResponse, GetInvitationsCountError>
[src]

Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation.

fn get_master_account(
    &self,
    input: GetMasterAccountRequest
) -> RusotoFuture<GetMasterAccountResponse, GetMasterAccountError>
[src]

Provides the details for the GuardDuty master account to the current GuardDuty member account.

fn get_members(
    &self,
    input: GetMembersRequest
) -> RusotoFuture<GetMembersResponse, GetMembersError>
[src]

Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.

fn get_threat_intel_set(
    &self,
    input: GetThreatIntelSetRequest
) -> RusotoFuture<GetThreatIntelSetResponse, GetThreatIntelSetError>
[src]

Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.

fn invite_members(
    &self,
    input: InviteMembersRequest
) -> RusotoFuture<InviteMembersResponse, InviteMembersError>
[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' GuardDuty findings on their behalf as the master account.

fn list_detectors(
    &self,
    input: ListDetectorsRequest
) -> RusotoFuture<ListDetectorsResponse, ListDetectorsError>
[src]

Lists detectorIds of all the existing Amazon GuardDuty detector resources.

fn list_filters(
    &self,
    input: ListFiltersRequest
) -> RusotoFuture<ListFiltersResponse, ListFiltersError>
[src]

Returns a paginated list of the current filters.

fn list_findings(
    &self,
    input: ListFindingsRequest
) -> RusotoFuture<ListFindingsResponse, ListFindingsError>
[src]

Lists Amazon GuardDuty findings for the specified detector ID.

fn list_ip_sets(
    &self,
    input: ListIPSetsRequest
) -> RusotoFuture<ListIPSetsResponse, ListIPSetsError>
[src]

Lists the IPSets of the GuardDuty service specified by the detector ID.

fn list_invitations(
    &self,
    input: ListInvitationsRequest
) -> RusotoFuture<ListInvitationsResponse, ListInvitationsError>
[src]

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

fn list_members(
    &self,
    input: ListMembersRequest
) -> RusotoFuture<ListMembersResponse, ListMembersError>
[src]

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

fn list_threat_intel_sets(
    &self,
    input: ListThreatIntelSetsRequest
) -> RusotoFuture<ListThreatIntelSetsResponse, ListThreatIntelSetsError>
[src]

Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.

fn start_monitoring_members(
    &self,
    input: StartMonitoringMembersRequest
) -> RusotoFuture<StartMonitoringMembersResponse, StartMonitoringMembersError>
[src]

Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs. A master GuardDuty account can run this command after disabling GuardDuty from monitoring these members' findings by running StopMonitoringMembers.

fn stop_monitoring_members(
    &self,
    input: StopMonitoringMembersRequest
) -> RusotoFuture<StopMonitoringMembersResponse, StopMonitoringMembersError>
[src]

Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs. After running this command, a master GuardDuty account can run StartMonitoringMembers to re-enable GuardDuty to monitor these members’ findings.

fn unarchive_findings(
    &self,
    input: UnarchiveFindingsRequest
) -> RusotoFuture<UnarchiveFindingsResponse, UnarchiveFindingsError>
[src]

Unarchives Amazon GuardDuty findings specified by the list of finding IDs.

fn update_detector(
    &self,
    input: UpdateDetectorRequest
) -> RusotoFuture<UpdateDetectorResponse, UpdateDetectorError>
[src]

Updates an Amazon GuardDuty detector specified by the detectorId.

fn update_filter(
    &self,
    input: UpdateFilterRequest
) -> RusotoFuture<UpdateFilterResponse, UpdateFilterError>
[src]

Updates the filter specified by the filter name.

fn update_findings_feedback(
    &self,
    input: UpdateFindingsFeedbackRequest
) -> RusotoFuture<UpdateFindingsFeedbackResponse, UpdateFindingsFeedbackError>
[src]

Marks specified Amazon GuardDuty findings as useful or not useful.

fn update_ip_set(
    &self,
    input: UpdateIPSetRequest
) -> RusotoFuture<UpdateIPSetResponse, UpdateIPSetError>
[src]

Updates the IPSet specified by the IPSet ID.

fn update_threat_intel_set(
    &self,
    input: UpdateThreatIntelSetRequest
) -> RusotoFuture<UpdateThreatIntelSetResponse, UpdateThreatIntelSetError>
[src]

Updates the ThreatIntelSet specified by ThreatIntelSet ID.

impl Clone for GuardDutyClient[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same<T> for T

type Output = T

Should always be Self