@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,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetCoverageStatisticsRequest, GetCoverageStatisticsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,12 +20,16 @@ export interface GetCoverageStatisticsCommandInput extends GetCoverageStatistics
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCoverageStatisticsCommandOutput extends GetCoverageStatisticsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCoverageStatisticsCommand_base: {
|
|
24
|
+
new (input: GetCoverageStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoverageStatisticsCommandInput, GetCoverageStatisticsCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you
|
|
27
30
|
* can retrieve the statistics for all the resources associated with the active member accounts
|
|
28
|
-
* in your organization who have enabled
|
|
29
|
-
* on their
|
|
31
|
+
* in your organization who have enabled Runtime Monitoring and have the GuardDuty security agent running
|
|
32
|
+
* on their resources.</p>
|
|
30
33
|
* @example
|
|
31
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
35
|
* ```javascript
|
|
@@ -85,23 +88,5 @@ export interface GetCoverageStatisticsCommandOutput extends GetCoverageStatistic
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class GetCoverageStatisticsCommand extends
|
|
89
|
-
readonly input: GetCoverageStatisticsCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: GetCoverageStatisticsCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoverageStatisticsCommandInput, GetCoverageStatisticsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class GetCoverageStatisticsCommand extends GetCoverageStatisticsCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetDetectorRequest, GetDetectorResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDetectorCommandInput extends GetDetectorRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDetectorCommandOutput extends GetDetectorResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDetectorCommand_base: {
|
|
24
|
+
new (input: GetDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorCommandInput, GetDetectorCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves an Amazon GuardDuty detector specified by the detectorId.</p>
|
|
@@ -109,23 +112,5 @@ export interface GetDetectorCommandOutput extends GetDetectorResponse, __Metadat
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class GetDetectorCommand extends
|
|
113
|
-
readonly input: GetDetectorCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: GetDetectorCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDetectorCommandInput, GetDetectorCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class GetDetectorCommand extends GetDetectorCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetFilterRequest, GetFilterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFilterCommandInput extends GetFilterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFilterCommandOutput extends GetFilterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFilterCommand_base: {
|
|
24
|
+
new (input: GetFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetFilterCommandInput, GetFilterCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the details of the filter specified by the filter name.</p>
|
|
@@ -90,23 +93,5 @@ export interface GetFilterCommandOutput extends GetFilterResponse, __MetadataBea
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class GetFilterCommand extends
|
|
94
|
-
readonly input: GetFilterCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: GetFilterCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFilterCommandInput, GetFilterCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class GetFilterCommand extends GetFilterCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFindingsCommandInput extends GetFindingsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFindingsCommandOutput extends GetFindingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFindingsCommand_base: {
|
|
24
|
+
new (input: GetFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingsCommandInput, GetFindingsCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes Amazon GuardDuty findings specified by finding IDs.</p>
|
|
@@ -803,23 +806,5 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
|
|
|
803
806
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
804
807
|
*
|
|
805
808
|
*/
|
|
806
|
-
export declare class GetFindingsCommand extends
|
|
807
|
-
readonly input: GetFindingsCommandInput;
|
|
808
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
809
|
-
/**
|
|
810
|
-
* @public
|
|
811
|
-
*/
|
|
812
|
-
constructor(input: GetFindingsCommandInput);
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsCommandInput, GetFindingsCommandOutput>;
|
|
817
|
-
/**
|
|
818
|
-
* @internal
|
|
819
|
-
*/
|
|
820
|
-
private serialize;
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
|
-
private deserialize;
|
|
809
|
+
export declare class GetFindingsCommand extends GetFindingsCommand_base {
|
|
825
810
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFindingsStatisticsCommandInput extends GetFindingsStatistics
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatisticsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFindingsStatisticsCommand_base: {
|
|
24
|
+
new (input: GetFindingsStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists Amazon GuardDuty findings statistics for the specified detector ID.</p>
|
|
@@ -90,23 +93,5 @@ export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatistic
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class GetFindingsStatisticsCommand extends
|
|
94
|
-
readonly input: GetFindingsStatisticsCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: GetFindingsStatisticsCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class GetFindingsStatisticsCommand extends GetFindingsStatisticsCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetIPSetCommandInput extends GetIPSetRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetIPSetCommand_base: {
|
|
24
|
+
new (input: GetIPSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetIPSetCommandInput, GetIPSetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the IPSet specified by the <code>ipSetId</code>.</p>
|
|
@@ -64,23 +67,5 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class GetIPSetCommand extends
|
|
68
|
-
readonly input: GetIPSetCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: GetIPSetCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIPSetCommandInput, GetIPSetCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class GetIPSetCommand extends GetIPSetCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetInvitationsCountCommandInput extends GetInvitationsCountRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetInvitationsCountCommandOutput extends GetInvitationsCountResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetInvitationsCountCommand_base: {
|
|
24
|
+
new (input: GetInvitationsCountCommandInput): import("@smithy/smithy-client").CommandImpl<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the count of all GuardDuty membership invitations that were sent to the current
|
|
@@ -56,23 +59,5 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class GetInvitationsCountCommand extends
|
|
60
|
-
readonly input: GetInvitationsCountCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: GetInvitationsCountCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class GetInvitationsCountCommand extends GetInvitationsCountCommand_base {
|
|
78
63
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetMalwareScanSettingsRequest, GetMalwareScanSettingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMalwareScanSettingsCommandInput extends GetMalwareScanSettin
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMalwareScanSettingsCommandOutput extends GetMalwareScanSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMalwareScanSettingsCommand_base: {
|
|
24
|
+
new (input: GetMalwareScanSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the details of the malware scan settings.</p>
|
|
@@ -82,23 +85,5 @@ export interface GetMalwareScanSettingsCommandOutput extends GetMalwareScanSetti
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetMalwareScanSettingsCommand extends
|
|
86
|
-
readonly input: GetMalwareScanSettingsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetMalwareScanSettingsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetMalwareScanSettingsCommand extends GetMalwareScanSettingsCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMasterAccountCommand_base: {
|
|
24
|
+
new (input: GetMasterAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -65,23 +68,5 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse,
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class GetMasterAccountCommand extends
|
|
69
|
-
readonly input: GetMasterAccountCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: GetMasterAccountCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMasterAccountCommandInput, GetMasterAccountCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class GetMasterAccountCommand extends GetMasterAccountCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetMemberDetectorsRequest, GetMemberDetectorsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMemberDetectorsCommandInput extends GetMemberDetectorsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMemberDetectorsCommandOutput extends GetMemberDetectorsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMemberDetectorsCommand_base: {
|
|
24
|
+
new (input: GetMemberDetectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes which data sources are enabled for the member account's detector.</p>
|
|
@@ -115,23 +118,5 @@ export interface GetMemberDetectorsCommandOutput extends GetMemberDetectorsRespo
|
|
|
115
118
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
118
|
-
export declare class GetMemberDetectorsCommand extends
|
|
119
|
-
readonly input: GetMemberDetectorsCommandInput;
|
|
120
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
-
/**
|
|
122
|
-
* @public
|
|
123
|
-
*/
|
|
124
|
-
constructor(input: GetMemberDetectorsCommandInput);
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private serialize;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private deserialize;
|
|
121
|
+
export declare class GetMemberDetectorsCommand extends GetMemberDetectorsCommand_base {
|
|
137
122
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMembersCommandInput extends GetMembersRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMembersCommand_base: {
|
|
24
|
+
new (input: GetMembersCommandInput): import("@smithy/smithy-client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves GuardDuty member accounts (of the current GuardDuty administrator account)
|
|
@@ -78,23 +81,5 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetMembersCommand extends
|
|
82
|
-
readonly input: GetMembersCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetMembersCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMembersCommandInput, GetMembersCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetMembersCommand extends GetMembersCommand_base {
|
|
100
85
|
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
4
|
+
import { GetOrganizationStatisticsResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link GetOrganizationStatisticsCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetOrganizationStatisticsCommandInput {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link GetOrganizationStatisticsCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetOrganizationStatisticsCommandOutput extends GetOrganizationStatisticsResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const GetOrganizationStatisticsCommand_base: {
|
|
24
|
+
new (input: GetOrganizationStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationStatisticsCommandInput, GetOrganizationStatisticsCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Retrieves how many active member accounts
|
|
30
|
+
* in your Amazon Web Services organization have
|
|
31
|
+
* each feature enabled within GuardDuty. Only a delegated GuardDuty administrator of an organization can run this API.</p>
|
|
32
|
+
* <p>When you create a new Amazon Web Services organization, it might take up to 24
|
|
33
|
+
* hours to generate the statistics for the entire organization.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { GuardDutyClient, GetOrganizationStatisticsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
38
|
+
* // const { GuardDutyClient, GetOrganizationStatisticsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
39
|
+
* const client = new GuardDutyClient(config);
|
|
40
|
+
* const input = {};
|
|
41
|
+
* const command = new GetOrganizationStatisticsCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetOrganizationStatisticsResponse
|
|
44
|
+
* // OrganizationDetails: { // OrganizationDetails
|
|
45
|
+
* // UpdatedAt: new Date("TIMESTAMP"),
|
|
46
|
+
* // OrganizationStatistics: { // OrganizationStatistics
|
|
47
|
+
* // TotalAccountsCount: Number("int"),
|
|
48
|
+
* // MemberAccountsCount: Number("int"),
|
|
49
|
+
* // ActiveAccountsCount: Number("int"),
|
|
50
|
+
* // EnabledAccountsCount: Number("int"),
|
|
51
|
+
* // CountByFeature: [ // OrganizationFeatureStatisticsResults
|
|
52
|
+
* // { // OrganizationFeatureStatistics
|
|
53
|
+
* // Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING" || "LAMBDA_NETWORK_LOGS" || "RUNTIME_MONITORING",
|
|
54
|
+
* // EnabledAccountsCount: Number("int"),
|
|
55
|
+
* // AdditionalConfiguration: [ // OrganizationFeatureStatisticsAdditionalConfigurations
|
|
56
|
+
* // { // OrganizationFeatureStatisticsAdditionalConfiguration
|
|
57
|
+
* // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
|
|
58
|
+
* // EnabledAccountsCount: Number("int"),
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param GetOrganizationStatisticsCommandInput - {@link GetOrganizationStatisticsCommandInput}
|
|
70
|
+
* @returns {@link GetOrganizationStatisticsCommandOutput}
|
|
71
|
+
* @see {@link GetOrganizationStatisticsCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link GetOrganizationStatisticsCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link BadRequestException} (client fault)
|
|
76
|
+
* <p>A bad request exception object.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
79
|
+
* <p>An internal server error exception object.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link GuardDutyServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
export declare class GetOrganizationStatisticsCommand extends GetOrganizationStatisticsCommand_base {
|
|
86
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
4
|
import { GetRemainingFreeTrialDaysRequest, GetRemainingFreeTrialDaysResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRemainingFreeTrialDaysCommandInput extends GetRemainingFreeT
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRemainingFreeTrialDaysCommandOutput extends GetRemainingFreeTrialDaysResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRemainingFreeTrialDaysCommand_base: {
|
|
24
|
+
new (input: GetRemainingFreeTrialDaysCommandInput): import("@smithy/smithy-client").CommandImpl<GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides the number of days left for each data source used in the free trial
|
|
@@ -99,23 +102,5 @@ export interface GetRemainingFreeTrialDaysCommandOutput extends GetRemainingFree
|
|
|
99
102
|
* <p>Base exception class for all service exceptions from GuardDuty service.</p>
|
|
100
103
|
*
|
|
101
104
|
*/
|
|
102
|
-
export declare class GetRemainingFreeTrialDaysCommand extends
|
|
103
|
-
readonly input: GetRemainingFreeTrialDaysCommandInput;
|
|
104
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
-
/**
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
constructor(input: GetRemainingFreeTrialDaysCommandInput);
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private serialize;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private deserialize;
|
|
105
|
+
export declare class GetRemainingFreeTrialDaysCommand extends GetRemainingFreeTrialDaysCommand_base {
|
|
121
106
|
}
|