Versions in this module Expand all Collapse all v1 v1.13.9 Mar 6, 2018 Changes in this version + const DetectorStatusDisabled + const DetectorStatusEnabled + const EndpointsID + const ErrCodeBadRequestException + const ErrCodeInternalServerErrorException + const FeedbackNotUseful + const FeedbackUseful + const FindingStatisticTypeCountBySeverity + const IpSetFormatAlienVault + const IpSetFormatFireEye + const IpSetFormatOtxCsv + const IpSetFormatProofPoint + const IpSetFormatStix + const IpSetFormatTxt + const IpSetStatusActivating + const IpSetStatusActive + const IpSetStatusDeactivating + const IpSetStatusDeletePending + const IpSetStatusDeleted + const IpSetStatusError + const IpSetStatusInactive + const OrderByAsc + const OrderByDesc + const ServiceName + const ThreatIntelSetFormatAlienVault + const ThreatIntelSetFormatFireEye + const ThreatIntelSetFormatOtxCsv + const ThreatIntelSetFormatProofPoint + const ThreatIntelSetFormatStix + const ThreatIntelSetFormatTxt + const ThreatIntelSetStatusActivating + const ThreatIntelSetStatusActive + const ThreatIntelSetStatusDeactivating + const ThreatIntelSetStatusDeletePending + const ThreatIntelSetStatusDeleted + const ThreatIntelSetStatusError + const ThreatIntelSetStatusInactive + type AcceptInvitationInput struct + DetectorId *string + InvitationId *string + MasterId *string + func (s *AcceptInvitationInput) SetDetectorId(v string) *AcceptInvitationInput + func (s *AcceptInvitationInput) SetInvitationId(v string) *AcceptInvitationInput + func (s *AcceptInvitationInput) SetMasterId(v string) *AcceptInvitationInput + func (s *AcceptInvitationInput) Validate() error + func (s AcceptInvitationInput) GoString() string + func (s AcceptInvitationInput) String() string + type AcceptInvitationOutput struct + func (s AcceptInvitationOutput) GoString() string + func (s AcceptInvitationOutput) String() string + type AccessKeyDetails struct + AccessKeyId *string + PrincipalId *string + UserName *string + UserType *string + func (s *AccessKeyDetails) SetAccessKeyId(v string) *AccessKeyDetails + func (s *AccessKeyDetails) SetPrincipalId(v string) *AccessKeyDetails + func (s *AccessKeyDetails) SetUserName(v string) *AccessKeyDetails + func (s *AccessKeyDetails) SetUserType(v string) *AccessKeyDetails + func (s AccessKeyDetails) GoString() string + func (s AccessKeyDetails) String() string + type AccountDetail struct + AccountId *string + Email *string + func (s *AccountDetail) SetAccountId(v string) *AccountDetail + func (s *AccountDetail) SetEmail(v string) *AccountDetail + func (s AccountDetail) GoString() string + func (s AccountDetail) String() string + type Action struct + ActionType *string + AwsApiCallAction *AwsApiCallAction + DnsRequestAction *DnsRequestAction + NetworkConnectionAction *NetworkConnectionAction + PortProbeAction *PortProbeAction + func (s *Action) SetActionType(v string) *Action + func (s *Action) SetAwsApiCallAction(v *AwsApiCallAction) *Action + func (s *Action) SetDnsRequestAction(v *DnsRequestAction) *Action + func (s *Action) SetNetworkConnectionAction(v *NetworkConnectionAction) *Action + func (s *Action) SetPortProbeAction(v *PortProbeAction) *Action + func (s Action) GoString() string + func (s Action) String() string + type ArchiveFindingsInput struct + DetectorId *string + FindingIds []*string + func (s *ArchiveFindingsInput) SetDetectorId(v string) *ArchiveFindingsInput + func (s *ArchiveFindingsInput) SetFindingIds(v []*string) *ArchiveFindingsInput + func (s *ArchiveFindingsInput) Validate() error + func (s ArchiveFindingsInput) GoString() string + func (s ArchiveFindingsInput) String() string + type ArchiveFindingsOutput struct + func (s ArchiveFindingsOutput) GoString() string + func (s ArchiveFindingsOutput) String() string + type AwsApiCallAction struct + Api *string + CallerType *string + DomainDetails *DomainDetails + RemoteIpDetails *RemoteIpDetails + ServiceName *string + func (s *AwsApiCallAction) SetApi(v string) *AwsApiCallAction + func (s *AwsApiCallAction) SetCallerType(v string) *AwsApiCallAction + func (s *AwsApiCallAction) SetDomainDetails(v *DomainDetails) *AwsApiCallAction + func (s *AwsApiCallAction) SetRemoteIpDetails(v *RemoteIpDetails) *AwsApiCallAction + func (s *AwsApiCallAction) SetServiceName(v string) *AwsApiCallAction + func (s AwsApiCallAction) GoString() string + func (s AwsApiCallAction) String() string + type City struct + CityName *string + func (s *City) SetCityName(v string) *City + func (s City) GoString() string + func (s City) String() string + type Condition struct + Eq []*string + Gt *int64 + Gte *int64 + Lt *int64 + Lte *int64 + Neq []*string + func (s *Condition) SetEq(v []*string) *Condition + func (s *Condition) SetGt(v int64) *Condition + func (s *Condition) SetGte(v int64) *Condition + func (s *Condition) SetLt(v int64) *Condition + func (s *Condition) SetLte(v int64) *Condition + func (s *Condition) SetNeq(v []*string) *Condition + func (s Condition) GoString() string + func (s Condition) String() string + type Country struct + CountryCode *string + CountryName *string + func (s *Country) SetCountryCode(v string) *Country + func (s *Country) SetCountryName(v string) *Country + func (s Country) GoString() string + func (s Country) String() string + type CreateDetectorInput struct + Enable *bool + func (s *CreateDetectorInput) SetEnable(v bool) *CreateDetectorInput + func (s CreateDetectorInput) GoString() string + func (s CreateDetectorInput) String() string + type CreateDetectorOutput struct + DetectorId *string + func (s *CreateDetectorOutput) SetDetectorId(v string) *CreateDetectorOutput + func (s CreateDetectorOutput) GoString() string + func (s CreateDetectorOutput) String() string + type CreateIPSetInput struct + Activate *bool + DetectorId *string + Format *string + Location *string + Name *string + func (s *CreateIPSetInput) SetActivate(v bool) *CreateIPSetInput + func (s *CreateIPSetInput) SetDetectorId(v string) *CreateIPSetInput + func (s *CreateIPSetInput) SetFormat(v string) *CreateIPSetInput + func (s *CreateIPSetInput) SetLocation(v string) *CreateIPSetInput + func (s *CreateIPSetInput) SetName(v string) *CreateIPSetInput + func (s *CreateIPSetInput) Validate() error + func (s CreateIPSetInput) GoString() string + func (s CreateIPSetInput) String() string + type CreateIPSetOutput struct + IpSetId *string + func (s *CreateIPSetOutput) SetIpSetId(v string) *CreateIPSetOutput + func (s CreateIPSetOutput) GoString() string + func (s CreateIPSetOutput) String() string + type CreateMembersInput struct + AccountDetails []*AccountDetail + DetectorId *string + func (s *CreateMembersInput) SetAccountDetails(v []*AccountDetail) *CreateMembersInput + func (s *CreateMembersInput) SetDetectorId(v string) *CreateMembersInput + func (s *CreateMembersInput) Validate() error + func (s CreateMembersInput) GoString() string + func (s CreateMembersInput) String() string + type CreateMembersOutput struct + UnprocessedAccounts []*UnprocessedAccount + func (s *CreateMembersOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *CreateMembersOutput + func (s CreateMembersOutput) GoString() string + func (s CreateMembersOutput) String() string + type CreateSampleFindingsInput struct + DetectorId *string + FindingTypes []*string + func (s *CreateSampleFindingsInput) SetDetectorId(v string) *CreateSampleFindingsInput + func (s *CreateSampleFindingsInput) SetFindingTypes(v []*string) *CreateSampleFindingsInput + func (s *CreateSampleFindingsInput) Validate() error + func (s CreateSampleFindingsInput) GoString() string + func (s CreateSampleFindingsInput) String() string + type CreateSampleFindingsOutput struct + func (s CreateSampleFindingsOutput) GoString() string + func (s CreateSampleFindingsOutput) String() string + type CreateThreatIntelSetInput struct + Activate *bool + DetectorId *string + Format *string + Location *string + Name *string + func (s *CreateThreatIntelSetInput) SetActivate(v bool) *CreateThreatIntelSetInput + func (s *CreateThreatIntelSetInput) SetDetectorId(v string) *CreateThreatIntelSetInput + func (s *CreateThreatIntelSetInput) SetFormat(v string) *CreateThreatIntelSetInput + func (s *CreateThreatIntelSetInput) SetLocation(v string) *CreateThreatIntelSetInput + func (s *CreateThreatIntelSetInput) SetName(v string) *CreateThreatIntelSetInput + func (s *CreateThreatIntelSetInput) Validate() error + func (s CreateThreatIntelSetInput) GoString() string + func (s CreateThreatIntelSetInput) String() string + type CreateThreatIntelSetOutput struct + ThreatIntelSetId *string + func (s *CreateThreatIntelSetOutput) SetThreatIntelSetId(v string) *CreateThreatIntelSetOutput + func (s CreateThreatIntelSetOutput) GoString() string + func (s CreateThreatIntelSetOutput) String() string + type DeclineInvitationsInput struct + AccountIds []*string + func (s *DeclineInvitationsInput) SetAccountIds(v []*string) *DeclineInvitationsInput + func (s DeclineInvitationsInput) GoString() string + func (s DeclineInvitationsInput) String() string + type DeclineInvitationsOutput struct + UnprocessedAccounts []*UnprocessedAccount + func (s *DeclineInvitationsOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *DeclineInvitationsOutput + func (s DeclineInvitationsOutput) GoString() string + func (s DeclineInvitationsOutput) String() string + type DeleteDetectorInput struct + DetectorId *string + func (s *DeleteDetectorInput) SetDetectorId(v string) *DeleteDetectorInput + func (s *DeleteDetectorInput) Validate() error + func (s DeleteDetectorInput) GoString() string + func (s DeleteDetectorInput) String() string + type DeleteDetectorOutput struct + func (s DeleteDetectorOutput) GoString() string + func (s DeleteDetectorOutput) String() string + type DeleteIPSetInput struct + DetectorId *string + IpSetId *string + func (s *DeleteIPSetInput) SetDetectorId(v string) *DeleteIPSetInput + func (s *DeleteIPSetInput) SetIpSetId(v string) *DeleteIPSetInput + func (s *DeleteIPSetInput) Validate() error + func (s DeleteIPSetInput) GoString() string + func (s DeleteIPSetInput) String() string + type DeleteIPSetOutput struct + func (s DeleteIPSetOutput) GoString() string + func (s DeleteIPSetOutput) String() string + type DeleteInvitationsInput struct + AccountIds []*string + func (s *DeleteInvitationsInput) SetAccountIds(v []*string) *DeleteInvitationsInput + func (s DeleteInvitationsInput) GoString() string + func (s DeleteInvitationsInput) String() string + type DeleteInvitationsOutput struct + UnprocessedAccounts []*UnprocessedAccount + func (s *DeleteInvitationsOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *DeleteInvitationsOutput + func (s DeleteInvitationsOutput) GoString() string + func (s DeleteInvitationsOutput) String() string + type DeleteMembersInput struct + AccountIds []*string + DetectorId *string + func (s *DeleteMembersInput) SetAccountIds(v []*string) *DeleteMembersInput + func (s *DeleteMembersInput) SetDetectorId(v string) *DeleteMembersInput + func (s *DeleteMembersInput) Validate() error + func (s DeleteMembersInput) GoString() string + func (s DeleteMembersInput) String() string + type DeleteMembersOutput struct + UnprocessedAccounts []*UnprocessedAccount + func (s *DeleteMembersOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *DeleteMembersOutput + func (s DeleteMembersOutput) GoString() string + func (s DeleteMembersOutput) String() string + type DeleteThreatIntelSetInput struct + DetectorId *string + ThreatIntelSetId *string + func (s *DeleteThreatIntelSetInput) SetDetectorId(v string) *DeleteThreatIntelSetInput + func (s *DeleteThreatIntelSetInput) SetThreatIntelSetId(v string) *DeleteThreatIntelSetInput + func (s *DeleteThreatIntelSetInput) Validate() error + func (s DeleteThreatIntelSetInput) GoString() string + func (s DeleteThreatIntelSetInput) String() string + type DeleteThreatIntelSetOutput struct + func (s DeleteThreatIntelSetOutput) GoString() string + func (s DeleteThreatIntelSetOutput) String() string + type DisassociateFromMasterAccountInput struct + DetectorId *string + func (s *DisassociateFromMasterAccountInput) SetDetectorId(v string) *DisassociateFromMasterAccountInput + func (s *DisassociateFromMasterAccountInput) Validate() error + func (s DisassociateFromMasterAccountInput) GoString() string + func (s DisassociateFromMasterAccountInput) String() string + type DisassociateFromMasterAccountOutput struct + func (s DisassociateFromMasterAccountOutput) GoString() string + func (s DisassociateFromMasterAccountOutput) String() string + type DisassociateMembersInput struct + AccountIds []*string + DetectorId *string + func (s *DisassociateMembersInput) SetAccountIds(v []*string) *DisassociateMembersInput + func (s *DisassociateMembersInput) SetDetectorId(v string) *DisassociateMembersInput + func (s *DisassociateMembersInput) Validate() error + func (s DisassociateMembersInput) GoString() string + func (s DisassociateMembersInput) String() string + type DisassociateMembersOutput struct + UnprocessedAccounts []*UnprocessedAccount + func (s *DisassociateMembersOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *DisassociateMembersOutput + func (s DisassociateMembersOutput) GoString() string + func (s DisassociateMembersOutput) String() string + type DnsRequestAction struct + Domain *string + func (s *DnsRequestAction) SetDomain(v string) *DnsRequestAction + func (s DnsRequestAction) GoString() string + func (s DnsRequestAction) String() string + type DomainDetails struct + func (s DomainDetails) GoString() string + func (s DomainDetails) String() string + type Finding struct + AccountId *string + Arn *string + Confidence *float64 + CreatedAt *string + Description *string + Id *string + Partition *string + Region *string + Resource *Resource + SchemaVersion *string + Service *Service + Severity *float64 + Title *string + Type *string + UpdatedAt *string + func (s *Finding) SetAccountId(v string) *Finding + func (s *Finding) SetArn(v string) *Finding + func (s *Finding) SetConfidence(v float64) *Finding + func (s *Finding) SetCreatedAt(v string) *Finding + func (s *Finding) SetDescription(v string) *Finding + func (s *Finding) SetId(v string) *Finding + func (s *Finding) SetPartition(v string) *Finding + func (s *Finding) SetRegion(v string) *Finding + func (s *Finding) SetResource(v *Resource) *Finding + func (s *Finding) SetSchemaVersion(v string) *Finding + func (s *Finding) SetService(v *Service) *Finding + func (s *Finding) SetSeverity(v float64) *Finding + func (s *Finding) SetTitle(v string) *Finding + func (s *Finding) SetType(v string) *Finding + func (s *Finding) SetUpdatedAt(v string) *Finding + func (s Finding) GoString() string + func (s Finding) String() string + type FindingCriteria struct + Criterion map[string]*Condition + func (s *FindingCriteria) SetCriterion(v map[string]*Condition) *FindingCriteria + func (s FindingCriteria) GoString() string + func (s FindingCriteria) String() string + type FindingStatistics struct + CountBySeverity map[string]*int64 + func (s *FindingStatistics) SetCountBySeverity(v map[string]*int64) *FindingStatistics + func (s FindingStatistics) GoString() string + func (s FindingStatistics) String() string + type GeoLocation struct + Lat *float64 + Lon *float64 + func (s *GeoLocation) SetLat(v float64) *GeoLocation + func (s *GeoLocation) SetLon(v float64) *GeoLocation + func (s GeoLocation) GoString() string + func (s GeoLocation) String() string + type GetDetectorInput struct + DetectorId *string + func (s *GetDetectorInput) SetDetectorId(v string) *GetDetectorInput + func (s *GetDetectorInput) Validate() error + func (s GetDetectorInput) GoString() string + func (s GetDetectorInput) String() string + type GetDetectorOutput struct + CreatedAt *string + ServiceRole *string + Status *string + UpdatedAt *string + func (s *GetDetectorOutput) SetCreatedAt(v string) *GetDetectorOutput + func (s *GetDetectorOutput) SetServiceRole(v string) *GetDetectorOutput + func (s *GetDetectorOutput) SetStatus(v string) *GetDetectorOutput + func (s *GetDetectorOutput) SetUpdatedAt(v string) *GetDetectorOutput + func (s GetDetectorOutput) GoString() string + func (s GetDetectorOutput) String() string + type GetFindingsInput struct + DetectorId *string + FindingIds []*string + SortCriteria *SortCriteria + func (s *GetFindingsInput) SetDetectorId(v string) *GetFindingsInput + func (s *GetFindingsInput) SetFindingIds(v []*string) *GetFindingsInput + func (s *GetFindingsInput) SetSortCriteria(v *SortCriteria) *GetFindingsInput + func (s *GetFindingsInput) Validate() error + func (s GetFindingsInput) GoString() string + func (s GetFindingsInput) String() string + type GetFindingsOutput struct + Findings []*Finding + func (s *GetFindingsOutput) SetFindings(v []*Finding) *GetFindingsOutput + func (s GetFindingsOutput) GoString() string + func (s GetFindingsOutput) String() string + type GetFindingsStatisticsInput struct + DetectorId *string + FindingCriteria *FindingCriteria + FindingStatisticTypes []*string + func (s *GetFindingsStatisticsInput) SetDetectorId(v string) *GetFindingsStatisticsInput + func (s *GetFindingsStatisticsInput) SetFindingCriteria(v *FindingCriteria) *GetFindingsStatisticsInput + func (s *GetFindingsStatisticsInput) SetFindingStatisticTypes(v []*string) *GetFindingsStatisticsInput + func (s *GetFindingsStatisticsInput) Validate() error + func (s GetFindingsStatisticsInput) GoString() string + func (s GetFindingsStatisticsInput) String() string + type GetFindingsStatisticsOutput struct + FindingStatistics *FindingStatistics + func (s *GetFindingsStatisticsOutput) SetFindingStatistics(v *FindingStatistics) *GetFindingsStatisticsOutput + func (s GetFindingsStatisticsOutput) GoString() string + func (s GetFindingsStatisticsOutput) String() string + type GetIPSetInput struct + DetectorId *string + IpSetId *string + func (s *GetIPSetInput) SetDetectorId(v string) *GetIPSetInput + func (s *GetIPSetInput) SetIpSetId(v string) *GetIPSetInput + func (s *GetIPSetInput) Validate() error + func (s GetIPSetInput) GoString() string + func (s GetIPSetInput) String() string + type GetIPSetOutput struct + Format *string + Location *string + Name *string + Status *string + func (s *GetIPSetOutput) SetFormat(v string) *GetIPSetOutput + func (s *GetIPSetOutput) SetLocation(v string) *GetIPSetOutput + func (s *GetIPSetOutput) SetName(v string) *GetIPSetOutput + func (s *GetIPSetOutput) SetStatus(v string) *GetIPSetOutput + func (s GetIPSetOutput) GoString() string + func (s GetIPSetOutput) String() string + type GetInvitationsCountInput struct + func (s GetInvitationsCountInput) GoString() string + func (s GetInvitationsCountInput) String() string + type GetInvitationsCountOutput struct + InvitationsCount *int64 + func (s *GetInvitationsCountOutput) SetInvitationsCount(v int64) *GetInvitationsCountOutput + func (s GetInvitationsCountOutput) GoString() string + func (s GetInvitationsCountOutput) String() string + type GetMasterAccountInput struct + DetectorId *string + func (s *GetMasterAccountInput) SetDetectorId(v string) *GetMasterAccountInput + func (s *GetMasterAccountInput) Validate() error + func (s GetMasterAccountInput) GoString() string + func (s GetMasterAccountInput) String() string + type GetMasterAccountOutput struct + Master *Master + func (s *GetMasterAccountOutput) SetMaster(v *Master) *GetMasterAccountOutput + func (s GetMasterAccountOutput) GoString() string + func (s GetMasterAccountOutput) String() string + type GetMembersInput struct + AccountIds []*string + DetectorId *string + func (s *GetMembersInput) SetAccountIds(v []*string) *GetMembersInput + func (s *GetMembersInput) SetDetectorId(v string) *GetMembersInput + func (s *GetMembersInput) Validate() error + func (s GetMembersInput) GoString() string + func (s GetMembersInput) String() string + type GetMembersOutput struct + Members []*Member + UnprocessedAccounts []*UnprocessedAccount + func (s *GetMembersOutput) SetMembers(v []*Member) *GetMembersOutput + func (s *GetMembersOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *GetMembersOutput + func (s GetMembersOutput) GoString() string + func (s GetMembersOutput) String() string + type GetThreatIntelSetInput struct + DetectorId *string + ThreatIntelSetId *string + func (s *GetThreatIntelSetInput) SetDetectorId(v string) *GetThreatIntelSetInput + func (s *GetThreatIntelSetInput) SetThreatIntelSetId(v string) *GetThreatIntelSetInput + func (s *GetThreatIntelSetInput) Validate() error + func (s GetThreatIntelSetInput) GoString() string + func (s GetThreatIntelSetInput) String() string + type GetThreatIntelSetOutput struct + Format *string + Location *string + Name *string + Status *string + func (s *GetThreatIntelSetOutput) SetFormat(v string) *GetThreatIntelSetOutput + func (s *GetThreatIntelSetOutput) SetLocation(v string) *GetThreatIntelSetOutput + func (s *GetThreatIntelSetOutput) SetName(v string) *GetThreatIntelSetOutput + func (s *GetThreatIntelSetOutput) SetStatus(v string) *GetThreatIntelSetOutput + func (s GetThreatIntelSetOutput) GoString() string + func (s GetThreatIntelSetOutput) String() string + type GuardDuty struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *GuardDuty + func (c *GuardDuty) AcceptInvitation(input *AcceptInvitationInput) (*AcceptInvitationOutput, error) + func (c *GuardDuty) AcceptInvitationRequest(input *AcceptInvitationInput) (req *request.Request, output *AcceptInvitationOutput) + func (c *GuardDuty) AcceptInvitationWithContext(ctx aws.Context, input *AcceptInvitationInput, opts ...request.Option) (*AcceptInvitationOutput, error) + func (c *GuardDuty) ArchiveFindings(input *ArchiveFindingsInput) (*ArchiveFindingsOutput, error) + func (c *GuardDuty) ArchiveFindingsRequest(input *ArchiveFindingsInput) (req *request.Request, output *ArchiveFindingsOutput) + func (c *GuardDuty) ArchiveFindingsWithContext(ctx aws.Context, input *ArchiveFindingsInput, opts ...request.Option) (*ArchiveFindingsOutput, error) + func (c *GuardDuty) CreateDetector(input *CreateDetectorInput) (*CreateDetectorOutput, error) + func (c *GuardDuty) CreateDetectorRequest(input *CreateDetectorInput) (req *request.Request, output *CreateDetectorOutput) + func (c *GuardDuty) CreateDetectorWithContext(ctx aws.Context, input *CreateDetectorInput, opts ...request.Option) (*CreateDetectorOutput, error) + func (c *GuardDuty) CreateIPSet(input *CreateIPSetInput) (*CreateIPSetOutput, error) + func (c *GuardDuty) CreateIPSetRequest(input *CreateIPSetInput) (req *request.Request, output *CreateIPSetOutput) + func (c *GuardDuty) CreateIPSetWithContext(ctx aws.Context, input *CreateIPSetInput, opts ...request.Option) (*CreateIPSetOutput, error) + func (c *GuardDuty) CreateMembers(input *CreateMembersInput) (*CreateMembersOutput, error) + func (c *GuardDuty) CreateMembersRequest(input *CreateMembersInput) (req *request.Request, output *CreateMembersOutput) + func (c *GuardDuty) CreateMembersWithContext(ctx aws.Context, input *CreateMembersInput, opts ...request.Option) (*CreateMembersOutput, error) + func (c *GuardDuty) CreateSampleFindings(input *CreateSampleFindingsInput) (*CreateSampleFindingsOutput, error) + func (c *GuardDuty) CreateSampleFindingsRequest(input *CreateSampleFindingsInput) (req *request.Request, output *CreateSampleFindingsOutput) + func (c *GuardDuty) CreateSampleFindingsWithContext(ctx aws.Context, input *CreateSampleFindingsInput, opts ...request.Option) (*CreateSampleFindingsOutput, error) + func (c *GuardDuty) CreateThreatIntelSet(input *CreateThreatIntelSetInput) (*CreateThreatIntelSetOutput, error) + func (c *GuardDuty) CreateThreatIntelSetRequest(input *CreateThreatIntelSetInput) (req *request.Request, output *CreateThreatIntelSetOutput) + func (c *GuardDuty) CreateThreatIntelSetWithContext(ctx aws.Context, input *CreateThreatIntelSetInput, opts ...request.Option) (*CreateThreatIntelSetOutput, error) + func (c *GuardDuty) DeclineInvitations(input *DeclineInvitationsInput) (*DeclineInvitationsOutput, error) + func (c *GuardDuty) DeclineInvitationsRequest(input *DeclineInvitationsInput) (req *request.Request, output *DeclineInvitationsOutput) + func (c *GuardDuty) DeclineInvitationsWithContext(ctx aws.Context, input *DeclineInvitationsInput, opts ...request.Option) (*DeclineInvitationsOutput, error) + func (c *GuardDuty) DeleteDetector(input *DeleteDetectorInput) (*DeleteDetectorOutput, error) + func (c *GuardDuty) DeleteDetectorRequest(input *DeleteDetectorInput) (req *request.Request, output *DeleteDetectorOutput) + func (c *GuardDuty) DeleteDetectorWithContext(ctx aws.Context, input *DeleteDetectorInput, opts ...request.Option) (*DeleteDetectorOutput, error) + func (c *GuardDuty) DeleteIPSet(input *DeleteIPSetInput) (*DeleteIPSetOutput, error) + func (c *GuardDuty) DeleteIPSetRequest(input *DeleteIPSetInput) (req *request.Request, output *DeleteIPSetOutput) + func (c *GuardDuty) DeleteIPSetWithContext(ctx aws.Context, input *DeleteIPSetInput, opts ...request.Option) (*DeleteIPSetOutput, error) + func (c *GuardDuty) DeleteInvitations(input *DeleteInvitationsInput) (*DeleteInvitationsOutput, error) + func (c *GuardDuty) DeleteInvitationsRequest(input *DeleteInvitationsInput) (req *request.Request, output *DeleteInvitationsOutput) + func (c *GuardDuty) DeleteInvitationsWithContext(ctx aws.Context, input *DeleteInvitationsInput, opts ...request.Option) (*DeleteInvitationsOutput, error) + func (c *GuardDuty) DeleteMembers(input *DeleteMembersInput) (*DeleteMembersOutput, error) + func (c *GuardDuty) DeleteMembersRequest(input *DeleteMembersInput) (req *request.Request, output *DeleteMembersOutput) + func (c *GuardDuty) DeleteMembersWithContext(ctx aws.Context, input *DeleteMembersInput, opts ...request.Option) (*DeleteMembersOutput, error) + func (c *GuardDuty) DeleteThreatIntelSet(input *DeleteThreatIntelSetInput) (*DeleteThreatIntelSetOutput, error) + func (c *GuardDuty) DeleteThreatIntelSetRequest(input *DeleteThreatIntelSetInput) (req *request.Request, output *DeleteThreatIntelSetOutput) + func (c *GuardDuty) DeleteThreatIntelSetWithContext(ctx aws.Context, input *DeleteThreatIntelSetInput, opts ...request.Option) (*DeleteThreatIntelSetOutput, error) + func (c *GuardDuty) DisassociateFromMasterAccount(input *DisassociateFromMasterAccountInput) (*DisassociateFromMasterAccountOutput, error) + func (c *GuardDuty) DisassociateFromMasterAccountRequest(input *DisassociateFromMasterAccountInput) (req *request.Request, output *DisassociateFromMasterAccountOutput) + func (c *GuardDuty) DisassociateFromMasterAccountWithContext(ctx aws.Context, input *DisassociateFromMasterAccountInput, ...) (*DisassociateFromMasterAccountOutput, error) + func (c *GuardDuty) DisassociateMembers(input *DisassociateMembersInput) (*DisassociateMembersOutput, error) + func (c *GuardDuty) DisassociateMembersRequest(input *DisassociateMembersInput) (req *request.Request, output *DisassociateMembersOutput) + func (c *GuardDuty) DisassociateMembersWithContext(ctx aws.Context, input *DisassociateMembersInput, opts ...request.Option) (*DisassociateMembersOutput, error) + func (c *GuardDuty) GetDetector(input *GetDetectorInput) (*GetDetectorOutput, error) + func (c *GuardDuty) GetDetectorRequest(input *GetDetectorInput) (req *request.Request, output *GetDetectorOutput) + func (c *GuardDuty) GetDetectorWithContext(ctx aws.Context, input *GetDetectorInput, opts ...request.Option) (*GetDetectorOutput, error) + func (c *GuardDuty) GetFindings(input *GetFindingsInput) (*GetFindingsOutput, error) + func (c *GuardDuty) GetFindingsRequest(input *GetFindingsInput) (req *request.Request, output *GetFindingsOutput) + func (c *GuardDuty) GetFindingsStatistics(input *GetFindingsStatisticsInput) (*GetFindingsStatisticsOutput, error) + func (c *GuardDuty) GetFindingsStatisticsRequest(input *GetFindingsStatisticsInput) (req *request.Request, output *GetFindingsStatisticsOutput) + func (c *GuardDuty) GetFindingsStatisticsWithContext(ctx aws.Context, input *GetFindingsStatisticsInput, opts ...request.Option) (*GetFindingsStatisticsOutput, error) + func (c *GuardDuty) GetFindingsWithContext(ctx aws.Context, input *GetFindingsInput, opts ...request.Option) (*GetFindingsOutput, error) + func (c *GuardDuty) GetIPSet(input *GetIPSetInput) (*GetIPSetOutput, error) + func (c *GuardDuty) GetIPSetRequest(input *GetIPSetInput) (req *request.Request, output *GetIPSetOutput) + func (c *GuardDuty) GetIPSetWithContext(ctx aws.Context, input *GetIPSetInput, opts ...request.Option) (*GetIPSetOutput, error) + func (c *GuardDuty) GetInvitationsCount(input *GetInvitationsCountInput) (*GetInvitationsCountOutput, error) + func (c *GuardDuty) GetInvitationsCountRequest(input *GetInvitationsCountInput) (req *request.Request, output *GetInvitationsCountOutput) + func (c *GuardDuty) GetInvitationsCountWithContext(ctx aws.Context, input *GetInvitationsCountInput, opts ...request.Option) (*GetInvitationsCountOutput, error) + func (c *GuardDuty) GetMasterAccount(input *GetMasterAccountInput) (*GetMasterAccountOutput, error) + func (c *GuardDuty) GetMasterAccountRequest(input *GetMasterAccountInput) (req *request.Request, output *GetMasterAccountOutput) + func (c *GuardDuty) GetMasterAccountWithContext(ctx aws.Context, input *GetMasterAccountInput, opts ...request.Option) (*GetMasterAccountOutput, error) + func (c *GuardDuty) GetMembers(input *GetMembersInput) (*GetMembersOutput, error) + func (c *GuardDuty) GetMembersRequest(input *GetMembersInput) (req *request.Request, output *GetMembersOutput) + func (c *GuardDuty) GetMembersWithContext(ctx aws.Context, input *GetMembersInput, opts ...request.Option) (*GetMembersOutput, error) + func (c *GuardDuty) GetThreatIntelSet(input *GetThreatIntelSetInput) (*GetThreatIntelSetOutput, error) + func (c *GuardDuty) GetThreatIntelSetRequest(input *GetThreatIntelSetInput) (req *request.Request, output *GetThreatIntelSetOutput) + func (c *GuardDuty) GetThreatIntelSetWithContext(ctx aws.Context, input *GetThreatIntelSetInput, opts ...request.Option) (*GetThreatIntelSetOutput, error) + func (c *GuardDuty) InviteMembers(input *InviteMembersInput) (*InviteMembersOutput, error) + func (c *GuardDuty) InviteMembersRequest(input *InviteMembersInput) (req *request.Request, output *InviteMembersOutput) + func (c *GuardDuty) InviteMembersWithContext(ctx aws.Context, input *InviteMembersInput, opts ...request.Option) (*InviteMembersOutput, error) + func (c *GuardDuty) ListDetectors(input *ListDetectorsInput) (*ListDetectorsOutput, error) + func (c *GuardDuty) ListDetectorsPages(input *ListDetectorsInput, fn func(*ListDetectorsOutput, bool) bool) error + func (c *GuardDuty) ListDetectorsPagesWithContext(ctx aws.Context, input *ListDetectorsInput, ...) error + func (c *GuardDuty) ListDetectorsRequest(input *ListDetectorsInput) (req *request.Request, output *ListDetectorsOutput) + func (c *GuardDuty) ListDetectorsWithContext(ctx aws.Context, input *ListDetectorsInput, opts ...request.Option) (*ListDetectorsOutput, error) + func (c *GuardDuty) ListFindings(input *ListFindingsInput) (*ListFindingsOutput, error) + func (c *GuardDuty) ListFindingsPages(input *ListFindingsInput, fn func(*ListFindingsOutput, bool) bool) error + func (c *GuardDuty) ListFindingsPagesWithContext(ctx aws.Context, input *ListFindingsInput, ...) error + func (c *GuardDuty) ListFindingsRequest(input *ListFindingsInput) (req *request.Request, output *ListFindingsOutput) + func (c *GuardDuty) ListFindingsWithContext(ctx aws.Context, input *ListFindingsInput, opts ...request.Option) (*ListFindingsOutput, error) + func (c *GuardDuty) ListIPSets(input *ListIPSetsInput) (*ListIPSetsOutput, error) + func (c *GuardDuty) ListIPSetsPages(input *ListIPSetsInput, fn func(*ListIPSetsOutput, bool) bool) error + func (c *GuardDuty) ListIPSetsPagesWithContext(ctx aws.Context, input *ListIPSetsInput, fn func(*ListIPSetsOutput, bool) bool, ...) error + func (c *GuardDuty) ListIPSetsRequest(input *ListIPSetsInput) (req *request.Request, output *ListIPSetsOutput) + func (c *GuardDuty) ListIPSetsWithContext(ctx aws.Context, input *ListIPSetsInput, opts ...request.Option) (*ListIPSetsOutput, error) + func (c *GuardDuty) ListInvitations(input *ListInvitationsInput) (*ListInvitationsOutput, error) + func (c *GuardDuty) ListInvitationsPages(input *ListInvitationsInput, fn func(*ListInvitationsOutput, bool) bool) error + func (c *GuardDuty) ListInvitationsPagesWithContext(ctx aws.Context, input *ListInvitationsInput, ...) error + func (c *GuardDuty) ListInvitationsRequest(input *ListInvitationsInput) (req *request.Request, output *ListInvitationsOutput) + func (c *GuardDuty) ListInvitationsWithContext(ctx aws.Context, input *ListInvitationsInput, opts ...request.Option) (*ListInvitationsOutput, error) + func (c *GuardDuty) ListMembers(input *ListMembersInput) (*ListMembersOutput, error) + func (c *GuardDuty) ListMembersPages(input *ListMembersInput, fn func(*ListMembersOutput, bool) bool) error + func (c *GuardDuty) ListMembersPagesWithContext(ctx aws.Context, input *ListMembersInput, ...) error + func (c *GuardDuty) ListMembersRequest(input *ListMembersInput) (req *request.Request, output *ListMembersOutput) + func (c *GuardDuty) ListMembersWithContext(ctx aws.Context, input *ListMembersInput, opts ...request.Option) (*ListMembersOutput, error) + func (c *GuardDuty) ListThreatIntelSets(input *ListThreatIntelSetsInput) (*ListThreatIntelSetsOutput, error) + func (c *GuardDuty) ListThreatIntelSetsPages(input *ListThreatIntelSetsInput, ...) error + func (c *GuardDuty) ListThreatIntelSetsPagesWithContext(ctx aws.Context, input *ListThreatIntelSetsInput, ...) error + func (c *GuardDuty) ListThreatIntelSetsRequest(input *ListThreatIntelSetsInput) (req *request.Request, output *ListThreatIntelSetsOutput) + func (c *GuardDuty) ListThreatIntelSetsWithContext(ctx aws.Context, input *ListThreatIntelSetsInput, opts ...request.Option) (*ListThreatIntelSetsOutput, error) + func (c *GuardDuty) StartMonitoringMembers(input *StartMonitoringMembersInput) (*StartMonitoringMembersOutput, error) + func (c *GuardDuty) StartMonitoringMembersRequest(input *StartMonitoringMembersInput) (req *request.Request, output *StartMonitoringMembersOutput) + func (c *GuardDuty) StartMonitoringMembersWithContext(ctx aws.Context, input *StartMonitoringMembersInput, opts ...request.Option) (*StartMonitoringMembersOutput, error) + func (c *GuardDuty) StopMonitoringMembers(input *StopMonitoringMembersInput) (*StopMonitoringMembersOutput, error) + func (c *GuardDuty) StopMonitoringMembersRequest(input *StopMonitoringMembersInput) (req *request.Request, output *StopMonitoringMembersOutput) + func (c *GuardDuty) StopMonitoringMembersWithContext(ctx aws.Context, input *StopMonitoringMembersInput, opts ...request.Option) (*StopMonitoringMembersOutput, error) + func (c *GuardDuty) UnarchiveFindings(input *UnarchiveFindingsInput) (*UnarchiveFindingsOutput, error) + func (c *GuardDuty) UnarchiveFindingsRequest(input *UnarchiveFindingsInput) (req *request.Request, output *UnarchiveFindingsOutput) + func (c *GuardDuty) UnarchiveFindingsWithContext(ctx aws.Context, input *UnarchiveFindingsInput, opts ...request.Option) (*UnarchiveFindingsOutput, error) + func (c *GuardDuty) UpdateDetector(input *UpdateDetectorInput) (*UpdateDetectorOutput, error) + func (c *GuardDuty) UpdateDetectorRequest(input *UpdateDetectorInput) (req *request.Request, output *UpdateDetectorOutput) + func (c *GuardDuty) UpdateDetectorWithContext(ctx aws.Context, input *UpdateDetectorInput, opts ...request.Option) (*UpdateDetectorOutput, error) + func (c *GuardDuty) UpdateFindingsFeedback(input *UpdateFindingsFeedbackInput) (*UpdateFindingsFeedbackOutput, error) + func (c *GuardDuty) UpdateFindingsFeedbackRequest(input *UpdateFindingsFeedbackInput) (req *request.Request, output *UpdateFindingsFeedbackOutput) + func (c *GuardDuty) UpdateFindingsFeedbackWithContext(ctx aws.Context, input *UpdateFindingsFeedbackInput, opts ...request.Option) (*UpdateFindingsFeedbackOutput, error) + func (c *GuardDuty) UpdateIPSet(input *UpdateIPSetInput) (*UpdateIPSetOutput, error) + func (c *GuardDuty) UpdateIPSetRequest(input *UpdateIPSetInput) (req *request.Request, output *UpdateIPSetOutput) + func (c *GuardDuty) UpdateIPSetWithContext(ctx aws.Context, input *UpdateIPSetInput, opts ...request.Option) (*UpdateIPSetOutput, error) + func (c *GuardDuty) UpdateThreatIntelSet(input *UpdateThreatIntelSetInput) (*UpdateThreatIntelSetOutput, error) + func (c *GuardDuty) UpdateThreatIntelSetRequest(input *UpdateThreatIntelSetInput) (req *request.Request, output *UpdateThreatIntelSetOutput) + func (c *GuardDuty) UpdateThreatIntelSetWithContext(ctx aws.Context, input *UpdateThreatIntelSetInput, opts ...request.Option) (*UpdateThreatIntelSetOutput, error) + type IamInstanceProfile struct + Arn *string + Id *string + func (s *IamInstanceProfile) SetArn(v string) *IamInstanceProfile + func (s *IamInstanceProfile) SetId(v string) *IamInstanceProfile + func (s IamInstanceProfile) GoString() string + func (s IamInstanceProfile) String() string + type InstanceDetails struct + AvailabilityZone *string + IamInstanceProfile *IamInstanceProfile + ImageId *string + InstanceId *string + InstanceState *string + InstanceType *string + LaunchTime *string + NetworkInterfaces []*NetworkInterface + Platform *string + ProductCodes []*ProductCode + Tags []*Tag + func (s *InstanceDetails) SetAvailabilityZone(v string) *InstanceDetails + func (s *InstanceDetails) SetIamInstanceProfile(v *IamInstanceProfile) *InstanceDetails + func (s *InstanceDetails) SetImageId(v string) *InstanceDetails + func (s *InstanceDetails) SetInstanceId(v string) *InstanceDetails + func (s *InstanceDetails) SetInstanceState(v string) *InstanceDetails + func (s *InstanceDetails) SetInstanceType(v string) *InstanceDetails + func (s *InstanceDetails) SetLaunchTime(v string) *InstanceDetails + func (s *InstanceDetails) SetNetworkInterfaces(v []*NetworkInterface) *InstanceDetails + func (s *InstanceDetails) SetPlatform(v string) *InstanceDetails + func (s *InstanceDetails) SetProductCodes(v []*ProductCode) *InstanceDetails + func (s *InstanceDetails) SetTags(v []*Tag) *InstanceDetails + func (s InstanceDetails) GoString() string + func (s InstanceDetails) String() string + type Invitation struct + AccountId *string + InvitationId *string + InvitedAt *string + RelationshipStatus *string + func (s *Invitation) SetAccountId(v string) *Invitation + func (s *Invitation) SetInvitationId(v string) *Invitation + func (s *Invitation) SetInvitedAt(v string) *Invitation + func (s *Invitation) SetRelationshipStatus(v string) *Invitation + func (s Invitation) GoString() string + func (s Invitation) String() string + type InviteMembersInput struct + AccountIds []*string + DetectorId *string + Message *string + func (s *InviteMembersInput) SetAccountIds(v []*string) *InviteMembersInput + func (s *InviteMembersInput) SetDetectorId(v string) *InviteMembersInput + func (s *InviteMembersInput) SetMessage(v string) *InviteMembersInput + func (s *InviteMembersInput) Validate() error + func (s InviteMembersInput) GoString() string + func (s InviteMembersInput) String() string + type InviteMembersOutput struct + UnprocessedAccounts []*UnprocessedAccount + func (s *InviteMembersOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *InviteMembersOutput + func (s InviteMembersOutput) GoString() string + func (s InviteMembersOutput) String() string + type ListDetectorsInput struct + MaxResults *int64 + NextToken *string + func (s *ListDetectorsInput) SetMaxResults(v int64) *ListDetectorsInput + func (s *ListDetectorsInput) SetNextToken(v string) *ListDetectorsInput + func (s *ListDetectorsInput) Validate() error + func (s ListDetectorsInput) GoString() string + func (s ListDetectorsInput) String() string + type ListDetectorsOutput struct + DetectorIds []*string + NextToken *string + func (s *ListDetectorsOutput) SetDetectorIds(v []*string) *ListDetectorsOutput + func (s *ListDetectorsOutput) SetNextToken(v string) *ListDetectorsOutput + func (s ListDetectorsOutput) GoString() string + func (s ListDetectorsOutput) String() string + type ListFindingsInput struct + DetectorId *string + FindingCriteria *FindingCriteria + MaxResults *int64 + NextToken *string + SortCriteria *SortCriteria + func (s *ListFindingsInput) SetDetectorId(v string) *ListFindingsInput + func (s *ListFindingsInput) SetFindingCriteria(v *FindingCriteria) *ListFindingsInput + func (s *ListFindingsInput) SetMaxResults(v int64) *ListFindingsInput + func (s *ListFindingsInput) SetNextToken(v string) *ListFindingsInput + func (s *ListFindingsInput) SetSortCriteria(v *SortCriteria) *ListFindingsInput + func (s *ListFindingsInput) Validate() error + func (s ListFindingsInput) GoString() string + func (s ListFindingsInput) String() string + type ListFindingsOutput struct + FindingIds []*string + NextToken *string + func (s *ListFindingsOutput) SetFindingIds(v []*string) *ListFindingsOutput + func (s *ListFindingsOutput) SetNextToken(v string) *ListFindingsOutput + func (s ListFindingsOutput) GoString() string + func (s ListFindingsOutput) String() string + type ListIPSetsInput struct + DetectorId *string + MaxResults *int64 + NextToken *string + func (s *ListIPSetsInput) SetDetectorId(v string) *ListIPSetsInput + func (s *ListIPSetsInput) SetMaxResults(v int64) *ListIPSetsInput + func (s *ListIPSetsInput) SetNextToken(v string) *ListIPSetsInput + func (s *ListIPSetsInput) Validate() error + func (s ListIPSetsInput) GoString() string + func (s ListIPSetsInput) String() string + type ListIPSetsOutput struct + IpSetIds []*string + NextToken *string + func (s *ListIPSetsOutput) SetIpSetIds(v []*string) *ListIPSetsOutput + func (s *ListIPSetsOutput) SetNextToken(v string) *ListIPSetsOutput + func (s ListIPSetsOutput) GoString() string + func (s ListIPSetsOutput) String() string + type ListInvitationsInput struct + MaxResults *int64 + NextToken *string + func (s *ListInvitationsInput) SetMaxResults(v int64) *ListInvitationsInput + func (s *ListInvitationsInput) SetNextToken(v string) *ListInvitationsInput + func (s *ListInvitationsInput) Validate() error + func (s ListInvitationsInput) GoString() string + func (s ListInvitationsInput) String() string + type ListInvitationsOutput struct + Invitations []*Invitation + NextToken *string + func (s *ListInvitationsOutput) SetInvitations(v []*Invitation) *ListInvitationsOutput + func (s *ListInvitationsOutput) SetNextToken(v string) *ListInvitationsOutput + func (s ListInvitationsOutput) GoString() string + func (s ListInvitationsOutput) String() string + type ListMembersInput struct + DetectorId *string + MaxResults *int64 + NextToken *string + OnlyAssociated *string + func (s *ListMembersInput) SetDetectorId(v string) *ListMembersInput + func (s *ListMembersInput) SetMaxResults(v int64) *ListMembersInput + func (s *ListMembersInput) SetNextToken(v string) *ListMembersInput + func (s *ListMembersInput) SetOnlyAssociated(v string) *ListMembersInput + func (s *ListMembersInput) Validate() error + func (s ListMembersInput) GoString() string + func (s ListMembersInput) String() string + type ListMembersOutput struct + Members []*Member + NextToken *string + func (s *ListMembersOutput) SetMembers(v []*Member) *ListMembersOutput + func (s *ListMembersOutput) SetNextToken(v string) *ListMembersOutput + func (s ListMembersOutput) GoString() string + func (s ListMembersOutput) String() string + type ListThreatIntelSetsInput struct + DetectorId *string + MaxResults *int64 + NextToken *string + func (s *ListThreatIntelSetsInput) SetDetectorId(v string) *ListThreatIntelSetsInput + func (s *ListThreatIntelSetsInput) SetMaxResults(v int64) *ListThreatIntelSetsInput + func (s *ListThreatIntelSetsInput) SetNextToken(v string) *ListThreatIntelSetsInput + func (s *ListThreatIntelSetsInput) Validate() error + func (s ListThreatIntelSetsInput) GoString() string + func (s ListThreatIntelSetsInput) String() string + type ListThreatIntelSetsOutput struct + NextToken *string + ThreatIntelSetIds []*string + func (s *ListThreatIntelSetsOutput) SetNextToken(v string) *ListThreatIntelSetsOutput + func (s *ListThreatIntelSetsOutput) SetThreatIntelSetIds(v []*string) *ListThreatIntelSetsOutput + func (s ListThreatIntelSetsOutput) GoString() string + func (s ListThreatIntelSetsOutput) String() string + type LocalPortDetails struct + Port *int64 + PortName *string + func (s *LocalPortDetails) SetPort(v int64) *LocalPortDetails + func (s *LocalPortDetails) SetPortName(v string) *LocalPortDetails + func (s LocalPortDetails) GoString() string + func (s LocalPortDetails) String() string + type Master struct + AccountId *string + InvitationId *string + InvitedAt *string + RelationshipStatus *string + func (s *Master) SetAccountId(v string) *Master + func (s *Master) SetInvitationId(v string) *Master + func (s *Master) SetInvitedAt(v string) *Master + func (s *Master) SetRelationshipStatus(v string) *Master + func (s Master) GoString() string + func (s Master) String() string + type Member struct + AccountId *string + DetectorId *string + Email *string + InvitedAt *string + MasterId *string + RelationshipStatus *string + UpdatedAt *string + func (s *Member) SetAccountId(v string) *Member + func (s *Member) SetDetectorId(v string) *Member + func (s *Member) SetEmail(v string) *Member + func (s *Member) SetInvitedAt(v string) *Member + func (s *Member) SetMasterId(v string) *Member + func (s *Member) SetRelationshipStatus(v string) *Member + func (s *Member) SetUpdatedAt(v string) *Member + func (s Member) GoString() string + func (s Member) String() string + type NetworkConnectionAction struct + Blocked *bool + ConnectionDirection *string + LocalPortDetails *LocalPortDetails + Protocol *string + RemoteIpDetails *RemoteIpDetails + RemotePortDetails *RemotePortDetails + func (s *NetworkConnectionAction) SetBlocked(v bool) *NetworkConnectionAction + func (s *NetworkConnectionAction) SetConnectionDirection(v string) *NetworkConnectionAction + func (s *NetworkConnectionAction) SetLocalPortDetails(v *LocalPortDetails) *NetworkConnectionAction + func (s *NetworkConnectionAction) SetProtocol(v string) *NetworkConnectionAction + func (s *NetworkConnectionAction) SetRemoteIpDetails(v *RemoteIpDetails) *NetworkConnectionAction + func (s *NetworkConnectionAction) SetRemotePortDetails(v *RemotePortDetails) *NetworkConnectionAction + func (s NetworkConnectionAction) GoString() string + func (s NetworkConnectionAction) String() string + type NetworkInterface struct + Ipv6Addresses []*string + PrivateDnsName *string + PrivateIpAddress *string + PrivateIpAddresses []*PrivateIpAddressDetails + PublicDnsName *string + PublicIp *string + SecurityGroups []*SecurityGroup + SubnetId *string + VpcId *string + func (s *NetworkInterface) SetIpv6Addresses(v []*string) *NetworkInterface + func (s *NetworkInterface) SetPrivateDnsName(v string) *NetworkInterface + func (s *NetworkInterface) SetPrivateIpAddress(v string) *NetworkInterface + func (s *NetworkInterface) SetPrivateIpAddresses(v []*PrivateIpAddressDetails) *NetworkInterface + func (s *NetworkInterface) SetPublicDnsName(v string) *NetworkInterface + func (s *NetworkInterface) SetPublicIp(v string) *NetworkInterface + func (s *NetworkInterface) SetSecurityGroups(v []*SecurityGroup) *NetworkInterface + func (s *NetworkInterface) SetSubnetId(v string) *NetworkInterface + func (s *NetworkInterface) SetVpcId(v string) *NetworkInterface + func (s NetworkInterface) GoString() string + func (s NetworkInterface) String() string + type Organization struct + Asn *string + AsnOrg *string + Isp *string + Org *string + func (s *Organization) SetAsn(v string) *Organization + func (s *Organization) SetAsnOrg(v string) *Organization + func (s *Organization) SetIsp(v string) *Organization + func (s *Organization) SetOrg(v string) *Organization + func (s Organization) GoString() string + func (s Organization) String() string + type PortProbeAction struct + Blocked *bool + PortProbeDetails []*PortProbeDetail + func (s *PortProbeAction) SetBlocked(v bool) *PortProbeAction + func (s *PortProbeAction) SetPortProbeDetails(v []*PortProbeDetail) *PortProbeAction + func (s PortProbeAction) GoString() string + func (s PortProbeAction) String() string + type PortProbeDetail struct + LocalPortDetails *LocalPortDetails + RemoteIpDetails *RemoteIpDetails + func (s *PortProbeDetail) SetLocalPortDetails(v *LocalPortDetails) *PortProbeDetail + func (s *PortProbeDetail) SetRemoteIpDetails(v *RemoteIpDetails) *PortProbeDetail + func (s PortProbeDetail) GoString() string + func (s PortProbeDetail) String() string + type PrivateIpAddressDetails struct + PrivateDnsName *string + PrivateIpAddress *string + func (s *PrivateIpAddressDetails) SetPrivateDnsName(v string) *PrivateIpAddressDetails + func (s *PrivateIpAddressDetails) SetPrivateIpAddress(v string) *PrivateIpAddressDetails + func (s PrivateIpAddressDetails) GoString() string + func (s PrivateIpAddressDetails) String() string + type ProductCode struct + Code *string + ProductType *string + func (s *ProductCode) SetCode(v string) *ProductCode + func (s *ProductCode) SetProductType(v string) *ProductCode + func (s ProductCode) GoString() string + func (s ProductCode) String() string + type RemoteIpDetails struct + City *City + Country *Country + GeoLocation *GeoLocation + IpAddressV4 *string + Organization *Organization + func (s *RemoteIpDetails) SetCity(v *City) *RemoteIpDetails + func (s *RemoteIpDetails) SetCountry(v *Country) *RemoteIpDetails + func (s *RemoteIpDetails) SetGeoLocation(v *GeoLocation) *RemoteIpDetails + func (s *RemoteIpDetails) SetIpAddressV4(v string) *RemoteIpDetails + func (s *RemoteIpDetails) SetOrganization(v *Organization) *RemoteIpDetails + func (s RemoteIpDetails) GoString() string + func (s RemoteIpDetails) String() string + type RemotePortDetails struct + Port *int64 + PortName *string + func (s *RemotePortDetails) SetPort(v int64) *RemotePortDetails + func (s *RemotePortDetails) SetPortName(v string) *RemotePortDetails + func (s RemotePortDetails) GoString() string + func (s RemotePortDetails) String() string + type Resource struct + AccessKeyDetails *AccessKeyDetails + InstanceDetails *InstanceDetails + ResourceType *string + func (s *Resource) SetAccessKeyDetails(v *AccessKeyDetails) *Resource + func (s *Resource) SetInstanceDetails(v *InstanceDetails) *Resource + func (s *Resource) SetResourceType(v string) *Resource + func (s Resource) GoString() string + func (s Resource) String() string + type SecurityGroup struct + GroupId *string + GroupName *string + func (s *SecurityGroup) SetGroupId(v string) *SecurityGroup + func (s *SecurityGroup) SetGroupName(v string) *SecurityGroup + func (s SecurityGroup) GoString() string + func (s SecurityGroup) String() string + type Service struct + Action *Action + Archived *bool + Count *int64 + DetectorId *string + EventFirstSeen *string + EventLastSeen *string + ResourceRole *string + ServiceName *string + UserFeedback *string + func (s *Service) SetAction(v *Action) *Service + func (s *Service) SetArchived(v bool) *Service + func (s *Service) SetCount(v int64) *Service + func (s *Service) SetDetectorId(v string) *Service + func (s *Service) SetEventFirstSeen(v string) *Service + func (s *Service) SetEventLastSeen(v string) *Service + func (s *Service) SetResourceRole(v string) *Service + func (s *Service) SetServiceName(v string) *Service + func (s *Service) SetUserFeedback(v string) *Service + func (s Service) GoString() string + func (s Service) String() string + type SortCriteria struct + AttributeName *string + OrderBy *string + func (s *SortCriteria) SetAttributeName(v string) *SortCriteria + func (s *SortCriteria) SetOrderBy(v string) *SortCriteria + func (s SortCriteria) GoString() string + func (s SortCriteria) String() string + type StartMonitoringMembersInput struct + AccountIds []*string + DetectorId *string + func (s *StartMonitoringMembersInput) SetAccountIds(v []*string) *StartMonitoringMembersInput + func (s *StartMonitoringMembersInput) SetDetectorId(v string) *StartMonitoringMembersInput + func (s *StartMonitoringMembersInput) Validate() error + func (s StartMonitoringMembersInput) GoString() string + func (s StartMonitoringMembersInput) String() string + type StartMonitoringMembersOutput struct + UnprocessedAccounts []*UnprocessedAccount + func (s *StartMonitoringMembersOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *StartMonitoringMembersOutput + func (s StartMonitoringMembersOutput) GoString() string + func (s StartMonitoringMembersOutput) String() string + type StopMonitoringMembersInput struct + AccountIds []*string + DetectorId *string + func (s *StopMonitoringMembersInput) SetAccountIds(v []*string) *StopMonitoringMembersInput + func (s *StopMonitoringMembersInput) SetDetectorId(v string) *StopMonitoringMembersInput + func (s *StopMonitoringMembersInput) Validate() error + func (s StopMonitoringMembersInput) GoString() string + func (s StopMonitoringMembersInput) String() string + type StopMonitoringMembersOutput struct + UnprocessedAccounts []*UnprocessedAccount + func (s *StopMonitoringMembersOutput) SetUnprocessedAccounts(v []*UnprocessedAccount) *StopMonitoringMembersOutput + func (s StopMonitoringMembersOutput) GoString() string + func (s StopMonitoringMembersOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s Tag) GoString() string + func (s Tag) String() string + type UnarchiveFindingsInput struct + DetectorId *string + FindingIds []*string + func (s *UnarchiveFindingsInput) SetDetectorId(v string) *UnarchiveFindingsInput + func (s *UnarchiveFindingsInput) SetFindingIds(v []*string) *UnarchiveFindingsInput + func (s *UnarchiveFindingsInput) Validate() error + func (s UnarchiveFindingsInput) GoString() string + func (s UnarchiveFindingsInput) String() string + type UnarchiveFindingsOutput struct + func (s UnarchiveFindingsOutput) GoString() string + func (s UnarchiveFindingsOutput) String() string + type UnprocessedAccount struct + AccountId *string + Result *string + func (s *UnprocessedAccount) SetAccountId(v string) *UnprocessedAccount + func (s *UnprocessedAccount) SetResult(v string) *UnprocessedAccount + func (s UnprocessedAccount) GoString() string + func (s UnprocessedAccount) String() string + type UpdateDetectorInput struct + DetectorId *string + Enable *bool + func (s *UpdateDetectorInput) SetDetectorId(v string) *UpdateDetectorInput + func (s *UpdateDetectorInput) SetEnable(v bool) *UpdateDetectorInput + func (s *UpdateDetectorInput) Validate() error + func (s UpdateDetectorInput) GoString() string + func (s UpdateDetectorInput) String() string + type UpdateDetectorOutput struct + func (s UpdateDetectorOutput) GoString() string + func (s UpdateDetectorOutput) String() string + type UpdateFindingsFeedbackInput struct + Comments *string + DetectorId *string + Feedback *string + FindingIds []*string + func (s *UpdateFindingsFeedbackInput) SetComments(v string) *UpdateFindingsFeedbackInput + func (s *UpdateFindingsFeedbackInput) SetDetectorId(v string) *UpdateFindingsFeedbackInput + func (s *UpdateFindingsFeedbackInput) SetFeedback(v string) *UpdateFindingsFeedbackInput + func (s *UpdateFindingsFeedbackInput) SetFindingIds(v []*string) *UpdateFindingsFeedbackInput + func (s *UpdateFindingsFeedbackInput) Validate() error + func (s UpdateFindingsFeedbackInput) GoString() string + func (s UpdateFindingsFeedbackInput) String() string + type UpdateFindingsFeedbackOutput struct + func (s UpdateFindingsFeedbackOutput) GoString() string + func (s UpdateFindingsFeedbackOutput) String() string + type UpdateIPSetInput struct + Activate *bool + DetectorId *string + IpSetId *string + Location *string + Name *string + func (s *UpdateIPSetInput) SetActivate(v bool) *UpdateIPSetInput + func (s *UpdateIPSetInput) SetDetectorId(v string) *UpdateIPSetInput + func (s *UpdateIPSetInput) SetIpSetId(v string) *UpdateIPSetInput + func (s *UpdateIPSetInput) SetLocation(v string) *UpdateIPSetInput + func (s *UpdateIPSetInput) SetName(v string) *UpdateIPSetInput + func (s *UpdateIPSetInput) Validate() error + func (s UpdateIPSetInput) GoString() string + func (s UpdateIPSetInput) String() string + type UpdateIPSetOutput struct + func (s UpdateIPSetOutput) GoString() string + func (s UpdateIPSetOutput) String() string + type UpdateThreatIntelSetInput struct + Activate *bool + DetectorId *string + Location *string + Name *string + ThreatIntelSetId *string + func (s *UpdateThreatIntelSetInput) SetActivate(v bool) *UpdateThreatIntelSetInput + func (s *UpdateThreatIntelSetInput) SetDetectorId(v string) *UpdateThreatIntelSetInput + func (s *UpdateThreatIntelSetInput) SetLocation(v string) *UpdateThreatIntelSetInput + func (s *UpdateThreatIntelSetInput) SetName(v string) *UpdateThreatIntelSetInput + func (s *UpdateThreatIntelSetInput) SetThreatIntelSetId(v string) *UpdateThreatIntelSetInput + func (s *UpdateThreatIntelSetInput) Validate() error + func (s UpdateThreatIntelSetInput) GoString() string + func (s UpdateThreatIntelSetInput) String() string + type UpdateThreatIntelSetOutput struct + func (s UpdateThreatIntelSetOutput) GoString() string + func (s UpdateThreatIntelSetOutput) String() string