{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-export-ec2-instance-recommendations-response-schema.json", "title": "ExportEC2InstanceRecommendationsResponse", "description": "ExportEC2InstanceRecommendationsResponse schema", "type": "object", "properties": { "jobId": { "allOf": [ { "$ref": "#/components/schemas/JobId" }, { "description": "

The identification number of the export job.

Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.

" } ] }, "s3Destination": { "allOf": [ { "$ref": "#/components/schemas/S3Destination" }, { "description": "An object that describes the destination Amazon S3 bucket of a recommendations export file." } ] } } }