openapi: 3.0.0 info: version: '2019-11-01' x-release: v4 title: 'AWS Compute Optimizer #X Amz Target=ComputeOptimizerService.DeleteRecommendationPreferences #X Amz Target=ComputeOptimizerService.DeleteRecommendationPreferences #X Amz Target=ComputeOptimizerService.ExportEBSVolumeRecommendations API' description: Compute Optimizer is a service that analyzes the configuration and utilization metrics of your Amazon Web Services compute resources, such as Amazon EC2 instances, Amazon EC2 Auto Scaling groups, Lambda functions, Amazon EBS volumes, and Amazon ECS services on Fargate. It reports whether your resources are optimal, and generates optimization recommendations to reduce the cost and improve the performance of your workloads. Compute Optimizer also provides recent utilization metric data, in addition to projected utilization metric data for the recommendations, which you can use to evaluate which recommendation provides the best price-performance trade-off. The analysis of your usage patterns can help you decide when to move or resize your running resources, and still meet your performance and capacity requirements. For more information about Compute Optimizer, including the required permissions to use the service, see the Compute Optimizer User Guide. x-logo: url: https://twitter.com/awscloud/profile_image?size=original backgroundColor: '#FFFFFF' termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: compute-optimizer x-aws-signingName: compute-optimizer x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/compute-optimizer-2019-11-01.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true servers: - url: http://compute-optimizer.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The AWS Compute Optimizer multi-region endpoint - url: https://compute-optimizer.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The AWS Compute Optimizer multi-region endpoint - url: http://compute-optimizer.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS Compute Optimizer endpoint for China (Beijing) and China (Ningxia) - url: https://compute-optimizer.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS Compute Optimizer endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: '#X Amz Target=ComputeOptimizerService.ExportEBSVolumeRecommendations' paths: /#X-Amz-Target=ComputeOptimizerService.ExportEBSVolumeRecommendations: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: ExportEBSVolumeRecommendations description:

Exports optimization recommendations for Amazon EBS volumes.

Recommendations are exported in a comma-separated values (.csv) file, and its metadata in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see Exporting Recommendations in the Compute Optimizer User Guide.

You can have only one Amazon EBS volume export job in progress per Amazon Web Services Region.

responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ExportEBSVolumeRecommendationsResponse' examples: ExportEBSVolumeRecommendations200Example: summary: Default ExportEBSVolumeRecommendations 200 x-microcks-default: true value: jobId: example s3Destination: bucket: {} key: {} metadataKey: {} '480': description: OptInRequiredException content: application/json: schema: $ref: '#/components/schemas/OptInRequiredException' examples: ExportEBSVolumeRecommendations480Example: summary: Default ExportEBSVolumeRecommendations 480 x-microcks-default: true value: example '481': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' examples: ExportEBSVolumeRecommendations481Example: summary: Default ExportEBSVolumeRecommendations 481 x-microcks-default: true value: example '482': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' examples: ExportEBSVolumeRecommendations482Example: summary: Default ExportEBSVolumeRecommendations 482 x-microcks-default: true value: example '483': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' examples: ExportEBSVolumeRecommendations483Example: summary: Default ExportEBSVolumeRecommendations 483 x-microcks-default: true value: example '484': description: InvalidParameterValueException content: application/json: schema: $ref: '#/components/schemas/InvalidParameterValueException' examples: ExportEBSVolumeRecommendations484Example: summary: Default ExportEBSVolumeRecommendations 484 x-microcks-default: true value: example '485': description: MissingAuthenticationToken content: application/json: schema: $ref: '#/components/schemas/MissingAuthenticationToken' examples: ExportEBSVolumeRecommendations485Example: summary: Default ExportEBSVolumeRecommendations 485 x-microcks-default: true value: example '486': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' examples: ExportEBSVolumeRecommendations486Example: summary: Default ExportEBSVolumeRecommendations 486 x-microcks-default: true value: example '487': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' examples: ExportEBSVolumeRecommendations487Example: summary: Default ExportEBSVolumeRecommendations 487 x-microcks-default: true value: example requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ExportEBSVolumeRecommendationsRequest' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - ComputeOptimizerService.ExportEBSVolumeRecommendations summary: Amazon Compute Optimizer Export E B S Volume Recommendations x-microcks-operation: delay: 0 dispatcher: FALLBACK tags: - '#X Amz Target=ComputeOptimizerService.ExportEBSVolumeRecommendations' components: parameters: X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false schemas: MetadataKey: type: string IncludeMemberAccounts: type: boolean InternalServerException: {} ThrottlingException: {} S3DestinationConfig: type: object properties: bucket: allOf: - $ref: '#/components/schemas/DestinationBucket' - description: The name of the Amazon S3 bucket to use as the destination for an export job. keyPrefix: allOf: - $ref: '#/components/schemas/DestinationKeyPrefix' - description: The Amazon S3 bucket prefix for an export job. description:

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for a recommendations export job.

You must create the destination Amazon S3 bucket for your recommendations export before you create the export job. Compute Optimizer does not create the S3 bucket for you. After you create the S3 bucket, ensure that it has the required permission policy to allow Compute Optimizer to write the export file to it. If you plan to specify an object prefix when you create the export job, you must include the object prefix in the policy that you add to the S3 bucket. For more information, see Amazon S3 Bucket Policy for Compute Optimizer in the Compute Optimizer User Guide.

