aws-sdk-appconfig 1.103.0

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

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateConfigurationProfile` operation.
pub mod create_configuration_profile;

/// Types for the `CreateDeploymentStrategy` operation.
pub mod create_deployment_strategy;

/// Types for the `CreateEnvironment` operation.
pub mod create_environment;

/// Types for the `CreateExtension` operation.
pub mod create_extension;

/// Types for the `CreateExtensionAssociation` operation.
pub mod create_extension_association;

/// Types for the `CreateHostedConfigurationVersion` operation.
pub mod create_hosted_configuration_version;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

/// Types for the `DeleteConfigurationProfile` operation.
pub mod delete_configuration_profile;

/// Types for the `DeleteDeploymentStrategy` operation.
pub mod delete_deployment_strategy;

/// Types for the `DeleteEnvironment` operation.
pub mod delete_environment;

/// Types for the `DeleteExtension` operation.
pub mod delete_extension;

/// Types for the `DeleteExtensionAssociation` operation.
pub mod delete_extension_association;

/// Types for the `DeleteHostedConfigurationVersion` operation.
pub mod delete_hosted_configuration_version;

/// Types for the `GetAccountSettings` operation.
pub mod get_account_settings;

/// Types for the `GetApplication` operation.
pub mod get_application;

/// Types for the `GetConfiguration` operation.
pub mod get_configuration;

/// Types for the `GetConfigurationProfile` operation.
pub mod get_configuration_profile;

/// Types for the `GetDeployment` operation.
pub mod get_deployment;

/// Types for the `GetDeploymentStrategy` operation.
pub mod get_deployment_strategy;

/// Types for the `GetEnvironment` operation.
pub mod get_environment;

/// Types for the `GetExtension` operation.
pub mod get_extension;

/// Types for the `GetExtensionAssociation` operation.
pub mod get_extension_association;

/// Types for the `GetHostedConfigurationVersion` operation.
pub mod get_hosted_configuration_version;

/// Types for the `ListApplications` operation.
pub mod list_applications;

/// Types for the `ListConfigurationProfiles` operation.
pub mod list_configuration_profiles;

/// Types for the `ListDeploymentStrategies` operation.
pub mod list_deployment_strategies;

/// Types for the `ListDeployments` operation.
pub mod list_deployments;

/// Types for the `ListEnvironments` operation.
pub mod list_environments;

/// Types for the `ListExtensionAssociations` operation.
pub mod list_extension_associations;

/// Types for the `ListExtensions` operation.
pub mod list_extensions;

/// Types for the `ListHostedConfigurationVersions` operation.
pub mod list_hosted_configuration_versions;

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

/// Types for the `StartDeployment` operation.
pub mod start_deployment;

/// Types for the `StopDeployment` operation.
pub mod stop_deployment;

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

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

/// Types for the `UpdateAccountSettings` operation.
pub mod update_account_settings;

/// Types for the `UpdateApplication` operation.
pub mod update_application;

/// Types for the `UpdateConfigurationProfile` operation.
pub mod update_configuration_profile;

/// Types for the `UpdateDeploymentStrategy` operation.
pub mod update_deployment_strategy;

/// Types for the `UpdateEnvironment` operation.
pub mod update_environment;

/// Types for the `UpdateExtension` operation.
pub mod update_extension;

/// Types for the `UpdateExtensionAssociation` operation.
pub mod update_extension_association;

/// Types for the `ValidateConfiguration` operation.
pub mod validate_configuration;