aws-sdk-amplify 1.107.0

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

/// Types for the `CreateApp` operation.
pub mod create_app;

/// Types for the `CreateBackendEnvironment` operation.
pub mod create_backend_environment;

/// Types for the `CreateBranch` operation.
pub mod create_branch;

/// Types for the `CreateDeployment` operation.
pub mod create_deployment;

/// Types for the `CreateDomainAssociation` operation.
pub mod create_domain_association;

/// Types for the `CreateWebhook` operation.
pub mod create_webhook;

/// Types for the `DeleteApp` operation.
pub mod delete_app;

/// Types for the `DeleteBackendEnvironment` operation.
pub mod delete_backend_environment;

/// Types for the `DeleteBranch` operation.
pub mod delete_branch;

/// Types for the `DeleteDomainAssociation` operation.
pub mod delete_domain_association;

/// Types for the `DeleteJob` operation.
pub mod delete_job;

/// Types for the `DeleteWebhook` operation.
pub mod delete_webhook;

/// Types for the `GenerateAccessLogs` operation.
pub mod generate_access_logs;

/// Types for the `GetApp` operation.
pub mod get_app;

/// Types for the `GetArtifactUrl` operation.
pub mod get_artifact_url;

/// Types for the `GetBackendEnvironment` operation.
pub mod get_backend_environment;

/// Types for the `GetBranch` operation.
pub mod get_branch;

/// Types for the `GetDomainAssociation` operation.
pub mod get_domain_association;

/// Types for the `GetJob` operation.
pub mod get_job;

/// Types for the `GetWebhook` operation.
pub mod get_webhook;

/// Types for the `ListApps` operation.
pub mod list_apps;

/// Types for the `ListArtifacts` operation.
pub mod list_artifacts;

/// Types for the `ListBackendEnvironments` operation.
pub mod list_backend_environments;

/// Types for the `ListBranches` operation.
pub mod list_branches;

/// Types for the `ListDomainAssociations` operation.
pub mod list_domain_associations;

/// Types for the `ListJobs` operation.
pub mod list_jobs;

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

/// Types for the `ListWebhooks` operation.
pub mod list_webhooks;

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

/// Types for the `StartJob` operation.
pub mod start_job;

/// Types for the `StopJob` operation.
pub mod stop_job;

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

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

/// Types for the `UpdateApp` operation.
pub mod update_app;

/// Types for the `UpdateBranch` operation.
pub mod update_branch;

/// Types for the `UpdateDomainAssociation` operation.
pub mod update_domain_association;

/// Types for the `UpdateWebhook` operation.
pub mod update_webhook;