aws_sdk_vpclattice/
operation.rs

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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchUpdateRule` operation.
pub mod batch_update_rule;

/// Types for the `CreateAccessLogSubscription` operation.
pub mod create_access_log_subscription;

/// Types for the `CreateListener` operation.
pub mod create_listener;

/// Types for the `CreateRule` operation.
pub mod create_rule;

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

/// Types for the `CreateServiceNetwork` operation.
pub mod create_service_network;

/// Types for the `CreateServiceNetworkServiceAssociation` operation.
pub mod create_service_network_service_association;

/// Types for the `CreateServiceNetworkVpcAssociation` operation.
pub mod create_service_network_vpc_association;

/// Types for the `CreateTargetGroup` operation.
pub mod create_target_group;

/// Types for the `DeleteAccessLogSubscription` operation.
pub mod delete_access_log_subscription;

/// Types for the `DeleteAuthPolicy` operation.
pub mod delete_auth_policy;

/// Types for the `DeleteListener` operation.
pub mod delete_listener;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteRule` operation.
pub mod delete_rule;

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

/// Types for the `DeleteServiceNetwork` operation.
pub mod delete_service_network;

/// Types for the `DeleteServiceNetworkServiceAssociation` operation.
pub mod delete_service_network_service_association;

/// Types for the `DeleteServiceNetworkVpcAssociation` operation.
pub mod delete_service_network_vpc_association;

/// Types for the `DeleteTargetGroup` operation.
pub mod delete_target_group;

/// Types for the `DeregisterTargets` operation.
pub mod deregister_targets;

/// Types for the `GetAccessLogSubscription` operation.
pub mod get_access_log_subscription;

/// Types for the `GetAuthPolicy` operation.
pub mod get_auth_policy;

/// Types for the `GetListener` operation.
pub mod get_listener;

/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;

/// Types for the `GetRule` operation.
pub mod get_rule;

/// Types for the `GetService` operation.
pub mod get_service;

/// Types for the `GetServiceNetwork` operation.
pub mod get_service_network;

/// Types for the `GetServiceNetworkServiceAssociation` operation.
pub mod get_service_network_service_association;

/// Types for the `GetServiceNetworkVpcAssociation` operation.
pub mod get_service_network_vpc_association;

/// Types for the `GetTargetGroup` operation.
pub mod get_target_group;

/// Types for the `ListAccessLogSubscriptions` operation.
pub mod list_access_log_subscriptions;

/// Types for the `ListListeners` operation.
pub mod list_listeners;

/// Types for the `ListRules` operation.
pub mod list_rules;

/// Types for the `ListServiceNetworkServiceAssociations` operation.
pub mod list_service_network_service_associations;

/// Types for the `ListServiceNetworkVpcAssociations` operation.
pub mod list_service_network_vpc_associations;

/// Types for the `ListServiceNetworks` operation.
pub mod list_service_networks;

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

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

/// Types for the `ListTargetGroups` operation.
pub mod list_target_groups;

/// Types for the `ListTargets` operation.
pub mod list_targets;

/// Types for the `PutAuthPolicy` operation.
pub mod put_auth_policy;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `RegisterTargets` operation.
pub mod register_targets;

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

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

/// Types for the `UpdateAccessLogSubscription` operation.
pub mod update_access_log_subscription;

/// Types for the `UpdateListener` operation.
pub mod update_listener;

/// Types for the `UpdateRule` operation.
pub mod update_rule;

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

/// Types for the `UpdateServiceNetwork` operation.
pub mod update_service_network;

/// Types for the `UpdateServiceNetworkVpcAssociation` operation.
pub mod update_service_network_vpc_association;

/// Types for the `UpdateTargetGroup` operation.
pub mod update_target_group;