@aws-sdk/client-guardduty 3.477.0 → 3.481.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/README.md +8 -0
- package/dist-cjs/GuardDuty.js +2 -0
- package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +18 -41
- package/dist-cjs/commands/AcceptInvitationCommand.js +18 -41
- package/dist-cjs/commands/ArchiveFindingsCommand.js +18 -41
- package/dist-cjs/commands/CreateDetectorCommand.js +18 -41
- package/dist-cjs/commands/CreateFilterCommand.js +18 -41
- package/dist-cjs/commands/CreateIPSetCommand.js +18 -41
- package/dist-cjs/commands/CreateMembersCommand.js +18 -41
- package/dist-cjs/commands/CreatePublishingDestinationCommand.js +18 -41
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +18 -41
- package/dist-cjs/commands/CreateThreatIntelSetCommand.js +18 -41
- package/dist-cjs/commands/DeclineInvitationsCommand.js +18 -41
- package/dist-cjs/commands/DeleteDetectorCommand.js +18 -41
- package/dist-cjs/commands/DeleteFilterCommand.js +18 -41
- package/dist-cjs/commands/DeleteIPSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteInvitationsCommand.js +18 -41
- package/dist-cjs/commands/DeleteMembersCommand.js +18 -41
- package/dist-cjs/commands/DeletePublishingDestinationCommand.js +18 -41
- package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +18 -41
- package/dist-cjs/commands/DescribeMalwareScansCommand.js +18 -41
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribePublishingDestinationCommand.js +18 -41
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +18 -41
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +18 -41
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +18 -41
- package/dist-cjs/commands/DisassociateMembersCommand.js +18 -41
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +18 -41
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +18 -41
- package/dist-cjs/commands/GetCoverageStatisticsCommand.js +18 -41
- package/dist-cjs/commands/GetDetectorCommand.js +18 -41
- package/dist-cjs/commands/GetFilterCommand.js +18 -41
- package/dist-cjs/commands/GetFindingsCommand.js +18 -41
- package/dist-cjs/commands/GetFindingsStatisticsCommand.js +18 -41
- package/dist-cjs/commands/GetIPSetCommand.js +18 -41
- package/dist-cjs/commands/GetInvitationsCountCommand.js +18 -41
- package/dist-cjs/commands/GetMalwareScanSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetMasterAccountCommand.js +18 -41
- package/dist-cjs/commands/GetMemberDetectorsCommand.js +18 -41
- package/dist-cjs/commands/GetMembersCommand.js +18 -41
- package/dist-cjs/commands/GetOrganizationStatisticsCommand.js +28 -0
- package/dist-cjs/commands/GetRemainingFreeTrialDaysCommand.js +18 -41
- package/dist-cjs/commands/GetThreatIntelSetCommand.js +18 -41
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +18 -41
- package/dist-cjs/commands/InviteMembersCommand.js +18 -41
- package/dist-cjs/commands/ListCoverageCommand.js +18 -41
- package/dist-cjs/commands/ListDetectorsCommand.js +18 -41
- package/dist-cjs/commands/ListFiltersCommand.js +18 -41
- package/dist-cjs/commands/ListFindingsCommand.js +18 -41
- package/dist-cjs/commands/ListIPSetsCommand.js +18 -41
- package/dist-cjs/commands/ListInvitationsCommand.js +18 -41
- package/dist-cjs/commands/ListMembersCommand.js +18 -41
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +18 -41
- package/dist-cjs/commands/ListPublishingDestinationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListThreatIntelSetsCommand.js +18 -41
- package/dist-cjs/commands/StartMalwareScanCommand.js +18 -41
- package/dist-cjs/commands/StartMonitoringMembersCommand.js +18 -41
- package/dist-cjs/commands/StopMonitoringMembersCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UnarchiveFindingsCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDetectorCommand.js +18 -41
- package/dist-cjs/commands/UpdateFilterCommand.js +18 -41
- package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +18 -41
- package/dist-cjs/commands/UpdateIPSetCommand.js +18 -41
- package/dist-cjs/commands/UpdateMalwareScanSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +18 -41
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +18 -41
- package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +18 -41
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/pagination/DescribeMalwareScansPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOrganizationConfigurationPaginator.js +2 -24
- package/dist-cjs/pagination/GetUsageStatisticsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCoveragePaginator.js +2 -24
- package/dist-cjs/pagination/ListDetectorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFiltersPaginator.js +2 -24
- package/dist-cjs/pagination/ListFindingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListIPSetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInvitationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMembersPaginator.js +2 -24
- package/dist-cjs/pagination/ListOrganizationAdminAccountsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPublishingDestinationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListThreatIntelSetsPaginator.js +2 -24
- package/dist-cjs/protocols/Aws_restJson1.js +129 -3
- package/dist-es/GuardDuty.js +2 -0
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +18 -41
- package/dist-es/commands/AcceptInvitationCommand.js +18 -41
- package/dist-es/commands/ArchiveFindingsCommand.js +18 -41
- package/dist-es/commands/CreateDetectorCommand.js +18 -41
- package/dist-es/commands/CreateFilterCommand.js +18 -41
- package/dist-es/commands/CreateIPSetCommand.js +18 -41
- package/dist-es/commands/CreateMembersCommand.js +18 -41
- package/dist-es/commands/CreatePublishingDestinationCommand.js +18 -41
- package/dist-es/commands/CreateSampleFindingsCommand.js +18 -41
- package/dist-es/commands/CreateThreatIntelSetCommand.js +18 -41
- package/dist-es/commands/DeclineInvitationsCommand.js +18 -41
- package/dist-es/commands/DeleteDetectorCommand.js +18 -41
- package/dist-es/commands/DeleteFilterCommand.js +18 -41
- package/dist-es/commands/DeleteIPSetCommand.js +18 -41
- package/dist-es/commands/DeleteInvitationsCommand.js +18 -41
- package/dist-es/commands/DeleteMembersCommand.js +18 -41
- package/dist-es/commands/DeletePublishingDestinationCommand.js +18 -41
- package/dist-es/commands/DeleteThreatIntelSetCommand.js +18 -41
- package/dist-es/commands/DescribeMalwareScansCommand.js +18 -41
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribePublishingDestinationCommand.js +18 -41
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +18 -41
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +18 -41
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +18 -41
- package/dist-es/commands/DisassociateMembersCommand.js +18 -41
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +18 -41
- package/dist-es/commands/GetAdministratorAccountCommand.js +18 -41
- package/dist-es/commands/GetCoverageStatisticsCommand.js +18 -41
- package/dist-es/commands/GetDetectorCommand.js +18 -41
- package/dist-es/commands/GetFilterCommand.js +18 -41
- package/dist-es/commands/GetFindingsCommand.js +18 -41
- package/dist-es/commands/GetFindingsStatisticsCommand.js +18 -41
- package/dist-es/commands/GetIPSetCommand.js +18 -41
- package/dist-es/commands/GetInvitationsCountCommand.js +18 -41
- package/dist-es/commands/GetMalwareScanSettingsCommand.js +18 -41
- package/dist-es/commands/GetMasterAccountCommand.js +18 -41
- package/dist-es/commands/GetMemberDetectorsCommand.js +18 -41
- package/dist-es/commands/GetMembersCommand.js +18 -41
- package/dist-es/commands/GetOrganizationStatisticsCommand.js +24 -0
- package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +18 -41
- package/dist-es/commands/GetThreatIntelSetCommand.js +18 -41
- package/dist-es/commands/GetUsageStatisticsCommand.js +18 -41
- package/dist-es/commands/InviteMembersCommand.js +18 -41
- package/dist-es/commands/ListCoverageCommand.js +18 -41
- package/dist-es/commands/ListDetectorsCommand.js +18 -41
- package/dist-es/commands/ListFiltersCommand.js +18 -41
- package/dist-es/commands/ListFindingsCommand.js +18 -41
- package/dist-es/commands/ListIPSetsCommand.js +18 -41
- package/dist-es/commands/ListInvitationsCommand.js +18 -41
- package/dist-es/commands/ListMembersCommand.js +18 -41
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +18 -41
- package/dist-es/commands/ListPublishingDestinationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListThreatIntelSetsCommand.js +18 -41
- package/dist-es/commands/StartMalwareScanCommand.js +18 -41
- package/dist-es/commands/StartMonitoringMembersCommand.js +18 -41
- package/dist-es/commands/StopMonitoringMembersCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UnarchiveFindingsCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDetectorCommand.js +18 -41
- package/dist-es/commands/UpdateFilterCommand.js +18 -41
- package/dist-es/commands/UpdateFindingsFeedbackCommand.js +18 -41
- package/dist-es/commands/UpdateIPSetCommand.js +18 -41
- package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateMemberDetectorsCommand.js +18 -41
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdatePublishingDestinationCommand.js +18 -41
- package/dist-es/commands/UpdateThreatIntelSetCommand.js +18 -41
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/pagination/DescribeMalwareScansPaginator.js +2 -23
- package/dist-es/pagination/DescribeOrganizationConfigurationPaginator.js +2 -23
- package/dist-es/pagination/GetUsageStatisticsPaginator.js +2 -23
- package/dist-es/pagination/ListCoveragePaginator.js +2 -23
- package/dist-es/pagination/ListDetectorsPaginator.js +2 -23
- package/dist-es/pagination/ListFiltersPaginator.js +2 -23
- package/dist-es/pagination/ListFindingsPaginator.js +2 -23
- package/dist-es/pagination/ListIPSetsPaginator.js +2 -23
- package/dist-es/pagination/ListInvitationsPaginator.js +2 -23
- package/dist-es/pagination/ListMembersPaginator.js +2 -23
- package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +2 -23
- package/dist-es/pagination/ListPublishingDestinationsPaginator.js +2 -23
- package/dist-es/pagination/ListThreatIntelSetsPaginator.js +2 -23
- package/dist-es/protocols/Aws_restJson1.js +124 -0
- package/dist-types/GuardDuty.d.ts +7 -0
- package/dist-types/GuardDutyClient.d.ts +3 -2
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +6 -21
- package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -21
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateDetectorCommand.d.ts +6 -21
- package/dist-types/commands/CreateFilterCommand.d.ts +6 -21
- package/dist-types/commands/CreateIPSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateMembersCommand.d.ts +11 -21
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +6 -21
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +6 -21
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +6 -21
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDetectorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFilterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIPSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMembersCommand.d.ts +6 -21
- package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +6 -21
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -21
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -21
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +6 -21
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +8 -23
- package/dist-types/commands/GetDetectorCommand.d.ts +6 -21
- package/dist-types/commands/GetFilterCommand.d.ts +6 -21
- package/dist-types/commands/GetFindingsCommand.d.ts +6 -21
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +6 -21
- package/dist-types/commands/GetIPSetCommand.d.ts +6 -21
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -21
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetMasterAccountCommand.d.ts +6 -21
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +6 -21
- package/dist-types/commands/GetMembersCommand.d.ts +6 -21
- package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +86 -0
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +6 -21
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +6 -21
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +22 -26
- package/dist-types/commands/InviteMembersCommand.d.ts +6 -21
- package/dist-types/commands/ListCoverageCommand.d.ts +8 -23
- package/dist-types/commands/ListDetectorsCommand.d.ts +7 -22
- package/dist-types/commands/ListFiltersCommand.d.ts +7 -22
- package/dist-types/commands/ListFindingsCommand.d.ts +7 -22
- package/dist-types/commands/ListIPSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListInvitationsCommand.d.ts +7 -23
- package/dist-types/commands/ListMembersCommand.d.ts +6 -21
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -21
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +6 -21
- package/dist-types/commands/StartMalwareScanCommand.d.ts +6 -21
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +6 -21
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UnarchiveFindingsCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDetectorCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFilterCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIPSetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +6 -21
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +166 -308
- package/dist-types/models/models_1.d.ts +299 -1
- package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrganizationConfigurationPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoveragePaginator.d.ts +1 -1
- package/dist-types/pagination/ListDetectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIPSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPublishingDestinationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThreatIntelSetsPaginator.d.ts +1 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +17 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +15 -24
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +15 -24
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +15 -24
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +18 -25
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartMalwareScanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -32
- package/dist-types/ts3.4/models/models_1.d.ts +33 -0
- package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOrganizationConfigurationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +11 -11
|
@@ -16,8 +16,41 @@ import {
|
|
|
16
16
|
OrgFeatureAdditionalConfiguration,
|
|
17
17
|
OrgFeatureStatus,
|
|
18
18
|
ScanResourceCriteria,
|
|
19
|
+
SortCriteria,
|
|
19
20
|
UnprocessedAccount,
|
|
20
21
|
} from "./models_0";
|
|
22
|
+
export interface ListDetectorsRequest {
|
|
23
|
+
MaxResults?: number;
|
|
24
|
+
NextToken?: string;
|
|
25
|
+
}
|
|
26
|
+
export interface ListDetectorsResponse {
|
|
27
|
+
DetectorIds: string[] | undefined;
|
|
28
|
+
NextToken?: string;
|
|
29
|
+
}
|
|
30
|
+
export interface ListFiltersRequest {
|
|
31
|
+
DetectorId: string | undefined;
|
|
32
|
+
MaxResults?: number;
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface ListFiltersResponse {
|
|
36
|
+
FilterNames: string[] | undefined;
|
|
37
|
+
NextToken?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface ListFindingsRequest {
|
|
40
|
+
DetectorId: string | undefined;
|
|
41
|
+
FindingCriteria?: FindingCriteria;
|
|
42
|
+
SortCriteria?: SortCriteria;
|
|
43
|
+
MaxResults?: number;
|
|
44
|
+
NextToken?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface ListFindingsResponse {
|
|
47
|
+
FindingIds: string[] | undefined;
|
|
48
|
+
NextToken?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface ListInvitationsRequest {
|
|
51
|
+
MaxResults?: number;
|
|
52
|
+
NextToken?: string;
|
|
53
|
+
}
|
|
21
54
|
export interface Invitation {
|
|
22
55
|
AccountId?: string;
|
|
23
56
|
InvitationId?: string;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeMalwareScansCommandOutput,
|
|
5
5
|
} from "../commands/DescribeMalwareScansCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeMalwareScans: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: DescribeMalwareScansCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeMalwareScansCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOrganizationConfigurationCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOrganizationConfigurationCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOrganizationConfiguration: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: DescribeOrganizationConfigurationCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOrganizationConfigurationCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetUsageStatisticsCommandOutput,
|
|
5
5
|
} from "../commands/GetUsageStatisticsCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetUsageStatistics: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: GetUsageStatisticsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetUsageStatisticsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListCoverageCommandOutput,
|
|
5
5
|
} from "../commands/ListCoverageCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCoverage: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListCoverageCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCoverageCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListDetectorsCommandOutput,
|
|
5
5
|
} from "../commands/ListDetectorsCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDetectors: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListDetectorsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDetectorsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFiltersCommandOutput,
|
|
5
5
|
} from "../commands/ListFiltersCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFilters: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListFiltersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFiltersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFindingsCommandOutput,
|
|
5
5
|
} from "../commands/ListFindingsCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFindings: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListFindingsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFindingsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListIPSetsCommandOutput,
|
|
5
5
|
} from "../commands/ListIPSetsCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListIPSets: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListIPSetsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListIPSetsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListInvitationsCommandOutput,
|
|
5
5
|
} from "../commands/ListInvitationsCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInvitations: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListInvitationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInvitationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListMembersCommandOutput,
|
|
5
5
|
} from "../commands/ListMembersCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMembers: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListMembersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMembersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListOrganizationAdminAccountsCommandOutput,
|
|
5
5
|
} from "../commands/ListOrganizationAdminAccountsCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListOrganizationAdminAccounts: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListOrganizationAdminAccountsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListOrganizationAdminAccountsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPublishingDestinationsCommandOutput,
|
|
5
5
|
} from "../commands/ListPublishingDestinationsCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPublishingDestinations: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListPublishingDestinationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPublishingDestinationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListThreatIntelSetsCommandOutput,
|
|
5
5
|
} from "../commands/ListThreatIntelSetsCommand";
|
|
6
6
|
import { GuardDutyPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListThreatIntelSets: (
|
|
8
8
|
config: GuardDutyPaginationConfiguration,
|
|
9
9
|
input: ListThreatIntelSetsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListThreatIntelSetsCommandOutput>;
|
|
@@ -155,6 +155,10 @@ import {
|
|
|
155
155
|
GetMembersCommandInput,
|
|
156
156
|
GetMembersCommandOutput,
|
|
157
157
|
} from "../commands/GetMembersCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetOrganizationStatisticsCommandInput,
|
|
160
|
+
GetOrganizationStatisticsCommandOutput,
|
|
161
|
+
} from "../commands/GetOrganizationStatisticsCommand";
|
|
158
162
|
import {
|
|
159
163
|
GetRemainingFreeTrialDaysCommandInput,
|
|
160
164
|
GetRemainingFreeTrialDaysCommandOutput,
|
|
@@ -427,6 +431,10 @@ export declare const se_GetMembersCommand: (
|
|
|
427
431
|
input: GetMembersCommandInput,
|
|
428
432
|
context: __SerdeContext
|
|
429
433
|
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const se_GetOrganizationStatisticsCommand: (
|
|
435
|
+
input: GetOrganizationStatisticsCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
430
438
|
export declare const se_GetRemainingFreeTrialDaysCommand: (
|
|
431
439
|
input: GetRemainingFreeTrialDaysCommandInput,
|
|
432
440
|
context: __SerdeContext
|
|
@@ -699,6 +707,10 @@ export declare const de_GetMembersCommand: (
|
|
|
699
707
|
output: __HttpResponse,
|
|
700
708
|
context: __SerdeContext
|
|
701
709
|
) => Promise<GetMembersCommandOutput>;
|
|
710
|
+
export declare const de_GetOrganizationStatisticsCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<GetOrganizationStatisticsCommandOutput>;
|
|
702
714
|
export declare const de_GetRemainingFreeTrialDaysCommand: (
|
|
703
715
|
output: __HttpResponse,
|
|
704
716
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.481.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.481.0",
|
|
24
|
+
"@aws-sdk/core": "3.481.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.481.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
-
"@smithy/core": "^1.2.
|
|
37
|
+
"@smithy/core": "^1.2.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
39
39
|
"@smithy/hash-node": "^2.0.17",
|
|
40
40
|
"@smithy/invalid-dependency": "^2.0.15",
|
|
41
41
|
"@smithy/middleware-content-length": "^2.0.17",
|
|
42
42
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
44
44
|
"@smithy/middleware-serde": "^2.0.15",
|
|
45
45
|
"@smithy/middleware-stack": "^2.0.9",
|
|
46
46
|
"@smithy/node-config-provider": "^2.1.8",
|
|
47
47
|
"@smithy/node-http-handler": "^2.2.1",
|
|
48
48
|
"@smithy/protocol-http": "^3.0.11",
|
|
49
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
50
50
|
"@smithy/types": "^2.7.0",
|
|
51
51
|
"@smithy/url-parser": "^2.0.15",
|
|
52
52
|
"@smithy/util-base64": "^2.0.1",
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.30",
|
|
57
57
|
"@smithy/util-endpoints": "^1.0.7",
|
|
58
58
|
"@smithy/util-retry": "^2.0.8",
|
|
59
59
|
"@smithy/util-utf8": "^2.0.2",
|