Skip to content

BatchGetFreeTrialInfo

Source: src/AWS/Inspector2/BatchGetFreeTrialInfo.ts

Runtime binding for inspector2:BatchGetFreeTrialInfo.

Gets free trial status for multiple Amazon Web Services accounts.

Provide the implementation with Effect.provide(AWS.Inspector2.BatchGetFreeTrialInfoHttp).

// init
const batchGetFreeTrialInfo = yield* AWS.Inspector2.BatchGetFreeTrialInfo();
// runtime
const { accounts } = yield* batchGetFreeTrialInfo({ accountIds: [accountId] });