aws-sdk-gamelift 1.118.0

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

pub use crate::types::error::_invalid_request_exception::InvalidRequestException;

pub use crate::types::error::_not_found_exception::NotFoundException;

pub use crate::types::error::_unsupported_region_exception::UnsupportedRegionException;

pub use crate::types::error::_conflict_exception::ConflictException;

pub use crate::types::error::_out_of_capacity_exception::OutOfCapacityException;

pub use crate::types::error::_unauthorized_exception::UnauthorizedException;

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

pub use crate::types::error::_tagging_failed_exception::TaggingFailedException;

pub use crate::types::error::_not_ready_exception::NotReadyException;

pub use crate::types::error::_invalid_fleet_status_exception::InvalidFleetStatusException;

pub use crate::types::error::_fleet_capacity_exceeded_exception::FleetCapacityExceededException;

pub use crate::types::error::_idempotent_parameter_mismatch_exception::IdempotentParameterMismatchException;

pub use crate::types::error::_terminal_routing_strategy_exception::TerminalRoutingStrategyException;

pub use crate::types::error::_game_session_full_exception::GameSessionFullException;

pub use crate::types::error::_invalid_game_session_status_exception::InvalidGameSessionStatusException;

mod _conflict_exception;

mod _fleet_capacity_exceeded_exception;

mod _game_session_full_exception;

mod _idempotent_parameter_mismatch_exception;

mod _internal_service_exception;

mod _invalid_fleet_status_exception;

mod _invalid_game_session_status_exception;

mod _invalid_request_exception;

mod _limit_exceeded_exception;

mod _not_found_exception;

mod _not_ready_exception;

mod _out_of_capacity_exception;

mod _tagging_failed_exception;

mod _terminal_routing_strategy_exception;

mod _unauthorized_exception;

mod _unsupported_region_exception;

/// Builders
pub mod builders;