1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateGatewayRoute` operation.
pub mod create_gateway_route;

/// Types for the `CreateMesh` operation.
pub mod create_mesh;

/// Types for the `CreateRoute` operation.
pub mod create_route;

/// Types for the `CreateVirtualGateway` operation.
pub mod create_virtual_gateway;

/// Types for the `CreateVirtualNode` operation.
pub mod create_virtual_node;

/// Types for the `CreateVirtualRouter` operation.
pub mod create_virtual_router;

/// Types for the `CreateVirtualService` operation.
pub mod create_virtual_service;

/// Types for the `DeleteGatewayRoute` operation.
pub mod delete_gateway_route;

/// Types for the `DeleteMesh` operation.
pub mod delete_mesh;

/// Types for the `DeleteRoute` operation.
pub mod delete_route;

/// Types for the `DeleteVirtualGateway` operation.
pub mod delete_virtual_gateway;

/// Types for the `DeleteVirtualNode` operation.
pub mod delete_virtual_node;

/// Types for the `DeleteVirtualRouter` operation.
pub mod delete_virtual_router;

/// Types for the `DeleteVirtualService` operation.
pub mod delete_virtual_service;

/// Types for the `DescribeGatewayRoute` operation.
pub mod describe_gateway_route;

/// Types for the `DescribeMesh` operation.
pub mod describe_mesh;

/// Types for the `DescribeRoute` operation.
pub mod describe_route;

/// Types for the `DescribeVirtualGateway` operation.
pub mod describe_virtual_gateway;

/// Types for the `DescribeVirtualNode` operation.
pub mod describe_virtual_node;

/// Types for the `DescribeVirtualRouter` operation.
pub mod describe_virtual_router;

/// Types for the `DescribeVirtualService` operation.
pub mod describe_virtual_service;

/// Types for the `ListGatewayRoutes` operation.
pub mod list_gateway_routes;

/// Types for the `ListMeshes` operation.
pub mod list_meshes;

/// Types for the `ListRoutes` operation.
pub mod list_routes;

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

/// Types for the `ListVirtualGateways` operation.
pub mod list_virtual_gateways;

/// Types for the `ListVirtualNodes` operation.
pub mod list_virtual_nodes;

/// Types for the `ListVirtualRouters` operation.
pub mod list_virtual_routers;

/// Types for the `ListVirtualServices` operation.
pub mod list_virtual_services;

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

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

/// Types for the `UpdateGatewayRoute` operation.
pub mod update_gateway_route;

/// Types for the `UpdateMesh` operation.
pub mod update_mesh;

/// Types for the `UpdateRoute` operation.
pub mod update_route;

/// Types for the `UpdateVirtualGateway` operation.
pub mod update_virtual_gateway;

/// Types for the `UpdateVirtualNode` operation.
pub mod update_virtual_node;

/// Types for the `UpdateVirtualRouter` operation.
pub mod update_virtual_router;

/// Types for the `UpdateVirtualService` operation.
pub mod update_virtual_service;