aws-sdk-iam 1.109.0

AWS SDK for AWS Identity and Access Management
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::_no_such_entity_exception::NoSuchEntityException;

pub use crate::types::error::_service_failure_exception::ServiceFailureException;

pub use crate::types::error::_invalid_input_exception::InvalidInputException;

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

pub use crate::types::error::_entity_already_exists_exception::EntityAlreadyExistsException;

pub use crate::types::error::_unmodifiable_entity_exception::UnmodifiableEntityException;

pub use crate::types::error::_policy_not_attachable_exception::PolicyNotAttachableException;

pub use crate::types::error::_entity_temporarily_unmodifiable_exception::EntityTemporarilyUnmodifiableException;

pub use crate::types::error::_invalid_user_type_exception::InvalidUserTypeException;

pub use crate::types::error::_password_policy_violation_exception::PasswordPolicyViolationException;

pub use crate::types::error::_open_id_idp_communication_error_exception::OpenIdIdpCommunicationErrorException;

pub use crate::types::error::_malformed_policy_document_exception::MalformedPolicyDocumentException;

pub use crate::types::error::_service_not_supported_exception::ServiceNotSupportedException;

pub use crate::types::error::_delete_conflict_exception::DeleteConflictException;

pub use crate::types::error::_account_not_management_or_delegated_administrator_exception::AccountNotManagementOrDelegatedAdministratorException;

pub use crate::types::error::_organization_not_found_exception::OrganizationNotFoundException;

pub use crate::types::error::_organization_not_in_all_features_mode_exception::OrganizationNotInAllFeaturesModeException;

pub use crate::types::error::_service_access_not_enabled_exception::ServiceAccessNotEnabledException;

pub use crate::types::error::_feature_disabled_exception::FeatureDisabledException;

pub use crate::types::error::_invalid_authentication_code_exception::InvalidAuthenticationCodeException;

pub use crate::types::error::_caller_is_not_management_account_exception::CallerIsNotManagementAccountException;

pub use crate::types::error::_feature_enabled_exception::FeatureEnabledException;

pub use crate::types::error::_report_generation_limit_exceeded_exception::ReportGenerationLimitExceededException;

pub use crate::types::error::_credential_report_expired_exception::CredentialReportExpiredException;

pub use crate::types::error::_credential_report_not_present_exception::CredentialReportNotPresentException;

pub use crate::types::error::_credential_report_not_ready_exception::CredentialReportNotReadyException;

pub use crate::types::error::_unrecognized_public_key_encoding_exception::UnrecognizedPublicKeyEncodingException;

pub use crate::types::error::_policy_evaluation_exception::PolicyEvaluationException;

pub use crate::types::error::_key_pair_mismatch_exception::KeyPairMismatchException;

pub use crate::types::error::_malformed_certificate_exception::MalformedCertificateException;

pub use crate::types::error::_duplicate_certificate_exception::DuplicateCertificateException;

pub use crate::types::error::_invalid_certificate_exception::InvalidCertificateException;

pub use crate::types::error::_duplicate_ssh_public_key_exception::DuplicateSshPublicKeyException;

pub use crate::types::error::_invalid_public_key_exception::InvalidPublicKeyException;

mod _account_not_management_or_delegated_administrator_exception;

mod _caller_is_not_management_account_exception;

mod _concurrent_modification_exception;

mod _credential_report_expired_exception;

mod _credential_report_not_present_exception;

mod _credential_report_not_ready_exception;

mod _delete_conflict_exception;

mod _duplicate_certificate_exception;

mod _duplicate_ssh_public_key_exception;

mod _entity_already_exists_exception;

mod _entity_temporarily_unmodifiable_exception;

mod _feature_disabled_exception;

mod _feature_enabled_exception;

mod _invalid_authentication_code_exception;

mod _invalid_certificate_exception;

mod _invalid_input_exception;

mod _invalid_public_key_exception;

mod _invalid_user_type_exception;

mod _key_pair_mismatch_exception;

mod _limit_exceeded_exception;

mod _malformed_certificate_exception;

mod _malformed_policy_document_exception;

mod _no_such_entity_exception;

mod _open_id_idp_communication_error_exception;

mod _organization_not_found_exception;

mod _organization_not_in_all_features_mode_exception;

mod _password_policy_violation_exception;

mod _policy_evaluation_exception;

mod _policy_not_attachable_exception;

mod _report_generation_limit_exceeded_exception;

mod _service_access_not_enabled_exception;

mod _service_failure_exception;

mod _service_not_supported_exception;

mod _unmodifiable_entity_exception;

mod _unrecognized_public_key_encoding_exception;

/// Builders
pub mod builders;