aws-sdk-elasticinference 1.59.0

AWS SDK for Amazon Elastic Inference
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_accelerator_type::AcceleratorType;

pub use crate::types::_key_value_pair::KeyValuePair;

pub use crate::types::_memory_info::MemoryInfo;

pub use crate::types::_elastic_inference_accelerator::ElasticInferenceAccelerator;

pub use crate::types::_elastic_inference_accelerator_health::ElasticInferenceAcceleratorHealth;

pub use crate::types::_filter::Filter;

pub use crate::types::_accelerator_type_offering::AcceleratorTypeOffering;

pub use crate::types::_location_type::LocationType;

mod _accelerator_type;

mod _accelerator_type_offering;

mod _elastic_inference_accelerator;

mod _elastic_inference_accelerator_health;

mod _filter;

mod _key_value_pair;

mod _location_type;

mod _memory_info;

/// Builders
pub mod builders;

/// Error types that Amazon Elastic  Inference can respond with.
pub mod error;