aws_sdk_apprunner/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateCustomDomain` operation.
5pub mod associate_custom_domain;
6
7/// Types for the `CreateAutoScalingConfiguration` operation.
8pub mod create_auto_scaling_configuration;
9
10/// Types for the `CreateConnection` operation.
11pub mod create_connection;
12
13/// Types for the `CreateObservabilityConfiguration` operation.
14pub mod create_observability_configuration;
15
16/// Types for the `CreateService` operation.
17pub mod create_service;
18
19/// Types for the `CreateVpcConnector` operation.
20pub mod create_vpc_connector;
21
22/// Types for the `CreateVpcIngressConnection` operation.
23pub mod create_vpc_ingress_connection;
24
25/// Types for the `DeleteAutoScalingConfiguration` operation.
26pub mod delete_auto_scaling_configuration;
27
28/// Types for the `DeleteConnection` operation.
29pub mod delete_connection;
30
31/// Types for the `DeleteObservabilityConfiguration` operation.
32pub mod delete_observability_configuration;
33
34/// Types for the `DeleteService` operation.
35pub mod delete_service;
36
37/// Types for the `DeleteVpcConnector` operation.
38pub mod delete_vpc_connector;
39
40/// Types for the `DeleteVpcIngressConnection` operation.
41pub mod delete_vpc_ingress_connection;
42
43/// Types for the `DescribeAutoScalingConfiguration` operation.
44pub mod describe_auto_scaling_configuration;
45
46/// Types for the `DescribeCustomDomains` operation.
47pub mod describe_custom_domains;
48
49/// Types for the `DescribeObservabilityConfiguration` operation.
50pub mod describe_observability_configuration;
51
52/// Types for the `DescribeService` operation.
53pub mod describe_service;
54
55/// Types for the `DescribeVpcConnector` operation.
56pub mod describe_vpc_connector;
57
58/// Types for the `DescribeVpcIngressConnection` operation.
59pub mod describe_vpc_ingress_connection;
60
61/// Types for the `DisassociateCustomDomain` operation.
62pub mod disassociate_custom_domain;
63
64/// Types for the `ListAutoScalingConfigurations` operation.
65pub mod list_auto_scaling_configurations;
66
67/// Types for the `ListConnections` operation.
68pub mod list_connections;
69
70/// Types for the `ListObservabilityConfigurations` operation.
71pub mod list_observability_configurations;
72
73/// Types for the `ListOperations` operation.
74pub mod list_operations;
75
76/// Types for the `ListServices` operation.
77pub mod list_services;
78
79/// Types for the `ListServicesForAutoScalingConfiguration` operation.
80pub mod list_services_for_auto_scaling_configuration;
81
82/// Types for the `ListTagsForResource` operation.
83pub mod list_tags_for_resource;
84
85/// Types for the `ListVpcConnectors` operation.
86pub mod list_vpc_connectors;
87
88/// Types for the `ListVpcIngressConnections` operation.
89pub mod list_vpc_ingress_connections;
90
91/// Types for the `PauseService` operation.
92pub mod pause_service;
93
94/// Types for the `ResumeService` operation.
95pub mod resume_service;
96
97/// Types for the `StartDeployment` operation.
98pub mod start_deployment;
99
100/// Types for the `TagResource` operation.
101pub mod tag_resource;
102
103/// Types for the `UntagResource` operation.
104pub mod untag_resource;
105
106/// Types for the `UpdateDefaultAutoScalingConfiguration` operation.
107pub mod update_default_auto_scaling_configuration;
108
109/// Types for the `UpdateService` operation.
110pub mod update_service;
111
112/// Types for the `UpdateVpcIngressConnection` operation.
113pub mod update_vpc_ingress_connection;