huawei_cloud_api_definitions_KPS/
lib.rs

1#[cfg(feature = "AssociateKeypair")]
2pub mod AssociateKeypair;
3#[cfg(feature = "BatchAssociateKeypair")]
4pub mod BatchAssociateKeypair;
5#[cfg(feature = "BatchExportPrivateKey")]
6pub mod BatchExportPrivateKey;
7#[cfg(feature = "BatchImportKeypair")]
8pub mod BatchImportKeypair;
9#[cfg(feature = "ClearPrivateKey")]
10pub mod ClearPrivateKey;
11#[cfg(feature = "CreateKeypair")]
12pub mod CreateKeypair;
13#[cfg(feature = "DeleteAllFailedTask")]
14pub mod DeleteAllFailedTask;
15#[cfg(feature = "DeleteFailedTask")]
16pub mod DeleteFailedTask;
17#[cfg(feature = "DeleteKeypair")]
18pub mod DeleteKeypair;
19#[cfg(feature = "DisassociateKeypair")]
20pub mod DisassociateKeypair;
21#[cfg(feature = "ExportPrivateKey")]
22pub mod ExportPrivateKey;
23#[cfg(feature = "ImportPrivateKey")]
24pub mod ImportPrivateKey;
25#[cfg(feature = "ListFailedTask")]
26pub mod ListFailedTask;
27#[cfg(feature = "ListKeypairDetail")]
28pub mod ListKeypairDetail;
29#[cfg(feature = "ListKeypairs")]
30pub mod ListKeypairs;
31#[cfg(feature = "ListKeypairTask")]
32pub mod ListKeypairTask;
33#[cfg(feature = "ListRunningTask")]
34pub mod ListRunningTask;
35#[cfg(feature = "UpdateKeypairDescription")]
36pub mod UpdateKeypairDescription;