aws_db_esdk/deps/aws_cryptography_keyStore/
operation.rs

1// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
4/// Types for the `CreateKeyStore` operation.
5pub mod create_key_store;
6
7/// Types for the `CreateKey` operation.
8pub mod create_key;
9
10/// Types for the `GetActiveBranchKey` operation.
11pub mod get_active_branch_key;
12
13/// Types for the `GetBeaconKey` operation.
14pub mod get_beacon_key;
15
16/// Types for the `GetBranchKeyVersion` operation.
17pub mod get_branch_key_version;
18
19/// Types for the `GetKeyStoreInfo` operation.
20pub mod get_key_store_info;
21
22/// Types for the `VersionKey` operation.
23pub mod version_key;