@aws-sdk/client-guardduty 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/GuardDuty.js +877 -0
- package/dist-cjs/GuardDutyClient.js +35 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +36 -0
- package/dist-cjs/commands/ArchiveFindingsCommand.js +36 -0
- package/dist-cjs/commands/CreateDetectorCommand.js +36 -0
- package/dist-cjs/commands/CreateFilterCommand.js +36 -0
- package/dist-cjs/commands/CreateIPSetCommand.js +36 -0
- package/dist-cjs/commands/CreateMembersCommand.js +36 -0
- package/dist-cjs/commands/CreatePublishingDestinationCommand.js +36 -0
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +36 -0
- package/dist-cjs/commands/CreateThreatIntelSetCommand.js +36 -0
- package/dist-cjs/commands/DeclineInvitationsCommand.js +36 -0
- package/dist-cjs/commands/DeleteDetectorCommand.js +36 -0
- package/dist-cjs/commands/DeleteFilterCommand.js +36 -0
- package/dist-cjs/commands/DeleteIPSetCommand.js +36 -0
- package/dist-cjs/commands/DeleteInvitationsCommand.js +36 -0
- package/dist-cjs/commands/DeleteMembersCommand.js +36 -0
- package/dist-cjs/commands/DeletePublishingDestinationCommand.js +36 -0
- package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DescribePublishingDestinationCommand.js +36 -0
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +36 -0
- package/dist-cjs/commands/DisassociateMembersCommand.js +36 -0
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +36 -0
- package/dist-cjs/commands/GetDetectorCommand.js +36 -0
- package/dist-cjs/commands/GetFilterCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsCommand.js +36 -0
- package/dist-cjs/commands/GetFindingsStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetIPSetCommand.js +36 -0
- package/dist-cjs/commands/GetInvitationsCountCommand.js +36 -0
- package/dist-cjs/commands/GetMasterAccountCommand.js +36 -0
- package/dist-cjs/commands/GetMemberDetectorsCommand.js +36 -0
- package/dist-cjs/commands/GetMembersCommand.js +36 -0
- package/dist-cjs/commands/GetThreatIntelSetCommand.js +36 -0
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +36 -0
- package/dist-cjs/commands/InviteMembersCommand.js +36 -0
- package/dist-cjs/commands/ListDetectorsCommand.js +36 -0
- package/dist-cjs/commands/ListFiltersCommand.js +36 -0
- package/dist-cjs/commands/ListFindingsCommand.js +36 -0
- package/dist-cjs/commands/ListIPSetsCommand.js +36 -0
- package/dist-cjs/commands/ListInvitationsCommand.js +36 -0
- package/dist-cjs/commands/ListMembersCommand.js +36 -0
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +36 -0
- package/dist-cjs/commands/ListPublishingDestinationsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListThreatIntelSetsCommand.js +36 -0
- package/dist-cjs/commands/StartMonitoringMembersCommand.js +36 -0
- package/dist-cjs/commands/StopMonitoringMembersCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UnarchiveFindingsCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateDetectorCommand.js +36 -0
- package/dist-cjs/commands/UpdateFilterCommand.js +36 -0
- package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +36 -0
- package/dist-cjs/commands/UpdateIPSetCommand.js +36 -0
- package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +36 -0
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +36 -0
- package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +36 -0
- package/dist-cjs/endpoints.js +85 -0
- package/dist-cjs/index.js +75 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1226 -0
- package/dist-cjs/pagination/GetUsageStatisticsPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListDetectorsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFiltersPaginator.js +35 -0
- package/dist-cjs/pagination/ListFindingsPaginator.js +35 -0
- package/dist-cjs/pagination/ListIPSetsPaginator.js +35 -0
- package/dist-cjs/pagination/ListInvitationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListMembersPaginator.js +35 -0
- package/dist-cjs/pagination/ListOrganizationAdminAccountsPaginator.js +35 -0
- package/dist-cjs/pagination/ListPublishingDestinationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListThreatIntelSetsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +6402 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/GuardDuty.js +880 -0
- package/dist-es/GuardDutyClient.js +37 -0
- package/dist-es/commands/AcceptInvitationCommand.js +39 -0
- package/dist-es/commands/ArchiveFindingsCommand.js +39 -0
- package/dist-es/commands/CreateDetectorCommand.js +39 -0
- package/dist-es/commands/CreateFilterCommand.js +39 -0
- package/dist-es/commands/CreateIPSetCommand.js +39 -0
- package/dist-es/commands/CreateMembersCommand.js +39 -0
- package/dist-es/commands/CreatePublishingDestinationCommand.js +39 -0
- package/dist-es/commands/CreateSampleFindingsCommand.js +39 -0
- package/dist-es/commands/CreateThreatIntelSetCommand.js +39 -0
- package/dist-es/commands/DeclineInvitationsCommand.js +39 -0
- package/dist-es/commands/DeleteDetectorCommand.js +39 -0
- package/dist-es/commands/DeleteFilterCommand.js +39 -0
- package/dist-es/commands/DeleteIPSetCommand.js +39 -0
- package/dist-es/commands/DeleteInvitationsCommand.js +39 -0
- package/dist-es/commands/DeleteMembersCommand.js +39 -0
- package/dist-es/commands/DeletePublishingDestinationCommand.js +39 -0
- package/dist-es/commands/DeleteThreatIntelSetCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribePublishingDestinationCommand.js +39 -0
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +39 -0
- package/dist-es/commands/DisassociateMembersCommand.js +39 -0
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +39 -0
- package/dist-es/commands/GetDetectorCommand.js +39 -0
- package/dist-es/commands/GetFilterCommand.js +39 -0
- package/dist-es/commands/GetFindingsCommand.js +39 -0
- package/dist-es/commands/GetFindingsStatisticsCommand.js +39 -0
- package/dist-es/commands/GetIPSetCommand.js +39 -0
- package/dist-es/commands/GetInvitationsCountCommand.js +39 -0
- package/dist-es/commands/GetMasterAccountCommand.js +39 -0
- package/dist-es/commands/GetMemberDetectorsCommand.js +39 -0
- package/dist-es/commands/GetMembersCommand.js +39 -0
- package/dist-es/commands/GetThreatIntelSetCommand.js +39 -0
- package/dist-es/commands/GetUsageStatisticsCommand.js +39 -0
- package/dist-es/commands/InviteMembersCommand.js +39 -0
- package/dist-es/commands/ListDetectorsCommand.js +39 -0
- package/dist-es/commands/ListFiltersCommand.js +39 -0
- package/dist-es/commands/ListFindingsCommand.js +39 -0
- package/dist-es/commands/ListIPSetsCommand.js +39 -0
- package/dist-es/commands/ListInvitationsCommand.js +39 -0
- package/dist-es/commands/ListMembersCommand.js +39 -0
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +39 -0
- package/dist-es/commands/ListPublishingDestinationsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListThreatIntelSetsCommand.js +39 -0
- package/dist-es/commands/StartMonitoringMembersCommand.js +39 -0
- package/dist-es/commands/StopMonitoringMembersCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UnarchiveFindingsCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateDetectorCommand.js +39 -0
- package/dist-es/commands/UpdateFilterCommand.js +39 -0
- package/dist-es/commands/UpdateFindingsFeedbackCommand.js +39 -0
- package/dist-es/commands/UpdateIPSetCommand.js +39 -0
- package/dist-es/commands/UpdateMemberDetectorsCommand.js +39 -0
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdatePublishingDestinationCommand.js +39 -0
- package/dist-es/commands/UpdateThreatIntelSetCommand.js +39 -0
- package/dist-es/endpoints.js +81 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +848 -0
- package/dist-es/pagination/GetUsageStatisticsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListDetectorsPaginator.js +74 -0
- package/dist-es/pagination/ListFiltersPaginator.js +74 -0
- package/dist-es/pagination/ListFindingsPaginator.js +74 -0
- package/dist-es/pagination/ListIPSetsPaginator.js +74 -0
- package/dist-es/pagination/ListInvitationsPaginator.js +74 -0
- package/dist-es/pagination/ListMembersPaginator.js +74 -0
- package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +74 -0
- package/dist-es/pagination/ListPublishingDestinationsPaginator.js +74 -0
- package/dist-es/pagination/ListThreatIntelSetsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +7290 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/GuardDuty.d.ts +485 -0
- package/dist-types/GuardDutyClient.d.ts +206 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +35 -0
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +39 -0
- package/dist-types/commands/CreateDetectorCommand.d.ts +38 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +35 -0
- package/dist-types/commands/CreateIPSetCommand.d.ts +38 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +46 -0
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +36 -0
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +37 -0
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +37 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +36 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +35 -0
- package/dist-types/commands/DeleteIPSetCommand.d.ts +36 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +36 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +36 -0
- package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +35 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +36 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +36 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +36 -0
- package/dist-types/commands/GetDetectorCommand.d.ts +35 -0
- package/dist-types/commands/GetFilterCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +35 -0
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetIPSetCommand.d.ts +35 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +36 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +36 -0
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +35 -0
- package/dist-types/commands/GetMembersCommand.d.ts +36 -0
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +35 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +38 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +37 -0
- package/dist-types/commands/ListDetectorsCommand.d.ts +35 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +35 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +35 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +37 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +36 -0
- package/dist-types/commands/ListMembersCommand.d.ts +35 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +35 -0
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +36 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +37 -0
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +37 -0
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +37 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UnarchiveFindingsCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDetectorCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +35 -0
- package/dist-types/commands/UpdateIPSetCommand.d.ts +35 -0
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListDetectorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFiltersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListIPSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPublishingDestinationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListThreatIntelSetsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +176 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +295 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +125 -0
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2206 -0
- package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +176 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/GuardDuty.ts +0 -2093
- package/GuardDutyClient.ts +0 -497
- package/commands/AcceptInvitationCommand.ts +0 -94
- package/commands/ArchiveFindingsCommand.ts +0 -98
- package/commands/CreateDetectorCommand.ts +0 -97
- package/commands/CreateFilterCommand.ts +0 -94
- package/commands/CreateIPSetCommand.ts +0 -97
- package/commands/CreateMembersCommand.ts +0 -105
- package/commands/CreatePublishingDestinationCommand.ts +0 -100
- package/commands/CreateSampleFindingsCommand.ts +0 -96
- package/commands/CreateThreatIntelSetCommand.ts +0 -96
- package/commands/DeclineInvitationsCommand.ts +0 -95
- package/commands/DeleteDetectorCommand.ts +0 -94
- package/commands/DeleteFilterCommand.ts +0 -94
- package/commands/DeleteIPSetCommand.ts +0 -95
- package/commands/DeleteInvitationsCommand.ts +0 -95
- package/commands/DeleteMembersCommand.ts +0 -95
- package/commands/DeletePublishingDestinationCommand.ts +0 -99
- package/commands/DeleteThreatIntelSetCommand.ts +0 -94
- package/commands/DescribeOrganizationConfigurationCommand.ts +0 -106
- package/commands/DescribePublishingDestinationCommand.ts +0 -100
- package/commands/DisableOrganizationAdminAccountCommand.ts +0 -103
- package/commands/DisassociateFromMasterAccountCommand.ts +0 -99
- package/commands/DisassociateMembersCommand.ts +0 -95
- package/commands/EnableOrganizationAdminAccountCommand.ts +0 -103
- package/commands/GetDetectorCommand.ts +0 -94
- package/commands/GetFilterCommand.ts +0 -94
- package/commands/GetFindingsCommand.ts +0 -94
- package/commands/GetFindingsStatisticsCommand.ts +0 -94
- package/commands/GetIPSetCommand.ts +0 -94
- package/commands/GetInvitationsCountCommand.ts +0 -95
- package/commands/GetMasterAccountCommand.ts +0 -95
- package/commands/GetMemberDetectorsCommand.ts +0 -94
- package/commands/GetMembersCommand.ts +0 -95
- package/commands/GetThreatIntelSetCommand.ts +0 -94
- package/commands/GetUsageStatisticsCommand.ts +0 -97
- package/commands/InviteMembersCommand.ts +0 -96
- package/commands/ListDetectorsCommand.ts +0 -94
- package/commands/ListFiltersCommand.ts +0 -94
- package/commands/ListFindingsCommand.ts +0 -94
- package/commands/ListIPSetsCommand.ts +0 -96
- package/commands/ListInvitationsCommand.ts +0 -95
- package/commands/ListMembersCommand.ts +0 -94
- package/commands/ListOrganizationAdminAccountsCommand.ts +0 -99
- package/commands/ListPublishingDestinationsCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -96
- package/commands/ListThreatIntelSetsCommand.ts +0 -96
- package/commands/StartMonitoringMembersCommand.ts +0 -96
- package/commands/StopMonitoringMembersCommand.ts +0 -96
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UnarchiveFindingsCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateDetectorCommand.ts +0 -94
- package/commands/UpdateFilterCommand.ts +0 -94
- package/commands/UpdateFindingsFeedbackCommand.ts +0 -94
- package/commands/UpdateIPSetCommand.ts +0 -94
- package/commands/UpdateMemberDetectorsCommand.ts +0 -94
- package/commands/UpdateOrganizationConfigurationCommand.ts +0 -102
- package/commands/UpdatePublishingDestinationCommand.ts +0 -100
- package/commands/UpdateThreatIntelSetCommand.ts +0 -94
- package/dist/cjs/GuardDuty.js +0 -897
- package/dist/cjs/GuardDuty.js.map +0 -1
- package/dist/cjs/GuardDutyClient.js +0 -60
- package/dist/cjs/GuardDutyClient.js.map +0 -1
- package/dist/cjs/commands/AcceptInvitationCommand.js +0 -61
- package/dist/cjs/commands/AcceptInvitationCommand.js.map +0 -1
- package/dist/cjs/commands/ArchiveFindingsCommand.js +0 -65
- package/dist/cjs/commands/ArchiveFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDetectorCommand.js +0 -64
- package/dist/cjs/commands/CreateDetectorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFilterCommand.js +0 -61
- package/dist/cjs/commands/CreateFilterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIPSetCommand.js +0 -64
- package/dist/cjs/commands/CreateIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMembersCommand.js +0 -72
- package/dist/cjs/commands/CreateMembersCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublishingDestinationCommand.js +0 -62
- package/dist/cjs/commands/CreatePublishingDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSampleFindingsCommand.js +0 -63
- package/dist/cjs/commands/CreateSampleFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateThreatIntelSetCommand.js +0 -63
- package/dist/cjs/commands/CreateThreatIntelSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeclineInvitationsCommand.js +0 -62
- package/dist/cjs/commands/DeclineInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDetectorCommand.js +0 -61
- package/dist/cjs/commands/DeleteDetectorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFilterCommand.js +0 -61
- package/dist/cjs/commands/DeleteFilterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIPSetCommand.js +0 -62
- package/dist/cjs/commands/DeleteIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInvitationsCommand.js +0 -62
- package/dist/cjs/commands/DeleteInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMembersCommand.js +0 -62
- package/dist/cjs/commands/DeleteMembersCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePublishingDestinationCommand.js +0 -61
- package/dist/cjs/commands/DeletePublishingDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteThreatIntelSetCommand.js +0 -61
- package/dist/cjs/commands/DeleteThreatIntelSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js +0 -62
- package/dist/cjs/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePublishingDestinationCommand.js +0 -62
- package/dist/cjs/commands/DescribePublishingDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js +0 -62
- package/dist/cjs/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js +0 -61
- package/dist/cjs/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateMembersCommand.js +0 -62
- package/dist/cjs/commands/DisassociateMembersCommand.js.map +0 -1
- package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js +0 -62
- package/dist/cjs/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetDetectorCommand.js +0 -61
- package/dist/cjs/commands/GetDetectorCommand.js.map +0 -1
- package/dist/cjs/commands/GetFilterCommand.js +0 -61
- package/dist/cjs/commands/GetFilterCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsCommand.js +0 -61
- package/dist/cjs/commands/GetFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsStatisticsCommand.js +0 -61
- package/dist/cjs/commands/GetFindingsStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetIPSetCommand.js +0 -61
- package/dist/cjs/commands/GetIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetInvitationsCountCommand.js +0 -62
- package/dist/cjs/commands/GetInvitationsCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetMasterAccountCommand.js +0 -62
- package/dist/cjs/commands/GetMasterAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetMemberDetectorsCommand.js +0 -61
- package/dist/cjs/commands/GetMemberDetectorsCommand.js.map +0 -1
- package/dist/cjs/commands/GetMembersCommand.js +0 -62
- package/dist/cjs/commands/GetMembersCommand.js.map +0 -1
- package/dist/cjs/commands/GetThreatIntelSetCommand.js +0 -61
- package/dist/cjs/commands/GetThreatIntelSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetUsageStatisticsCommand.js +0 -64
- package/dist/cjs/commands/GetUsageStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/InviteMembersCommand.js +0 -63
- package/dist/cjs/commands/InviteMembersCommand.js.map +0 -1
- package/dist/cjs/commands/ListDetectorsCommand.js +0 -61
- package/dist/cjs/commands/ListDetectorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFiltersCommand.js +0 -61
- package/dist/cjs/commands/ListFiltersCommand.js.map +0 -1
- package/dist/cjs/commands/ListFindingsCommand.js +0 -61
- package/dist/cjs/commands/ListFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListIPSetsCommand.js +0 -63
- package/dist/cjs/commands/ListIPSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInvitationsCommand.js +0 -62
- package/dist/cjs/commands/ListInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMembersCommand.js +0 -61
- package/dist/cjs/commands/ListMembersCommand.js.map +0 -1
- package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js +0 -61
- package/dist/cjs/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPublishingDestinationsCommand.js +0 -62
- package/dist/cjs/commands/ListPublishingDestinationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListThreatIntelSetsCommand.js +0 -63
- package/dist/cjs/commands/ListThreatIntelSetsCommand.js.map +0 -1
- package/dist/cjs/commands/StartMonitoringMembersCommand.js +0 -63
- package/dist/cjs/commands/StartMonitoringMembersCommand.js.map +0 -1
- package/dist/cjs/commands/StopMonitoringMembersCommand.js +0 -63
- package/dist/cjs/commands/StopMonitoringMembersCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UnarchiveFindingsCommand.js +0 -61
- package/dist/cjs/commands/UnarchiveFindingsCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDetectorCommand.js +0 -61
- package/dist/cjs/commands/UpdateDetectorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFilterCommand.js +0 -61
- package/dist/cjs/commands/UpdateFilterCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFindingsFeedbackCommand.js +0 -61
- package/dist/cjs/commands/UpdateFindingsFeedbackCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateIPSetCommand.js +0 -61
- package/dist/cjs/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMemberDetectorsCommand.js +0 -61
- package/dist/cjs/commands/UpdateMemberDetectorsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js +0 -61
- package/dist/cjs/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePublishingDestinationCommand.js +0 -62
- package/dist/cjs/commands/UpdatePublishingDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateThreatIntelSetCommand.js +0 -61
- package/dist/cjs/commands/UpdateThreatIntelSetCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -86
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -76
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1785
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/GetUsageStatisticsPaginator.js +0 -46
- package/dist/cjs/pagination/GetUsageStatisticsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDetectorsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDetectorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFiltersPaginator.js +0 -46
- package/dist/cjs/pagination/ListFiltersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFindingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFindingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListIPSetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListIPSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInvitationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInvitationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMembersPaginator.js +0 -46
- package/dist/cjs/pagination/ListMembersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js +0 -46
- package/dist/cjs/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPublishingDestinationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListPublishingDestinationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListThreatIntelSetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListThreatIntelSetsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -6408
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/GuardDuty.js +0 -881
- package/dist/es/GuardDuty.js.map +0 -1
- package/dist/es/GuardDutyClient.js +0 -38
- package/dist/es/GuardDutyClient.js.map +0 -1
- package/dist/es/commands/AcceptInvitationCommand.js +0 -40
- package/dist/es/commands/AcceptInvitationCommand.js.map +0 -1
- package/dist/es/commands/ArchiveFindingsCommand.js +0 -40
- package/dist/es/commands/ArchiveFindingsCommand.js.map +0 -1
- package/dist/es/commands/CreateDetectorCommand.js +0 -40
- package/dist/es/commands/CreateDetectorCommand.js.map +0 -1
- package/dist/es/commands/CreateFilterCommand.js +0 -40
- package/dist/es/commands/CreateFilterCommand.js.map +0 -1
- package/dist/es/commands/CreateIPSetCommand.js +0 -40
- package/dist/es/commands/CreateIPSetCommand.js.map +0 -1
- package/dist/es/commands/CreateMembersCommand.js +0 -40
- package/dist/es/commands/CreateMembersCommand.js.map +0 -1
- package/dist/es/commands/CreatePublishingDestinationCommand.js +0 -40
- package/dist/es/commands/CreatePublishingDestinationCommand.js.map +0 -1
- package/dist/es/commands/CreateSampleFindingsCommand.js +0 -40
- package/dist/es/commands/CreateSampleFindingsCommand.js.map +0 -1
- package/dist/es/commands/CreateThreatIntelSetCommand.js +0 -40
- package/dist/es/commands/CreateThreatIntelSetCommand.js.map +0 -1
- package/dist/es/commands/DeclineInvitationsCommand.js +0 -40
- package/dist/es/commands/DeclineInvitationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteDetectorCommand.js +0 -40
- package/dist/es/commands/DeleteDetectorCommand.js.map +0 -1
- package/dist/es/commands/DeleteFilterCommand.js +0 -40
- package/dist/es/commands/DeleteFilterCommand.js.map +0 -1
- package/dist/es/commands/DeleteIPSetCommand.js +0 -40
- package/dist/es/commands/DeleteIPSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteInvitationsCommand.js +0 -40
- package/dist/es/commands/DeleteInvitationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteMembersCommand.js +0 -40
- package/dist/es/commands/DeleteMembersCommand.js.map +0 -1
- package/dist/es/commands/DeletePublishingDestinationCommand.js +0 -40
- package/dist/es/commands/DeletePublishingDestinationCommand.js.map +0 -1
- package/dist/es/commands/DeleteThreatIntelSetCommand.js +0 -40
- package/dist/es/commands/DeleteThreatIntelSetCommand.js.map +0 -1
- package/dist/es/commands/DescribeOrganizationConfigurationCommand.js +0 -40
- package/dist/es/commands/DescribeOrganizationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribePublishingDestinationCommand.js +0 -40
- package/dist/es/commands/DescribePublishingDestinationCommand.js.map +0 -1
- package/dist/es/commands/DisableOrganizationAdminAccountCommand.js +0 -40
- package/dist/es/commands/DisableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFromMasterAccountCommand.js +0 -40
- package/dist/es/commands/DisassociateFromMasterAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateMembersCommand.js +0 -40
- package/dist/es/commands/DisassociateMembersCommand.js.map +0 -1
- package/dist/es/commands/EnableOrganizationAdminAccountCommand.js +0 -40
- package/dist/es/commands/EnableOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/GetDetectorCommand.js +0 -40
- package/dist/es/commands/GetDetectorCommand.js.map +0 -1
- package/dist/es/commands/GetFilterCommand.js +0 -40
- package/dist/es/commands/GetFilterCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsCommand.js +0 -40
- package/dist/es/commands/GetFindingsCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsStatisticsCommand.js +0 -40
- package/dist/es/commands/GetFindingsStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetIPSetCommand.js +0 -40
- package/dist/es/commands/GetIPSetCommand.js.map +0 -1
- package/dist/es/commands/GetInvitationsCountCommand.js +0 -40
- package/dist/es/commands/GetInvitationsCountCommand.js.map +0 -1
- package/dist/es/commands/GetMasterAccountCommand.js +0 -40
- package/dist/es/commands/GetMasterAccountCommand.js.map +0 -1
- package/dist/es/commands/GetMemberDetectorsCommand.js +0 -40
- package/dist/es/commands/GetMemberDetectorsCommand.js.map +0 -1
- package/dist/es/commands/GetMembersCommand.js +0 -40
- package/dist/es/commands/GetMembersCommand.js.map +0 -1
- package/dist/es/commands/GetThreatIntelSetCommand.js +0 -40
- package/dist/es/commands/GetThreatIntelSetCommand.js.map +0 -1
- package/dist/es/commands/GetUsageStatisticsCommand.js +0 -40
- package/dist/es/commands/GetUsageStatisticsCommand.js.map +0 -1
- package/dist/es/commands/InviteMembersCommand.js +0 -40
- package/dist/es/commands/InviteMembersCommand.js.map +0 -1
- package/dist/es/commands/ListDetectorsCommand.js +0 -40
- package/dist/es/commands/ListDetectorsCommand.js.map +0 -1
- package/dist/es/commands/ListFiltersCommand.js +0 -40
- package/dist/es/commands/ListFiltersCommand.js.map +0 -1
- package/dist/es/commands/ListFindingsCommand.js +0 -40
- package/dist/es/commands/ListFindingsCommand.js.map +0 -1
- package/dist/es/commands/ListIPSetsCommand.js +0 -40
- package/dist/es/commands/ListIPSetsCommand.js.map +0 -1
- package/dist/es/commands/ListInvitationsCommand.js +0 -40
- package/dist/es/commands/ListInvitationsCommand.js.map +0 -1
- package/dist/es/commands/ListMembersCommand.js +0 -40
- package/dist/es/commands/ListMembersCommand.js.map +0 -1
- package/dist/es/commands/ListOrganizationAdminAccountsCommand.js +0 -40
- package/dist/es/commands/ListOrganizationAdminAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListPublishingDestinationsCommand.js +0 -40
- package/dist/es/commands/ListPublishingDestinationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListThreatIntelSetsCommand.js +0 -40
- package/dist/es/commands/ListThreatIntelSetsCommand.js.map +0 -1
- package/dist/es/commands/StartMonitoringMembersCommand.js +0 -40
- package/dist/es/commands/StartMonitoringMembersCommand.js.map +0 -1
- package/dist/es/commands/StopMonitoringMembersCommand.js +0 -40
- package/dist/es/commands/StopMonitoringMembersCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UnarchiveFindingsCommand.js +0 -40
- package/dist/es/commands/UnarchiveFindingsCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDetectorCommand.js +0 -40
- package/dist/es/commands/UpdateDetectorCommand.js.map +0 -1
- package/dist/es/commands/UpdateFilterCommand.js +0 -40
- package/dist/es/commands/UpdateFilterCommand.js.map +0 -1
- package/dist/es/commands/UpdateFindingsFeedbackCommand.js +0 -40
- package/dist/es/commands/UpdateFindingsFeedbackCommand.js.map +0 -1
- package/dist/es/commands/UpdateIPSetCommand.js +0 -40
- package/dist/es/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateMemberDetectorsCommand.js +0 -40
- package/dist/es/commands/UpdateMemberDetectorsCommand.js.map +0 -1
- package/dist/es/commands/UpdateOrganizationConfigurationCommand.js +0 -40
- package/dist/es/commands/UpdateOrganizationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdatePublishingDestinationCommand.js +0 -40
- package/dist/es/commands/UpdatePublishingDestinationCommand.js.map +0 -1
- package/dist/es/commands/UpdateThreatIntelSetCommand.js +0 -40
- package/dist/es/commands/UpdateThreatIntelSetCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -82
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -73
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -849
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/GetUsageStatisticsPaginator.js +0 -75
- package/dist/es/pagination/GetUsageStatisticsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDetectorsPaginator.js +0 -75
- package/dist/es/pagination/ListDetectorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFiltersPaginator.js +0 -75
- package/dist/es/pagination/ListFiltersPaginator.js.map +0 -1
- package/dist/es/pagination/ListFindingsPaginator.js +0 -75
- package/dist/es/pagination/ListFindingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListIPSetsPaginator.js +0 -75
- package/dist/es/pagination/ListIPSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInvitationsPaginator.js +0 -75
- package/dist/es/pagination/ListInvitationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMembersPaginator.js +0 -75
- package/dist/es/pagination/ListMembersPaginator.js.map +0 -1
- package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js +0 -75
- package/dist/es/pagination/ListOrganizationAdminAccountsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPublishingDestinationsPaginator.js +0 -75
- package/dist/es/pagination/ListPublishingDestinationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListThreatIntelSetsPaginator.js +0 -75
- package/dist/es/pagination/ListThreatIntelSetsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -7291
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/GuardDuty.d.ts +0 -485
- package/dist/types/GuardDutyClient.d.ts +0 -206
- package/dist/types/commands/AcceptInvitationCommand.d.ts +0 -35
- package/dist/types/commands/ArchiveFindingsCommand.d.ts +0 -39
- package/dist/types/commands/CreateDetectorCommand.d.ts +0 -38
- package/dist/types/commands/CreateFilterCommand.d.ts +0 -35
- package/dist/types/commands/CreateIPSetCommand.d.ts +0 -38
- package/dist/types/commands/CreateMembersCommand.d.ts +0 -46
- package/dist/types/commands/CreatePublishingDestinationCommand.d.ts +0 -36
- package/dist/types/commands/CreateSampleFindingsCommand.d.ts +0 -37
- package/dist/types/commands/CreateThreatIntelSetCommand.d.ts +0 -37
- package/dist/types/commands/DeclineInvitationsCommand.d.ts +0 -36
- package/dist/types/commands/DeleteDetectorCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFilterCommand.d.ts +0 -35
- package/dist/types/commands/DeleteIPSetCommand.d.ts +0 -36
- package/dist/types/commands/DeleteInvitationsCommand.d.ts +0 -36
- package/dist/types/commands/DeleteMembersCommand.d.ts +0 -36
- package/dist/types/commands/DeletePublishingDestinationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteThreatIntelSetCommand.d.ts +0 -35
- package/dist/types/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -36
- package/dist/types/commands/DescribePublishingDestinationCommand.d.ts +0 -36
- package/dist/types/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateMembersCommand.d.ts +0 -36
- package/dist/types/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -36
- package/dist/types/commands/GetDetectorCommand.d.ts +0 -35
- package/dist/types/commands/GetFilterCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingsCommand.d.ts +0 -35
- package/dist/types/commands/GetFindingsStatisticsCommand.d.ts +0 -35
- package/dist/types/commands/GetIPSetCommand.d.ts +0 -35
- package/dist/types/commands/GetInvitationsCountCommand.d.ts +0 -36
- package/dist/types/commands/GetMasterAccountCommand.d.ts +0 -36
- package/dist/types/commands/GetMemberDetectorsCommand.d.ts +0 -35
- package/dist/types/commands/GetMembersCommand.d.ts +0 -36
- package/dist/types/commands/GetThreatIntelSetCommand.d.ts +0 -35
- package/dist/types/commands/GetUsageStatisticsCommand.d.ts +0 -38
- package/dist/types/commands/InviteMembersCommand.d.ts +0 -37
- package/dist/types/commands/ListDetectorsCommand.d.ts +0 -35
- package/dist/types/commands/ListFiltersCommand.d.ts +0 -35
- package/dist/types/commands/ListFindingsCommand.d.ts +0 -35
- package/dist/types/commands/ListIPSetsCommand.d.ts +0 -37
- package/dist/types/commands/ListInvitationsCommand.d.ts +0 -36
- package/dist/types/commands/ListMembersCommand.d.ts +0 -35
- package/dist/types/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
- package/dist/types/commands/ListPublishingDestinationsCommand.d.ts +0 -36
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/commands/ListThreatIntelSetsCommand.d.ts +0 -37
- package/dist/types/commands/StartMonitoringMembersCommand.d.ts +0 -37
- package/dist/types/commands/StopMonitoringMembersCommand.d.ts +0 -37
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UnarchiveFindingsCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDetectorCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFilterCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFindingsFeedbackCommand.d.ts +0 -35
- package/dist/types/commands/UpdateIPSetCommand.d.ts +0 -35
- package/dist/types/commands/UpdateMemberDetectorsCommand.d.ts +0 -35
- package/dist/types/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePublishingDestinationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateThreatIntelSetCommand.d.ts +0 -35
- package/dist/types/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListDetectorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFiltersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFindingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListIPSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInvitationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMembersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPublishingDestinationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListThreatIntelSetsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -176
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/GuardDuty.d.ts +0 -485
- package/dist/types/ts3.4/GuardDutyClient.d.ts +0 -206
- package/dist/types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ArchiveFindingsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateDetectorCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateIPSetCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateMembersCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeclineInvitationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteDetectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteIPSetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInvitationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteMembersCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateMembersCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetDetectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetIPSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetInvitationsCountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetMasterAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMembersCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/InviteMembersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListDetectorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFiltersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListIPSetsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListMembersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDetectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFilterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateIPSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4121
- package/dist/types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListDetectorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFiltersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFindingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListIPSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInvitationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMembersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5123
- package/pagination/GetUsageStatisticsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDetectorsPaginator.ts +0 -58
- package/pagination/ListFiltersPaginator.ts +0 -54
- package/pagination/ListFindingsPaginator.ts +0 -58
- package/pagination/ListIPSetsPaginator.ts +0 -54
- package/pagination/ListInvitationsPaginator.ts +0 -58
- package/pagination/ListMembersPaginator.ts +0 -54
- package/pagination/ListOrganizationAdminAccountsPaginator.ts +0 -58
- package/pagination/ListPublishingDestinationsPaginator.ts +0 -58
- package/pagination/ListThreatIntelSetsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -7457
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/GuardDuty.ts
DELETED
|
@@ -1,2093 +0,0 @@
|
|
|
1
|
-
import { GuardDutyClient } from "./GuardDutyClient";
|
|
2
|
-
import {
|
|
3
|
-
AcceptInvitationCommand,
|
|
4
|
-
AcceptInvitationCommandInput,
|
|
5
|
-
AcceptInvitationCommandOutput,
|
|
6
|
-
} from "./commands/AcceptInvitationCommand";
|
|
7
|
-
import {
|
|
8
|
-
ArchiveFindingsCommand,
|
|
9
|
-
ArchiveFindingsCommandInput,
|
|
10
|
-
ArchiveFindingsCommandOutput,
|
|
11
|
-
} from "./commands/ArchiveFindingsCommand";
|
|
12
|
-
import {
|
|
13
|
-
CreateDetectorCommand,
|
|
14
|
-
CreateDetectorCommandInput,
|
|
15
|
-
CreateDetectorCommandOutput,
|
|
16
|
-
} from "./commands/CreateDetectorCommand";
|
|
17
|
-
import {
|
|
18
|
-
CreateFilterCommand,
|
|
19
|
-
CreateFilterCommandInput,
|
|
20
|
-
CreateFilterCommandOutput,
|
|
21
|
-
} from "./commands/CreateFilterCommand";
|
|
22
|
-
import { CreateIPSetCommand, CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
|
|
23
|
-
import {
|
|
24
|
-
CreateMembersCommand,
|
|
25
|
-
CreateMembersCommandInput,
|
|
26
|
-
CreateMembersCommandOutput,
|
|
27
|
-
} from "./commands/CreateMembersCommand";
|
|
28
|
-
import {
|
|
29
|
-
CreatePublishingDestinationCommand,
|
|
30
|
-
CreatePublishingDestinationCommandInput,
|
|
31
|
-
CreatePublishingDestinationCommandOutput,
|
|
32
|
-
} from "./commands/CreatePublishingDestinationCommand";
|
|
33
|
-
import {
|
|
34
|
-
CreateSampleFindingsCommand,
|
|
35
|
-
CreateSampleFindingsCommandInput,
|
|
36
|
-
CreateSampleFindingsCommandOutput,
|
|
37
|
-
} from "./commands/CreateSampleFindingsCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateThreatIntelSetCommand,
|
|
40
|
-
CreateThreatIntelSetCommandInput,
|
|
41
|
-
CreateThreatIntelSetCommandOutput,
|
|
42
|
-
} from "./commands/CreateThreatIntelSetCommand";
|
|
43
|
-
import {
|
|
44
|
-
DeclineInvitationsCommand,
|
|
45
|
-
DeclineInvitationsCommandInput,
|
|
46
|
-
DeclineInvitationsCommandOutput,
|
|
47
|
-
} from "./commands/DeclineInvitationsCommand";
|
|
48
|
-
import {
|
|
49
|
-
DeleteDetectorCommand,
|
|
50
|
-
DeleteDetectorCommandInput,
|
|
51
|
-
DeleteDetectorCommandOutput,
|
|
52
|
-
} from "./commands/DeleteDetectorCommand";
|
|
53
|
-
import {
|
|
54
|
-
DeleteFilterCommand,
|
|
55
|
-
DeleteFilterCommandInput,
|
|
56
|
-
DeleteFilterCommandOutput,
|
|
57
|
-
} from "./commands/DeleteFilterCommand";
|
|
58
|
-
import { DeleteIPSetCommand, DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
|
|
59
|
-
import {
|
|
60
|
-
DeleteInvitationsCommand,
|
|
61
|
-
DeleteInvitationsCommandInput,
|
|
62
|
-
DeleteInvitationsCommandOutput,
|
|
63
|
-
} from "./commands/DeleteInvitationsCommand";
|
|
64
|
-
import {
|
|
65
|
-
DeleteMembersCommand,
|
|
66
|
-
DeleteMembersCommandInput,
|
|
67
|
-
DeleteMembersCommandOutput,
|
|
68
|
-
} from "./commands/DeleteMembersCommand";
|
|
69
|
-
import {
|
|
70
|
-
DeletePublishingDestinationCommand,
|
|
71
|
-
DeletePublishingDestinationCommandInput,
|
|
72
|
-
DeletePublishingDestinationCommandOutput,
|
|
73
|
-
} from "./commands/DeletePublishingDestinationCommand";
|
|
74
|
-
import {
|
|
75
|
-
DeleteThreatIntelSetCommand,
|
|
76
|
-
DeleteThreatIntelSetCommandInput,
|
|
77
|
-
DeleteThreatIntelSetCommandOutput,
|
|
78
|
-
} from "./commands/DeleteThreatIntelSetCommand";
|
|
79
|
-
import {
|
|
80
|
-
DescribeOrganizationConfigurationCommand,
|
|
81
|
-
DescribeOrganizationConfigurationCommandInput,
|
|
82
|
-
DescribeOrganizationConfigurationCommandOutput,
|
|
83
|
-
} from "./commands/DescribeOrganizationConfigurationCommand";
|
|
84
|
-
import {
|
|
85
|
-
DescribePublishingDestinationCommand,
|
|
86
|
-
DescribePublishingDestinationCommandInput,
|
|
87
|
-
DescribePublishingDestinationCommandOutput,
|
|
88
|
-
} from "./commands/DescribePublishingDestinationCommand";
|
|
89
|
-
import {
|
|
90
|
-
DisableOrganizationAdminAccountCommand,
|
|
91
|
-
DisableOrganizationAdminAccountCommandInput,
|
|
92
|
-
DisableOrganizationAdminAccountCommandOutput,
|
|
93
|
-
} from "./commands/DisableOrganizationAdminAccountCommand";
|
|
94
|
-
import {
|
|
95
|
-
DisassociateFromMasterAccountCommand,
|
|
96
|
-
DisassociateFromMasterAccountCommandInput,
|
|
97
|
-
DisassociateFromMasterAccountCommandOutput,
|
|
98
|
-
} from "./commands/DisassociateFromMasterAccountCommand";
|
|
99
|
-
import {
|
|
100
|
-
DisassociateMembersCommand,
|
|
101
|
-
DisassociateMembersCommandInput,
|
|
102
|
-
DisassociateMembersCommandOutput,
|
|
103
|
-
} from "./commands/DisassociateMembersCommand";
|
|
104
|
-
import {
|
|
105
|
-
EnableOrganizationAdminAccountCommand,
|
|
106
|
-
EnableOrganizationAdminAccountCommandInput,
|
|
107
|
-
EnableOrganizationAdminAccountCommandOutput,
|
|
108
|
-
} from "./commands/EnableOrganizationAdminAccountCommand";
|
|
109
|
-
import { GetDetectorCommand, GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
|
|
110
|
-
import { GetFilterCommand, GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
|
|
111
|
-
import { GetFindingsCommand, GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
112
|
-
import {
|
|
113
|
-
GetFindingsStatisticsCommand,
|
|
114
|
-
GetFindingsStatisticsCommandInput,
|
|
115
|
-
GetFindingsStatisticsCommandOutput,
|
|
116
|
-
} from "./commands/GetFindingsStatisticsCommand";
|
|
117
|
-
import { GetIPSetCommand, GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetInvitationsCountCommand,
|
|
120
|
-
GetInvitationsCountCommandInput,
|
|
121
|
-
GetInvitationsCountCommandOutput,
|
|
122
|
-
} from "./commands/GetInvitationsCountCommand";
|
|
123
|
-
import {
|
|
124
|
-
GetMasterAccountCommand,
|
|
125
|
-
GetMasterAccountCommandInput,
|
|
126
|
-
GetMasterAccountCommandOutput,
|
|
127
|
-
} from "./commands/GetMasterAccountCommand";
|
|
128
|
-
import {
|
|
129
|
-
GetMemberDetectorsCommand,
|
|
130
|
-
GetMemberDetectorsCommandInput,
|
|
131
|
-
GetMemberDetectorsCommandOutput,
|
|
132
|
-
} from "./commands/GetMemberDetectorsCommand";
|
|
133
|
-
import { GetMembersCommand, GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
134
|
-
import {
|
|
135
|
-
GetThreatIntelSetCommand,
|
|
136
|
-
GetThreatIntelSetCommandInput,
|
|
137
|
-
GetThreatIntelSetCommandOutput,
|
|
138
|
-
} from "./commands/GetThreatIntelSetCommand";
|
|
139
|
-
import {
|
|
140
|
-
GetUsageStatisticsCommand,
|
|
141
|
-
GetUsageStatisticsCommandInput,
|
|
142
|
-
GetUsageStatisticsCommandOutput,
|
|
143
|
-
} from "./commands/GetUsageStatisticsCommand";
|
|
144
|
-
import {
|
|
145
|
-
InviteMembersCommand,
|
|
146
|
-
InviteMembersCommandInput,
|
|
147
|
-
InviteMembersCommandOutput,
|
|
148
|
-
} from "./commands/InviteMembersCommand";
|
|
149
|
-
import {
|
|
150
|
-
ListDetectorsCommand,
|
|
151
|
-
ListDetectorsCommandInput,
|
|
152
|
-
ListDetectorsCommandOutput,
|
|
153
|
-
} from "./commands/ListDetectorsCommand";
|
|
154
|
-
import { ListFiltersCommand, ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
155
|
-
import {
|
|
156
|
-
ListFindingsCommand,
|
|
157
|
-
ListFindingsCommandInput,
|
|
158
|
-
ListFindingsCommandOutput,
|
|
159
|
-
} from "./commands/ListFindingsCommand";
|
|
160
|
-
import { ListIPSetsCommand, ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
|
|
161
|
-
import {
|
|
162
|
-
ListInvitationsCommand,
|
|
163
|
-
ListInvitationsCommandInput,
|
|
164
|
-
ListInvitationsCommandOutput,
|
|
165
|
-
} from "./commands/ListInvitationsCommand";
|
|
166
|
-
import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
167
|
-
import {
|
|
168
|
-
ListOrganizationAdminAccountsCommand,
|
|
169
|
-
ListOrganizationAdminAccountsCommandInput,
|
|
170
|
-
ListOrganizationAdminAccountsCommandOutput,
|
|
171
|
-
} from "./commands/ListOrganizationAdminAccountsCommand";
|
|
172
|
-
import {
|
|
173
|
-
ListPublishingDestinationsCommand,
|
|
174
|
-
ListPublishingDestinationsCommandInput,
|
|
175
|
-
ListPublishingDestinationsCommandOutput,
|
|
176
|
-
} from "./commands/ListPublishingDestinationsCommand";
|
|
177
|
-
import {
|
|
178
|
-
ListTagsForResourceCommand,
|
|
179
|
-
ListTagsForResourceCommandInput,
|
|
180
|
-
ListTagsForResourceCommandOutput,
|
|
181
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
182
|
-
import {
|
|
183
|
-
ListThreatIntelSetsCommand,
|
|
184
|
-
ListThreatIntelSetsCommandInput,
|
|
185
|
-
ListThreatIntelSetsCommandOutput,
|
|
186
|
-
} from "./commands/ListThreatIntelSetsCommand";
|
|
187
|
-
import {
|
|
188
|
-
StartMonitoringMembersCommand,
|
|
189
|
-
StartMonitoringMembersCommandInput,
|
|
190
|
-
StartMonitoringMembersCommandOutput,
|
|
191
|
-
} from "./commands/StartMonitoringMembersCommand";
|
|
192
|
-
import {
|
|
193
|
-
StopMonitoringMembersCommand,
|
|
194
|
-
StopMonitoringMembersCommandInput,
|
|
195
|
-
StopMonitoringMembersCommandOutput,
|
|
196
|
-
} from "./commands/StopMonitoringMembersCommand";
|
|
197
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
198
|
-
import {
|
|
199
|
-
UnarchiveFindingsCommand,
|
|
200
|
-
UnarchiveFindingsCommandInput,
|
|
201
|
-
UnarchiveFindingsCommandOutput,
|
|
202
|
-
} from "./commands/UnarchiveFindingsCommand";
|
|
203
|
-
import {
|
|
204
|
-
UntagResourceCommand,
|
|
205
|
-
UntagResourceCommandInput,
|
|
206
|
-
UntagResourceCommandOutput,
|
|
207
|
-
} from "./commands/UntagResourceCommand";
|
|
208
|
-
import {
|
|
209
|
-
UpdateDetectorCommand,
|
|
210
|
-
UpdateDetectorCommandInput,
|
|
211
|
-
UpdateDetectorCommandOutput,
|
|
212
|
-
} from "./commands/UpdateDetectorCommand";
|
|
213
|
-
import {
|
|
214
|
-
UpdateFilterCommand,
|
|
215
|
-
UpdateFilterCommandInput,
|
|
216
|
-
UpdateFilterCommandOutput,
|
|
217
|
-
} from "./commands/UpdateFilterCommand";
|
|
218
|
-
import {
|
|
219
|
-
UpdateFindingsFeedbackCommand,
|
|
220
|
-
UpdateFindingsFeedbackCommandInput,
|
|
221
|
-
UpdateFindingsFeedbackCommandOutput,
|
|
222
|
-
} from "./commands/UpdateFindingsFeedbackCommand";
|
|
223
|
-
import { UpdateIPSetCommand, UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
224
|
-
import {
|
|
225
|
-
UpdateMemberDetectorsCommand,
|
|
226
|
-
UpdateMemberDetectorsCommandInput,
|
|
227
|
-
UpdateMemberDetectorsCommandOutput,
|
|
228
|
-
} from "./commands/UpdateMemberDetectorsCommand";
|
|
229
|
-
import {
|
|
230
|
-
UpdateOrganizationConfigurationCommand,
|
|
231
|
-
UpdateOrganizationConfigurationCommandInput,
|
|
232
|
-
UpdateOrganizationConfigurationCommandOutput,
|
|
233
|
-
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
234
|
-
import {
|
|
235
|
-
UpdatePublishingDestinationCommand,
|
|
236
|
-
UpdatePublishingDestinationCommandInput,
|
|
237
|
-
UpdatePublishingDestinationCommandOutput,
|
|
238
|
-
} from "./commands/UpdatePublishingDestinationCommand";
|
|
239
|
-
import {
|
|
240
|
-
UpdateThreatIntelSetCommand,
|
|
241
|
-
UpdateThreatIntelSetCommandInput,
|
|
242
|
-
UpdateThreatIntelSetCommandOutput,
|
|
243
|
-
} from "./commands/UpdateThreatIntelSetCommand";
|
|
244
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
245
|
-
|
|
246
|
-
/**
|
|
247
|
-
* <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
|
|
248
|
-
* the following data sources: VPC Flow Logs, AWS CloudTrail event logs, and DNS logs. It uses
|
|
249
|
-
* threat intelligence feeds (such as lists of malicious IPs and domains) and machine learning to
|
|
250
|
-
* identify unexpected, potentially unauthorized, and malicious activity within your AWS
|
|
251
|
-
* environment. This can include issues like escalations of privileges, uses of exposed
|
|
252
|
-
* credentials, or communication with malicious IPs, URLs, or domains. For example, GuardDuty can
|
|
253
|
-
* detect compromised EC2 instances that serve malware or mine bitcoin. </p>
|
|
254
|
-
* <p>GuardDuty also monitors AWS account access behavior for signs of compromise. Some examples
|
|
255
|
-
* of this are unauthorized infrastructure deployments such as EC2 instances deployed in a Region
|
|
256
|
-
* that has never been used, or unusual API calls like a password policy change to reduce
|
|
257
|
-
* password strength. </p>
|
|
258
|
-
* <p>GuardDuty informs you of the status of your AWS environment by producing security findings
|
|
259
|
-
* that you can view in the GuardDuty console or through Amazon CloudWatch events. For more
|
|
260
|
-
* information, see the <i>
|
|
261
|
-
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
262
|
-
* GuardDuty User Guide</a>
|
|
263
|
-
* </i>. </p>
|
|
264
|
-
*/
|
|
265
|
-
export class GuardDuty extends GuardDutyClient {
|
|
266
|
-
/**
|
|
267
|
-
* <p>Accepts the invitation to be monitored by a GuardDuty administrator account.</p>
|
|
268
|
-
*/
|
|
269
|
-
public acceptInvitation(
|
|
270
|
-
args: AcceptInvitationCommandInput,
|
|
271
|
-
options?: __HttpHandlerOptions
|
|
272
|
-
): Promise<AcceptInvitationCommandOutput>;
|
|
273
|
-
public acceptInvitation(
|
|
274
|
-
args: AcceptInvitationCommandInput,
|
|
275
|
-
cb: (err: any, data?: AcceptInvitationCommandOutput) => void
|
|
276
|
-
): void;
|
|
277
|
-
public acceptInvitation(
|
|
278
|
-
args: AcceptInvitationCommandInput,
|
|
279
|
-
options: __HttpHandlerOptions,
|
|
280
|
-
cb: (err: any, data?: AcceptInvitationCommandOutput) => void
|
|
281
|
-
): void;
|
|
282
|
-
public acceptInvitation(
|
|
283
|
-
args: AcceptInvitationCommandInput,
|
|
284
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AcceptInvitationCommandOutput) => void),
|
|
285
|
-
cb?: (err: any, data?: AcceptInvitationCommandOutput) => void
|
|
286
|
-
): Promise<AcceptInvitationCommandOutput> | void {
|
|
287
|
-
const command = new AcceptInvitationCommand(args);
|
|
288
|
-
if (typeof optionsOrCb === "function") {
|
|
289
|
-
this.send(command, optionsOrCb);
|
|
290
|
-
} else if (typeof cb === "function") {
|
|
291
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
292
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
293
|
-
} else {
|
|
294
|
-
return this.send(command, optionsOrCb);
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/**
|
|
299
|
-
* <p>Archives GuardDuty findings that are specified by the list of finding IDs.</p>
|
|
300
|
-
* <note>
|
|
301
|
-
* <p>Only the administrator account can archive findings. Member accounts don't have permission to
|
|
302
|
-
* archive findings from their accounts.</p>
|
|
303
|
-
* </note>
|
|
304
|
-
*/
|
|
305
|
-
public archiveFindings(
|
|
306
|
-
args: ArchiveFindingsCommandInput,
|
|
307
|
-
options?: __HttpHandlerOptions
|
|
308
|
-
): Promise<ArchiveFindingsCommandOutput>;
|
|
309
|
-
public archiveFindings(
|
|
310
|
-
args: ArchiveFindingsCommandInput,
|
|
311
|
-
cb: (err: any, data?: ArchiveFindingsCommandOutput) => void
|
|
312
|
-
): void;
|
|
313
|
-
public archiveFindings(
|
|
314
|
-
args: ArchiveFindingsCommandInput,
|
|
315
|
-
options: __HttpHandlerOptions,
|
|
316
|
-
cb: (err: any, data?: ArchiveFindingsCommandOutput) => void
|
|
317
|
-
): void;
|
|
318
|
-
public archiveFindings(
|
|
319
|
-
args: ArchiveFindingsCommandInput,
|
|
320
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ArchiveFindingsCommandOutput) => void),
|
|
321
|
-
cb?: (err: any, data?: ArchiveFindingsCommandOutput) => void
|
|
322
|
-
): Promise<ArchiveFindingsCommandOutput> | void {
|
|
323
|
-
const command = new ArchiveFindingsCommand(args);
|
|
324
|
-
if (typeof optionsOrCb === "function") {
|
|
325
|
-
this.send(command, optionsOrCb);
|
|
326
|
-
} else if (typeof cb === "function") {
|
|
327
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
328
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
329
|
-
} else {
|
|
330
|
-
return this.send(command, optionsOrCb);
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/**
|
|
335
|
-
* <p>Creates a single Amazon GuardDuty detector. A detector is a resource that represents the
|
|
336
|
-
* GuardDuty service. To start using GuardDuty, you must create a detector in each Region where
|
|
337
|
-
* you enable the service. You can have only one detector per account per Region. All data
|
|
338
|
-
* sources are enabled in a new detector by default.</p>
|
|
339
|
-
*/
|
|
340
|
-
public createDetector(
|
|
341
|
-
args: CreateDetectorCommandInput,
|
|
342
|
-
options?: __HttpHandlerOptions
|
|
343
|
-
): Promise<CreateDetectorCommandOutput>;
|
|
344
|
-
public createDetector(
|
|
345
|
-
args: CreateDetectorCommandInput,
|
|
346
|
-
cb: (err: any, data?: CreateDetectorCommandOutput) => void
|
|
347
|
-
): void;
|
|
348
|
-
public createDetector(
|
|
349
|
-
args: CreateDetectorCommandInput,
|
|
350
|
-
options: __HttpHandlerOptions,
|
|
351
|
-
cb: (err: any, data?: CreateDetectorCommandOutput) => void
|
|
352
|
-
): void;
|
|
353
|
-
public createDetector(
|
|
354
|
-
args: CreateDetectorCommandInput,
|
|
355
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDetectorCommandOutput) => void),
|
|
356
|
-
cb?: (err: any, data?: CreateDetectorCommandOutput) => void
|
|
357
|
-
): Promise<CreateDetectorCommandOutput> | void {
|
|
358
|
-
const command = new CreateDetectorCommand(args);
|
|
359
|
-
if (typeof optionsOrCb === "function") {
|
|
360
|
-
this.send(command, optionsOrCb);
|
|
361
|
-
} else if (typeof cb === "function") {
|
|
362
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
363
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
364
|
-
} else {
|
|
365
|
-
return this.send(command, optionsOrCb);
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
/**
|
|
370
|
-
* <p>Creates a filter using the specified finding criteria.</p>
|
|
371
|
-
*/
|
|
372
|
-
public createFilter(
|
|
373
|
-
args: CreateFilterCommandInput,
|
|
374
|
-
options?: __HttpHandlerOptions
|
|
375
|
-
): Promise<CreateFilterCommandOutput>;
|
|
376
|
-
public createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
|
|
377
|
-
public createFilter(
|
|
378
|
-
args: CreateFilterCommandInput,
|
|
379
|
-
options: __HttpHandlerOptions,
|
|
380
|
-
cb: (err: any, data?: CreateFilterCommandOutput) => void
|
|
381
|
-
): void;
|
|
382
|
-
public createFilter(
|
|
383
|
-
args: CreateFilterCommandInput,
|
|
384
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateFilterCommandOutput) => void),
|
|
385
|
-
cb?: (err: any, data?: CreateFilterCommandOutput) => void
|
|
386
|
-
): Promise<CreateFilterCommandOutput> | void {
|
|
387
|
-
const command = new CreateFilterCommand(args);
|
|
388
|
-
if (typeof optionsOrCb === "function") {
|
|
389
|
-
this.send(command, optionsOrCb);
|
|
390
|
-
} else if (typeof cb === "function") {
|
|
391
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
392
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
393
|
-
} else {
|
|
394
|
-
return this.send(command, optionsOrCb);
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
/**
|
|
399
|
-
* <p>Creates a new IPSet, which is called a trusted IP list in the console user interface. An
|
|
400
|
-
* IPSet is a list of IP addresses that are trusted for secure communication with AWS
|
|
401
|
-
* infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are
|
|
402
|
-
* included in IPSets. Only users from the administrator account can use this operation.</p>
|
|
403
|
-
*/
|
|
404
|
-
public createIPSet(args: CreateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateIPSetCommandOutput>;
|
|
405
|
-
public createIPSet(args: CreateIPSetCommandInput, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
|
|
406
|
-
public createIPSet(
|
|
407
|
-
args: CreateIPSetCommandInput,
|
|
408
|
-
options: __HttpHandlerOptions,
|
|
409
|
-
cb: (err: any, data?: CreateIPSetCommandOutput) => void
|
|
410
|
-
): void;
|
|
411
|
-
public createIPSet(
|
|
412
|
-
args: CreateIPSetCommandInput,
|
|
413
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateIPSetCommandOutput) => void),
|
|
414
|
-
cb?: (err: any, data?: CreateIPSetCommandOutput) => void
|
|
415
|
-
): Promise<CreateIPSetCommandOutput> | void {
|
|
416
|
-
const command = new CreateIPSetCommand(args);
|
|
417
|
-
if (typeof optionsOrCb === "function") {
|
|
418
|
-
this.send(command, optionsOrCb);
|
|
419
|
-
} else if (typeof cb === "function") {
|
|
420
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
421
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
422
|
-
} else {
|
|
423
|
-
return this.send(command, optionsOrCb);
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
/**
|
|
428
|
-
* <p>Creates member accounts of the current AWS account by specifying a list of AWS account
|
|
429
|
-
* IDs. This step is a prerequisite for managing the associated member accounts either by
|
|
430
|
-
* invitation or through an organization.</p>
|
|
431
|
-
* <p>When using <code>Create Members</code> as an organizations delegated administrator this
|
|
432
|
-
* action will enable GuardDuty in the added member accounts, with the exception of the
|
|
433
|
-
* organization delegated administrator account, which must enable GuardDuty prior to being added as a
|
|
434
|
-
* member.</p>
|
|
435
|
-
* <p>If you are adding accounts by invitation use this action after GuardDuty has been enabled
|
|
436
|
-
* in potential member accounts and before using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">
|
|
437
|
-
* <code>Invite
|
|
438
|
-
* Members</code>
|
|
439
|
-
* </a>.</p>
|
|
440
|
-
*/
|
|
441
|
-
public createMembers(
|
|
442
|
-
args: CreateMembersCommandInput,
|
|
443
|
-
options?: __HttpHandlerOptions
|
|
444
|
-
): Promise<CreateMembersCommandOutput>;
|
|
445
|
-
public createMembers(
|
|
446
|
-
args: CreateMembersCommandInput,
|
|
447
|
-
cb: (err: any, data?: CreateMembersCommandOutput) => void
|
|
448
|
-
): void;
|
|
449
|
-
public createMembers(
|
|
450
|
-
args: CreateMembersCommandInput,
|
|
451
|
-
options: __HttpHandlerOptions,
|
|
452
|
-
cb: (err: any, data?: CreateMembersCommandOutput) => void
|
|
453
|
-
): void;
|
|
454
|
-
public createMembers(
|
|
455
|
-
args: CreateMembersCommandInput,
|
|
456
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateMembersCommandOutput) => void),
|
|
457
|
-
cb?: (err: any, data?: CreateMembersCommandOutput) => void
|
|
458
|
-
): Promise<CreateMembersCommandOutput> | void {
|
|
459
|
-
const command = new CreateMembersCommand(args);
|
|
460
|
-
if (typeof optionsOrCb === "function") {
|
|
461
|
-
this.send(command, optionsOrCb);
|
|
462
|
-
} else if (typeof cb === "function") {
|
|
463
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
464
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
465
|
-
} else {
|
|
466
|
-
return this.send(command, optionsOrCb);
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
/**
|
|
471
|
-
* <p>Creates a publishing destination to export findings to. The resource to export findings to
|
|
472
|
-
* must exist before you use this operation.</p>
|
|
473
|
-
*/
|
|
474
|
-
public createPublishingDestination(
|
|
475
|
-
args: CreatePublishingDestinationCommandInput,
|
|
476
|
-
options?: __HttpHandlerOptions
|
|
477
|
-
): Promise<CreatePublishingDestinationCommandOutput>;
|
|
478
|
-
public createPublishingDestination(
|
|
479
|
-
args: CreatePublishingDestinationCommandInput,
|
|
480
|
-
cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void
|
|
481
|
-
): void;
|
|
482
|
-
public createPublishingDestination(
|
|
483
|
-
args: CreatePublishingDestinationCommandInput,
|
|
484
|
-
options: __HttpHandlerOptions,
|
|
485
|
-
cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void
|
|
486
|
-
): void;
|
|
487
|
-
public createPublishingDestination(
|
|
488
|
-
args: CreatePublishingDestinationCommandInput,
|
|
489
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePublishingDestinationCommandOutput) => void),
|
|
490
|
-
cb?: (err: any, data?: CreatePublishingDestinationCommandOutput) => void
|
|
491
|
-
): Promise<CreatePublishingDestinationCommandOutput> | void {
|
|
492
|
-
const command = new CreatePublishingDestinationCommand(args);
|
|
493
|
-
if (typeof optionsOrCb === "function") {
|
|
494
|
-
this.send(command, optionsOrCb);
|
|
495
|
-
} else if (typeof cb === "function") {
|
|
496
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
497
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
498
|
-
} else {
|
|
499
|
-
return this.send(command, optionsOrCb);
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
/**
|
|
504
|
-
* <p>Generates example findings of types specified by the list of finding types. If 'NULL' is
|
|
505
|
-
* specified for <code>findingTypes</code>, the API generates example findings of all supported
|
|
506
|
-
* finding types.</p>
|
|
507
|
-
*/
|
|
508
|
-
public createSampleFindings(
|
|
509
|
-
args: CreateSampleFindingsCommandInput,
|
|
510
|
-
options?: __HttpHandlerOptions
|
|
511
|
-
): Promise<CreateSampleFindingsCommandOutput>;
|
|
512
|
-
public createSampleFindings(
|
|
513
|
-
args: CreateSampleFindingsCommandInput,
|
|
514
|
-
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
515
|
-
): void;
|
|
516
|
-
public createSampleFindings(
|
|
517
|
-
args: CreateSampleFindingsCommandInput,
|
|
518
|
-
options: __HttpHandlerOptions,
|
|
519
|
-
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
520
|
-
): void;
|
|
521
|
-
public createSampleFindings(
|
|
522
|
-
args: CreateSampleFindingsCommandInput,
|
|
523
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateSampleFindingsCommandOutput) => void),
|
|
524
|
-
cb?: (err: any, data?: CreateSampleFindingsCommandOutput) => void
|
|
525
|
-
): Promise<CreateSampleFindingsCommandOutput> | void {
|
|
526
|
-
const command = new CreateSampleFindingsCommand(args);
|
|
527
|
-
if (typeof optionsOrCb === "function") {
|
|
528
|
-
this.send(command, optionsOrCb);
|
|
529
|
-
} else if (typeof cb === "function") {
|
|
530
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
531
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
532
|
-
} else {
|
|
533
|
-
return this.send(command, optionsOrCb);
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
/**
|
|
538
|
-
* <p>Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses.
|
|
539
|
-
* GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can
|
|
540
|
-
* use this operation.</p>
|
|
541
|
-
*/
|
|
542
|
-
public createThreatIntelSet(
|
|
543
|
-
args: CreateThreatIntelSetCommandInput,
|
|
544
|
-
options?: __HttpHandlerOptions
|
|
545
|
-
): Promise<CreateThreatIntelSetCommandOutput>;
|
|
546
|
-
public createThreatIntelSet(
|
|
547
|
-
args: CreateThreatIntelSetCommandInput,
|
|
548
|
-
cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void
|
|
549
|
-
): void;
|
|
550
|
-
public createThreatIntelSet(
|
|
551
|
-
args: CreateThreatIntelSetCommandInput,
|
|
552
|
-
options: __HttpHandlerOptions,
|
|
553
|
-
cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void
|
|
554
|
-
): void;
|
|
555
|
-
public createThreatIntelSet(
|
|
556
|
-
args: CreateThreatIntelSetCommandInput,
|
|
557
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateThreatIntelSetCommandOutput) => void),
|
|
558
|
-
cb?: (err: any, data?: CreateThreatIntelSetCommandOutput) => void
|
|
559
|
-
): Promise<CreateThreatIntelSetCommandOutput> | void {
|
|
560
|
-
const command = new CreateThreatIntelSetCommand(args);
|
|
561
|
-
if (typeof optionsOrCb === "function") {
|
|
562
|
-
this.send(command, optionsOrCb);
|
|
563
|
-
} else if (typeof cb === "function") {
|
|
564
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
565
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
566
|
-
} else {
|
|
567
|
-
return this.send(command, optionsOrCb);
|
|
568
|
-
}
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
/**
|
|
572
|
-
* <p>Declines invitations sent to the current member account by AWS accounts specified by their
|
|
573
|
-
* account IDs.</p>
|
|
574
|
-
*/
|
|
575
|
-
public declineInvitations(
|
|
576
|
-
args: DeclineInvitationsCommandInput,
|
|
577
|
-
options?: __HttpHandlerOptions
|
|
578
|
-
): Promise<DeclineInvitationsCommandOutput>;
|
|
579
|
-
public declineInvitations(
|
|
580
|
-
args: DeclineInvitationsCommandInput,
|
|
581
|
-
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void
|
|
582
|
-
): void;
|
|
583
|
-
public declineInvitations(
|
|
584
|
-
args: DeclineInvitationsCommandInput,
|
|
585
|
-
options: __HttpHandlerOptions,
|
|
586
|
-
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void
|
|
587
|
-
): void;
|
|
588
|
-
public declineInvitations(
|
|
589
|
-
args: DeclineInvitationsCommandInput,
|
|
590
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeclineInvitationsCommandOutput) => void),
|
|
591
|
-
cb?: (err: any, data?: DeclineInvitationsCommandOutput) => void
|
|
592
|
-
): Promise<DeclineInvitationsCommandOutput> | void {
|
|
593
|
-
const command = new DeclineInvitationsCommand(args);
|
|
594
|
-
if (typeof optionsOrCb === "function") {
|
|
595
|
-
this.send(command, optionsOrCb);
|
|
596
|
-
} else if (typeof cb === "function") {
|
|
597
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
598
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
599
|
-
} else {
|
|
600
|
-
return this.send(command, optionsOrCb);
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
/**
|
|
605
|
-
* <p>Deletes an Amazon GuardDuty detector that is specified by the detector ID.</p>
|
|
606
|
-
*/
|
|
607
|
-
public deleteDetector(
|
|
608
|
-
args: DeleteDetectorCommandInput,
|
|
609
|
-
options?: __HttpHandlerOptions
|
|
610
|
-
): Promise<DeleteDetectorCommandOutput>;
|
|
611
|
-
public deleteDetector(
|
|
612
|
-
args: DeleteDetectorCommandInput,
|
|
613
|
-
cb: (err: any, data?: DeleteDetectorCommandOutput) => void
|
|
614
|
-
): void;
|
|
615
|
-
public deleteDetector(
|
|
616
|
-
args: DeleteDetectorCommandInput,
|
|
617
|
-
options: __HttpHandlerOptions,
|
|
618
|
-
cb: (err: any, data?: DeleteDetectorCommandOutput) => void
|
|
619
|
-
): void;
|
|
620
|
-
public deleteDetector(
|
|
621
|
-
args: DeleteDetectorCommandInput,
|
|
622
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDetectorCommandOutput) => void),
|
|
623
|
-
cb?: (err: any, data?: DeleteDetectorCommandOutput) => void
|
|
624
|
-
): Promise<DeleteDetectorCommandOutput> | void {
|
|
625
|
-
const command = new DeleteDetectorCommand(args);
|
|
626
|
-
if (typeof optionsOrCb === "function") {
|
|
627
|
-
this.send(command, optionsOrCb);
|
|
628
|
-
} else if (typeof cb === "function") {
|
|
629
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
630
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
631
|
-
} else {
|
|
632
|
-
return this.send(command, optionsOrCb);
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
/**
|
|
637
|
-
* <p>Deletes the filter specified by the filter name.</p>
|
|
638
|
-
*/
|
|
639
|
-
public deleteFilter(
|
|
640
|
-
args: DeleteFilterCommandInput,
|
|
641
|
-
options?: __HttpHandlerOptions
|
|
642
|
-
): Promise<DeleteFilterCommandOutput>;
|
|
643
|
-
public deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
|
|
644
|
-
public deleteFilter(
|
|
645
|
-
args: DeleteFilterCommandInput,
|
|
646
|
-
options: __HttpHandlerOptions,
|
|
647
|
-
cb: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
648
|
-
): void;
|
|
649
|
-
public deleteFilter(
|
|
650
|
-
args: DeleteFilterCommandInput,
|
|
651
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteFilterCommandOutput) => void),
|
|
652
|
-
cb?: (err: any, data?: DeleteFilterCommandOutput) => void
|
|
653
|
-
): Promise<DeleteFilterCommandOutput> | void {
|
|
654
|
-
const command = new DeleteFilterCommand(args);
|
|
655
|
-
if (typeof optionsOrCb === "function") {
|
|
656
|
-
this.send(command, optionsOrCb);
|
|
657
|
-
} else if (typeof cb === "function") {
|
|
658
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
659
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
660
|
-
} else {
|
|
661
|
-
return this.send(command, optionsOrCb);
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
/**
|
|
666
|
-
* <p>Deletes invitations sent to the current member account by AWS accounts specified by their
|
|
667
|
-
* account IDs.</p>
|
|
668
|
-
*/
|
|
669
|
-
public deleteInvitations(
|
|
670
|
-
args: DeleteInvitationsCommandInput,
|
|
671
|
-
options?: __HttpHandlerOptions
|
|
672
|
-
): Promise<DeleteInvitationsCommandOutput>;
|
|
673
|
-
public deleteInvitations(
|
|
674
|
-
args: DeleteInvitationsCommandInput,
|
|
675
|
-
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void
|
|
676
|
-
): void;
|
|
677
|
-
public deleteInvitations(
|
|
678
|
-
args: DeleteInvitationsCommandInput,
|
|
679
|
-
options: __HttpHandlerOptions,
|
|
680
|
-
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void
|
|
681
|
-
): void;
|
|
682
|
-
public deleteInvitations(
|
|
683
|
-
args: DeleteInvitationsCommandInput,
|
|
684
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteInvitationsCommandOutput) => void),
|
|
685
|
-
cb?: (err: any, data?: DeleteInvitationsCommandOutput) => void
|
|
686
|
-
): Promise<DeleteInvitationsCommandOutput> | void {
|
|
687
|
-
const command = new DeleteInvitationsCommand(args);
|
|
688
|
-
if (typeof optionsOrCb === "function") {
|
|
689
|
-
this.send(command, optionsOrCb);
|
|
690
|
-
} else if (typeof cb === "function") {
|
|
691
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
692
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
693
|
-
} else {
|
|
694
|
-
return this.send(command, optionsOrCb);
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
/**
|
|
699
|
-
* <p>Deletes the IPSet specified by the <code>ipSetId</code>. IPSets are called trusted IP
|
|
700
|
-
* lists in the console user interface.</p>
|
|
701
|
-
*/
|
|
702
|
-
public deleteIPSet(args: DeleteIPSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIPSetCommandOutput>;
|
|
703
|
-
public deleteIPSet(args: DeleteIPSetCommandInput, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
|
|
704
|
-
public deleteIPSet(
|
|
705
|
-
args: DeleteIPSetCommandInput,
|
|
706
|
-
options: __HttpHandlerOptions,
|
|
707
|
-
cb: (err: any, data?: DeleteIPSetCommandOutput) => void
|
|
708
|
-
): void;
|
|
709
|
-
public deleteIPSet(
|
|
710
|
-
args: DeleteIPSetCommandInput,
|
|
711
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteIPSetCommandOutput) => void),
|
|
712
|
-
cb?: (err: any, data?: DeleteIPSetCommandOutput) => void
|
|
713
|
-
): Promise<DeleteIPSetCommandOutput> | void {
|
|
714
|
-
const command = new DeleteIPSetCommand(args);
|
|
715
|
-
if (typeof optionsOrCb === "function") {
|
|
716
|
-
this.send(command, optionsOrCb);
|
|
717
|
-
} else if (typeof cb === "function") {
|
|
718
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
719
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
720
|
-
} else {
|
|
721
|
-
return this.send(command, optionsOrCb);
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
/**
|
|
726
|
-
* <p>Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by
|
|
727
|
-
* the account IDs.</p>
|
|
728
|
-
*/
|
|
729
|
-
public deleteMembers(
|
|
730
|
-
args: DeleteMembersCommandInput,
|
|
731
|
-
options?: __HttpHandlerOptions
|
|
732
|
-
): Promise<DeleteMembersCommandOutput>;
|
|
733
|
-
public deleteMembers(
|
|
734
|
-
args: DeleteMembersCommandInput,
|
|
735
|
-
cb: (err: any, data?: DeleteMembersCommandOutput) => void
|
|
736
|
-
): void;
|
|
737
|
-
public deleteMembers(
|
|
738
|
-
args: DeleteMembersCommandInput,
|
|
739
|
-
options: __HttpHandlerOptions,
|
|
740
|
-
cb: (err: any, data?: DeleteMembersCommandOutput) => void
|
|
741
|
-
): void;
|
|
742
|
-
public deleteMembers(
|
|
743
|
-
args: DeleteMembersCommandInput,
|
|
744
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteMembersCommandOutput) => void),
|
|
745
|
-
cb?: (err: any, data?: DeleteMembersCommandOutput) => void
|
|
746
|
-
): Promise<DeleteMembersCommandOutput> | void {
|
|
747
|
-
const command = new DeleteMembersCommand(args);
|
|
748
|
-
if (typeof optionsOrCb === "function") {
|
|
749
|
-
this.send(command, optionsOrCb);
|
|
750
|
-
} else if (typeof cb === "function") {
|
|
751
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
752
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
753
|
-
} else {
|
|
754
|
-
return this.send(command, optionsOrCb);
|
|
755
|
-
}
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
/**
|
|
759
|
-
* <p>Deletes the publishing definition with the specified <code>destinationId</code>.</p>
|
|
760
|
-
*/
|
|
761
|
-
public deletePublishingDestination(
|
|
762
|
-
args: DeletePublishingDestinationCommandInput,
|
|
763
|
-
options?: __HttpHandlerOptions
|
|
764
|
-
): Promise<DeletePublishingDestinationCommandOutput>;
|
|
765
|
-
public deletePublishingDestination(
|
|
766
|
-
args: DeletePublishingDestinationCommandInput,
|
|
767
|
-
cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void
|
|
768
|
-
): void;
|
|
769
|
-
public deletePublishingDestination(
|
|
770
|
-
args: DeletePublishingDestinationCommandInput,
|
|
771
|
-
options: __HttpHandlerOptions,
|
|
772
|
-
cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void
|
|
773
|
-
): void;
|
|
774
|
-
public deletePublishingDestination(
|
|
775
|
-
args: DeletePublishingDestinationCommandInput,
|
|
776
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePublishingDestinationCommandOutput) => void),
|
|
777
|
-
cb?: (err: any, data?: DeletePublishingDestinationCommandOutput) => void
|
|
778
|
-
): Promise<DeletePublishingDestinationCommandOutput> | void {
|
|
779
|
-
const command = new DeletePublishingDestinationCommand(args);
|
|
780
|
-
if (typeof optionsOrCb === "function") {
|
|
781
|
-
this.send(command, optionsOrCb);
|
|
782
|
-
} else if (typeof cb === "function") {
|
|
783
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
784
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
785
|
-
} else {
|
|
786
|
-
return this.send(command, optionsOrCb);
|
|
787
|
-
}
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
/**
|
|
791
|
-
* <p>Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.</p>
|
|
792
|
-
*/
|
|
793
|
-
public deleteThreatIntelSet(
|
|
794
|
-
args: DeleteThreatIntelSetCommandInput,
|
|
795
|
-
options?: __HttpHandlerOptions
|
|
796
|
-
): Promise<DeleteThreatIntelSetCommandOutput>;
|
|
797
|
-
public deleteThreatIntelSet(
|
|
798
|
-
args: DeleteThreatIntelSetCommandInput,
|
|
799
|
-
cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void
|
|
800
|
-
): void;
|
|
801
|
-
public deleteThreatIntelSet(
|
|
802
|
-
args: DeleteThreatIntelSetCommandInput,
|
|
803
|
-
options: __HttpHandlerOptions,
|
|
804
|
-
cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void
|
|
805
|
-
): void;
|
|
806
|
-
public deleteThreatIntelSet(
|
|
807
|
-
args: DeleteThreatIntelSetCommandInput,
|
|
808
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteThreatIntelSetCommandOutput) => void),
|
|
809
|
-
cb?: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void
|
|
810
|
-
): Promise<DeleteThreatIntelSetCommandOutput> | void {
|
|
811
|
-
const command = new DeleteThreatIntelSetCommand(args);
|
|
812
|
-
if (typeof optionsOrCb === "function") {
|
|
813
|
-
this.send(command, optionsOrCb);
|
|
814
|
-
} else if (typeof cb === "function") {
|
|
815
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
816
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
817
|
-
} else {
|
|
818
|
-
return this.send(command, optionsOrCb);
|
|
819
|
-
}
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
/**
|
|
823
|
-
* <p>Returns information about the account selected as the delegated administrator for
|
|
824
|
-
* GuardDuty.</p>
|
|
825
|
-
*/
|
|
826
|
-
public describeOrganizationConfiguration(
|
|
827
|
-
args: DescribeOrganizationConfigurationCommandInput,
|
|
828
|
-
options?: __HttpHandlerOptions
|
|
829
|
-
): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
830
|
-
public describeOrganizationConfiguration(
|
|
831
|
-
args: DescribeOrganizationConfigurationCommandInput,
|
|
832
|
-
cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void
|
|
833
|
-
): void;
|
|
834
|
-
public describeOrganizationConfiguration(
|
|
835
|
-
args: DescribeOrganizationConfigurationCommandInput,
|
|
836
|
-
options: __HttpHandlerOptions,
|
|
837
|
-
cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void
|
|
838
|
-
): void;
|
|
839
|
-
public describeOrganizationConfiguration(
|
|
840
|
-
args: DescribeOrganizationConfigurationCommandInput,
|
|
841
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void),
|
|
842
|
-
cb?: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void
|
|
843
|
-
): Promise<DescribeOrganizationConfigurationCommandOutput> | void {
|
|
844
|
-
const command = new DescribeOrganizationConfigurationCommand(args);
|
|
845
|
-
if (typeof optionsOrCb === "function") {
|
|
846
|
-
this.send(command, optionsOrCb);
|
|
847
|
-
} else if (typeof cb === "function") {
|
|
848
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
849
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
850
|
-
} else {
|
|
851
|
-
return this.send(command, optionsOrCb);
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
/**
|
|
856
|
-
* <p>Returns information about the publishing destination specified by the provided
|
|
857
|
-
* <code>destinationId</code>.</p>
|
|
858
|
-
*/
|
|
859
|
-
public describePublishingDestination(
|
|
860
|
-
args: DescribePublishingDestinationCommandInput,
|
|
861
|
-
options?: __HttpHandlerOptions
|
|
862
|
-
): Promise<DescribePublishingDestinationCommandOutput>;
|
|
863
|
-
public describePublishingDestination(
|
|
864
|
-
args: DescribePublishingDestinationCommandInput,
|
|
865
|
-
cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void
|
|
866
|
-
): void;
|
|
867
|
-
public describePublishingDestination(
|
|
868
|
-
args: DescribePublishingDestinationCommandInput,
|
|
869
|
-
options: __HttpHandlerOptions,
|
|
870
|
-
cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void
|
|
871
|
-
): void;
|
|
872
|
-
public describePublishingDestination(
|
|
873
|
-
args: DescribePublishingDestinationCommandInput,
|
|
874
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePublishingDestinationCommandOutput) => void),
|
|
875
|
-
cb?: (err: any, data?: DescribePublishingDestinationCommandOutput) => void
|
|
876
|
-
): Promise<DescribePublishingDestinationCommandOutput> | void {
|
|
877
|
-
const command = new DescribePublishingDestinationCommand(args);
|
|
878
|
-
if (typeof optionsOrCb === "function") {
|
|
879
|
-
this.send(command, optionsOrCb);
|
|
880
|
-
} else if (typeof cb === "function") {
|
|
881
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
882
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
883
|
-
} else {
|
|
884
|
-
return this.send(command, optionsOrCb);
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
/**
|
|
889
|
-
* <p>Disables an AWS account within the Organization as the GuardDuty delegated
|
|
890
|
-
* administrator.</p>
|
|
891
|
-
*/
|
|
892
|
-
public disableOrganizationAdminAccount(
|
|
893
|
-
args: DisableOrganizationAdminAccountCommandInput,
|
|
894
|
-
options?: __HttpHandlerOptions
|
|
895
|
-
): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
896
|
-
public disableOrganizationAdminAccount(
|
|
897
|
-
args: DisableOrganizationAdminAccountCommandInput,
|
|
898
|
-
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
|
|
899
|
-
): void;
|
|
900
|
-
public disableOrganizationAdminAccount(
|
|
901
|
-
args: DisableOrganizationAdminAccountCommandInput,
|
|
902
|
-
options: __HttpHandlerOptions,
|
|
903
|
-
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
|
|
904
|
-
): void;
|
|
905
|
-
public disableOrganizationAdminAccount(
|
|
906
|
-
args: DisableOrganizationAdminAccountCommandInput,
|
|
907
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void),
|
|
908
|
-
cb?: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
|
|
909
|
-
): Promise<DisableOrganizationAdminAccountCommandOutput> | void {
|
|
910
|
-
const command = new DisableOrganizationAdminAccountCommand(args);
|
|
911
|
-
if (typeof optionsOrCb === "function") {
|
|
912
|
-
this.send(command, optionsOrCb);
|
|
913
|
-
} else if (typeof cb === "function") {
|
|
914
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
915
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
916
|
-
} else {
|
|
917
|
-
return this.send(command, optionsOrCb);
|
|
918
|
-
}
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
/**
|
|
922
|
-
* <p>Disassociates the current GuardDuty member account from its administrator account.</p>
|
|
923
|
-
*/
|
|
924
|
-
public disassociateFromMasterAccount(
|
|
925
|
-
args: DisassociateFromMasterAccountCommandInput,
|
|
926
|
-
options?: __HttpHandlerOptions
|
|
927
|
-
): Promise<DisassociateFromMasterAccountCommandOutput>;
|
|
928
|
-
public disassociateFromMasterAccount(
|
|
929
|
-
args: DisassociateFromMasterAccountCommandInput,
|
|
930
|
-
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
|
|
931
|
-
): void;
|
|
932
|
-
public disassociateFromMasterAccount(
|
|
933
|
-
args: DisassociateFromMasterAccountCommandInput,
|
|
934
|
-
options: __HttpHandlerOptions,
|
|
935
|
-
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
|
|
936
|
-
): void;
|
|
937
|
-
public disassociateFromMasterAccount(
|
|
938
|
-
args: DisassociateFromMasterAccountCommandInput,
|
|
939
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateFromMasterAccountCommandOutput) => void),
|
|
940
|
-
cb?: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void
|
|
941
|
-
): Promise<DisassociateFromMasterAccountCommandOutput> | void {
|
|
942
|
-
const command = new DisassociateFromMasterAccountCommand(args);
|
|
943
|
-
if (typeof optionsOrCb === "function") {
|
|
944
|
-
this.send(command, optionsOrCb);
|
|
945
|
-
} else if (typeof cb === "function") {
|
|
946
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
947
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
948
|
-
} else {
|
|
949
|
-
return this.send(command, optionsOrCb);
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
/**
|
|
954
|
-
* <p>Disassociates GuardDuty member accounts (to the current GuardDuty administrator account)
|
|
955
|
-
* specified by the account IDs.</p>
|
|
956
|
-
*/
|
|
957
|
-
public disassociateMembers(
|
|
958
|
-
args: DisassociateMembersCommandInput,
|
|
959
|
-
options?: __HttpHandlerOptions
|
|
960
|
-
): Promise<DisassociateMembersCommandOutput>;
|
|
961
|
-
public disassociateMembers(
|
|
962
|
-
args: DisassociateMembersCommandInput,
|
|
963
|
-
cb: (err: any, data?: DisassociateMembersCommandOutput) => void
|
|
964
|
-
): void;
|
|
965
|
-
public disassociateMembers(
|
|
966
|
-
args: DisassociateMembersCommandInput,
|
|
967
|
-
options: __HttpHandlerOptions,
|
|
968
|
-
cb: (err: any, data?: DisassociateMembersCommandOutput) => void
|
|
969
|
-
): void;
|
|
970
|
-
public disassociateMembers(
|
|
971
|
-
args: DisassociateMembersCommandInput,
|
|
972
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateMembersCommandOutput) => void),
|
|
973
|
-
cb?: (err: any, data?: DisassociateMembersCommandOutput) => void
|
|
974
|
-
): Promise<DisassociateMembersCommandOutput> | void {
|
|
975
|
-
const command = new DisassociateMembersCommand(args);
|
|
976
|
-
if (typeof optionsOrCb === "function") {
|
|
977
|
-
this.send(command, optionsOrCb);
|
|
978
|
-
} else if (typeof cb === "function") {
|
|
979
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
980
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
981
|
-
} else {
|
|
982
|
-
return this.send(command, optionsOrCb);
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
/**
|
|
987
|
-
* <p>Enables an AWS account within the organization as the GuardDuty delegated
|
|
988
|
-
* administrator.</p>
|
|
989
|
-
*/
|
|
990
|
-
public enableOrganizationAdminAccount(
|
|
991
|
-
args: EnableOrganizationAdminAccountCommandInput,
|
|
992
|
-
options?: __HttpHandlerOptions
|
|
993
|
-
): Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
994
|
-
public enableOrganizationAdminAccount(
|
|
995
|
-
args: EnableOrganizationAdminAccountCommandInput,
|
|
996
|
-
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
|
|
997
|
-
): void;
|
|
998
|
-
public enableOrganizationAdminAccount(
|
|
999
|
-
args: EnableOrganizationAdminAccountCommandInput,
|
|
1000
|
-
options: __HttpHandlerOptions,
|
|
1001
|
-
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
|
|
1002
|
-
): void;
|
|
1003
|
-
public enableOrganizationAdminAccount(
|
|
1004
|
-
args: EnableOrganizationAdminAccountCommandInput,
|
|
1005
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void),
|
|
1006
|
-
cb?: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
|
|
1007
|
-
): Promise<EnableOrganizationAdminAccountCommandOutput> | void {
|
|
1008
|
-
const command = new EnableOrganizationAdminAccountCommand(args);
|
|
1009
|
-
if (typeof optionsOrCb === "function") {
|
|
1010
|
-
this.send(command, optionsOrCb);
|
|
1011
|
-
} else if (typeof cb === "function") {
|
|
1012
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1013
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1014
|
-
} else {
|
|
1015
|
-
return this.send(command, optionsOrCb);
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
/**
|
|
1020
|
-
* <p>Retrieves an Amazon GuardDuty detector specified by the detectorId.</p>
|
|
1021
|
-
*/
|
|
1022
|
-
public getDetector(args: GetDetectorCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorCommandOutput>;
|
|
1023
|
-
public getDetector(args: GetDetectorCommandInput, cb: (err: any, data?: GetDetectorCommandOutput) => void): void;
|
|
1024
|
-
public getDetector(
|
|
1025
|
-
args: GetDetectorCommandInput,
|
|
1026
|
-
options: __HttpHandlerOptions,
|
|
1027
|
-
cb: (err: any, data?: GetDetectorCommandOutput) => void
|
|
1028
|
-
): void;
|
|
1029
|
-
public getDetector(
|
|
1030
|
-
args: GetDetectorCommandInput,
|
|
1031
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDetectorCommandOutput) => void),
|
|
1032
|
-
cb?: (err: any, data?: GetDetectorCommandOutput) => void
|
|
1033
|
-
): Promise<GetDetectorCommandOutput> | void {
|
|
1034
|
-
const command = new GetDetectorCommand(args);
|
|
1035
|
-
if (typeof optionsOrCb === "function") {
|
|
1036
|
-
this.send(command, optionsOrCb);
|
|
1037
|
-
} else if (typeof cb === "function") {
|
|
1038
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1039
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1040
|
-
} else {
|
|
1041
|
-
return this.send(command, optionsOrCb);
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
/**
|
|
1046
|
-
* <p>Returns the details of the filter specified by the filter name.</p>
|
|
1047
|
-
*/
|
|
1048
|
-
public getFilter(args: GetFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetFilterCommandOutput>;
|
|
1049
|
-
public getFilter(args: GetFilterCommandInput, cb: (err: any, data?: GetFilterCommandOutput) => void): void;
|
|
1050
|
-
public getFilter(
|
|
1051
|
-
args: GetFilterCommandInput,
|
|
1052
|
-
options: __HttpHandlerOptions,
|
|
1053
|
-
cb: (err: any, data?: GetFilterCommandOutput) => void
|
|
1054
|
-
): void;
|
|
1055
|
-
public getFilter(
|
|
1056
|
-
args: GetFilterCommandInput,
|
|
1057
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFilterCommandOutput) => void),
|
|
1058
|
-
cb?: (err: any, data?: GetFilterCommandOutput) => void
|
|
1059
|
-
): Promise<GetFilterCommandOutput> | void {
|
|
1060
|
-
const command = new GetFilterCommand(args);
|
|
1061
|
-
if (typeof optionsOrCb === "function") {
|
|
1062
|
-
this.send(command, optionsOrCb);
|
|
1063
|
-
} else if (typeof cb === "function") {
|
|
1064
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1065
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1066
|
-
} else {
|
|
1067
|
-
return this.send(command, optionsOrCb);
|
|
1068
|
-
}
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
/**
|
|
1072
|
-
* <p>Describes Amazon GuardDuty findings specified by finding IDs.</p>
|
|
1073
|
-
*/
|
|
1074
|
-
public getFindings(args: GetFindingsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsCommandOutput>;
|
|
1075
|
-
public getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
|
|
1076
|
-
public getFindings(
|
|
1077
|
-
args: GetFindingsCommandInput,
|
|
1078
|
-
options: __HttpHandlerOptions,
|
|
1079
|
-
cb: (err: any, data?: GetFindingsCommandOutput) => void
|
|
1080
|
-
): void;
|
|
1081
|
-
public getFindings(
|
|
1082
|
-
args: GetFindingsCommandInput,
|
|
1083
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFindingsCommandOutput) => void),
|
|
1084
|
-
cb?: (err: any, data?: GetFindingsCommandOutput) => void
|
|
1085
|
-
): Promise<GetFindingsCommandOutput> | void {
|
|
1086
|
-
const command = new GetFindingsCommand(args);
|
|
1087
|
-
if (typeof optionsOrCb === "function") {
|
|
1088
|
-
this.send(command, optionsOrCb);
|
|
1089
|
-
} else if (typeof cb === "function") {
|
|
1090
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1091
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1092
|
-
} else {
|
|
1093
|
-
return this.send(command, optionsOrCb);
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
/**
|
|
1098
|
-
* <p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p>
|
|
1099
|
-
*/
|
|
1100
|
-
public getFindingsStatistics(
|
|
1101
|
-
args: GetFindingsStatisticsCommandInput,
|
|
1102
|
-
options?: __HttpHandlerOptions
|
|
1103
|
-
): Promise<GetFindingsStatisticsCommandOutput>;
|
|
1104
|
-
public getFindingsStatistics(
|
|
1105
|
-
args: GetFindingsStatisticsCommandInput,
|
|
1106
|
-
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
|
|
1107
|
-
): void;
|
|
1108
|
-
public getFindingsStatistics(
|
|
1109
|
-
args: GetFindingsStatisticsCommandInput,
|
|
1110
|
-
options: __HttpHandlerOptions,
|
|
1111
|
-
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
|
|
1112
|
-
): void;
|
|
1113
|
-
public getFindingsStatistics(
|
|
1114
|
-
args: GetFindingsStatisticsCommandInput,
|
|
1115
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFindingsStatisticsCommandOutput) => void),
|
|
1116
|
-
cb?: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
|
|
1117
|
-
): Promise<GetFindingsStatisticsCommandOutput> | void {
|
|
1118
|
-
const command = new GetFindingsStatisticsCommand(args);
|
|
1119
|
-
if (typeof optionsOrCb === "function") {
|
|
1120
|
-
this.send(command, optionsOrCb);
|
|
1121
|
-
} else if (typeof cb === "function") {
|
|
1122
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1123
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1124
|
-
} else {
|
|
1125
|
-
return this.send(command, optionsOrCb);
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
/**
|
|
1130
|
-
* <p>Returns the count of all GuardDuty membership invitations that were sent to the current
|
|
1131
|
-
* member account except the currently accepted invitation.</p>
|
|
1132
|
-
*/
|
|
1133
|
-
public getInvitationsCount(
|
|
1134
|
-
args: GetInvitationsCountCommandInput,
|
|
1135
|
-
options?: __HttpHandlerOptions
|
|
1136
|
-
): Promise<GetInvitationsCountCommandOutput>;
|
|
1137
|
-
public getInvitationsCount(
|
|
1138
|
-
args: GetInvitationsCountCommandInput,
|
|
1139
|
-
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
|
|
1140
|
-
): void;
|
|
1141
|
-
public getInvitationsCount(
|
|
1142
|
-
args: GetInvitationsCountCommandInput,
|
|
1143
|
-
options: __HttpHandlerOptions,
|
|
1144
|
-
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
|
|
1145
|
-
): void;
|
|
1146
|
-
public getInvitationsCount(
|
|
1147
|
-
args: GetInvitationsCountCommandInput,
|
|
1148
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetInvitationsCountCommandOutput) => void),
|
|
1149
|
-
cb?: (err: any, data?: GetInvitationsCountCommandOutput) => void
|
|
1150
|
-
): Promise<GetInvitationsCountCommandOutput> | void {
|
|
1151
|
-
const command = new GetInvitationsCountCommand(args);
|
|
1152
|
-
if (typeof optionsOrCb === "function") {
|
|
1153
|
-
this.send(command, optionsOrCb);
|
|
1154
|
-
} else if (typeof cb === "function") {
|
|
1155
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1156
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1157
|
-
} else {
|
|
1158
|
-
return this.send(command, optionsOrCb);
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
/**
|
|
1163
|
-
* <p>Retrieves the IPSet specified by the <code>ipSetId</code>.</p>
|
|
1164
|
-
*/
|
|
1165
|
-
public getIPSet(args: GetIPSetCommandInput, options?: __HttpHandlerOptions): Promise<GetIPSetCommandOutput>;
|
|
1166
|
-
public getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
|
|
1167
|
-
public getIPSet(
|
|
1168
|
-
args: GetIPSetCommandInput,
|
|
1169
|
-
options: __HttpHandlerOptions,
|
|
1170
|
-
cb: (err: any, data?: GetIPSetCommandOutput) => void
|
|
1171
|
-
): void;
|
|
1172
|
-
public getIPSet(
|
|
1173
|
-
args: GetIPSetCommandInput,
|
|
1174
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetIPSetCommandOutput) => void),
|
|
1175
|
-
cb?: (err: any, data?: GetIPSetCommandOutput) => void
|
|
1176
|
-
): Promise<GetIPSetCommandOutput> | void {
|
|
1177
|
-
const command = new GetIPSetCommand(args);
|
|
1178
|
-
if (typeof optionsOrCb === "function") {
|
|
1179
|
-
this.send(command, optionsOrCb);
|
|
1180
|
-
} else if (typeof cb === "function") {
|
|
1181
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1182
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1183
|
-
} else {
|
|
1184
|
-
return this.send(command, optionsOrCb);
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
/**
|
|
1189
|
-
* <p>Provides the details for the GuardDuty administrator account associated with the current
|
|
1190
|
-
* GuardDuty member account.</p>
|
|
1191
|
-
*/
|
|
1192
|
-
public getMasterAccount(
|
|
1193
|
-
args: GetMasterAccountCommandInput,
|
|
1194
|
-
options?: __HttpHandlerOptions
|
|
1195
|
-
): Promise<GetMasterAccountCommandOutput>;
|
|
1196
|
-
public getMasterAccount(
|
|
1197
|
-
args: GetMasterAccountCommandInput,
|
|
1198
|
-
cb: (err: any, data?: GetMasterAccountCommandOutput) => void
|
|
1199
|
-
): void;
|
|
1200
|
-
public getMasterAccount(
|
|
1201
|
-
args: GetMasterAccountCommandInput,
|
|
1202
|
-
options: __HttpHandlerOptions,
|
|
1203
|
-
cb: (err: any, data?: GetMasterAccountCommandOutput) => void
|
|
1204
|
-
): void;
|
|
1205
|
-
public getMasterAccount(
|
|
1206
|
-
args: GetMasterAccountCommandInput,
|
|
1207
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMasterAccountCommandOutput) => void),
|
|
1208
|
-
cb?: (err: any, data?: GetMasterAccountCommandOutput) => void
|
|
1209
|
-
): Promise<GetMasterAccountCommandOutput> | void {
|
|
1210
|
-
const command = new GetMasterAccountCommand(args);
|
|
1211
|
-
if (typeof optionsOrCb === "function") {
|
|
1212
|
-
this.send(command, optionsOrCb);
|
|
1213
|
-
} else if (typeof cb === "function") {
|
|
1214
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1215
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1216
|
-
} else {
|
|
1217
|
-
return this.send(command, optionsOrCb);
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
/**
|
|
1222
|
-
* <p>Describes which data sources are enabled for the member account's detector.</p>
|
|
1223
|
-
*/
|
|
1224
|
-
public getMemberDetectors(
|
|
1225
|
-
args: GetMemberDetectorsCommandInput,
|
|
1226
|
-
options?: __HttpHandlerOptions
|
|
1227
|
-
): Promise<GetMemberDetectorsCommandOutput>;
|
|
1228
|
-
public getMemberDetectors(
|
|
1229
|
-
args: GetMemberDetectorsCommandInput,
|
|
1230
|
-
cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void
|
|
1231
|
-
): void;
|
|
1232
|
-
public getMemberDetectors(
|
|
1233
|
-
args: GetMemberDetectorsCommandInput,
|
|
1234
|
-
options: __HttpHandlerOptions,
|
|
1235
|
-
cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void
|
|
1236
|
-
): void;
|
|
1237
|
-
public getMemberDetectors(
|
|
1238
|
-
args: GetMemberDetectorsCommandInput,
|
|
1239
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMemberDetectorsCommandOutput) => void),
|
|
1240
|
-
cb?: (err: any, data?: GetMemberDetectorsCommandOutput) => void
|
|
1241
|
-
): Promise<GetMemberDetectorsCommandOutput> | void {
|
|
1242
|
-
const command = new GetMemberDetectorsCommand(args);
|
|
1243
|
-
if (typeof optionsOrCb === "function") {
|
|
1244
|
-
this.send(command, optionsOrCb);
|
|
1245
|
-
} else if (typeof cb === "function") {
|
|
1246
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1247
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1248
|
-
} else {
|
|
1249
|
-
return this.send(command, optionsOrCb);
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
/**
|
|
1254
|
-
* <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by
|
|
1255
|
-
* the account IDs.</p>
|
|
1256
|
-
*/
|
|
1257
|
-
public getMembers(args: GetMembersCommandInput, options?: __HttpHandlerOptions): Promise<GetMembersCommandOutput>;
|
|
1258
|
-
public getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
|
|
1259
|
-
public getMembers(
|
|
1260
|
-
args: GetMembersCommandInput,
|
|
1261
|
-
options: __HttpHandlerOptions,
|
|
1262
|
-
cb: (err: any, data?: GetMembersCommandOutput) => void
|
|
1263
|
-
): void;
|
|
1264
|
-
public getMembers(
|
|
1265
|
-
args: GetMembersCommandInput,
|
|
1266
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMembersCommandOutput) => void),
|
|
1267
|
-
cb?: (err: any, data?: GetMembersCommandOutput) => void
|
|
1268
|
-
): Promise<GetMembersCommandOutput> | void {
|
|
1269
|
-
const command = new GetMembersCommand(args);
|
|
1270
|
-
if (typeof optionsOrCb === "function") {
|
|
1271
|
-
this.send(command, optionsOrCb);
|
|
1272
|
-
} else if (typeof cb === "function") {
|
|
1273
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1274
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1275
|
-
} else {
|
|
1276
|
-
return this.send(command, optionsOrCb);
|
|
1277
|
-
}
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
/**
|
|
1281
|
-
* <p>Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.</p>
|
|
1282
|
-
*/
|
|
1283
|
-
public getThreatIntelSet(
|
|
1284
|
-
args: GetThreatIntelSetCommandInput,
|
|
1285
|
-
options?: __HttpHandlerOptions
|
|
1286
|
-
): Promise<GetThreatIntelSetCommandOutput>;
|
|
1287
|
-
public getThreatIntelSet(
|
|
1288
|
-
args: GetThreatIntelSetCommandInput,
|
|
1289
|
-
cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void
|
|
1290
|
-
): void;
|
|
1291
|
-
public getThreatIntelSet(
|
|
1292
|
-
args: GetThreatIntelSetCommandInput,
|
|
1293
|
-
options: __HttpHandlerOptions,
|
|
1294
|
-
cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void
|
|
1295
|
-
): void;
|
|
1296
|
-
public getThreatIntelSet(
|
|
1297
|
-
args: GetThreatIntelSetCommandInput,
|
|
1298
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetThreatIntelSetCommandOutput) => void),
|
|
1299
|
-
cb?: (err: any, data?: GetThreatIntelSetCommandOutput) => void
|
|
1300
|
-
): Promise<GetThreatIntelSetCommandOutput> | void {
|
|
1301
|
-
const command = new GetThreatIntelSetCommand(args);
|
|
1302
|
-
if (typeof optionsOrCb === "function") {
|
|
1303
|
-
this.send(command, optionsOrCb);
|
|
1304
|
-
} else if (typeof cb === "function") {
|
|
1305
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1306
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1307
|
-
} else {
|
|
1308
|
-
return this.send(command, optionsOrCb);
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
/**
|
|
1313
|
-
* <p>Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector
|
|
1314
|
-
* ID. For newly enabled detectors or data sources the cost returned will include only the usage
|
|
1315
|
-
* so far under 30 days, this may differ from the cost metrics in the console, which projects
|
|
1316
|
-
* usage over 30 days to provide a monthly cost estimate. For more information see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/monitoring_costs.html#usage-calculations">Understanding How Usage Costs are Calculated</a>.</p>
|
|
1317
|
-
*/
|
|
1318
|
-
public getUsageStatistics(
|
|
1319
|
-
args: GetUsageStatisticsCommandInput,
|
|
1320
|
-
options?: __HttpHandlerOptions
|
|
1321
|
-
): Promise<GetUsageStatisticsCommandOutput>;
|
|
1322
|
-
public getUsageStatistics(
|
|
1323
|
-
args: GetUsageStatisticsCommandInput,
|
|
1324
|
-
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
|
|
1325
|
-
): void;
|
|
1326
|
-
public getUsageStatistics(
|
|
1327
|
-
args: GetUsageStatisticsCommandInput,
|
|
1328
|
-
options: __HttpHandlerOptions,
|
|
1329
|
-
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
|
|
1330
|
-
): void;
|
|
1331
|
-
public getUsageStatistics(
|
|
1332
|
-
args: GetUsageStatisticsCommandInput,
|
|
1333
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUsageStatisticsCommandOutput) => void),
|
|
1334
|
-
cb?: (err: any, data?: GetUsageStatisticsCommandOutput) => void
|
|
1335
|
-
): Promise<GetUsageStatisticsCommandOutput> | void {
|
|
1336
|
-
const command = new GetUsageStatisticsCommand(args);
|
|
1337
|
-
if (typeof optionsOrCb === "function") {
|
|
1338
|
-
this.send(command, optionsOrCb);
|
|
1339
|
-
} else if (typeof cb === "function") {
|
|
1340
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1341
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1342
|
-
} else {
|
|
1343
|
-
return this.send(command, optionsOrCb);
|
|
1344
|
-
}
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
/**
|
|
1348
|
-
* <p>Invites other AWS accounts (created as members of the current AWS account by
|
|
1349
|
-
* CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these
|
|
1350
|
-
* accounts' findings on their behalf as the GuardDuty administrator account.</p>
|
|
1351
|
-
*/
|
|
1352
|
-
public inviteMembers(
|
|
1353
|
-
args: InviteMembersCommandInput,
|
|
1354
|
-
options?: __HttpHandlerOptions
|
|
1355
|
-
): Promise<InviteMembersCommandOutput>;
|
|
1356
|
-
public inviteMembers(
|
|
1357
|
-
args: InviteMembersCommandInput,
|
|
1358
|
-
cb: (err: any, data?: InviteMembersCommandOutput) => void
|
|
1359
|
-
): void;
|
|
1360
|
-
public inviteMembers(
|
|
1361
|
-
args: InviteMembersCommandInput,
|
|
1362
|
-
options: __HttpHandlerOptions,
|
|
1363
|
-
cb: (err: any, data?: InviteMembersCommandOutput) => void
|
|
1364
|
-
): void;
|
|
1365
|
-
public inviteMembers(
|
|
1366
|
-
args: InviteMembersCommandInput,
|
|
1367
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: InviteMembersCommandOutput) => void),
|
|
1368
|
-
cb?: (err: any, data?: InviteMembersCommandOutput) => void
|
|
1369
|
-
): Promise<InviteMembersCommandOutput> | void {
|
|
1370
|
-
const command = new InviteMembersCommand(args);
|
|
1371
|
-
if (typeof optionsOrCb === "function") {
|
|
1372
|
-
this.send(command, optionsOrCb);
|
|
1373
|
-
} else if (typeof cb === "function") {
|
|
1374
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1375
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1376
|
-
} else {
|
|
1377
|
-
return this.send(command, optionsOrCb);
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
/**
|
|
1382
|
-
* <p>Lists detectorIds of all the existing Amazon GuardDuty detector resources.</p>
|
|
1383
|
-
*/
|
|
1384
|
-
public listDetectors(
|
|
1385
|
-
args: ListDetectorsCommandInput,
|
|
1386
|
-
options?: __HttpHandlerOptions
|
|
1387
|
-
): Promise<ListDetectorsCommandOutput>;
|
|
1388
|
-
public listDetectors(
|
|
1389
|
-
args: ListDetectorsCommandInput,
|
|
1390
|
-
cb: (err: any, data?: ListDetectorsCommandOutput) => void
|
|
1391
|
-
): void;
|
|
1392
|
-
public listDetectors(
|
|
1393
|
-
args: ListDetectorsCommandInput,
|
|
1394
|
-
options: __HttpHandlerOptions,
|
|
1395
|
-
cb: (err: any, data?: ListDetectorsCommandOutput) => void
|
|
1396
|
-
): void;
|
|
1397
|
-
public listDetectors(
|
|
1398
|
-
args: ListDetectorsCommandInput,
|
|
1399
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDetectorsCommandOutput) => void),
|
|
1400
|
-
cb?: (err: any, data?: ListDetectorsCommandOutput) => void
|
|
1401
|
-
): Promise<ListDetectorsCommandOutput> | void {
|
|
1402
|
-
const command = new ListDetectorsCommand(args);
|
|
1403
|
-
if (typeof optionsOrCb === "function") {
|
|
1404
|
-
this.send(command, optionsOrCb);
|
|
1405
|
-
} else if (typeof cb === "function") {
|
|
1406
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1407
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1408
|
-
} else {
|
|
1409
|
-
return this.send(command, optionsOrCb);
|
|
1410
|
-
}
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
/**
|
|
1414
|
-
* <p>Returns a paginated list of the current filters.</p>
|
|
1415
|
-
*/
|
|
1416
|
-
public listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
|
|
1417
|
-
public listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
|
|
1418
|
-
public listFilters(
|
|
1419
|
-
args: ListFiltersCommandInput,
|
|
1420
|
-
options: __HttpHandlerOptions,
|
|
1421
|
-
cb: (err: any, data?: ListFiltersCommandOutput) => void
|
|
1422
|
-
): void;
|
|
1423
|
-
public listFilters(
|
|
1424
|
-
args: ListFiltersCommandInput,
|
|
1425
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFiltersCommandOutput) => void),
|
|
1426
|
-
cb?: (err: any, data?: ListFiltersCommandOutput) => void
|
|
1427
|
-
): Promise<ListFiltersCommandOutput> | void {
|
|
1428
|
-
const command = new ListFiltersCommand(args);
|
|
1429
|
-
if (typeof optionsOrCb === "function") {
|
|
1430
|
-
this.send(command, optionsOrCb);
|
|
1431
|
-
} else if (typeof cb === "function") {
|
|
1432
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1433
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1434
|
-
} else {
|
|
1435
|
-
return this.send(command, optionsOrCb);
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
/**
|
|
1440
|
-
* <p>Lists Amazon GuardDuty findings for the specified detector ID.</p>
|
|
1441
|
-
*/
|
|
1442
|
-
public listFindings(
|
|
1443
|
-
args: ListFindingsCommandInput,
|
|
1444
|
-
options?: __HttpHandlerOptions
|
|
1445
|
-
): Promise<ListFindingsCommandOutput>;
|
|
1446
|
-
public listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
1447
|
-
public listFindings(
|
|
1448
|
-
args: ListFindingsCommandInput,
|
|
1449
|
-
options: __HttpHandlerOptions,
|
|
1450
|
-
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
1451
|
-
): void;
|
|
1452
|
-
public listFindings(
|
|
1453
|
-
args: ListFindingsCommandInput,
|
|
1454
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFindingsCommandOutput) => void),
|
|
1455
|
-
cb?: (err: any, data?: ListFindingsCommandOutput) => void
|
|
1456
|
-
): Promise<ListFindingsCommandOutput> | void {
|
|
1457
|
-
const command = new ListFindingsCommand(args);
|
|
1458
|
-
if (typeof optionsOrCb === "function") {
|
|
1459
|
-
this.send(command, optionsOrCb);
|
|
1460
|
-
} else if (typeof cb === "function") {
|
|
1461
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1462
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1463
|
-
} else {
|
|
1464
|
-
return this.send(command, optionsOrCb);
|
|
1465
|
-
}
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
|
-
/**
|
|
1469
|
-
* <p>Lists all GuardDuty membership invitations that were sent to the current AWS
|
|
1470
|
-
* account.</p>
|
|
1471
|
-
*/
|
|
1472
|
-
public listInvitations(
|
|
1473
|
-
args: ListInvitationsCommandInput,
|
|
1474
|
-
options?: __HttpHandlerOptions
|
|
1475
|
-
): Promise<ListInvitationsCommandOutput>;
|
|
1476
|
-
public listInvitations(
|
|
1477
|
-
args: ListInvitationsCommandInput,
|
|
1478
|
-
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
1479
|
-
): void;
|
|
1480
|
-
public listInvitations(
|
|
1481
|
-
args: ListInvitationsCommandInput,
|
|
1482
|
-
options: __HttpHandlerOptions,
|
|
1483
|
-
cb: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
1484
|
-
): void;
|
|
1485
|
-
public listInvitations(
|
|
1486
|
-
args: ListInvitationsCommandInput,
|
|
1487
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInvitationsCommandOutput) => void),
|
|
1488
|
-
cb?: (err: any, data?: ListInvitationsCommandOutput) => void
|
|
1489
|
-
): Promise<ListInvitationsCommandOutput> | void {
|
|
1490
|
-
const command = new ListInvitationsCommand(args);
|
|
1491
|
-
if (typeof optionsOrCb === "function") {
|
|
1492
|
-
this.send(command, optionsOrCb);
|
|
1493
|
-
} else if (typeof cb === "function") {
|
|
1494
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1495
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1496
|
-
} else {
|
|
1497
|
-
return this.send(command, optionsOrCb);
|
|
1498
|
-
}
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
/**
|
|
1502
|
-
* <p>Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this
|
|
1503
|
-
* operation from a member account, the IPSets returned are the IPSets from the associated administrator
|
|
1504
|
-
* account.</p>
|
|
1505
|
-
*/
|
|
1506
|
-
public listIPSets(args: ListIPSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListIPSetsCommandOutput>;
|
|
1507
|
-
public listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
|
|
1508
|
-
public listIPSets(
|
|
1509
|
-
args: ListIPSetsCommandInput,
|
|
1510
|
-
options: __HttpHandlerOptions,
|
|
1511
|
-
cb: (err: any, data?: ListIPSetsCommandOutput) => void
|
|
1512
|
-
): void;
|
|
1513
|
-
public listIPSets(
|
|
1514
|
-
args: ListIPSetsCommandInput,
|
|
1515
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListIPSetsCommandOutput) => void),
|
|
1516
|
-
cb?: (err: any, data?: ListIPSetsCommandOutput) => void
|
|
1517
|
-
): Promise<ListIPSetsCommandOutput> | void {
|
|
1518
|
-
const command = new ListIPSetsCommand(args);
|
|
1519
|
-
if (typeof optionsOrCb === "function") {
|
|
1520
|
-
this.send(command, optionsOrCb);
|
|
1521
|
-
} else if (typeof cb === "function") {
|
|
1522
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1523
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1524
|
-
} else {
|
|
1525
|
-
return this.send(command, optionsOrCb);
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
/**
|
|
1530
|
-
* <p>Lists details about all member accounts for the current GuardDuty administrator account.</p>
|
|
1531
|
-
*/
|
|
1532
|
-
public listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
|
|
1533
|
-
public listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
1534
|
-
public listMembers(
|
|
1535
|
-
args: ListMembersCommandInput,
|
|
1536
|
-
options: __HttpHandlerOptions,
|
|
1537
|
-
cb: (err: any, data?: ListMembersCommandOutput) => void
|
|
1538
|
-
): void;
|
|
1539
|
-
public listMembers(
|
|
1540
|
-
args: ListMembersCommandInput,
|
|
1541
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListMembersCommandOutput) => void),
|
|
1542
|
-
cb?: (err: any, data?: ListMembersCommandOutput) => void
|
|
1543
|
-
): Promise<ListMembersCommandOutput> | void {
|
|
1544
|
-
const command = new ListMembersCommand(args);
|
|
1545
|
-
if (typeof optionsOrCb === "function") {
|
|
1546
|
-
this.send(command, optionsOrCb);
|
|
1547
|
-
} else if (typeof cb === "function") {
|
|
1548
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1549
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1550
|
-
} else {
|
|
1551
|
-
return this.send(command, optionsOrCb);
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
/**
|
|
1556
|
-
* <p>Lists the accounts configured as GuardDuty delegated administrators.</p>
|
|
1557
|
-
*/
|
|
1558
|
-
public listOrganizationAdminAccounts(
|
|
1559
|
-
args: ListOrganizationAdminAccountsCommandInput,
|
|
1560
|
-
options?: __HttpHandlerOptions
|
|
1561
|
-
): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
1562
|
-
public listOrganizationAdminAccounts(
|
|
1563
|
-
args: ListOrganizationAdminAccountsCommandInput,
|
|
1564
|
-
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
1565
|
-
): void;
|
|
1566
|
-
public listOrganizationAdminAccounts(
|
|
1567
|
-
args: ListOrganizationAdminAccountsCommandInput,
|
|
1568
|
-
options: __HttpHandlerOptions,
|
|
1569
|
-
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
1570
|
-
): void;
|
|
1571
|
-
public listOrganizationAdminAccounts(
|
|
1572
|
-
args: ListOrganizationAdminAccountsCommandInput,
|
|
1573
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void),
|
|
1574
|
-
cb?: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
|
|
1575
|
-
): Promise<ListOrganizationAdminAccountsCommandOutput> | void {
|
|
1576
|
-
const command = new ListOrganizationAdminAccountsCommand(args);
|
|
1577
|
-
if (typeof optionsOrCb === "function") {
|
|
1578
|
-
this.send(command, optionsOrCb);
|
|
1579
|
-
} else if (typeof cb === "function") {
|
|
1580
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1581
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1582
|
-
} else {
|
|
1583
|
-
return this.send(command, optionsOrCb);
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
/**
|
|
1588
|
-
* <p>Returns a list of publishing destinations associated with the specified
|
|
1589
|
-
* <code>dectectorId</code>.</p>
|
|
1590
|
-
*/
|
|
1591
|
-
public listPublishingDestinations(
|
|
1592
|
-
args: ListPublishingDestinationsCommandInput,
|
|
1593
|
-
options?: __HttpHandlerOptions
|
|
1594
|
-
): Promise<ListPublishingDestinationsCommandOutput>;
|
|
1595
|
-
public listPublishingDestinations(
|
|
1596
|
-
args: ListPublishingDestinationsCommandInput,
|
|
1597
|
-
cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void
|
|
1598
|
-
): void;
|
|
1599
|
-
public listPublishingDestinations(
|
|
1600
|
-
args: ListPublishingDestinationsCommandInput,
|
|
1601
|
-
options: __HttpHandlerOptions,
|
|
1602
|
-
cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void
|
|
1603
|
-
): void;
|
|
1604
|
-
public listPublishingDestinations(
|
|
1605
|
-
args: ListPublishingDestinationsCommandInput,
|
|
1606
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPublishingDestinationsCommandOutput) => void),
|
|
1607
|
-
cb?: (err: any, data?: ListPublishingDestinationsCommandOutput) => void
|
|
1608
|
-
): Promise<ListPublishingDestinationsCommandOutput> | void {
|
|
1609
|
-
const command = new ListPublishingDestinationsCommand(args);
|
|
1610
|
-
if (typeof optionsOrCb === "function") {
|
|
1611
|
-
this.send(command, optionsOrCb);
|
|
1612
|
-
} else if (typeof cb === "function") {
|
|
1613
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1614
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1615
|
-
} else {
|
|
1616
|
-
return this.send(command, optionsOrCb);
|
|
1617
|
-
}
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
|
-
/**
|
|
1621
|
-
* <p>Lists tags for a resource. Tagging is currently supported for detectors, finding filters,
|
|
1622
|
-
* IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this
|
|
1623
|
-
* operation returns all assigned tags for a given resource.</p>
|
|
1624
|
-
*/
|
|
1625
|
-
public listTagsForResource(
|
|
1626
|
-
args: ListTagsForResourceCommandInput,
|
|
1627
|
-
options?: __HttpHandlerOptions
|
|
1628
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
1629
|
-
public listTagsForResource(
|
|
1630
|
-
args: ListTagsForResourceCommandInput,
|
|
1631
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1632
|
-
): void;
|
|
1633
|
-
public listTagsForResource(
|
|
1634
|
-
args: ListTagsForResourceCommandInput,
|
|
1635
|
-
options: __HttpHandlerOptions,
|
|
1636
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1637
|
-
): void;
|
|
1638
|
-
public listTagsForResource(
|
|
1639
|
-
args: ListTagsForResourceCommandInput,
|
|
1640
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1641
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1642
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1643
|
-
const command = new ListTagsForResourceCommand(args);
|
|
1644
|
-
if (typeof optionsOrCb === "function") {
|
|
1645
|
-
this.send(command, optionsOrCb);
|
|
1646
|
-
} else if (typeof cb === "function") {
|
|
1647
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1648
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1649
|
-
} else {
|
|
1650
|
-
return this.send(command, optionsOrCb);
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
/**
|
|
1655
|
-
* <p>Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you
|
|
1656
|
-
* use this operation from a member account, the ThreatIntelSets associated with the administrator
|
|
1657
|
-
* account are returned.</p>
|
|
1658
|
-
*/
|
|
1659
|
-
public listThreatIntelSets(
|
|
1660
|
-
args: ListThreatIntelSetsCommandInput,
|
|
1661
|
-
options?: __HttpHandlerOptions
|
|
1662
|
-
): Promise<ListThreatIntelSetsCommandOutput>;
|
|
1663
|
-
public listThreatIntelSets(
|
|
1664
|
-
args: ListThreatIntelSetsCommandInput,
|
|
1665
|
-
cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void
|
|
1666
|
-
): void;
|
|
1667
|
-
public listThreatIntelSets(
|
|
1668
|
-
args: ListThreatIntelSetsCommandInput,
|
|
1669
|
-
options: __HttpHandlerOptions,
|
|
1670
|
-
cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void
|
|
1671
|
-
): void;
|
|
1672
|
-
public listThreatIntelSets(
|
|
1673
|
-
args: ListThreatIntelSetsCommandInput,
|
|
1674
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListThreatIntelSetsCommandOutput) => void),
|
|
1675
|
-
cb?: (err: any, data?: ListThreatIntelSetsCommandOutput) => void
|
|
1676
|
-
): Promise<ListThreatIntelSetsCommandOutput> | void {
|
|
1677
|
-
const command = new ListThreatIntelSetsCommand(args);
|
|
1678
|
-
if (typeof optionsOrCb === "function") {
|
|
1679
|
-
this.send(command, optionsOrCb);
|
|
1680
|
-
} else if (typeof cb === "function") {
|
|
1681
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1682
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1683
|
-
} else {
|
|
1684
|
-
return this.send(command, optionsOrCb);
|
|
1685
|
-
}
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
/**
|
|
1689
|
-
* <p>Turns on GuardDuty monitoring of the specified member accounts. Use this operation to
|
|
1690
|
-
* restart monitoring of accounts that you stopped monitoring with the
|
|
1691
|
-
* <code>StopMonitoringMembers</code> operation.</p>
|
|
1692
|
-
*/
|
|
1693
|
-
public startMonitoringMembers(
|
|
1694
|
-
args: StartMonitoringMembersCommandInput,
|
|
1695
|
-
options?: __HttpHandlerOptions
|
|
1696
|
-
): Promise<StartMonitoringMembersCommandOutput>;
|
|
1697
|
-
public startMonitoringMembers(
|
|
1698
|
-
args: StartMonitoringMembersCommandInput,
|
|
1699
|
-
cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void
|
|
1700
|
-
): void;
|
|
1701
|
-
public startMonitoringMembers(
|
|
1702
|
-
args: StartMonitoringMembersCommandInput,
|
|
1703
|
-
options: __HttpHandlerOptions,
|
|
1704
|
-
cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void
|
|
1705
|
-
): void;
|
|
1706
|
-
public startMonitoringMembers(
|
|
1707
|
-
args: StartMonitoringMembersCommandInput,
|
|
1708
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartMonitoringMembersCommandOutput) => void),
|
|
1709
|
-
cb?: (err: any, data?: StartMonitoringMembersCommandOutput) => void
|
|
1710
|
-
): Promise<StartMonitoringMembersCommandOutput> | void {
|
|
1711
|
-
const command = new StartMonitoringMembersCommand(args);
|
|
1712
|
-
if (typeof optionsOrCb === "function") {
|
|
1713
|
-
this.send(command, optionsOrCb);
|
|
1714
|
-
} else if (typeof cb === "function") {
|
|
1715
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1716
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1717
|
-
} else {
|
|
1718
|
-
return this.send(command, optionsOrCb);
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
/**
|
|
1723
|
-
* <p>Stops GuardDuty monitoring for the specified member accounts. Use the
|
|
1724
|
-
* <code>StartMonitoringMembers</code> operation to restart monitoring for those
|
|
1725
|
-
* accounts.</p>
|
|
1726
|
-
*/
|
|
1727
|
-
public stopMonitoringMembers(
|
|
1728
|
-
args: StopMonitoringMembersCommandInput,
|
|
1729
|
-
options?: __HttpHandlerOptions
|
|
1730
|
-
): Promise<StopMonitoringMembersCommandOutput>;
|
|
1731
|
-
public stopMonitoringMembers(
|
|
1732
|
-
args: StopMonitoringMembersCommandInput,
|
|
1733
|
-
cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void
|
|
1734
|
-
): void;
|
|
1735
|
-
public stopMonitoringMembers(
|
|
1736
|
-
args: StopMonitoringMembersCommandInput,
|
|
1737
|
-
options: __HttpHandlerOptions,
|
|
1738
|
-
cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void
|
|
1739
|
-
): void;
|
|
1740
|
-
public stopMonitoringMembers(
|
|
1741
|
-
args: StopMonitoringMembersCommandInput,
|
|
1742
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopMonitoringMembersCommandOutput) => void),
|
|
1743
|
-
cb?: (err: any, data?: StopMonitoringMembersCommandOutput) => void
|
|
1744
|
-
): Promise<StopMonitoringMembersCommandOutput> | void {
|
|
1745
|
-
const command = new StopMonitoringMembersCommand(args);
|
|
1746
|
-
if (typeof optionsOrCb === "function") {
|
|
1747
|
-
this.send(command, optionsOrCb);
|
|
1748
|
-
} else if (typeof cb === "function") {
|
|
1749
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1750
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1751
|
-
} else {
|
|
1752
|
-
return this.send(command, optionsOrCb);
|
|
1753
|
-
}
|
|
1754
|
-
}
|
|
1755
|
-
|
|
1756
|
-
/**
|
|
1757
|
-
* <p>Adds tags to a resource.</p>
|
|
1758
|
-
*/
|
|
1759
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
1760
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1761
|
-
public tagResource(
|
|
1762
|
-
args: TagResourceCommandInput,
|
|
1763
|
-
options: __HttpHandlerOptions,
|
|
1764
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1765
|
-
): void;
|
|
1766
|
-
public tagResource(
|
|
1767
|
-
args: TagResourceCommandInput,
|
|
1768
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
1769
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
1770
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
1771
|
-
const command = new TagResourceCommand(args);
|
|
1772
|
-
if (typeof optionsOrCb === "function") {
|
|
1773
|
-
this.send(command, optionsOrCb);
|
|
1774
|
-
} else if (typeof cb === "function") {
|
|
1775
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1776
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1777
|
-
} else {
|
|
1778
|
-
return this.send(command, optionsOrCb);
|
|
1779
|
-
}
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
/**
|
|
1783
|
-
* <p>Unarchives GuardDuty findings specified by the <code>findingIds</code>.</p>
|
|
1784
|
-
*/
|
|
1785
|
-
public unarchiveFindings(
|
|
1786
|
-
args: UnarchiveFindingsCommandInput,
|
|
1787
|
-
options?: __HttpHandlerOptions
|
|
1788
|
-
): Promise<UnarchiveFindingsCommandOutput>;
|
|
1789
|
-
public unarchiveFindings(
|
|
1790
|
-
args: UnarchiveFindingsCommandInput,
|
|
1791
|
-
cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void
|
|
1792
|
-
): void;
|
|
1793
|
-
public unarchiveFindings(
|
|
1794
|
-
args: UnarchiveFindingsCommandInput,
|
|
1795
|
-
options: __HttpHandlerOptions,
|
|
1796
|
-
cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void
|
|
1797
|
-
): void;
|
|
1798
|
-
public unarchiveFindings(
|
|
1799
|
-
args: UnarchiveFindingsCommandInput,
|
|
1800
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UnarchiveFindingsCommandOutput) => void),
|
|
1801
|
-
cb?: (err: any, data?: UnarchiveFindingsCommandOutput) => void
|
|
1802
|
-
): Promise<UnarchiveFindingsCommandOutput> | void {
|
|
1803
|
-
const command = new UnarchiveFindingsCommand(args);
|
|
1804
|
-
if (typeof optionsOrCb === "function") {
|
|
1805
|
-
this.send(command, optionsOrCb);
|
|
1806
|
-
} else if (typeof cb === "function") {
|
|
1807
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1808
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1809
|
-
} else {
|
|
1810
|
-
return this.send(command, optionsOrCb);
|
|
1811
|
-
}
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
/**
|
|
1815
|
-
* <p>Removes tags from a resource.</p>
|
|
1816
|
-
*/
|
|
1817
|
-
public untagResource(
|
|
1818
|
-
args: UntagResourceCommandInput,
|
|
1819
|
-
options?: __HttpHandlerOptions
|
|
1820
|
-
): Promise<UntagResourceCommandOutput>;
|
|
1821
|
-
public untagResource(
|
|
1822
|
-
args: UntagResourceCommandInput,
|
|
1823
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1824
|
-
): void;
|
|
1825
|
-
public untagResource(
|
|
1826
|
-
args: UntagResourceCommandInput,
|
|
1827
|
-
options: __HttpHandlerOptions,
|
|
1828
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1829
|
-
): void;
|
|
1830
|
-
public untagResource(
|
|
1831
|
-
args: UntagResourceCommandInput,
|
|
1832
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
1833
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1834
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
1835
|
-
const command = new UntagResourceCommand(args);
|
|
1836
|
-
if (typeof optionsOrCb === "function") {
|
|
1837
|
-
this.send(command, optionsOrCb);
|
|
1838
|
-
} else if (typeof cb === "function") {
|
|
1839
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1840
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1841
|
-
} else {
|
|
1842
|
-
return this.send(command, optionsOrCb);
|
|
1843
|
-
}
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
/**
|
|
1847
|
-
* <p>Updates the Amazon GuardDuty detector specified by the detectorId.</p>
|
|
1848
|
-
*/
|
|
1849
|
-
public updateDetector(
|
|
1850
|
-
args: UpdateDetectorCommandInput,
|
|
1851
|
-
options?: __HttpHandlerOptions
|
|
1852
|
-
): Promise<UpdateDetectorCommandOutput>;
|
|
1853
|
-
public updateDetector(
|
|
1854
|
-
args: UpdateDetectorCommandInput,
|
|
1855
|
-
cb: (err: any, data?: UpdateDetectorCommandOutput) => void
|
|
1856
|
-
): void;
|
|
1857
|
-
public updateDetector(
|
|
1858
|
-
args: UpdateDetectorCommandInput,
|
|
1859
|
-
options: __HttpHandlerOptions,
|
|
1860
|
-
cb: (err: any, data?: UpdateDetectorCommandOutput) => void
|
|
1861
|
-
): void;
|
|
1862
|
-
public updateDetector(
|
|
1863
|
-
args: UpdateDetectorCommandInput,
|
|
1864
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDetectorCommandOutput) => void),
|
|
1865
|
-
cb?: (err: any, data?: UpdateDetectorCommandOutput) => void
|
|
1866
|
-
): Promise<UpdateDetectorCommandOutput> | void {
|
|
1867
|
-
const command = new UpdateDetectorCommand(args);
|
|
1868
|
-
if (typeof optionsOrCb === "function") {
|
|
1869
|
-
this.send(command, optionsOrCb);
|
|
1870
|
-
} else if (typeof cb === "function") {
|
|
1871
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1872
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1873
|
-
} else {
|
|
1874
|
-
return this.send(command, optionsOrCb);
|
|
1875
|
-
}
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
|
-
/**
|
|
1879
|
-
* <p>Updates the filter specified by the filter name.</p>
|
|
1880
|
-
*/
|
|
1881
|
-
public updateFilter(
|
|
1882
|
-
args: UpdateFilterCommandInput,
|
|
1883
|
-
options?: __HttpHandlerOptions
|
|
1884
|
-
): Promise<UpdateFilterCommandOutput>;
|
|
1885
|
-
public updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
|
|
1886
|
-
public updateFilter(
|
|
1887
|
-
args: UpdateFilterCommandInput,
|
|
1888
|
-
options: __HttpHandlerOptions,
|
|
1889
|
-
cb: (err: any, data?: UpdateFilterCommandOutput) => void
|
|
1890
|
-
): void;
|
|
1891
|
-
public updateFilter(
|
|
1892
|
-
args: UpdateFilterCommandInput,
|
|
1893
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFilterCommandOutput) => void),
|
|
1894
|
-
cb?: (err: any, data?: UpdateFilterCommandOutput) => void
|
|
1895
|
-
): Promise<UpdateFilterCommandOutput> | void {
|
|
1896
|
-
const command = new UpdateFilterCommand(args);
|
|
1897
|
-
if (typeof optionsOrCb === "function") {
|
|
1898
|
-
this.send(command, optionsOrCb);
|
|
1899
|
-
} else if (typeof cb === "function") {
|
|
1900
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1901
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1902
|
-
} else {
|
|
1903
|
-
return this.send(command, optionsOrCb);
|
|
1904
|
-
}
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
/**
|
|
1908
|
-
* <p>Marks the specified GuardDuty findings as useful or not useful.</p>
|
|
1909
|
-
*/
|
|
1910
|
-
public updateFindingsFeedback(
|
|
1911
|
-
args: UpdateFindingsFeedbackCommandInput,
|
|
1912
|
-
options?: __HttpHandlerOptions
|
|
1913
|
-
): Promise<UpdateFindingsFeedbackCommandOutput>;
|
|
1914
|
-
public updateFindingsFeedback(
|
|
1915
|
-
args: UpdateFindingsFeedbackCommandInput,
|
|
1916
|
-
cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void
|
|
1917
|
-
): void;
|
|
1918
|
-
public updateFindingsFeedback(
|
|
1919
|
-
args: UpdateFindingsFeedbackCommandInput,
|
|
1920
|
-
options: __HttpHandlerOptions,
|
|
1921
|
-
cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void
|
|
1922
|
-
): void;
|
|
1923
|
-
public updateFindingsFeedback(
|
|
1924
|
-
args: UpdateFindingsFeedbackCommandInput,
|
|
1925
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFindingsFeedbackCommandOutput) => void),
|
|
1926
|
-
cb?: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void
|
|
1927
|
-
): Promise<UpdateFindingsFeedbackCommandOutput> | void {
|
|
1928
|
-
const command = new UpdateFindingsFeedbackCommand(args);
|
|
1929
|
-
if (typeof optionsOrCb === "function") {
|
|
1930
|
-
this.send(command, optionsOrCb);
|
|
1931
|
-
} else if (typeof cb === "function") {
|
|
1932
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1933
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1934
|
-
} else {
|
|
1935
|
-
return this.send(command, optionsOrCb);
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
/**
|
|
1940
|
-
* <p>Updates the IPSet specified by the IPSet ID.</p>
|
|
1941
|
-
*/
|
|
1942
|
-
public updateIPSet(args: UpdateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIPSetCommandOutput>;
|
|
1943
|
-
public updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
|
|
1944
|
-
public updateIPSet(
|
|
1945
|
-
args: UpdateIPSetCommandInput,
|
|
1946
|
-
options: __HttpHandlerOptions,
|
|
1947
|
-
cb: (err: any, data?: UpdateIPSetCommandOutput) => void
|
|
1948
|
-
): void;
|
|
1949
|
-
public updateIPSet(
|
|
1950
|
-
args: UpdateIPSetCommandInput,
|
|
1951
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateIPSetCommandOutput) => void),
|
|
1952
|
-
cb?: (err: any, data?: UpdateIPSetCommandOutput) => void
|
|
1953
|
-
): Promise<UpdateIPSetCommandOutput> | void {
|
|
1954
|
-
const command = new UpdateIPSetCommand(args);
|
|
1955
|
-
if (typeof optionsOrCb === "function") {
|
|
1956
|
-
this.send(command, optionsOrCb);
|
|
1957
|
-
} else if (typeof cb === "function") {
|
|
1958
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1959
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1960
|
-
} else {
|
|
1961
|
-
return this.send(command, optionsOrCb);
|
|
1962
|
-
}
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
/**
|
|
1966
|
-
* <p>Contains information on member accounts to be updated.</p>
|
|
1967
|
-
*/
|
|
1968
|
-
public updateMemberDetectors(
|
|
1969
|
-
args: UpdateMemberDetectorsCommandInput,
|
|
1970
|
-
options?: __HttpHandlerOptions
|
|
1971
|
-
): Promise<UpdateMemberDetectorsCommandOutput>;
|
|
1972
|
-
public updateMemberDetectors(
|
|
1973
|
-
args: UpdateMemberDetectorsCommandInput,
|
|
1974
|
-
cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void
|
|
1975
|
-
): void;
|
|
1976
|
-
public updateMemberDetectors(
|
|
1977
|
-
args: UpdateMemberDetectorsCommandInput,
|
|
1978
|
-
options: __HttpHandlerOptions,
|
|
1979
|
-
cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void
|
|
1980
|
-
): void;
|
|
1981
|
-
public updateMemberDetectors(
|
|
1982
|
-
args: UpdateMemberDetectorsCommandInput,
|
|
1983
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateMemberDetectorsCommandOutput) => void),
|
|
1984
|
-
cb?: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void
|
|
1985
|
-
): Promise<UpdateMemberDetectorsCommandOutput> | void {
|
|
1986
|
-
const command = new UpdateMemberDetectorsCommand(args);
|
|
1987
|
-
if (typeof optionsOrCb === "function") {
|
|
1988
|
-
this.send(command, optionsOrCb);
|
|
1989
|
-
} else if (typeof cb === "function") {
|
|
1990
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1991
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1992
|
-
} else {
|
|
1993
|
-
return this.send(command, optionsOrCb);
|
|
1994
|
-
}
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
|
-
/**
|
|
1998
|
-
* <p>Updates the delegated administrator account with the values provided.</p>
|
|
1999
|
-
*/
|
|
2000
|
-
public updateOrganizationConfiguration(
|
|
2001
|
-
args: UpdateOrganizationConfigurationCommandInput,
|
|
2002
|
-
options?: __HttpHandlerOptions
|
|
2003
|
-
): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
2004
|
-
public updateOrganizationConfiguration(
|
|
2005
|
-
args: UpdateOrganizationConfigurationCommandInput,
|
|
2006
|
-
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
2007
|
-
): void;
|
|
2008
|
-
public updateOrganizationConfiguration(
|
|
2009
|
-
args: UpdateOrganizationConfigurationCommandInput,
|
|
2010
|
-
options: __HttpHandlerOptions,
|
|
2011
|
-
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
2012
|
-
): void;
|
|
2013
|
-
public updateOrganizationConfiguration(
|
|
2014
|
-
args: UpdateOrganizationConfigurationCommandInput,
|
|
2015
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void),
|
|
2016
|
-
cb?: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
|
|
2017
|
-
): Promise<UpdateOrganizationConfigurationCommandOutput> | void {
|
|
2018
|
-
const command = new UpdateOrganizationConfigurationCommand(args);
|
|
2019
|
-
if (typeof optionsOrCb === "function") {
|
|
2020
|
-
this.send(command, optionsOrCb);
|
|
2021
|
-
} else if (typeof cb === "function") {
|
|
2022
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2023
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2024
|
-
} else {
|
|
2025
|
-
return this.send(command, optionsOrCb);
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2028
|
-
|
|
2029
|
-
/**
|
|
2030
|
-
* <p>Updates information about the publishing destination specified by the
|
|
2031
|
-
* <code>destinationId</code>.</p>
|
|
2032
|
-
*/
|
|
2033
|
-
public updatePublishingDestination(
|
|
2034
|
-
args: UpdatePublishingDestinationCommandInput,
|
|
2035
|
-
options?: __HttpHandlerOptions
|
|
2036
|
-
): Promise<UpdatePublishingDestinationCommandOutput>;
|
|
2037
|
-
public updatePublishingDestination(
|
|
2038
|
-
args: UpdatePublishingDestinationCommandInput,
|
|
2039
|
-
cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void
|
|
2040
|
-
): void;
|
|
2041
|
-
public updatePublishingDestination(
|
|
2042
|
-
args: UpdatePublishingDestinationCommandInput,
|
|
2043
|
-
options: __HttpHandlerOptions,
|
|
2044
|
-
cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void
|
|
2045
|
-
): void;
|
|
2046
|
-
public updatePublishingDestination(
|
|
2047
|
-
args: UpdatePublishingDestinationCommandInput,
|
|
2048
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdatePublishingDestinationCommandOutput) => void),
|
|
2049
|
-
cb?: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void
|
|
2050
|
-
): Promise<UpdatePublishingDestinationCommandOutput> | void {
|
|
2051
|
-
const command = new UpdatePublishingDestinationCommand(args);
|
|
2052
|
-
if (typeof optionsOrCb === "function") {
|
|
2053
|
-
this.send(command, optionsOrCb);
|
|
2054
|
-
} else if (typeof cb === "function") {
|
|
2055
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2056
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2057
|
-
} else {
|
|
2058
|
-
return this.send(command, optionsOrCb);
|
|
2059
|
-
}
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
/**
|
|
2063
|
-
* <p>Updates the ThreatIntelSet specified by the ThreatIntelSet ID.</p>
|
|
2064
|
-
*/
|
|
2065
|
-
public updateThreatIntelSet(
|
|
2066
|
-
args: UpdateThreatIntelSetCommandInput,
|
|
2067
|
-
options?: __HttpHandlerOptions
|
|
2068
|
-
): Promise<UpdateThreatIntelSetCommandOutput>;
|
|
2069
|
-
public updateThreatIntelSet(
|
|
2070
|
-
args: UpdateThreatIntelSetCommandInput,
|
|
2071
|
-
cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void
|
|
2072
|
-
): void;
|
|
2073
|
-
public updateThreatIntelSet(
|
|
2074
|
-
args: UpdateThreatIntelSetCommandInput,
|
|
2075
|
-
options: __HttpHandlerOptions,
|
|
2076
|
-
cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void
|
|
2077
|
-
): void;
|
|
2078
|
-
public updateThreatIntelSet(
|
|
2079
|
-
args: UpdateThreatIntelSetCommandInput,
|
|
2080
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateThreatIntelSetCommandOutput) => void),
|
|
2081
|
-
cb?: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void
|
|
2082
|
-
): Promise<UpdateThreatIntelSetCommandOutput> | void {
|
|
2083
|
-
const command = new UpdateThreatIntelSetCommand(args);
|
|
2084
|
-
if (typeof optionsOrCb === "function") {
|
|
2085
|
-
this.send(command, optionsOrCb);
|
|
2086
|
-
} else if (typeof cb === "function") {
|
|
2087
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2088
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2089
|
-
} else {
|
|
2090
|
-
return this.send(command, optionsOrCb);
|
|
2091
|
-
}
|
|
2092
|
-
}
|
|
2093
|
-
}
|