aws-sdk-appstream 1.111.0

AWS SDK for Amazon AppStream
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::error::_concurrent_modification_exception::ConcurrentModificationException;

pub use crate::types::error::_invalid_parameter_combination_exception::InvalidParameterCombinationException;

pub use crate::types::error::_limit_exceeded_exception::LimitExceededException;

pub use crate::types::error::_operation_not_permitted_exception::OperationNotPermittedException;

pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;

pub use crate::types::error::_entitlement_not_found_exception::EntitlementNotFoundException;

pub use crate::types::error::_incompatible_image_exception::IncompatibleImageException;

pub use crate::types::error::_invalid_account_status_exception::InvalidAccountStatusException;

pub use crate::types::error::_resource_already_exists_exception::ResourceAlreadyExistsException;

pub use crate::types::error::_resource_not_available_exception::ResourceNotAvailableException;

pub use crate::types::error::_invalid_role_exception::InvalidRoleException;

pub use crate::types::error::_request_limit_exceeded_exception::RequestLimitExceededException;

pub use crate::types::error::_entitlement_already_exists_exception::EntitlementAlreadyExistsException;

pub use crate::types::error::_dry_run_operation_exception::DryRunOperationException;

pub use crate::types::error::_resource_in_use_exception::ResourceInUseException;

mod _concurrent_modification_exception;

mod _dry_run_operation_exception;

mod _entitlement_already_exists_exception;

mod _entitlement_not_found_exception;

mod _incompatible_image_exception;

mod _invalid_account_status_exception;

mod _invalid_parameter_combination_exception;

mod _invalid_role_exception;

mod _limit_exceeded_exception;

mod _operation_not_permitted_exception;

mod _request_limit_exceeded_exception;

mod _resource_already_exists_exception;

mod _resource_in_use_exception;

mod _resource_not_available_exception;

mod _resource_not_found_exception;

/// Builders
pub mod builders;