@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
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface UnarchiveFindingsCommandInput
|
|
|
21
15
|
export interface UnarchiveFindingsCommandOutput
|
|
22
16
|
extends UnarchiveFindingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const UnarchiveFindingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UnarchiveFindingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UnarchiveFindingsCommandInput,
|
|
23
|
+
UnarchiveFindingsCommandOutput,
|
|
24
|
+
GuardDutyClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UnarchiveFindingsCommand extends UnarchiveFindingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
20
14
|
export interface UntagResourceCommandOutput
|
|
21
15
|
extends UntagResourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UntagResourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UntagResourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UntagResourceCommandInput,
|
|
22
|
+
UntagResourceCommandOutput,
|
|
23
|
+
GuardDutyClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface UpdateDetectorCommandInput extends UpdateDetectorRequest {}
|
|
|
20
14
|
export interface UpdateDetectorCommandOutput
|
|
21
15
|
extends UpdateDetectorResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UpdateDetectorCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdateDetectorCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdateDetectorCommandInput,
|
|
22
|
+
UpdateDetectorCommandOutput,
|
|
23
|
+
GuardDutyClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UpdateDetectorCommand extends UpdateDetectorCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface UpdateFilterCommandInput extends UpdateFilterRequest {}
|
|
|
17
11
|
export interface UpdateFilterCommandOutput
|
|
18
12
|
extends UpdateFilterResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const UpdateFilterCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UpdateFilterCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UpdateFilterCommandInput,
|
|
19
|
+
UpdateFilterCommandOutput,
|
|
20
|
+
GuardDutyClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UpdateFilterCommand extends UpdateFilterCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateFindingsFeedbackCommandInput
|
|
|
21
15
|
export interface UpdateFindingsFeedbackCommandOutput
|
|
22
16
|
extends UpdateFindingsFeedbackResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateFindingsFeedbackCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateFindingsFeedbackCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: GuardDutyClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateFindingsFeedbackCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateFindingsFeedbackCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateFindingsFeedbackCommandInput,
|
|
38
|
-
UpdateFindingsFeedbackCommandOutput
|
|
23
|
+
UpdateFindingsFeedbackCommandOutput,
|
|
24
|
+
GuardDutyClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateFindingsFeedbackCommand extends UpdateFindingsFeedbackCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {}
|
|
|
17
11
|
export interface UpdateIPSetCommandOutput
|
|
18
12
|
extends UpdateIPSetResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const UpdateIPSetCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UpdateIPSetCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UpdateIPSetCommandInput,
|
|
19
|
+
UpdateIPSetCommandOutput,
|
|
20
|
+
GuardDutyClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UpdateIPSetCommand extends UpdateIPSetCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateMalwareScanSettingsCommandInput
|
|
|
21
15
|
export interface UpdateMalwareScanSettingsCommandOutput
|
|
22
16
|
extends UpdateMalwareScanSettingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateMalwareScanSettingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateMalwareScanSettingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: GuardDutyClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateMalwareScanSettingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateMalwareScanSettingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateMalwareScanSettingsCommandInput,
|
|
38
|
-
UpdateMalwareScanSettingsCommandOutput
|
|
23
|
+
UpdateMalwareScanSettingsCommandOutput,
|
|
24
|
+
GuardDutyClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateMalwareScanSettingsCommand extends UpdateMalwareScanSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateMemberDetectorsCommandInput
|
|
|
21
15
|
export interface UpdateMemberDetectorsCommandOutput
|
|
22
16
|
extends UpdateMemberDetectorsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateMemberDetectorsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateMemberDetectorsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: GuardDutyClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateMemberDetectorsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateMemberDetectorsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateMemberDetectorsCommandInput,
|
|
38
|
-
UpdateMemberDetectorsCommandOutput
|
|
23
|
+
UpdateMemberDetectorsCommandOutput,
|
|
24
|
+
GuardDutyClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateMemberDetectorsCommand extends UpdateMemberDetectorsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateOrganizationConfigurationCommandInput
|
|
|
21
15
|
export interface UpdateOrganizationConfigurationCommandOutput
|
|
22
16
|
extends UpdateOrganizationConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateOrganizationConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateOrganizationConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: GuardDutyClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateOrganizationConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateOrganizationConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateOrganizationConfigurationCommandInput,
|
|
38
|
-
UpdateOrganizationConfigurationCommandOutput
|
|
23
|
+
UpdateOrganizationConfigurationCommandOutput,
|
|
24
|
+
GuardDutyClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdatePublishingDestinationCommandInput
|
|
|
21
15
|
export interface UpdatePublishingDestinationCommandOutput
|
|
22
16
|
extends UpdatePublishingDestinationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdatePublishingDestinationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdatePublishingDestinationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: GuardDutyClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdatePublishingDestinationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdatePublishingDestinationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdatePublishingDestinationCommandInput,
|
|
38
|
-
UpdatePublishingDestinationCommandOutput
|
|
23
|
+
UpdatePublishingDestinationCommandOutput,
|
|
24
|
+
GuardDutyClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdatePublishingDestinationCommand extends UpdatePublishingDestinationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GuardDutyClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface UpdateThreatIntelSetCommandInput
|
|
|
21
15
|
export interface UpdateThreatIntelSetCommandOutput
|
|
22
16
|
extends UpdateThreatIntelSetResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateThreatIntelSetCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateThreatIntelSetCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: GuardDutyClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateThreatIntelSetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateThreatIntelSetCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateThreatIntelSetCommandInput,
|
|
38
|
-
UpdateThreatIntelSetCommandOutput
|
|
23
|
+
UpdateThreatIntelSetCommandOutput,
|
|
24
|
+
GuardDutyClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateThreatIntelSetCommand extends UpdateThreatIntelSetCommand_base {}
|
|
@@ -36,6 +36,7 @@ export * from "./GetMalwareScanSettingsCommand";
|
|
|
36
36
|
export * from "./GetMasterAccountCommand";
|
|
37
37
|
export * from "./GetMemberDetectorsCommand";
|
|
38
38
|
export * from "./GetMembersCommand";
|
|
39
|
+
export * from "./GetOrganizationStatisticsCommand";
|
|
39
40
|
export * from "./GetRemainingFreeTrialDaysCommand";
|
|
40
41
|
export * from "./GetThreatIntelSetCommand";
|
|
41
42
|
export * from "./GetUsageStatisticsCommand";
|
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|
|
@@ -1469,6 +1469,29 @@ export interface GetMembersResponse {
|
|
|
1469
1469
|
Members: Member[] | undefined;
|
|
1470
1470
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1471
1471
|
}
|
|
1472
|
+
export interface OrganizationFeatureStatisticsAdditionalConfiguration {
|
|
1473
|
+
Name?: OrgFeatureAdditionalConfiguration;
|
|
1474
|
+
EnabledAccountsCount?: number;
|
|
1475
|
+
}
|
|
1476
|
+
export interface OrganizationFeatureStatistics {
|
|
1477
|
+
Name?: OrgFeature;
|
|
1478
|
+
EnabledAccountsCount?: number;
|
|
1479
|
+
AdditionalConfiguration?: OrganizationFeatureStatisticsAdditionalConfiguration[];
|
|
1480
|
+
}
|
|
1481
|
+
export interface OrganizationStatistics {
|
|
1482
|
+
TotalAccountsCount?: number;
|
|
1483
|
+
MemberAccountsCount?: number;
|
|
1484
|
+
ActiveAccountsCount?: number;
|
|
1485
|
+
EnabledAccountsCount?: number;
|
|
1486
|
+
CountByFeature?: OrganizationFeatureStatistics[];
|
|
1487
|
+
}
|
|
1488
|
+
export interface OrganizationDetails {
|
|
1489
|
+
UpdatedAt?: Date;
|
|
1490
|
+
OrganizationStatistics?: OrganizationStatistics;
|
|
1491
|
+
}
|
|
1492
|
+
export interface GetOrganizationStatisticsResponse {
|
|
1493
|
+
OrganizationDetails?: OrganizationDetails;
|
|
1494
|
+
}
|
|
1472
1495
|
export interface GetRemainingFreeTrialDaysRequest {
|
|
1473
1496
|
DetectorId: string | undefined;
|
|
1474
1497
|
AccountIds?: string[];
|
|
@@ -1524,6 +1547,7 @@ export declare const UsageStatisticType: {
|
|
|
1524
1547
|
readonly SUM_BY_DATA_SOURCE: "SUM_BY_DATA_SOURCE";
|
|
1525
1548
|
readonly SUM_BY_FEATURES: "SUM_BY_FEATURES";
|
|
1526
1549
|
readonly SUM_BY_RESOURCE: "SUM_BY_RESOURCE";
|
|
1550
|
+
readonly TOP_ACCOUNTS_BY_FEATURE: "TOP_ACCOUNTS_BY_FEATURE";
|
|
1527
1551
|
readonly TOP_RESOURCES: "TOP_RESOURCES";
|
|
1528
1552
|
};
|
|
1529
1553
|
export type UsageStatisticType =
|
|
@@ -1556,8 +1580,17 @@ export interface UsageResourceResult {
|
|
|
1556
1580
|
Resource?: string;
|
|
1557
1581
|
Total?: Total;
|
|
1558
1582
|
}
|
|
1583
|
+
export interface UsageTopAccountResult {
|
|
1584
|
+
AccountId?: string;
|
|
1585
|
+
Total?: Total;
|
|
1586
|
+
}
|
|
1587
|
+
export interface UsageTopAccountsResult {
|
|
1588
|
+
Feature?: UsageFeature;
|
|
1589
|
+
Accounts?: UsageTopAccountResult[];
|
|
1590
|
+
}
|
|
1559
1591
|
export interface UsageStatistics {
|
|
1560
1592
|
SumByAccount?: UsageAccountResult[];
|
|
1593
|
+
TopAccountsByFeature?: UsageTopAccountsResult[];
|
|
1561
1594
|
SumByDataSource?: UsageDataSourceResult[];
|
|
1562
1595
|
SumByResource?: UsageResourceResult[];
|
|
1563
1596
|
TopResources?: UsageResourceResult[];
|
|
@@ -1587,35 +1620,3 @@ export interface ListCoverageResponse {
|
|
|
1587
1620
|
Resources: CoverageResource[] | undefined;
|
|
1588
1621
|
NextToken?: string;
|
|
1589
1622
|
}
|
|
1590
|
-
export interface ListDetectorsRequest {
|
|
1591
|
-
MaxResults?: number;
|
|
1592
|
-
NextToken?: string;
|
|
1593
|
-
}
|
|
1594
|
-
export interface ListDetectorsResponse {
|
|
1595
|
-
DetectorIds: string[] | undefined;
|
|
1596
|
-
NextToken?: string;
|
|
1597
|
-
}
|
|
1598
|
-
export interface ListFiltersRequest {
|
|
1599
|
-
DetectorId: string | undefined;
|
|
1600
|
-
MaxResults?: number;
|
|
1601
|
-
NextToken?: string;
|
|
1602
|
-
}
|
|
1603
|
-
export interface ListFiltersResponse {
|
|
1604
|
-
FilterNames: string[] | undefined;
|
|
1605
|
-
NextToken?: string;
|
|
1606
|
-
}
|
|
1607
|
-
export interface ListFindingsRequest {
|
|
1608
|
-
DetectorId: string | undefined;
|
|
1609
|
-
FindingCriteria?: FindingCriteria;
|
|
1610
|
-
SortCriteria?: SortCriteria;
|
|
1611
|
-
MaxResults?: number;
|
|
1612
|
-
NextToken?: string;
|
|
1613
|
-
}
|
|
1614
|
-
export interface ListFindingsResponse {
|
|
1615
|
-
FindingIds: string[] | undefined;
|
|
1616
|
-
NextToken?: string;
|
|
1617
|
-
}
|
|
1618
|
-
export interface ListInvitationsRequest {
|
|
1619
|
-
MaxResults?: number;
|
|
1620
|
-
NextToken?: string;
|
|
1621
|
-
}
|