{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-update-enrollment-status-request-structure.json", "name": "UpdateEnrollmentStatusRequest", "description": "UpdateEnrollmentStatusRequest schema", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/Status" }, { "description": "

The new enrollment status of the account.

The following status options are available:

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.

" } ] }, "includeMemberAccounts": { "allOf": [ { "$ref": "#/components/schemas/IncludeMemberAccounts" }, { "description": "Indicates whether to enroll member accounts of the organization if the account is the management account of an organization." } ] } }, "required": [ "status" ] }