aws_api/compute_optimizer

Types

pub opaque type Client

Functions

pub fn delete_recommendation_preferences(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn describe_recommendation_export_jobs(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn export_auto_scaling_group_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn export_ebs_volume_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn export_ec2_instance_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn export_ecs_service_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn export_lambda_function_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn export_license_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn export_rds_database_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_auto_scaling_group_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_ebs_volume_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_ec2_instance_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_ec2_recommendation_projected_metrics(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_ecs_service_recommendation_projected_metrics(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_ecs_service_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_effective_recommendation_preferences(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_enrollment_status(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_enrollment_statuses_for_organization(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_lambda_function_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_license_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_rds_database_recommendation_projected_metrics(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_rds_database_recommendations(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_recommendation_preferences(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn get_recommendation_summaries(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn new(
  access_key_id access_key_id: String,
  secret_access_key secret_access_key: String,
  region region: String,
) -> Client
pub fn put_recommendation_preferences(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn update_enrollment_status(
  client: Client,
  request_body: BitArray,
) -> Request(BitArray)
pub fn with_custom_endpoint(
  client: Client,
  custom_endpoint: String,
) -> Client
Search Document