aws_sdk_eks/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 `AssociateAccessPolicy` operation.
5pub mod associate_access_policy;
6
7/// Types for the `AssociateEncryptionConfig` operation.
8pub mod associate_encryption_config;
9
10/// Types for the `AssociateIdentityProviderConfig` operation.
11pub mod associate_identity_provider_config;
12
13/// Types for the `CreateAccessEntry` operation.
14pub mod create_access_entry;
15
16/// Types for the `CreateAddon` operation.
17pub mod create_addon;
18
19/// Types for the `CreateCluster` operation.
20pub mod create_cluster;
21
22/// Types for the `CreateEksAnywhereSubscription` operation.
23pub mod create_eks_anywhere_subscription;
24
25/// Types for the `CreateFargateProfile` operation.
26pub mod create_fargate_profile;
27
28/// Types for the `CreateNodegroup` operation.
29pub mod create_nodegroup;
30
31/// Types for the `CreatePodIdentityAssociation` operation.
32pub mod create_pod_identity_association;
33
34/// Types for the `DeleteAccessEntry` operation.
35pub mod delete_access_entry;
36
37/// Types for the `DeleteAddon` operation.
38pub mod delete_addon;
39
40/// Types for the `DeleteCluster` operation.
41pub mod delete_cluster;
42
43/// Types for the `DeleteEksAnywhereSubscription` operation.
44pub mod delete_eks_anywhere_subscription;
45
46/// Types for the `DeleteFargateProfile` operation.
47pub mod delete_fargate_profile;
48
49/// Types for the `DeleteNodegroup` operation.
50pub mod delete_nodegroup;
51
52/// Types for the `DeletePodIdentityAssociation` operation.
53pub mod delete_pod_identity_association;
54
55/// Types for the `DeregisterCluster` operation.
56pub mod deregister_cluster;
57
58/// Types for the `DescribeAccessEntry` operation.
59pub mod describe_access_entry;
60
61/// Types for the `DescribeAddon` operation.
62pub mod describe_addon;
63
64/// Types for the `DescribeAddonConfiguration` operation.
65pub mod describe_addon_configuration;
66
67/// Types for the `DescribeAddonVersions` operation.
68pub mod describe_addon_versions;
69
70/// Types for the `DescribeCluster` operation.
71pub mod describe_cluster;
72
73/// Types for the `DescribeClusterVersions` operation.
74pub mod describe_cluster_versions;
75
76/// Types for the `DescribeEksAnywhereSubscription` operation.
77pub mod describe_eks_anywhere_subscription;
78
79/// Types for the `DescribeFargateProfile` operation.
80pub mod describe_fargate_profile;
81
82/// Types for the `DescribeIdentityProviderConfig` operation.
83pub mod describe_identity_provider_config;
84
85/// Types for the `DescribeInsight` operation.
86pub mod describe_insight;
87
88/// Types for the `DescribeInsightsRefresh` operation.
89pub mod describe_insights_refresh;
90
91/// Types for the `DescribeNodegroup` operation.
92pub mod describe_nodegroup;
93
94/// Types for the `DescribePodIdentityAssociation` operation.
95pub mod describe_pod_identity_association;
96
97/// Types for the `DescribeUpdate` operation.
98pub mod describe_update;
99
100/// Types for the `DisassociateAccessPolicy` operation.
101pub mod disassociate_access_policy;
102
103/// Types for the `DisassociateIdentityProviderConfig` operation.
104pub mod disassociate_identity_provider_config;
105
106/// Types for the `ListAccessEntries` operation.
107pub mod list_access_entries;
108
109/// Types for the `ListAccessPolicies` operation.
110pub mod list_access_policies;
111
112/// Types for the `ListAddons` operation.
113pub mod list_addons;
114
115/// Types for the `ListAssociatedAccessPolicies` operation.
116pub mod list_associated_access_policies;
117
118/// Types for the `ListClusters` operation.
119pub mod list_clusters;
120
121/// Types for the `ListEksAnywhereSubscriptions` operation.
122pub mod list_eks_anywhere_subscriptions;
123
124/// Types for the `ListFargateProfiles` operation.
125pub mod list_fargate_profiles;
126
127/// Types for the `ListIdentityProviderConfigs` operation.
128pub mod list_identity_provider_configs;
129
130/// Types for the `ListInsights` operation.
131pub mod list_insights;
132
133/// Types for the `ListNodegroups` operation.
134pub mod list_nodegroups;
135
136/// Types for the `ListPodIdentityAssociations` operation.
137pub mod list_pod_identity_associations;
138
139/// Types for the `ListTagsForResource` operation.
140pub mod list_tags_for_resource;
141
142/// Types for the `ListUpdates` operation.
143pub mod list_updates;
144
145/// Types for the `RegisterCluster` operation.
146pub mod register_cluster;
147
148/// Types for the `StartInsightsRefresh` operation.
149pub mod start_insights_refresh;
150
151/// Types for the `TagResource` operation.
152pub mod tag_resource;
153
154/// Types for the `UntagResource` operation.
155pub mod untag_resource;
156
157/// Types for the `UpdateAccessEntry` operation.
158pub mod update_access_entry;
159
160/// Types for the `UpdateAddon` operation.
161pub mod update_addon;
162
163/// Types for the `UpdateClusterConfig` operation.
164pub mod update_cluster_config;
165
166/// Types for the `UpdateClusterVersion` operation.
167pub mod update_cluster_version;
168
169/// Types for the `UpdateEksAnywhereSubscription` operation.
170pub mod update_eks_anywhere_subscription;
171
172/// Types for the `UpdateNodegroupConfig` operation.
173pub mod update_nodegroup_config;
174
175/// Types for the `UpdateNodegroupVersion` operation.
176pub mod update_nodegroup_version;
177
178/// Types for the `UpdatePodIdentityAssociation` operation.
179pub mod update_pod_identity_association;