aws_esdk/deps/aws_cryptography_keyStore/client/get_beacon_key.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.
4impl crate::deps::aws_cryptography_keyStore::client::Client {
5 /// Constructs a fluent builder for the [`GetBeaconKey`](crate::operation::get_beacon_key::builders::GetBeaconKeyFluentBuilder) operation.
6 ///
7 /// - The fluent builder is configurable:
8 /// - [`branch_key_identifier(impl Into<Option<::std::string::String>>)`](crate::operation::get_beacon_key::builders::GetBeaconKeyFluentBuilder::branch_key_identifier) / [`set_branch_key_identifier(Option<::std::string::String>)`](crate::operation::get_beacon_key::builders::GetBeaconKeyFluentBuilder::set_branch_key_identifier): (undocumented)<br>
9 /// - On success, responds with [`GetBeaconKeyOutput`](crate::operation::get_beacon_key::GetBeaconKeyOutput) with field(s):
10 /// - [`beacon_key_materials(Option<crate::deps::aws_cryptography_keyStore::types::BeaconKeyMaterials>)`](crate::operation::get_beacon_key::GetBeaconKeyOutput::beacon_key_materials): (undocumented)
11 /// - On failure, responds with [`SdkError<GetBeaconKeyError>`](crate::operation::get_beacon_key::GetBeaconKeyError)
12 pub fn get_beacon_key(&self) -> crate::deps::aws_cryptography_keyStore::operation::get_beacon_key::builders::GetBeaconKeyFluentBuilder{
13 crate::deps::aws_cryptography_keyStore::operation::get_beacon_key::builders::GetBeaconKeyFluentBuilder::new(self.clone())
14 }
15}