ServiceUnavailableException: {} AccountId: type: string ExportableVolumeField: type: string enum: - AccountId - VolumeArn - Finding - UtilizationMetricsVolumeReadOpsPerSecondMaximum - UtilizationMetricsVolumeWriteOpsPerSecondMaximum - UtilizationMetricsVolumeReadBytesPerSecondMaximum - UtilizationMetricsVolumeWriteBytesPerSecondMaximum - LookbackPeriodInDays - CurrentConfigurationVolumeType - CurrentConfigurationVolumeBaselineIOPS - CurrentConfigurationVolumeBaselineThroughput - CurrentConfigurationVolumeBurstIOPS - CurrentConfigurationVolumeBurstThroughput - CurrentConfigurationVolumeSize - CurrentMonthlyPrice - RecommendationOptionsConfigurationVolumeType - RecommendationOptionsConfigurationVolumeBaselineIOPS - RecommendationOptionsConfigurationVolumeBaselineThroughput - RecommendationOptionsConfigurationVolumeBurstIOPS - RecommendationOptionsConfigurationVolumeBurstThroughput - RecommendationOptionsConfigurationVolumeSize - RecommendationOptionsMonthlyPrice - RecommendationOptionsPerformanceRisk - LastRefreshTimestamp - CurrentPerformanceRisk - RecommendationOptionsSavingsOpportunityPercentage - RecommendationOptionsEstimatedMonthlySavingsCurrency - RecommendationOptionsEstimatedMonthlySavingsValue - RootVolume - Tags LimitExceededException: {} DestinationBucket: type: string MissingAuthenticationToken: {} JobId: type: string AccountIds: type: array items: $ref: '#/components/schemas/AccountId' DestinationKeyPrefix: type: string FilterValues: type: array items: $ref: '#/components/schemas/FilterValue' OptInRequiredException: {} InvalidParameterValueException: {} ExportableVolumeFields: type: array items: $ref: '#/components/schemas/ExportableVolumeField' FileFormat: type: string enum: - Csv S3Destination: type: object properties: bucket: allOf: - $ref: '#/components/schemas/DestinationBucket' - description: The name of the Amazon S3 bucket used as the destination of an export file. key: allOf: - $ref: '#/components/schemas/DestinationKey' - description:

The Amazon S3 bucket key of an export file.

The key uniquely identifies the object, or export file, in the S3 bucket.

metadataKey: allOf: - $ref: '#/components/schemas/MetadataKey' - description:

The Amazon S3 bucket key of a metadata file.

The key uniquely identifies the object, or metadata file, in the S3 bucket.

description: Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file. AccessDeniedException: {} ExportEBSVolumeRecommendationsRequest: type: object required: - s3DestinationConfig title: ExportEBSVolumeRecommendationsRequest properties: accountIds: allOf: - $ref: '#/components/schemas/AccountIds' - description:

The IDs of the Amazon Web Services accounts for which to export Amazon EBS volume recommendations.

If your account is the management account of an organization, use this parameter to specify the member account for which you want to export recommendations.

This parameter cannot be specified together with the include member accounts parameter. The parameters are mutually exclusive.

Recommendations for member accounts are not included in the export if this parameter, or the include member accounts parameter, is omitted.

You can specify multiple account IDs per request.

filters: allOf: - $ref: '#/components/schemas/EBSFilters' - description: An array of objects to specify a filter that exports a more specific set of Amazon EBS volume recommendations. fieldsToExport: allOf: - $ref: '#/components/schemas/ExportableVolumeFields' - description: The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide. s3DestinationConfig: $ref: '#/components/schemas/S3DestinationConfig' fileFormat: allOf: - $ref: '#/components/schemas/FileFormat' - description:

The format of the export file.

The only export file format currently supported is Csv.

includeMemberAccounts: allOf: - $ref: '#/components/schemas/IncludeMemberAccounts' - description:

Indicates whether to include recommendations for resources in all member accounts of the organization if your account is the management account of an organization.

The member accounts must also be opted in to Compute Optimizer, and trusted access for Compute Optimizer must be enabled in the organization account. For more information, see Compute Optimizer and Amazon Web Services Organizations trusted access in the Compute Optimizer User Guide.

Recommendations for member accounts of the organization are not included in the export file if this parameter is omitted.

This parameter cannot be specified together with the account IDs parameter. The parameters are mutually exclusive.

Recommendations for member accounts are not included in the export if this parameter, or the account IDs parameter, is omitted.

DestinationKey: type: string EBSFilter: type: object properties: name: allOf: - $ref: '#/components/schemas/EBSFilterName' - description:

The name of the filter.

Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).

You can filter your Amazon EBS volume recommendations by tag:key and tag-key tags.

A tag:key is a key and value combination of a tag assigned to your Amazon EBS volume recommendations. Use the tag key in the filter name and the tag value as the filter value. For example, to find all Amazon EBS volume recommendations that have a tag with the key of Owner and the value of TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

A tag-key is the key of a tag assigned to your Amazon EBS volume recommendations. Use this filter to find all of your Amazon EBS volume recommendations that have a tag with a specific key. This doesn’t consider the tag value. For example, you can find your Amazon EBS volume recommendations with a tag key value of Owner or without any tag keys assigned.

values: allOf: - $ref: '#/components/schemas/FilterValues' - description:

The value of the filter.

The valid values are Optimized, or NotOptimized.

description:

Describes a filter that returns a more specific list of Amazon Elastic Block Store (Amazon EBS) volume recommendations. Use this filter with the GetEBSVolumeRecommendations action.

You can use LambdaFunctionRecommendationFilter with the GetLambdaFunctionRecommendations action, JobFilter with the DescribeRecommendationExportJobs action, and Filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

EBSFilterName: type: string enum: - Finding EBSFilters: type: array items: $ref: '#/components/schemas/EBSFilter' FilterValue: type: string ExportEBSVolumeRecommendationsResponse: 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' securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 externalDocs: description: Amazon Web Services documentation url: https://docs.aws.amazon.com/compute-optimizer/ x-hasEquivalentPaths: true