Class: Aws::ComputeOptimizer::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::ComputeOptimizer::Client
- Includes:
- Aws::ClientStubs
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb
Overview
An API client for ComputeOptimizer. To construct a client, you need to configure a :region
and :credentials
.
client = Aws::ComputeOptimizer::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#delete_recommendation_preferences(params = {}) ⇒ Struct
Deletes a recommendation preference, such as enhanced infrastructure metrics.
-
#describe_recommendation_export_jobs(params = {}) ⇒ Types::DescribeRecommendationExportJobsResponse
Describes recommendation export jobs created in the last seven days.
-
#export_auto_scaling_group_recommendations(params = {}) ⇒ Types::ExportAutoScalingGroupRecommendationsResponse
Exports optimization recommendations for Auto Scaling groups.
-
#export_ebs_volume_recommendations(params = {}) ⇒ Types::ExportEBSVolumeRecommendationsResponse
Exports optimization recommendations for Amazon EBS volumes.
-
#export_ec2_instance_recommendations(params = {}) ⇒ Types::ExportEC2InstanceRecommendationsResponse
Exports optimization recommendations for Amazon EC2 instances.
-
#export_ecs_service_recommendations(params = {}) ⇒ Types::ExportECSServiceRecommendationsResponse
Exports optimization recommendations for Amazon ECS services on Fargate.
-
#export_lambda_function_recommendations(params = {}) ⇒ Types::ExportLambdaFunctionRecommendationsResponse
Exports optimization recommendations for Lambda functions.
-
#get_auto_scaling_group_recommendations(params = {}) ⇒ Types::GetAutoScalingGroupRecommendationsResponse
Returns Auto Scaling group recommendations.
-
#get_ebs_volume_recommendations(params = {}) ⇒ Types::GetEBSVolumeRecommendationsResponse
Returns Amazon Elastic Block Store (Amazon EBS) volume recommendations.
-
#get_ec2_instance_recommendations(params = {}) ⇒ Types::GetEC2InstanceRecommendationsResponse
Returns Amazon EC2 instance recommendations.
-
#get_ec2_recommendation_projected_metrics(params = {}) ⇒ Types::GetEC2RecommendationProjectedMetricsResponse
Returns the projected utilization metrics of Amazon EC2 instance recommendations.
-
#get_ecs_service_recommendation_projected_metrics(params = {}) ⇒ Types::GetECSServiceRecommendationProjectedMetricsResponse
Returns the projected metrics of Amazon ECS service recommendations.
-
#get_ecs_service_recommendations(params = {}) ⇒ Types::GetECSServiceRecommendationsResponse
Returns Amazon ECS service recommendations.
-
#get_effective_recommendation_preferences(params = {}) ⇒ Types::GetEffectiveRecommendationPreferencesResponse
Returns the recommendation preferences that are in effect for a given resource, such as enhanced infrastructure metrics.
-
#get_enrollment_status(params = {}) ⇒ Types::GetEnrollmentStatusResponse
Returns the enrollment (opt in) status of an account to the Compute Optimizer service.
-
#get_enrollment_statuses_for_organization(params = {}) ⇒ Types::GetEnrollmentStatusesForOrganizationResponse
Returns the Compute Optimizer enrollment (opt-in) status of organization member accounts, if your account is an organization management account.
-
#get_lambda_function_recommendations(params = {}) ⇒ Types::GetLambdaFunctionRecommendationsResponse
Returns Lambda function recommendations.
-
#get_recommendation_preferences(params = {}) ⇒ Types::GetRecommendationPreferencesResponse
Returns existing recommendation preferences, such as enhanced infrastructure metrics.
-
#get_recommendation_summaries(params = {}) ⇒ Types::GetRecommendationSummariesResponse
Returns the optimization findings for an account.
-
#put_recommendation_preferences(params = {}) ⇒ Struct
Creates a new recommendation preference or updates an existing recommendation preference, such as enhanced infrastructure metrics.
-
#update_enrollment_status(params = {}) ⇒ Types::UpdateEnrollmentStatusResponse
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Methods included from Aws::ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
380 381 382 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 380 def initialize(*args) super end |
Instance Method Details
#delete_recommendation_preferences(params = {}) ⇒ Struct
Deletes a recommendation preference, such as enhanced infrastructure metrics.
For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.
443 444 445 446 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 443 def delete_recommendation_preferences(params = {}, = {}) req = build_request(:delete_recommendation_preferences, params) req.send_request() end |
#describe_recommendation_export_jobs(params = {}) ⇒ Types::DescribeRecommendationExportJobsResponse
Describes recommendation export jobs created in the last seven days.
Use the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions to request an export of your recommendations. Then use the DescribeRecommendationExportJobs action to view your export jobs.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
517 518 519 520 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 517 def describe_recommendation_export_jobs(params = {}, = {}) req = build_request(:describe_recommendation_export_jobs, params) req.send_request() end |
#export_auto_scaling_group_recommendations(params = {}) ⇒ Types::ExportAutoScalingGroupRecommendationsResponse
Exports optimization recommendations for Auto Scaling groups.
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 Auto Scaling group export job in progress per Amazon Web Services Region.
655 656 657 658 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 655 def export_auto_scaling_group_recommendations(params = {}, = {}) req = build_request(:export_auto_scaling_group_recommendations, params) req.send_request() end |
#export_ebs_volume_recommendations(params = {}) ⇒ Types::ExportEBSVolumeRecommendationsResponse
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.
786 787 788 789 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 786 def export_ebs_volume_recommendations(params = {}, = {}) req = build_request(:export_ebs_volume_recommendations, params) req.send_request() end |
#export_ec2_instance_recommendations(params = {}) ⇒ Types::ExportEC2InstanceRecommendationsResponse
Exports optimization recommendations for Amazon EC2 instances.
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 EC2 instance export job in progress per Amazon Web Services Region.
921 922 923 924 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 921 def export_ec2_instance_recommendations(params = {}, = {}) req = build_request(:export_ec2_instance_recommendations, params) req.send_request() end |
#export_ecs_service_recommendations(params = {}) ⇒ Types::ExportECSServiceRecommendationsResponse
Exports optimization recommendations for Amazon ECS services on Fargate.
Recommendations are exported in a CSV file, and its metadata in a 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 only have one Amazon ECS service export job in progress per Amazon Web Services Region.
1051 1052 1053 1054 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1051 def export_ecs_service_recommendations(params = {}, = {}) req = build_request(:export_ecs_service_recommendations, params) req.send_request() end |
#export_lambda_function_recommendations(params = {}) ⇒ Types::ExportLambdaFunctionRecommendationsResponse
Exports optimization recommendations for Lambda functions.
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 Lambda function export job in progress per Amazon Web Services Region.
1182 1183 1184 1185 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1182 def export_lambda_function_recommendations(params = {}, = {}) req = build_request(:export_lambda_function_recommendations, params) req.send_request() end |
#get_auto_scaling_group_recommendations(params = {}) ⇒ Types::GetAutoScalingGroupRecommendationsResponse
Returns Auto Scaling group recommendations.
Compute Optimizer generates recommendations for Amazon EC2 Auto Scaling groups that meet a specific set of requirements. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide.
1305 1306 1307 1308 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1305 def get_auto_scaling_group_recommendations(params = {}, = {}) req = build_request(:get_auto_scaling_group_recommendations, params) req.send_request() end |
#get_ebs_volume_recommendations(params = {}) ⇒ Types::GetEBSVolumeRecommendationsResponse
Returns Amazon Elastic Block Store (Amazon EBS) volume recommendations.
Compute Optimizer generates recommendations for Amazon EBS volumes that meet a specific set of requirements. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide.
1417 1418 1419 1420 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1417 def get_ebs_volume_recommendations(params = {}, = {}) req = build_request(:get_ebs_volume_recommendations, params) req.send_request() end |
#get_ec2_instance_recommendations(params = {}) ⇒ Types::GetEC2InstanceRecommendationsResponse
Returns Amazon EC2 instance recommendations.
Compute Optimizer generates recommendations for Amazon Elastic Compute Cloud (Amazon EC2) instances that meet a specific set of requirements. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide.
1546 1547 1548 1549 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1546 def get_ec2_instance_recommendations(params = {}, = {}) req = build_request(:get_ec2_instance_recommendations, params) req.send_request() end |
#get_ec2_recommendation_projected_metrics(params = {}) ⇒ Types::GetEC2RecommendationProjectedMetricsResponse
Returns the projected utilization metrics of Amazon EC2 instance recommendations.
Cpu
and Memory
metrics are the only projected utilization
metrics returned when you run this action. Additionally, the Memory
metric is returned only for resources that have the unified CloudWatch
agent installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
1619 1620 1621 1622 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1619 def get_ec2_recommendation_projected_metrics(params = {}, = {}) req = build_request(:get_ec2_recommendation_projected_metrics, params) req.send_request() end |
#get_ecs_service_recommendation_projected_metrics(params = {}) ⇒ Types::GetECSServiceRecommendationProjectedMetricsResponse
Returns the projected metrics of Amazon ECS service recommendations.
1677 1678 1679 1680 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1677 def get_ecs_service_recommendation_projected_metrics(params = {}, = {}) req = build_request(:get_ecs_service_recommendation_projected_metrics, params) req.send_request() end |
#get_ecs_service_recommendations(params = {}) ⇒ Types::GetECSServiceRecommendationsResponse
Returns Amazon ECS service recommendations.
Compute Optimizer generates recommendations for Amazon ECS services on Fargate that meet a specific set of requirements. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide.
1800 1801 1802 1803 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1800 def get_ecs_service_recommendations(params = {}, = {}) req = build_request(:get_ecs_service_recommendations, params) req.send_request() end |
#get_effective_recommendation_preferences(params = {}) ⇒ Types::GetEffectiveRecommendationPreferencesResponse
Returns the recommendation preferences that are in effect for a given resource, such as enhanced infrastructure metrics. Considers all applicable preferences that you might have set at the resource, account, and organization level.
When you create a recommendation preference, you can set its status to
Active
or Inactive
. Use this action to view the recommendation
preferences that are in effect, or Active
.
1839 1840 1841 1842 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1839 def get_effective_recommendation_preferences(params = {}, = {}) req = build_request(:get_effective_recommendation_preferences, params) req.send_request() end |
#get_enrollment_status(params = {}) ⇒ Types::GetEnrollmentStatusResponse
Returns the enrollment (opt in) status of an account to the Compute Optimizer service.
If the account is the management account of an organization, this action also confirms the enrollment status of member accounts of the organization. Use the GetEnrollmentStatusesForOrganization action to get detailed information about the enrollment status of member accounts of an organization.
1873 1874 1875 1876 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1873 def get_enrollment_status(params = {}, = {}) req = build_request(:get_enrollment_status, params) req.send_request() end |
#get_enrollment_statuses_for_organization(params = {}) ⇒ Types::GetEnrollmentStatusesForOrganizationResponse
Returns the Compute Optimizer enrollment (opt-in) status of organization member accounts, if your account is an organization management account.
To get the enrollment status of standalone accounts, use the GetEnrollmentStatus action.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1933 1934 1935 1936 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 1933 def get_enrollment_statuses_for_organization(params = {}, = {}) req = build_request(:get_enrollment_statuses_for_organization, params) req.send_request() end |
#get_lambda_function_recommendations(params = {}) ⇒ Types::GetLambdaFunctionRecommendationsResponse
Returns Lambda function recommendations.
Compute Optimizer generates recommendations for functions that meet a specific set of requirements. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2047 2048 2049 2050 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 2047 def get_lambda_function_recommendations(params = {}, = {}) req = build_request(:get_lambda_function_recommendations, params) req.send_request() end |
#get_recommendation_preferences(params = {}) ⇒ Types::GetRecommendationPreferencesResponse
Returns existing recommendation preferences, such as enhanced infrastructure metrics.
Use the scope
parameter to specify which preferences to return. You
can specify to return preferences for an organization, a specific
account ID, or a specific EC2 instance or Auto Scaling group Amazon
Resource Name (ARN).
For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2139 2140 2141 2142 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 2139 def get_recommendation_preferences(params = {}, = {}) req = build_request(:get_recommendation_preferences, params) req.send_request() end |
#get_recommendation_summaries(params = {}) ⇒ Types::GetRecommendationSummariesResponse
Returns the optimization findings for an account.
It returns the number of:
Amazon EC2 instances in an account that are
Underprovisioned
,Overprovisioned
, orOptimized
.Auto Scaling groups in an account that are
NotOptimized
, orOptimized
.Amazon EBS volumes in an account that are
NotOptimized
, orOptimized
.Lambda functions in an account that are
NotOptimized
, orOptimized
.Amazon ECS services in an account that are
Underprovisioned
,Overprovisioned
, orOptimized
.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2227 2228 2229 2230 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 2227 def get_recommendation_summaries(params = {}, = {}) req = build_request(:get_recommendation_summaries, params) req.send_request() end |
#put_recommendation_preferences(params = {}) ⇒ Struct
Creates a new recommendation preference or updates an existing recommendation preference, such as enhanced infrastructure metrics.
For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.
2352 2353 2354 2355 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 2352 def put_recommendation_preferences(params = {}, = {}) req = build_request(:put_recommendation_preferences, params) req.send_request() end |
#update_enrollment_status(params = {}) ⇒ Types::UpdateEnrollmentStatusResponse
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
If the account is a management account of an organization, this action can also be used to enroll member accounts of the organization.
You must have the appropriate permissions to opt in to Compute Optimizer, to view its recommendations, and to opt out. For more information, see Controlling access with Amazon Web Services Identity and Access Management in the Compute Optimizer User Guide.
When you opt in, Compute Optimizer automatically creates a service-linked role in your account to access its data. For more information, see Using Service-Linked Roles for Compute Optimizer in the Compute Optimizer User Guide.
2428 2429 2430 2431 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/client.rb', line 2428 def update_enrollment_status(params = {}, = {}) req = build_request(:update_enrollment_status, params) req.send_request() end |