{ "$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-export-lambda-function-recommendations-response-structure.json", "name": "ExportLambdaFunctionRecommendationsResponse", "description": "ExportLambdaFunctionRecommendationsResponse 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": { "$ref": "#/components/schemas/S3Destination" } } }