Skip to content

GetRemainingFreeTrialDays

Source: src/AWS/GuardDuty/GetRemainingFreeTrialDays.ts

Runtime binding for guardduty:GetRemainingFreeTrialDays.

Reports the remaining free-trial days per data source for the given member account ids. The detector id is injected from the bound Detector. Provide the implementation with Effect.provide(AWS.GuardDuty.GetRemainingFreeTrialDaysHttp).

// init
const getRemainingFreeTrialDays = yield* AWS.GuardDuty.GetRemainingFreeTrialDays(detector);
// runtime
const { Accounts } = yield* getRemainingFreeTrialDays({
AccountIds: ["111122223333"],
});