Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateEnrollmentStatusRequest

import type { UpdateEnrollmentStatusRequest } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
interface UpdateEnrollmentStatusRequest {
includeMemberAccounts?: boolean | null;
status: Status;
}

§Properties

§
includeMemberAccounts?: boolean | null
[src]

Indicates whether to enroll member accounts of the organization if the account is the management account of an organization.

§
status: Status
[src]

The new enrollment status of the account.

The following status options are available:

  • Active - Opts in your account to the Compute Optimizer service. Compute Optimizer begins analyzing the configuration and utilization metrics of your Amazon Web Services resources after you opt in. For more information, see Metrics analyzed by Compute Optimizer in the Compute Optimizer User Guide.
  • Inactive - Opts out your account from the Compute Optimizer service. Your account's recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.

Note: The Pending and Failed options cannot be used to update the enrollment status of an account. They are returned in the response of a request to update the enrollment status of an account.