aws_sdk_appmesh/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 `CreateGatewayRoute` operation.
5pub mod create_gateway_route;
6
7/// Types for the `CreateMesh` operation.
8pub mod create_mesh;
9
10/// Types for the `CreateRoute` operation.
11pub mod create_route;
12
13/// Types for the `CreateVirtualGateway` operation.
14pub mod create_virtual_gateway;
15
16/// Types for the `CreateVirtualNode` operation.
17pub mod create_virtual_node;
18
19/// Types for the `CreateVirtualRouter` operation.
20pub mod create_virtual_router;
21
22/// Types for the `CreateVirtualService` operation.
23pub mod create_virtual_service;
24
25/// Types for the `DeleteGatewayRoute` operation.
26pub mod delete_gateway_route;
27
28/// Types for the `DeleteMesh` operation.
29pub mod delete_mesh;
30
31/// Types for the `DeleteRoute` operation.
32pub mod delete_route;
33
34/// Types for the `DeleteVirtualGateway` operation.
35pub mod delete_virtual_gateway;
36
37/// Types for the `DeleteVirtualNode` operation.
38pub mod delete_virtual_node;
39
40/// Types for the `DeleteVirtualRouter` operation.
41pub mod delete_virtual_router;
42
43/// Types for the `DeleteVirtualService` operation.
44pub mod delete_virtual_service;
45
46/// Types for the `DescribeGatewayRoute` operation.
47pub mod describe_gateway_route;
48
49/// Types for the `DescribeMesh` operation.
50pub mod describe_mesh;
51
52/// Types for the `DescribeRoute` operation.
53pub mod describe_route;
54
55/// Types for the `DescribeVirtualGateway` operation.
56pub mod describe_virtual_gateway;
57
58/// Types for the `DescribeVirtualNode` operation.
59pub mod describe_virtual_node;
60
61/// Types for the `DescribeVirtualRouter` operation.
62pub mod describe_virtual_router;
63
64/// Types for the `DescribeVirtualService` operation.
65pub mod describe_virtual_service;
66
67/// Types for the `ListGatewayRoutes` operation.
68pub mod list_gateway_routes;
69
70/// Types for the `ListMeshes` operation.
71pub mod list_meshes;
72
73/// Types for the `ListRoutes` operation.
74pub mod list_routes;
75
76/// Types for the `ListTagsForResource` operation.
77pub mod list_tags_for_resource;
78
79/// Types for the `ListVirtualGateways` operation.
80pub mod list_virtual_gateways;
81
82/// Types for the `ListVirtualNodes` operation.
83pub mod list_virtual_nodes;
84
85/// Types for the `ListVirtualRouters` operation.
86pub mod list_virtual_routers;
87
88/// Types for the `ListVirtualServices` operation.
89pub mod list_virtual_services;
90
91/// Types for the `TagResource` operation.
92pub mod tag_resource;
93
94/// Types for the `UntagResource` operation.
95pub mod untag_resource;
96
97/// Types for the `UpdateGatewayRoute` operation.
98pub mod update_gateway_route;
99
100/// Types for the `UpdateMesh` operation.
101pub mod update_mesh;
102
103/// Types for the `UpdateRoute` operation.
104pub mod update_route;
105
106/// Types for the `UpdateVirtualGateway` operation.
107pub mod update_virtual_gateway;
108
109/// Types for the `UpdateVirtualNode` operation.
110pub mod update_virtual_node;
111
112/// Types for the `UpdateVirtualRouter` operation.
113pub mod update_virtual_router;
114
115/// Types for the `UpdateVirtualService` operation.
116pub mod update_virtual_service;