@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,880 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { AcceptInvitationCommand, } from "./commands/AcceptInvitationCommand";
|
|
3
|
+
import { ArchiveFindingsCommand, } from "./commands/ArchiveFindingsCommand";
|
|
4
|
+
import { CreateDetectorCommand, } from "./commands/CreateDetectorCommand";
|
|
5
|
+
import { CreateFilterCommand, } from "./commands/CreateFilterCommand";
|
|
6
|
+
import { CreateIPSetCommand } from "./commands/CreateIPSetCommand";
|
|
7
|
+
import { CreateMembersCommand, } from "./commands/CreateMembersCommand";
|
|
8
|
+
import { CreatePublishingDestinationCommand, } from "./commands/CreatePublishingDestinationCommand";
|
|
9
|
+
import { CreateSampleFindingsCommand, } from "./commands/CreateSampleFindingsCommand";
|
|
10
|
+
import { CreateThreatIntelSetCommand, } from "./commands/CreateThreatIntelSetCommand";
|
|
11
|
+
import { DeclineInvitationsCommand, } from "./commands/DeclineInvitationsCommand";
|
|
12
|
+
import { DeleteDetectorCommand, } from "./commands/DeleteDetectorCommand";
|
|
13
|
+
import { DeleteFilterCommand, } from "./commands/DeleteFilterCommand";
|
|
14
|
+
import { DeleteInvitationsCommand, } from "./commands/DeleteInvitationsCommand";
|
|
15
|
+
import { DeleteIPSetCommand } from "./commands/DeleteIPSetCommand";
|
|
16
|
+
import { DeleteMembersCommand, } from "./commands/DeleteMembersCommand";
|
|
17
|
+
import { DeletePublishingDestinationCommand, } from "./commands/DeletePublishingDestinationCommand";
|
|
18
|
+
import { DeleteThreatIntelSetCommand, } from "./commands/DeleteThreatIntelSetCommand";
|
|
19
|
+
import { DescribeOrganizationConfigurationCommand, } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
20
|
+
import { DescribePublishingDestinationCommand, } from "./commands/DescribePublishingDestinationCommand";
|
|
21
|
+
import { DisableOrganizationAdminAccountCommand, } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
22
|
+
import { DisassociateFromMasterAccountCommand, } from "./commands/DisassociateFromMasterAccountCommand";
|
|
23
|
+
import { DisassociateMembersCommand, } from "./commands/DisassociateMembersCommand";
|
|
24
|
+
import { EnableOrganizationAdminAccountCommand, } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
25
|
+
import { GetDetectorCommand } from "./commands/GetDetectorCommand";
|
|
26
|
+
import { GetFilterCommand } from "./commands/GetFilterCommand";
|
|
27
|
+
import { GetFindingsCommand } from "./commands/GetFindingsCommand";
|
|
28
|
+
import { GetFindingsStatisticsCommand, } from "./commands/GetFindingsStatisticsCommand";
|
|
29
|
+
import { GetInvitationsCountCommand, } from "./commands/GetInvitationsCountCommand";
|
|
30
|
+
import { GetIPSetCommand } from "./commands/GetIPSetCommand";
|
|
31
|
+
import { GetMasterAccountCommand, } from "./commands/GetMasterAccountCommand";
|
|
32
|
+
import { GetMemberDetectorsCommand, } from "./commands/GetMemberDetectorsCommand";
|
|
33
|
+
import { GetMembersCommand } from "./commands/GetMembersCommand";
|
|
34
|
+
import { GetThreatIntelSetCommand, } from "./commands/GetThreatIntelSetCommand";
|
|
35
|
+
import { GetUsageStatisticsCommand, } from "./commands/GetUsageStatisticsCommand";
|
|
36
|
+
import { InviteMembersCommand, } from "./commands/InviteMembersCommand";
|
|
37
|
+
import { ListDetectorsCommand, } from "./commands/ListDetectorsCommand";
|
|
38
|
+
import { ListFiltersCommand } from "./commands/ListFiltersCommand";
|
|
39
|
+
import { ListFindingsCommand, } from "./commands/ListFindingsCommand";
|
|
40
|
+
import { ListInvitationsCommand, } from "./commands/ListInvitationsCommand";
|
|
41
|
+
import { ListIPSetsCommand } from "./commands/ListIPSetsCommand";
|
|
42
|
+
import { ListMembersCommand } from "./commands/ListMembersCommand";
|
|
43
|
+
import { ListOrganizationAdminAccountsCommand, } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
44
|
+
import { ListPublishingDestinationsCommand, } from "./commands/ListPublishingDestinationsCommand";
|
|
45
|
+
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
46
|
+
import { ListThreatIntelSetsCommand, } from "./commands/ListThreatIntelSetsCommand";
|
|
47
|
+
import { StartMonitoringMembersCommand, } from "./commands/StartMonitoringMembersCommand";
|
|
48
|
+
import { StopMonitoringMembersCommand, } from "./commands/StopMonitoringMembersCommand";
|
|
49
|
+
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
50
|
+
import { UnarchiveFindingsCommand, } from "./commands/UnarchiveFindingsCommand";
|
|
51
|
+
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
52
|
+
import { UpdateDetectorCommand, } from "./commands/UpdateDetectorCommand";
|
|
53
|
+
import { UpdateFilterCommand, } from "./commands/UpdateFilterCommand";
|
|
54
|
+
import { UpdateFindingsFeedbackCommand, } from "./commands/UpdateFindingsFeedbackCommand";
|
|
55
|
+
import { UpdateIPSetCommand } from "./commands/UpdateIPSetCommand";
|
|
56
|
+
import { UpdateMemberDetectorsCommand, } from "./commands/UpdateMemberDetectorsCommand";
|
|
57
|
+
import { UpdateOrganizationConfigurationCommand, } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
58
|
+
import { UpdatePublishingDestinationCommand, } from "./commands/UpdatePublishingDestinationCommand";
|
|
59
|
+
import { UpdateThreatIntelSetCommand, } from "./commands/UpdateThreatIntelSetCommand";
|
|
60
|
+
import { GuardDutyClient } from "./GuardDutyClient";
|
|
61
|
+
var GuardDuty = (function (_super) {
|
|
62
|
+
__extends(GuardDuty, _super);
|
|
63
|
+
function GuardDuty() {
|
|
64
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
65
|
+
}
|
|
66
|
+
GuardDuty.prototype.acceptInvitation = function (args, optionsOrCb, cb) {
|
|
67
|
+
var command = new AcceptInvitationCommand(args);
|
|
68
|
+
if (typeof optionsOrCb === "function") {
|
|
69
|
+
this.send(command, optionsOrCb);
|
|
70
|
+
}
|
|
71
|
+
else if (typeof cb === "function") {
|
|
72
|
+
if (typeof optionsOrCb !== "object")
|
|
73
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
74
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
return this.send(command, optionsOrCb);
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
GuardDuty.prototype.archiveFindings = function (args, optionsOrCb, cb) {
|
|
81
|
+
var command = new ArchiveFindingsCommand(args);
|
|
82
|
+
if (typeof optionsOrCb === "function") {
|
|
83
|
+
this.send(command, optionsOrCb);
|
|
84
|
+
}
|
|
85
|
+
else if (typeof cb === "function") {
|
|
86
|
+
if (typeof optionsOrCb !== "object")
|
|
87
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
88
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
return this.send(command, optionsOrCb);
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
GuardDuty.prototype.createDetector = function (args, optionsOrCb, cb) {
|
|
95
|
+
var command = new CreateDetectorCommand(args);
|
|
96
|
+
if (typeof optionsOrCb === "function") {
|
|
97
|
+
this.send(command, optionsOrCb);
|
|
98
|
+
}
|
|
99
|
+
else if (typeof cb === "function") {
|
|
100
|
+
if (typeof optionsOrCb !== "object")
|
|
101
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
102
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
103
|
+
}
|
|
104
|
+
else {
|
|
105
|
+
return this.send(command, optionsOrCb);
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
GuardDuty.prototype.createFilter = function (args, optionsOrCb, cb) {
|
|
109
|
+
var command = new CreateFilterCommand(args);
|
|
110
|
+
if (typeof optionsOrCb === "function") {
|
|
111
|
+
this.send(command, optionsOrCb);
|
|
112
|
+
}
|
|
113
|
+
else if (typeof cb === "function") {
|
|
114
|
+
if (typeof optionsOrCb !== "object")
|
|
115
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
116
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
117
|
+
}
|
|
118
|
+
else {
|
|
119
|
+
return this.send(command, optionsOrCb);
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
GuardDuty.prototype.createIPSet = function (args, optionsOrCb, cb) {
|
|
123
|
+
var command = new CreateIPSetCommand(args);
|
|
124
|
+
if (typeof optionsOrCb === "function") {
|
|
125
|
+
this.send(command, optionsOrCb);
|
|
126
|
+
}
|
|
127
|
+
else if (typeof cb === "function") {
|
|
128
|
+
if (typeof optionsOrCb !== "object")
|
|
129
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
130
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
131
|
+
}
|
|
132
|
+
else {
|
|
133
|
+
return this.send(command, optionsOrCb);
|
|
134
|
+
}
|
|
135
|
+
};
|
|
136
|
+
GuardDuty.prototype.createMembers = function (args, optionsOrCb, cb) {
|
|
137
|
+
var command = new CreateMembersCommand(args);
|
|
138
|
+
if (typeof optionsOrCb === "function") {
|
|
139
|
+
this.send(command, optionsOrCb);
|
|
140
|
+
}
|
|
141
|
+
else if (typeof cb === "function") {
|
|
142
|
+
if (typeof optionsOrCb !== "object")
|
|
143
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
144
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
145
|
+
}
|
|
146
|
+
else {
|
|
147
|
+
return this.send(command, optionsOrCb);
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
GuardDuty.prototype.createPublishingDestination = function (args, optionsOrCb, cb) {
|
|
151
|
+
var command = new CreatePublishingDestinationCommand(args);
|
|
152
|
+
if (typeof optionsOrCb === "function") {
|
|
153
|
+
this.send(command, optionsOrCb);
|
|
154
|
+
}
|
|
155
|
+
else if (typeof cb === "function") {
|
|
156
|
+
if (typeof optionsOrCb !== "object")
|
|
157
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
158
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
159
|
+
}
|
|
160
|
+
else {
|
|
161
|
+
return this.send(command, optionsOrCb);
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
GuardDuty.prototype.createSampleFindings = function (args, optionsOrCb, cb) {
|
|
165
|
+
var command = new CreateSampleFindingsCommand(args);
|
|
166
|
+
if (typeof optionsOrCb === "function") {
|
|
167
|
+
this.send(command, optionsOrCb);
|
|
168
|
+
}
|
|
169
|
+
else if (typeof cb === "function") {
|
|
170
|
+
if (typeof optionsOrCb !== "object")
|
|
171
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
172
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
173
|
+
}
|
|
174
|
+
else {
|
|
175
|
+
return this.send(command, optionsOrCb);
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
GuardDuty.prototype.createThreatIntelSet = function (args, optionsOrCb, cb) {
|
|
179
|
+
var command = new CreateThreatIntelSetCommand(args);
|
|
180
|
+
if (typeof optionsOrCb === "function") {
|
|
181
|
+
this.send(command, optionsOrCb);
|
|
182
|
+
}
|
|
183
|
+
else if (typeof cb === "function") {
|
|
184
|
+
if (typeof optionsOrCb !== "object")
|
|
185
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
186
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
187
|
+
}
|
|
188
|
+
else {
|
|
189
|
+
return this.send(command, optionsOrCb);
|
|
190
|
+
}
|
|
191
|
+
};
|
|
192
|
+
GuardDuty.prototype.declineInvitations = function (args, optionsOrCb, cb) {
|
|
193
|
+
var command = new DeclineInvitationsCommand(args);
|
|
194
|
+
if (typeof optionsOrCb === "function") {
|
|
195
|
+
this.send(command, optionsOrCb);
|
|
196
|
+
}
|
|
197
|
+
else if (typeof cb === "function") {
|
|
198
|
+
if (typeof optionsOrCb !== "object")
|
|
199
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
200
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
201
|
+
}
|
|
202
|
+
else {
|
|
203
|
+
return this.send(command, optionsOrCb);
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
GuardDuty.prototype.deleteDetector = function (args, optionsOrCb, cb) {
|
|
207
|
+
var command = new DeleteDetectorCommand(args);
|
|
208
|
+
if (typeof optionsOrCb === "function") {
|
|
209
|
+
this.send(command, optionsOrCb);
|
|
210
|
+
}
|
|
211
|
+
else if (typeof cb === "function") {
|
|
212
|
+
if (typeof optionsOrCb !== "object")
|
|
213
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
214
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
215
|
+
}
|
|
216
|
+
else {
|
|
217
|
+
return this.send(command, optionsOrCb);
|
|
218
|
+
}
|
|
219
|
+
};
|
|
220
|
+
GuardDuty.prototype.deleteFilter = function (args, optionsOrCb, cb) {
|
|
221
|
+
var command = new DeleteFilterCommand(args);
|
|
222
|
+
if (typeof optionsOrCb === "function") {
|
|
223
|
+
this.send(command, optionsOrCb);
|
|
224
|
+
}
|
|
225
|
+
else if (typeof cb === "function") {
|
|
226
|
+
if (typeof optionsOrCb !== "object")
|
|
227
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
228
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
229
|
+
}
|
|
230
|
+
else {
|
|
231
|
+
return this.send(command, optionsOrCb);
|
|
232
|
+
}
|
|
233
|
+
};
|
|
234
|
+
GuardDuty.prototype.deleteInvitations = function (args, optionsOrCb, cb) {
|
|
235
|
+
var command = new DeleteInvitationsCommand(args);
|
|
236
|
+
if (typeof optionsOrCb === "function") {
|
|
237
|
+
this.send(command, optionsOrCb);
|
|
238
|
+
}
|
|
239
|
+
else if (typeof cb === "function") {
|
|
240
|
+
if (typeof optionsOrCb !== "object")
|
|
241
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
242
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
243
|
+
}
|
|
244
|
+
else {
|
|
245
|
+
return this.send(command, optionsOrCb);
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
GuardDuty.prototype.deleteIPSet = function (args, optionsOrCb, cb) {
|
|
249
|
+
var command = new DeleteIPSetCommand(args);
|
|
250
|
+
if (typeof optionsOrCb === "function") {
|
|
251
|
+
this.send(command, optionsOrCb);
|
|
252
|
+
}
|
|
253
|
+
else if (typeof cb === "function") {
|
|
254
|
+
if (typeof optionsOrCb !== "object")
|
|
255
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
256
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
257
|
+
}
|
|
258
|
+
else {
|
|
259
|
+
return this.send(command, optionsOrCb);
|
|
260
|
+
}
|
|
261
|
+
};
|
|
262
|
+
GuardDuty.prototype.deleteMembers = function (args, optionsOrCb, cb) {
|
|
263
|
+
var command = new DeleteMembersCommand(args);
|
|
264
|
+
if (typeof optionsOrCb === "function") {
|
|
265
|
+
this.send(command, optionsOrCb);
|
|
266
|
+
}
|
|
267
|
+
else if (typeof cb === "function") {
|
|
268
|
+
if (typeof optionsOrCb !== "object")
|
|
269
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
270
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
271
|
+
}
|
|
272
|
+
else {
|
|
273
|
+
return this.send(command, optionsOrCb);
|
|
274
|
+
}
|
|
275
|
+
};
|
|
276
|
+
GuardDuty.prototype.deletePublishingDestination = function (args, optionsOrCb, cb) {
|
|
277
|
+
var command = new DeletePublishingDestinationCommand(args);
|
|
278
|
+
if (typeof optionsOrCb === "function") {
|
|
279
|
+
this.send(command, optionsOrCb);
|
|
280
|
+
}
|
|
281
|
+
else if (typeof cb === "function") {
|
|
282
|
+
if (typeof optionsOrCb !== "object")
|
|
283
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
284
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
285
|
+
}
|
|
286
|
+
else {
|
|
287
|
+
return this.send(command, optionsOrCb);
|
|
288
|
+
}
|
|
289
|
+
};
|
|
290
|
+
GuardDuty.prototype.deleteThreatIntelSet = function (args, optionsOrCb, cb) {
|
|
291
|
+
var command = new DeleteThreatIntelSetCommand(args);
|
|
292
|
+
if (typeof optionsOrCb === "function") {
|
|
293
|
+
this.send(command, optionsOrCb);
|
|
294
|
+
}
|
|
295
|
+
else if (typeof cb === "function") {
|
|
296
|
+
if (typeof optionsOrCb !== "object")
|
|
297
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
298
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
299
|
+
}
|
|
300
|
+
else {
|
|
301
|
+
return this.send(command, optionsOrCb);
|
|
302
|
+
}
|
|
303
|
+
};
|
|
304
|
+
GuardDuty.prototype.describeOrganizationConfiguration = function (args, optionsOrCb, cb) {
|
|
305
|
+
var command = new DescribeOrganizationConfigurationCommand(args);
|
|
306
|
+
if (typeof optionsOrCb === "function") {
|
|
307
|
+
this.send(command, optionsOrCb);
|
|
308
|
+
}
|
|
309
|
+
else if (typeof cb === "function") {
|
|
310
|
+
if (typeof optionsOrCb !== "object")
|
|
311
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
312
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
313
|
+
}
|
|
314
|
+
else {
|
|
315
|
+
return this.send(command, optionsOrCb);
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
GuardDuty.prototype.describePublishingDestination = function (args, optionsOrCb, cb) {
|
|
319
|
+
var command = new DescribePublishingDestinationCommand(args);
|
|
320
|
+
if (typeof optionsOrCb === "function") {
|
|
321
|
+
this.send(command, optionsOrCb);
|
|
322
|
+
}
|
|
323
|
+
else if (typeof cb === "function") {
|
|
324
|
+
if (typeof optionsOrCb !== "object")
|
|
325
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
326
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
327
|
+
}
|
|
328
|
+
else {
|
|
329
|
+
return this.send(command, optionsOrCb);
|
|
330
|
+
}
|
|
331
|
+
};
|
|
332
|
+
GuardDuty.prototype.disableOrganizationAdminAccount = function (args, optionsOrCb, cb) {
|
|
333
|
+
var command = new DisableOrganizationAdminAccountCommand(args);
|
|
334
|
+
if (typeof optionsOrCb === "function") {
|
|
335
|
+
this.send(command, optionsOrCb);
|
|
336
|
+
}
|
|
337
|
+
else if (typeof cb === "function") {
|
|
338
|
+
if (typeof optionsOrCb !== "object")
|
|
339
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
340
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
341
|
+
}
|
|
342
|
+
else {
|
|
343
|
+
return this.send(command, optionsOrCb);
|
|
344
|
+
}
|
|
345
|
+
};
|
|
346
|
+
GuardDuty.prototype.disassociateFromMasterAccount = function (args, optionsOrCb, cb) {
|
|
347
|
+
var command = new DisassociateFromMasterAccountCommand(args);
|
|
348
|
+
if (typeof optionsOrCb === "function") {
|
|
349
|
+
this.send(command, optionsOrCb);
|
|
350
|
+
}
|
|
351
|
+
else if (typeof cb === "function") {
|
|
352
|
+
if (typeof optionsOrCb !== "object")
|
|
353
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
354
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
355
|
+
}
|
|
356
|
+
else {
|
|
357
|
+
return this.send(command, optionsOrCb);
|
|
358
|
+
}
|
|
359
|
+
};
|
|
360
|
+
GuardDuty.prototype.disassociateMembers = function (args, optionsOrCb, cb) {
|
|
361
|
+
var command = new DisassociateMembersCommand(args);
|
|
362
|
+
if (typeof optionsOrCb === "function") {
|
|
363
|
+
this.send(command, optionsOrCb);
|
|
364
|
+
}
|
|
365
|
+
else if (typeof cb === "function") {
|
|
366
|
+
if (typeof optionsOrCb !== "object")
|
|
367
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
368
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
369
|
+
}
|
|
370
|
+
else {
|
|
371
|
+
return this.send(command, optionsOrCb);
|
|
372
|
+
}
|
|
373
|
+
};
|
|
374
|
+
GuardDuty.prototype.enableOrganizationAdminAccount = function (args, optionsOrCb, cb) {
|
|
375
|
+
var command = new EnableOrganizationAdminAccountCommand(args);
|
|
376
|
+
if (typeof optionsOrCb === "function") {
|
|
377
|
+
this.send(command, optionsOrCb);
|
|
378
|
+
}
|
|
379
|
+
else if (typeof cb === "function") {
|
|
380
|
+
if (typeof optionsOrCb !== "object")
|
|
381
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
382
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
383
|
+
}
|
|
384
|
+
else {
|
|
385
|
+
return this.send(command, optionsOrCb);
|
|
386
|
+
}
|
|
387
|
+
};
|
|
388
|
+
GuardDuty.prototype.getDetector = function (args, optionsOrCb, cb) {
|
|
389
|
+
var command = new GetDetectorCommand(args);
|
|
390
|
+
if (typeof optionsOrCb === "function") {
|
|
391
|
+
this.send(command, optionsOrCb);
|
|
392
|
+
}
|
|
393
|
+
else if (typeof cb === "function") {
|
|
394
|
+
if (typeof optionsOrCb !== "object")
|
|
395
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
396
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
397
|
+
}
|
|
398
|
+
else {
|
|
399
|
+
return this.send(command, optionsOrCb);
|
|
400
|
+
}
|
|
401
|
+
};
|
|
402
|
+
GuardDuty.prototype.getFilter = function (args, optionsOrCb, cb) {
|
|
403
|
+
var command = new GetFilterCommand(args);
|
|
404
|
+
if (typeof optionsOrCb === "function") {
|
|
405
|
+
this.send(command, optionsOrCb);
|
|
406
|
+
}
|
|
407
|
+
else if (typeof cb === "function") {
|
|
408
|
+
if (typeof optionsOrCb !== "object")
|
|
409
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
410
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
411
|
+
}
|
|
412
|
+
else {
|
|
413
|
+
return this.send(command, optionsOrCb);
|
|
414
|
+
}
|
|
415
|
+
};
|
|
416
|
+
GuardDuty.prototype.getFindings = function (args, optionsOrCb, cb) {
|
|
417
|
+
var command = new GetFindingsCommand(args);
|
|
418
|
+
if (typeof optionsOrCb === "function") {
|
|
419
|
+
this.send(command, optionsOrCb);
|
|
420
|
+
}
|
|
421
|
+
else if (typeof cb === "function") {
|
|
422
|
+
if (typeof optionsOrCb !== "object")
|
|
423
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
424
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
425
|
+
}
|
|
426
|
+
else {
|
|
427
|
+
return this.send(command, optionsOrCb);
|
|
428
|
+
}
|
|
429
|
+
};
|
|
430
|
+
GuardDuty.prototype.getFindingsStatistics = function (args, optionsOrCb, cb) {
|
|
431
|
+
var command = new GetFindingsStatisticsCommand(args);
|
|
432
|
+
if (typeof optionsOrCb === "function") {
|
|
433
|
+
this.send(command, optionsOrCb);
|
|
434
|
+
}
|
|
435
|
+
else if (typeof cb === "function") {
|
|
436
|
+
if (typeof optionsOrCb !== "object")
|
|
437
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
438
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
439
|
+
}
|
|
440
|
+
else {
|
|
441
|
+
return this.send(command, optionsOrCb);
|
|
442
|
+
}
|
|
443
|
+
};
|
|
444
|
+
GuardDuty.prototype.getInvitationsCount = function (args, optionsOrCb, cb) {
|
|
445
|
+
var command = new GetInvitationsCountCommand(args);
|
|
446
|
+
if (typeof optionsOrCb === "function") {
|
|
447
|
+
this.send(command, optionsOrCb);
|
|
448
|
+
}
|
|
449
|
+
else if (typeof cb === "function") {
|
|
450
|
+
if (typeof optionsOrCb !== "object")
|
|
451
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
452
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
453
|
+
}
|
|
454
|
+
else {
|
|
455
|
+
return this.send(command, optionsOrCb);
|
|
456
|
+
}
|
|
457
|
+
};
|
|
458
|
+
GuardDuty.prototype.getIPSet = function (args, optionsOrCb, cb) {
|
|
459
|
+
var command = new GetIPSetCommand(args);
|
|
460
|
+
if (typeof optionsOrCb === "function") {
|
|
461
|
+
this.send(command, optionsOrCb);
|
|
462
|
+
}
|
|
463
|
+
else if (typeof cb === "function") {
|
|
464
|
+
if (typeof optionsOrCb !== "object")
|
|
465
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
466
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
467
|
+
}
|
|
468
|
+
else {
|
|
469
|
+
return this.send(command, optionsOrCb);
|
|
470
|
+
}
|
|
471
|
+
};
|
|
472
|
+
GuardDuty.prototype.getMasterAccount = function (args, optionsOrCb, cb) {
|
|
473
|
+
var command = new GetMasterAccountCommand(args);
|
|
474
|
+
if (typeof optionsOrCb === "function") {
|
|
475
|
+
this.send(command, optionsOrCb);
|
|
476
|
+
}
|
|
477
|
+
else if (typeof cb === "function") {
|
|
478
|
+
if (typeof optionsOrCb !== "object")
|
|
479
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
480
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
481
|
+
}
|
|
482
|
+
else {
|
|
483
|
+
return this.send(command, optionsOrCb);
|
|
484
|
+
}
|
|
485
|
+
};
|
|
486
|
+
GuardDuty.prototype.getMemberDetectors = function (args, optionsOrCb, cb) {
|
|
487
|
+
var command = new GetMemberDetectorsCommand(args);
|
|
488
|
+
if (typeof optionsOrCb === "function") {
|
|
489
|
+
this.send(command, optionsOrCb);
|
|
490
|
+
}
|
|
491
|
+
else if (typeof cb === "function") {
|
|
492
|
+
if (typeof optionsOrCb !== "object")
|
|
493
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
494
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
495
|
+
}
|
|
496
|
+
else {
|
|
497
|
+
return this.send(command, optionsOrCb);
|
|
498
|
+
}
|
|
499
|
+
};
|
|
500
|
+
GuardDuty.prototype.getMembers = function (args, optionsOrCb, cb) {
|
|
501
|
+
var command = new GetMembersCommand(args);
|
|
502
|
+
if (typeof optionsOrCb === "function") {
|
|
503
|
+
this.send(command, optionsOrCb);
|
|
504
|
+
}
|
|
505
|
+
else if (typeof cb === "function") {
|
|
506
|
+
if (typeof optionsOrCb !== "object")
|
|
507
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
508
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
509
|
+
}
|
|
510
|
+
else {
|
|
511
|
+
return this.send(command, optionsOrCb);
|
|
512
|
+
}
|
|
513
|
+
};
|
|
514
|
+
GuardDuty.prototype.getThreatIntelSet = function (args, optionsOrCb, cb) {
|
|
515
|
+
var command = new GetThreatIntelSetCommand(args);
|
|
516
|
+
if (typeof optionsOrCb === "function") {
|
|
517
|
+
this.send(command, optionsOrCb);
|
|
518
|
+
}
|
|
519
|
+
else if (typeof cb === "function") {
|
|
520
|
+
if (typeof optionsOrCb !== "object")
|
|
521
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
522
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
523
|
+
}
|
|
524
|
+
else {
|
|
525
|
+
return this.send(command, optionsOrCb);
|
|
526
|
+
}
|
|
527
|
+
};
|
|
528
|
+
GuardDuty.prototype.getUsageStatistics = function (args, optionsOrCb, cb) {
|
|
529
|
+
var command = new GetUsageStatisticsCommand(args);
|
|
530
|
+
if (typeof optionsOrCb === "function") {
|
|
531
|
+
this.send(command, optionsOrCb);
|
|
532
|
+
}
|
|
533
|
+
else if (typeof cb === "function") {
|
|
534
|
+
if (typeof optionsOrCb !== "object")
|
|
535
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
536
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
537
|
+
}
|
|
538
|
+
else {
|
|
539
|
+
return this.send(command, optionsOrCb);
|
|
540
|
+
}
|
|
541
|
+
};
|
|
542
|
+
GuardDuty.prototype.inviteMembers = function (args, optionsOrCb, cb) {
|
|
543
|
+
var command = new InviteMembersCommand(args);
|
|
544
|
+
if (typeof optionsOrCb === "function") {
|
|
545
|
+
this.send(command, optionsOrCb);
|
|
546
|
+
}
|
|
547
|
+
else if (typeof cb === "function") {
|
|
548
|
+
if (typeof optionsOrCb !== "object")
|
|
549
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
550
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
551
|
+
}
|
|
552
|
+
else {
|
|
553
|
+
return this.send(command, optionsOrCb);
|
|
554
|
+
}
|
|
555
|
+
};
|
|
556
|
+
GuardDuty.prototype.listDetectors = function (args, optionsOrCb, cb) {
|
|
557
|
+
var command = new ListDetectorsCommand(args);
|
|
558
|
+
if (typeof optionsOrCb === "function") {
|
|
559
|
+
this.send(command, optionsOrCb);
|
|
560
|
+
}
|
|
561
|
+
else if (typeof cb === "function") {
|
|
562
|
+
if (typeof optionsOrCb !== "object")
|
|
563
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
564
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
565
|
+
}
|
|
566
|
+
else {
|
|
567
|
+
return this.send(command, optionsOrCb);
|
|
568
|
+
}
|
|
569
|
+
};
|
|
570
|
+
GuardDuty.prototype.listFilters = function (args, optionsOrCb, cb) {
|
|
571
|
+
var command = new ListFiltersCommand(args);
|
|
572
|
+
if (typeof optionsOrCb === "function") {
|
|
573
|
+
this.send(command, optionsOrCb);
|
|
574
|
+
}
|
|
575
|
+
else if (typeof cb === "function") {
|
|
576
|
+
if (typeof optionsOrCb !== "object")
|
|
577
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
578
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
579
|
+
}
|
|
580
|
+
else {
|
|
581
|
+
return this.send(command, optionsOrCb);
|
|
582
|
+
}
|
|
583
|
+
};
|
|
584
|
+
GuardDuty.prototype.listFindings = function (args, optionsOrCb, cb) {
|
|
585
|
+
var command = new ListFindingsCommand(args);
|
|
586
|
+
if (typeof optionsOrCb === "function") {
|
|
587
|
+
this.send(command, optionsOrCb);
|
|
588
|
+
}
|
|
589
|
+
else if (typeof cb === "function") {
|
|
590
|
+
if (typeof optionsOrCb !== "object")
|
|
591
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
592
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
593
|
+
}
|
|
594
|
+
else {
|
|
595
|
+
return this.send(command, optionsOrCb);
|
|
596
|
+
}
|
|
597
|
+
};
|
|
598
|
+
GuardDuty.prototype.listInvitations = function (args, optionsOrCb, cb) {
|
|
599
|
+
var command = new ListInvitationsCommand(args);
|
|
600
|
+
if (typeof optionsOrCb === "function") {
|
|
601
|
+
this.send(command, optionsOrCb);
|
|
602
|
+
}
|
|
603
|
+
else if (typeof cb === "function") {
|
|
604
|
+
if (typeof optionsOrCb !== "object")
|
|
605
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
606
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
607
|
+
}
|
|
608
|
+
else {
|
|
609
|
+
return this.send(command, optionsOrCb);
|
|
610
|
+
}
|
|
611
|
+
};
|
|
612
|
+
GuardDuty.prototype.listIPSets = function (args, optionsOrCb, cb) {
|
|
613
|
+
var command = new ListIPSetsCommand(args);
|
|
614
|
+
if (typeof optionsOrCb === "function") {
|
|
615
|
+
this.send(command, optionsOrCb);
|
|
616
|
+
}
|
|
617
|
+
else if (typeof cb === "function") {
|
|
618
|
+
if (typeof optionsOrCb !== "object")
|
|
619
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
620
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
621
|
+
}
|
|
622
|
+
else {
|
|
623
|
+
return this.send(command, optionsOrCb);
|
|
624
|
+
}
|
|
625
|
+
};
|
|
626
|
+
GuardDuty.prototype.listMembers = function (args, optionsOrCb, cb) {
|
|
627
|
+
var command = new ListMembersCommand(args);
|
|
628
|
+
if (typeof optionsOrCb === "function") {
|
|
629
|
+
this.send(command, optionsOrCb);
|
|
630
|
+
}
|
|
631
|
+
else if (typeof cb === "function") {
|
|
632
|
+
if (typeof optionsOrCb !== "object")
|
|
633
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
634
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
635
|
+
}
|
|
636
|
+
else {
|
|
637
|
+
return this.send(command, optionsOrCb);
|
|
638
|
+
}
|
|
639
|
+
};
|
|
640
|
+
GuardDuty.prototype.listOrganizationAdminAccounts = function (args, optionsOrCb, cb) {
|
|
641
|
+
var command = new ListOrganizationAdminAccountsCommand(args);
|
|
642
|
+
if (typeof optionsOrCb === "function") {
|
|
643
|
+
this.send(command, optionsOrCb);
|
|
644
|
+
}
|
|
645
|
+
else if (typeof cb === "function") {
|
|
646
|
+
if (typeof optionsOrCb !== "object")
|
|
647
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
648
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
649
|
+
}
|
|
650
|
+
else {
|
|
651
|
+
return this.send(command, optionsOrCb);
|
|
652
|
+
}
|
|
653
|
+
};
|
|
654
|
+
GuardDuty.prototype.listPublishingDestinations = function (args, optionsOrCb, cb) {
|
|
655
|
+
var command = new ListPublishingDestinationsCommand(args);
|
|
656
|
+
if (typeof optionsOrCb === "function") {
|
|
657
|
+
this.send(command, optionsOrCb);
|
|
658
|
+
}
|
|
659
|
+
else if (typeof cb === "function") {
|
|
660
|
+
if (typeof optionsOrCb !== "object")
|
|
661
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
662
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
663
|
+
}
|
|
664
|
+
else {
|
|
665
|
+
return this.send(command, optionsOrCb);
|
|
666
|
+
}
|
|
667
|
+
};
|
|
668
|
+
GuardDuty.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
669
|
+
var command = new ListTagsForResourceCommand(args);
|
|
670
|
+
if (typeof optionsOrCb === "function") {
|
|
671
|
+
this.send(command, optionsOrCb);
|
|
672
|
+
}
|
|
673
|
+
else if (typeof cb === "function") {
|
|
674
|
+
if (typeof optionsOrCb !== "object")
|
|
675
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
676
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
677
|
+
}
|
|
678
|
+
else {
|
|
679
|
+
return this.send(command, optionsOrCb);
|
|
680
|
+
}
|
|
681
|
+
};
|
|
682
|
+
GuardDuty.prototype.listThreatIntelSets = function (args, optionsOrCb, cb) {
|
|
683
|
+
var command = new ListThreatIntelSetsCommand(args);
|
|
684
|
+
if (typeof optionsOrCb === "function") {
|
|
685
|
+
this.send(command, optionsOrCb);
|
|
686
|
+
}
|
|
687
|
+
else if (typeof cb === "function") {
|
|
688
|
+
if (typeof optionsOrCb !== "object")
|
|
689
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
690
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
691
|
+
}
|
|
692
|
+
else {
|
|
693
|
+
return this.send(command, optionsOrCb);
|
|
694
|
+
}
|
|
695
|
+
};
|
|
696
|
+
GuardDuty.prototype.startMonitoringMembers = function (args, optionsOrCb, cb) {
|
|
697
|
+
var command = new StartMonitoringMembersCommand(args);
|
|
698
|
+
if (typeof optionsOrCb === "function") {
|
|
699
|
+
this.send(command, optionsOrCb);
|
|
700
|
+
}
|
|
701
|
+
else if (typeof cb === "function") {
|
|
702
|
+
if (typeof optionsOrCb !== "object")
|
|
703
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
704
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
705
|
+
}
|
|
706
|
+
else {
|
|
707
|
+
return this.send(command, optionsOrCb);
|
|
708
|
+
}
|
|
709
|
+
};
|
|
710
|
+
GuardDuty.prototype.stopMonitoringMembers = function (args, optionsOrCb, cb) {
|
|
711
|
+
var command = new StopMonitoringMembersCommand(args);
|
|
712
|
+
if (typeof optionsOrCb === "function") {
|
|
713
|
+
this.send(command, optionsOrCb);
|
|
714
|
+
}
|
|
715
|
+
else if (typeof cb === "function") {
|
|
716
|
+
if (typeof optionsOrCb !== "object")
|
|
717
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
718
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
719
|
+
}
|
|
720
|
+
else {
|
|
721
|
+
return this.send(command, optionsOrCb);
|
|
722
|
+
}
|
|
723
|
+
};
|
|
724
|
+
GuardDuty.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
725
|
+
var command = new TagResourceCommand(args);
|
|
726
|
+
if (typeof optionsOrCb === "function") {
|
|
727
|
+
this.send(command, optionsOrCb);
|
|
728
|
+
}
|
|
729
|
+
else if (typeof cb === "function") {
|
|
730
|
+
if (typeof optionsOrCb !== "object")
|
|
731
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
732
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
733
|
+
}
|
|
734
|
+
else {
|
|
735
|
+
return this.send(command, optionsOrCb);
|
|
736
|
+
}
|
|
737
|
+
};
|
|
738
|
+
GuardDuty.prototype.unarchiveFindings = function (args, optionsOrCb, cb) {
|
|
739
|
+
var command = new UnarchiveFindingsCommand(args);
|
|
740
|
+
if (typeof optionsOrCb === "function") {
|
|
741
|
+
this.send(command, optionsOrCb);
|
|
742
|
+
}
|
|
743
|
+
else if (typeof cb === "function") {
|
|
744
|
+
if (typeof optionsOrCb !== "object")
|
|
745
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
746
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
747
|
+
}
|
|
748
|
+
else {
|
|
749
|
+
return this.send(command, optionsOrCb);
|
|
750
|
+
}
|
|
751
|
+
};
|
|
752
|
+
GuardDuty.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
753
|
+
var command = new UntagResourceCommand(args);
|
|
754
|
+
if (typeof optionsOrCb === "function") {
|
|
755
|
+
this.send(command, optionsOrCb);
|
|
756
|
+
}
|
|
757
|
+
else if (typeof cb === "function") {
|
|
758
|
+
if (typeof optionsOrCb !== "object")
|
|
759
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
760
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
761
|
+
}
|
|
762
|
+
else {
|
|
763
|
+
return this.send(command, optionsOrCb);
|
|
764
|
+
}
|
|
765
|
+
};
|
|
766
|
+
GuardDuty.prototype.updateDetector = function (args, optionsOrCb, cb) {
|
|
767
|
+
var command = new UpdateDetectorCommand(args);
|
|
768
|
+
if (typeof optionsOrCb === "function") {
|
|
769
|
+
this.send(command, optionsOrCb);
|
|
770
|
+
}
|
|
771
|
+
else if (typeof cb === "function") {
|
|
772
|
+
if (typeof optionsOrCb !== "object")
|
|
773
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
774
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
775
|
+
}
|
|
776
|
+
else {
|
|
777
|
+
return this.send(command, optionsOrCb);
|
|
778
|
+
}
|
|
779
|
+
};
|
|
780
|
+
GuardDuty.prototype.updateFilter = function (args, optionsOrCb, cb) {
|
|
781
|
+
var command = new UpdateFilterCommand(args);
|
|
782
|
+
if (typeof optionsOrCb === "function") {
|
|
783
|
+
this.send(command, optionsOrCb);
|
|
784
|
+
}
|
|
785
|
+
else if (typeof cb === "function") {
|
|
786
|
+
if (typeof optionsOrCb !== "object")
|
|
787
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
788
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
789
|
+
}
|
|
790
|
+
else {
|
|
791
|
+
return this.send(command, optionsOrCb);
|
|
792
|
+
}
|
|
793
|
+
};
|
|
794
|
+
GuardDuty.prototype.updateFindingsFeedback = function (args, optionsOrCb, cb) {
|
|
795
|
+
var command = new UpdateFindingsFeedbackCommand(args);
|
|
796
|
+
if (typeof optionsOrCb === "function") {
|
|
797
|
+
this.send(command, optionsOrCb);
|
|
798
|
+
}
|
|
799
|
+
else if (typeof cb === "function") {
|
|
800
|
+
if (typeof optionsOrCb !== "object")
|
|
801
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
802
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
803
|
+
}
|
|
804
|
+
else {
|
|
805
|
+
return this.send(command, optionsOrCb);
|
|
806
|
+
}
|
|
807
|
+
};
|
|
808
|
+
GuardDuty.prototype.updateIPSet = function (args, optionsOrCb, cb) {
|
|
809
|
+
var command = new UpdateIPSetCommand(args);
|
|
810
|
+
if (typeof optionsOrCb === "function") {
|
|
811
|
+
this.send(command, optionsOrCb);
|
|
812
|
+
}
|
|
813
|
+
else if (typeof cb === "function") {
|
|
814
|
+
if (typeof optionsOrCb !== "object")
|
|
815
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
816
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
817
|
+
}
|
|
818
|
+
else {
|
|
819
|
+
return this.send(command, optionsOrCb);
|
|
820
|
+
}
|
|
821
|
+
};
|
|
822
|
+
GuardDuty.prototype.updateMemberDetectors = function (args, optionsOrCb, cb) {
|
|
823
|
+
var command = new UpdateMemberDetectorsCommand(args);
|
|
824
|
+
if (typeof optionsOrCb === "function") {
|
|
825
|
+
this.send(command, optionsOrCb);
|
|
826
|
+
}
|
|
827
|
+
else if (typeof cb === "function") {
|
|
828
|
+
if (typeof optionsOrCb !== "object")
|
|
829
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
830
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
831
|
+
}
|
|
832
|
+
else {
|
|
833
|
+
return this.send(command, optionsOrCb);
|
|
834
|
+
}
|
|
835
|
+
};
|
|
836
|
+
GuardDuty.prototype.updateOrganizationConfiguration = function (args, optionsOrCb, cb) {
|
|
837
|
+
var command = new UpdateOrganizationConfigurationCommand(args);
|
|
838
|
+
if (typeof optionsOrCb === "function") {
|
|
839
|
+
this.send(command, optionsOrCb);
|
|
840
|
+
}
|
|
841
|
+
else if (typeof cb === "function") {
|
|
842
|
+
if (typeof optionsOrCb !== "object")
|
|
843
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
844
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
845
|
+
}
|
|
846
|
+
else {
|
|
847
|
+
return this.send(command, optionsOrCb);
|
|
848
|
+
}
|
|
849
|
+
};
|
|
850
|
+
GuardDuty.prototype.updatePublishingDestination = function (args, optionsOrCb, cb) {
|
|
851
|
+
var command = new UpdatePublishingDestinationCommand(args);
|
|
852
|
+
if (typeof optionsOrCb === "function") {
|
|
853
|
+
this.send(command, optionsOrCb);
|
|
854
|
+
}
|
|
855
|
+
else if (typeof cb === "function") {
|
|
856
|
+
if (typeof optionsOrCb !== "object")
|
|
857
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
858
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
859
|
+
}
|
|
860
|
+
else {
|
|
861
|
+
return this.send(command, optionsOrCb);
|
|
862
|
+
}
|
|
863
|
+
};
|
|
864
|
+
GuardDuty.prototype.updateThreatIntelSet = function (args, optionsOrCb, cb) {
|
|
865
|
+
var command = new UpdateThreatIntelSetCommand(args);
|
|
866
|
+
if (typeof optionsOrCb === "function") {
|
|
867
|
+
this.send(command, optionsOrCb);
|
|
868
|
+
}
|
|
869
|
+
else if (typeof cb === "function") {
|
|
870
|
+
if (typeof optionsOrCb !== "object")
|
|
871
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
872
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
873
|
+
}
|
|
874
|
+
else {
|
|
875
|
+
return this.send(command, optionsOrCb);
|
|
876
|
+
}
|
|
877
|
+
};
|
|
878
|
+
return GuardDuty;
|
|
879
|
+
}(GuardDutyClient));
|
|
880
|
+
export { GuardDuty };
|