aws-sdk-route53profiles 1.77.0

AWS SDK for Route 53 Profiles
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateProfile` operation.
pub mod associate_profile;

/// Types for the `AssociateResourceToProfile` operation.
pub mod associate_resource_to_profile;

/// Types for the `CreateProfile` operation.
pub mod create_profile;

/// Types for the `DeleteProfile` operation.
pub mod delete_profile;

/// Types for the `DisassociateProfile` operation.
pub mod disassociate_profile;

/// Types for the `DisassociateResourceFromProfile` operation.
pub mod disassociate_resource_from_profile;

/// Types for the `GetProfile` operation.
pub mod get_profile;

/// Types for the `GetProfileAssociation` operation.
pub mod get_profile_association;

/// Types for the `GetProfileResourceAssociation` operation.
pub mod get_profile_resource_association;

/// Types for the `ListProfileAssociations` operation.
pub mod list_profile_associations;

/// Types for the `ListProfileResourceAssociations` operation.
pub mod list_profile_resource_associations;

/// Types for the `ListProfiles` operation.
pub mod list_profiles;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateProfileResourceAssociation` operation.
pub mod update_profile_resource_association;