aws_sdk_paymentcryptography/
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 `AddKeyReplicationRegions` operation.
5pub mod add_key_replication_regions;
6
7/// Types for the `CreateAlias` operation.
8pub mod create_alias;
9
10/// Types for the `CreateKey` operation.
11pub mod create_key;
12
13/// Types for the `DeleteAlias` operation.
14pub mod delete_alias;
15
16/// Types for the `DeleteKey` operation.
17pub mod delete_key;
18
19/// Types for the `DisableDefaultKeyReplicationRegions` operation.
20pub mod disable_default_key_replication_regions;
21
22/// Types for the `EnableDefaultKeyReplicationRegions` operation.
23pub mod enable_default_key_replication_regions;
24
25/// Types for the `ExportKey` operation.
26pub mod export_key;
27
28/// Types for the `GetAlias` operation.
29pub mod get_alias;
30
31/// Types for the `GetCertificateSigningRequest` operation.
32pub mod get_certificate_signing_request;
33
34/// Types for the `GetDefaultKeyReplicationRegions` operation.
35pub mod get_default_key_replication_regions;
36
37/// Types for the `GetKey` operation.
38pub mod get_key;
39
40/// Types for the `GetParametersForExport` operation.
41pub mod get_parameters_for_export;
42
43/// Types for the `GetParametersForImport` operation.
44pub mod get_parameters_for_import;
45
46/// Types for the `GetPublicKeyCertificate` operation.
47pub mod get_public_key_certificate;
48
49/// Types for the `ImportKey` operation.
50pub mod import_key;
51
52/// Types for the `ListAliases` operation.
53pub mod list_aliases;
54
55/// Types for the `ListKeys` operation.
56pub mod list_keys;
57
58/// Types for the `ListTagsForResource` operation.
59pub mod list_tags_for_resource;
60
61/// Types for the `RemoveKeyReplicationRegions` operation.
62pub mod remove_key_replication_regions;
63
64/// Types for the `RestoreKey` operation.
65pub mod restore_key;
66
67/// Types for the `StartKeyUsage` operation.
68pub mod start_key_usage;
69
70/// Types for the `StopKeyUsage` operation.
71pub mod stop_key_usage;
72
73/// Types for the `TagResource` operation.
74pub mod tag_resource;
75
76/// Types for the `UntagResource` operation.
77pub mod untag_resource;
78
79/// Types for the `UpdateAlias` operation.
80pub mod update_alias;