@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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0";
|
|
5
|
+
export interface GetInvitationsCountCommandInput extends GetInvitationsCountRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetInvitationsCountCommandOutput extends GetInvitationsCountResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns the count of all GuardDuty membership invitations that were sent to the current
|
|
11
|
+
* member account except the currently accepted invitation.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { GuardDutyClient, GetInvitationsCountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
16
|
+
* // const { GuardDutyClient, GetInvitationsCountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
17
|
+
* const client = new GuardDutyClient(config);
|
|
18
|
+
* const command = new GetInvitationsCountCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link GetInvitationsCountCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link GetInvitationsCountCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class GetInvitationsCountCommand extends $Command<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
28
|
+
readonly input: GetInvitationsCountCommandInput;
|
|
29
|
+
constructor(input: GetInvitationsCountCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0";
|
|
5
|
+
export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Provides the details for the GuardDuty administrator account associated with the current
|
|
11
|
+
* GuardDuty member account.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { GuardDutyClient, GetMasterAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
16
|
+
* // const { GuardDutyClient, GetMasterAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
17
|
+
* const client = new GuardDutyClient(config);
|
|
18
|
+
* const command = new GetMasterAccountCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link GetMasterAccountCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link GetMasterAccountCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class GetMasterAccountCommand extends $Command<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
28
|
+
readonly input: GetMasterAccountCommandInput;
|
|
29
|
+
constructor(input: GetMasterAccountCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMasterAccountCommandInput, GetMasterAccountCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { GetMemberDetectorsRequest, GetMemberDetectorsResponse } from "../models/models_0";
|
|
5
|
+
export interface GetMemberDetectorsCommandInput extends GetMemberDetectorsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetMemberDetectorsCommandOutput extends GetMemberDetectorsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes which data sources are enabled for the member account's detector.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, GetMemberDetectorsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, GetMemberDetectorsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new GetMemberDetectorsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetMemberDetectorsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetMemberDetectorsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetMemberDetectorsCommand extends $Command<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: GetMemberDetectorsCommandInput;
|
|
28
|
+
constructor(input: GetMemberDetectorsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
|
|
5
|
+
export interface GetMembersCommandInput extends GetMembersRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by
|
|
11
|
+
* the account IDs.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { GuardDutyClient, GetMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
16
|
+
* // const { GuardDutyClient, GetMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
17
|
+
* const client = new GuardDutyClient(config);
|
|
18
|
+
* const command = new GetMembersCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link GetMembersCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link GetMembersCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class GetMembersCommand extends $Command<GetMembersCommandInput, GetMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
28
|
+
readonly input: GetMembersCommandInput;
|
|
29
|
+
constructor(input: GetMembersCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMembersCommandInput, GetMembersCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { GetThreatIntelSetRequest, GetThreatIntelSetResponse } from "../models/models_0";
|
|
5
|
+
export interface GetThreatIntelSetCommandInput extends GetThreatIntelSetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetThreatIntelSetCommandOutput extends GetThreatIntelSetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, GetThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, GetThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new GetThreatIntelSetCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetThreatIntelSetCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetThreatIntelSetCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetThreatIntelSetCommand extends $Command<GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: GetThreatIntelSetCommandInput;
|
|
28
|
+
constructor(input: GetThreatIntelSetCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { GetUsageStatisticsRequest, GetUsageStatisticsResponse } from "../models/models_0";
|
|
5
|
+
export interface GetUsageStatisticsCommandInput extends GetUsageStatisticsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector
|
|
11
|
+
* ID. For newly enabled detectors or data sources the cost returned will include only the usage
|
|
12
|
+
* so far under 30 days, this may differ from the cost metrics in the console, which projects
|
|
13
|
+
* 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>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { GuardDutyClient, GetUsageStatisticsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
18
|
+
* // const { GuardDutyClient, GetUsageStatisticsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
19
|
+
* const client = new GuardDutyClient(config);
|
|
20
|
+
* const command = new GetUsageStatisticsCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link GetUsageStatisticsCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link GetUsageStatisticsCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class GetUsageStatisticsCommand extends $Command<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
30
|
+
readonly input: GetUsageStatisticsCommandInput;
|
|
31
|
+
constructor(input: GetUsageStatisticsCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { InviteMembersRequest, InviteMembersResponse } from "../models/models_0";
|
|
5
|
+
export interface InviteMembersCommandInput extends InviteMembersRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface InviteMembersCommandOutput extends InviteMembersResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Invites other AWS accounts (created as members of the current AWS account by
|
|
11
|
+
* CreateMembers) to enable GuardDuty, and allow the current AWS account to view and manage these
|
|
12
|
+
* accounts' findings on their behalf as the GuardDuty administrator account.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { GuardDutyClient, InviteMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
17
|
+
* // const { GuardDutyClient, InviteMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
18
|
+
* const client = new GuardDutyClient(config);
|
|
19
|
+
* const command = new InviteMembersCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link InviteMembersCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link InviteMembersCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class InviteMembersCommand extends $Command<InviteMembersCommandInput, InviteMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
29
|
+
readonly input: InviteMembersCommandInput;
|
|
30
|
+
constructor(input: InviteMembersCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InviteMembersCommandInput, InviteMembersCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListDetectorsRequest, ListDetectorsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListDetectorsCommandInput extends ListDetectorsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDetectorsCommandOutput extends ListDetectorsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists detectorIds of all the existing Amazon GuardDuty detector resources.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, ListDetectorsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, ListDetectorsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new ListDetectorsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListDetectorsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListDetectorsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListDetectorsCommand extends $Command<ListDetectorsCommandInput, ListDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: ListDetectorsCommandInput;
|
|
28
|
+
constructor(input: ListDetectorsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDetectorsCommandInput, ListDetectorsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
|
|
5
|
+
export interface ListFiltersCommandInput extends ListFiltersRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFiltersCommandOutput extends ListFiltersResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a paginated list of the current filters.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, ListFiltersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, ListFiltersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new ListFiltersCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListFiltersCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListFiltersCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: ListFiltersCommandInput;
|
|
28
|
+
constructor(input: ListFiltersCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListFindingsCommandInput extends ListFindingsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists Amazon GuardDuty findings for the specified detector ID.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, ListFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, ListFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new ListFindingsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListFindingsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListFindingsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: ListFindingsCommandInput;
|
|
28
|
+
constructor(input: ListFindingsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListIPSetsCommandInput extends ListIPSetsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this
|
|
11
|
+
* operation from a member account, the IPSets returned are the IPSets from the associated administrator
|
|
12
|
+
* account.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { GuardDutyClient, ListIPSetsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
17
|
+
* // const { GuardDutyClient, ListIPSetsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
18
|
+
* const client = new GuardDutyClient(config);
|
|
19
|
+
* const command = new ListIPSetsCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListIPSetsCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListIPSetsCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListIPSetsCommand extends $Command<ListIPSetsCommandInput, ListIPSetsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
29
|
+
readonly input: ListIPSetsCommandInput;
|
|
30
|
+
constructor(input: ListIPSetsCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIPSetsCommandInput, ListIPSetsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListInvitationsCommandInput extends ListInvitationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists all GuardDuty membership invitations that were sent to the current AWS
|
|
11
|
+
* account.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { GuardDutyClient, ListInvitationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
16
|
+
* // const { GuardDutyClient, ListInvitationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
17
|
+
* const client = new GuardDutyClient(config);
|
|
18
|
+
* const command = new ListInvitationsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link ListInvitationsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link ListInvitationsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
28
|
+
readonly input: ListInvitationsCommandInput;
|
|
29
|
+
constructor(input: ListInvitationsCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
|
|
5
|
+
export interface ListMembersCommandInput extends ListMembersRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists details about all member accounts for the current GuardDuty administrator account.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, ListMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, ListMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new ListMembersCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListMembersCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListMembersCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: ListMembersCommandInput;
|
|
28
|
+
constructor(input: ListMembersCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListOrganizationAdminAccountsCommandInput extends ListOrganizationAdminAccountsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganizationAdminAccountsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the accounts configured as GuardDuty delegated administrators.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GuardDutyClient, ListOrganizationAdminAccountsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
15
|
+
* // const { GuardDutyClient, ListOrganizationAdminAccountsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
16
|
+
* const client = new GuardDutyClient(config);
|
|
17
|
+
* const command = new ListOrganizationAdminAccountsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListOrganizationAdminAccountsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListOrganizationAdminAccountsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListOrganizationAdminAccountsCommand extends $Command<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
27
|
+
readonly input: ListOrganizationAdminAccountsCommandInput;
|
|
28
|
+
constructor(input: ListOrganizationAdminAccountsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListPublishingDestinationsRequest, ListPublishingDestinationsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListPublishingDestinationsCommandInput extends ListPublishingDestinationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListPublishingDestinationsCommandOutput extends ListPublishingDestinationsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of publishing destinations associated with the specified
|
|
11
|
+
* <code>dectectorId</code>.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { GuardDutyClient, ListPublishingDestinationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
16
|
+
* // const { GuardDutyClient, ListPublishingDestinationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
17
|
+
* const client = new GuardDutyClient(config);
|
|
18
|
+
* const command = new ListPublishingDestinationsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link ListPublishingDestinationsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link ListPublishingDestinationsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ListPublishingDestinationsCommand extends $Command<ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
28
|
+
readonly input: ListPublishingDestinationsCommandInput;
|
|
29
|
+
constructor(input: ListPublishingDestinationsCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists tags for a resource. Tagging is currently supported for detectors, finding filters,
|
|
11
|
+
* IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this
|
|
12
|
+
* operation returns all assigned tags for a given resource.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { GuardDutyClient, ListTagsForResourceCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
17
|
+
* // const { GuardDutyClient, ListTagsForResourceCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
18
|
+
* const client = new GuardDutyClient(config);
|
|
19
|
+
* const command = new ListTagsForResourceCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GuardDutyClientResolvedConfig> {
|
|
29
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
30
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { ListThreatIntelSetsRequest, ListThreatIntelSetsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListThreatIntelSetsCommandInput extends ListThreatIntelSetsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListThreatIntelSetsCommandOutput extends ListThreatIntelSetsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you
|
|
11
|
+
* use this operation from a member account, the ThreatIntelSets associated with the administrator
|
|
12
|
+
* account are returned.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { GuardDutyClient, ListThreatIntelSetsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
17
|
+
* // const { GuardDutyClient, ListThreatIntelSetsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
18
|
+
* const client = new GuardDutyClient(config);
|
|
19
|
+
* const command = new ListThreatIntelSetsCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListThreatIntelSetsCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListThreatIntelSetsCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListThreatIntelSetsCommand extends $Command<ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
29
|
+
readonly input: ListThreatIntelSetsCommandInput;
|
|
30
|
+
constructor(input: ListThreatIntelSetsCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|