aws-sdk-interconnect 1.1.0

AWS SDK for Interconnect
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_attach_point::AttachPoint;

pub use crate::types::_connection::Connection;

pub use crate::types::_provider::Provider;

pub use crate::types::_connection_state::ConnectionState;

pub use crate::types::_remote_account_identifier::RemoteAccountIdentifier;

pub use crate::types::_environment::Environment;

pub use crate::types::_attach_point_descriptor::AttachPointDescriptor;

pub use crate::types::_connection_summary::ConnectionSummary;

pub use crate::types::_environment_state::EnvironmentState;

pub use crate::types::_bandwidths::Bandwidths;

pub use crate::types::_remote_account_identifier_type::RemoteAccountIdentifierType;

pub use crate::types::_attach_point_type::AttachPointType;

mod _attach_point;

mod _attach_point_descriptor;

mod _attach_point_type;

mod _bandwidths;

mod _connection;

mod _connection_state;

mod _connection_summary;

mod _environment;

mod _environment_state;

mod _provider;

mod _remote_account_identifier;

mod _remote_account_identifier_type;

/// Builders
pub mod builders;

/// Error types that Interconnect can respond with.
pub mod error;