@aws-sdk/client-guardduty 3.1087.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/GuardDuty.d.ts +299 -350
- package/dist-types/ts3.4/GuardDutyClient.d.ts +17 -62
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateInvestigationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMalwareProtectionPlansCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMalwareScansCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThreatEntitySetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrustedEntitySetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendObjectMalwareScanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMalwareScanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +27 -54
- package/dist-types/ts3.4/models/errors.d.ts +4 -12
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/models/models_1.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38