aws-sdk-apprunner 1.99.0

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

/// Types for the `AssociateCustomDomain` operation.
pub mod associate_custom_domain;

/// Types for the `CreateAutoScalingConfiguration` operation.
pub mod create_auto_scaling_configuration;

/// Types for the `CreateConnection` operation.
pub mod create_connection;

/// Types for the `CreateObservabilityConfiguration` operation.
pub mod create_observability_configuration;

/// Types for the `CreateService` operation.
pub mod create_service;

/// Types for the `CreateVpcConnector` operation.
pub mod create_vpc_connector;

/// Types for the `CreateVpcIngressConnection` operation.
pub mod create_vpc_ingress_connection;

/// Types for the `DeleteAutoScalingConfiguration` operation.
pub mod delete_auto_scaling_configuration;

/// Types for the `DeleteConnection` operation.
pub mod delete_connection;

/// Types for the `DeleteObservabilityConfiguration` operation.
pub mod delete_observability_configuration;

/// Types for the `DeleteService` operation.
pub mod delete_service;

/// Types for the `DeleteVpcConnector` operation.
pub mod delete_vpc_connector;

/// Types for the `DeleteVpcIngressConnection` operation.
pub mod delete_vpc_ingress_connection;

/// Types for the `DescribeAutoScalingConfiguration` operation.
pub mod describe_auto_scaling_configuration;

/// Types for the `DescribeCustomDomains` operation.
pub mod describe_custom_domains;

/// Types for the `DescribeObservabilityConfiguration` operation.
pub mod describe_observability_configuration;

/// Types for the `DescribeService` operation.
pub mod describe_service;

/// Types for the `DescribeVpcConnector` operation.
pub mod describe_vpc_connector;

/// Types for the `DescribeVpcIngressConnection` operation.
pub mod describe_vpc_ingress_connection;

/// Types for the `DisassociateCustomDomain` operation.
pub mod disassociate_custom_domain;

/// Types for the `ListAutoScalingConfigurations` operation.
pub mod list_auto_scaling_configurations;

/// Types for the `ListConnections` operation.
pub mod list_connections;

/// Types for the `ListObservabilityConfigurations` operation.
pub mod list_observability_configurations;

/// Types for the `ListOperations` operation.
pub mod list_operations;

/// Types for the `ListServices` operation.
pub mod list_services;

/// Types for the `ListServicesForAutoScalingConfiguration` operation.
pub mod list_services_for_auto_scaling_configuration;

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

/// Types for the `ListVpcConnectors` operation.
pub mod list_vpc_connectors;

/// Types for the `ListVpcIngressConnections` operation.
pub mod list_vpc_ingress_connections;

/// Types for the `PauseService` operation.
pub mod pause_service;

/// Types for the `ResumeService` operation.
pub mod resume_service;

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

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

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

/// Types for the `UpdateDefaultAutoScalingConfiguration` operation.
pub mod update_default_auto_scaling_configuration;

/// Types for the `UpdateService` operation.
pub mod update_service;

/// Types for the `UpdateVpcIngressConnection` operation.
pub mod update_vpc_ingress_connection;