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).
Account Settings & Usage
Section titled “Account Settings & Usage”// initconst batchGetFreeTrialInfo = yield* AWS.Inspector2.BatchGetFreeTrialInfo();
// runtimeconst { accounts } = yield* batchGetFreeTrialInfo({ accountIds: [accountId] });