pub use ::aws_types::request_id::RequestId;
pub mod associate_profile;
pub mod associate_resource_to_profile;
pub mod create_profile;
pub mod delete_profile;
pub mod disassociate_profile;
pub mod disassociate_resource_from_profile;
pub mod get_profile;
pub mod get_profile_association;
pub mod get_profile_resource_association;
pub mod list_profile_associations;
pub mod list_profile_resource_associations;
pub mod list_profiles;
pub mod list_tags_for_resource;
pub mod tag_resource;
pub mod untag_resource;
pub mod update_profile_resource_association;