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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
#[cfg(feature = "AddPartitions")]
pub mod AddPartitions;
#[cfg(feature = "ApplyForAccess")]
pub mod ApplyForAccess;
#[cfg(feature = "AssociatePrincipals")]
pub mod AssociatePrincipals;
#[cfg(feature = "AssociateRoles")]
pub mod AssociateRoles;
#[cfg(feature = "AuthorizeAccessService")]
pub mod AuthorizeAccessService;
#[cfg(feature = "BatchAuthorizeInterface")]
pub mod BatchAuthorizeInterface;
#[cfg(feature = "BatchCancelAuthorizationInterface")]
pub mod BatchCancelAuthorizationInterface;
#[cfg(feature = "BatchCheckPermission")]
pub mod BatchCheckPermission;
#[cfg(feature = "BatchDeletePartition")]
pub mod BatchDeletePartition;
#[cfg(feature = "BatchListPartitionByValues")]
pub mod BatchListPartitionByValues;
#[cfg(feature = "BatchShowPartitionColumnStatistics")]
pub mod BatchShowPartitionColumnStatistics;
#[cfg(feature = "BatchUpdateLakeFormationInstanceTags")]
pub mod BatchUpdateLakeFormationInstanceTags;
#[cfg(feature = "BatchUpdatePartition")]
pub mod BatchUpdatePartition;
#[cfg(feature = "CountMetaObj")]
pub mod CountMetaObj;
#[cfg(feature = "CreateAccessClient")]
pub mod CreateAccessClient;
#[cfg(feature = "CreateAgency")]
pub mod CreateAgency;
#[cfg(feature = "CreateAgreement")]
pub mod CreateAgreement;
#[cfg(feature = "CreateCatalog")]
pub mod CreateCatalog;
#[cfg(feature = "CreateDatabase")]
pub mod CreateDatabase;
#[cfg(feature = "CreateFunction")]
pub mod CreateFunction;
#[cfg(feature = "CreateLakeFormationInstance")]
pub mod CreateLakeFormationInstance;
#[cfg(feature = "CreateRole")]
pub mod CreateRole;
#[cfg(feature = "CreateTable")]
pub mod CreateTable;
#[cfg(feature = "DeleteAccessClient")]
pub mod DeleteAccessClient;
#[cfg(feature = "DeleteAgency")]
pub mod DeleteAgency;
#[cfg(feature = "DeleteAgreement")]
pub mod DeleteAgreement;
#[cfg(feature = "DeleteCatalog")]
pub mod DeleteCatalog;
#[cfg(feature = "DeleteDatabase")]
pub mod DeleteDatabase;
#[cfg(feature = "DeleteFunction")]
pub mod DeleteFunction;
#[cfg(feature = "DeleteLakeFormationInstance")]
pub mod DeleteLakeFormationInstance;
#[cfg(feature = "DeletePartitionColumnStatistics")]
pub mod DeletePartitionColumnStatistics;
#[cfg(feature = "DeleteRole")]
pub mod DeleteRole;
#[cfg(feature = "DeleteTable")]
pub mod DeleteTable;
#[cfg(feature = "DeleteTableColumnStatistics")]
pub mod DeleteTableColumnStatistics;
#[cfg(feature = "ListAccessClientInfos")]
pub mod ListAccessClientInfos;
#[cfg(feature = "ListAccessInfos")]
pub mod ListAccessInfos;
#[cfg(feature = "ListAllFunctions")]
pub mod ListAllFunctions;
#[cfg(feature = "ListCatalogs")]
pub mod ListCatalogs;
#[cfg(feature = "ListConfigs")]
pub mod ListConfigs;
#[cfg(feature = "ListDatabaseNames")]
pub mod ListDatabaseNames;
#[cfg(feature = "ListDatabases")]
pub mod ListDatabases;
#[cfg(feature = "ListFunctionNames")]
pub mod ListFunctionNames;
#[cfg(feature = "ListFunctions")]
pub mod ListFunctions;
#[cfg(feature = "ListGroupsForDomain")]
pub mod ListGroupsForDomain;
#[cfg(feature = "ListInterfaces")]
pub mod ListInterfaces;
#[cfg(feature = "ListLakeFormationInstances")]
pub mod ListLakeFormationInstances;
#[cfg(feature = "ListLakeFormationInstanceTags")]
pub mod ListLakeFormationInstanceTags;
#[cfg(feature = "ListObsBuckets")]
pub mod ListObsBuckets;
#[cfg(feature = "ListObsObject")]
pub mod ListObsObject;
#[cfg(feature = "ListPartitionNames")]
pub mod ListPartitionNames;
#[cfg(feature = "ListPartitionNamesWithoutLimit")]
pub mod ListPartitionNamesWithoutLimit;
#[cfg(feature = "ListPartitions")]
pub mod ListPartitions;
#[cfg(feature = "ListPolicy")]
pub mod ListPolicy;
#[cfg(feature = "ListPrincipals")]
pub mod ListPrincipals;
#[cfg(feature = "ListQuotas")]
pub mod ListQuotas;
#[cfg(feature = "ListRoleNames")]
pub mod ListRoleNames;
#[cfg(feature = "ListRoles")]
pub mod ListRoles;
#[cfg(feature = "ListSpecs")]
pub mod ListSpecs;
#[cfg(feature = "ListTableColumnStatistics")]
pub mod ListTableColumnStatistics;
#[cfg(feature = "ListTableMeta")]
pub mod ListTableMeta;
#[cfg(feature = "ListTableNames")]
pub mod ListTableNames;
#[cfg(feature = "ListTables")]
pub mod ListTables;
#[cfg(feature = "ListTablesByName")]
pub mod ListTablesByName;
#[cfg(feature = "ListUserRoles")]
pub mod ListUserRoles;
#[cfg(feature = "ListUsers")]
pub mod ListUsers;
#[cfg(feature = "MoveLakeFormationInstanceOutRecycleBin")]
pub mod MoveLakeFormationInstanceOutRecycleBin;
#[cfg(feature = "RevokePrincipals")]
pub mod RevokePrincipals;
#[cfg(feature = "RevokeRoles")]
pub mod RevokeRoles;
#[cfg(feature = "SetPartitionColumnStatistics")]
pub mod SetPartitionColumnStatistics;
#[cfg(feature = "SetTableColumnStatistics")]
pub mod SetTableColumnStatistics;
#[cfg(feature = "ShowAccessClient")]
pub mod ShowAccessClient;
#[cfg(feature = "ShowAccessService")]
pub mod ShowAccessService;
#[cfg(feature = "ShowAgency")]
pub mod ShowAgency;
#[cfg(feature = "ShowAgreement")]
pub mod ShowAgreement;
#[cfg(feature = "ShowAgreementRule")]
pub mod ShowAgreementRule;
#[cfg(feature = "ShowCatalog")]
pub mod ShowCatalog;
#[cfg(feature = "ShowCredential")]
pub mod ShowCredential;
#[cfg(feature = "ShowDatabase")]
pub mod ShowDatabase;
#[cfg(feature = "ShowFunction")]
pub mod ShowFunction;
#[cfg(feature = "ShowLakeFormationInstance")]
pub mod ShowLakeFormationInstance;
#[cfg(feature = "ShowRole")]
pub mod ShowRole;
#[cfg(feature = "ShowSyncPolicy")]
pub mod ShowSyncPolicy;
#[cfg(feature = "ShowTable")]
pub mod ShowTable;
#[cfg(feature = "UpdateAccessClient")]
pub mod UpdateAccessClient;
#[cfg(feature = "UpdateCatalog")]
pub mod UpdateCatalog;
#[cfg(feature = "UpdateDatabase")]
pub mod UpdateDatabase;
#[cfg(feature = "UpdateFunction")]
pub mod UpdateFunction;
#[cfg(feature = "UpdateLakeFormationInstance")]
pub mod UpdateLakeFormationInstance;
#[cfg(feature = "UpdateLakeFormationInstanceDefault")]
pub mod UpdateLakeFormationInstanceDefault;
#[cfg(feature = "UpdateLakeFormationInstanceScale")]
pub mod UpdateLakeFormationInstanceScale;
#[cfg(feature = "UpdatePrincipals")]
pub mod UpdatePrincipals;
#[cfg(feature = "UpdateRole")]
pub mod UpdateRole;
#[cfg(feature = "UpdateRoles")]
pub mod UpdateRoles;
#[cfg(feature = "UpdateTable")]
pub mod UpdateTable;