aws_db_esdk/deps/aws_cryptography_keyStore/client/version_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 [`VersionKey`](crate::operation::version_key::builders::VersionKeyFluentBuilder) operation.
6 ///
7 /// - The fluent builder is configurable:
8 /// - [`branch_key_identifier(impl Into<Option<::std::string::String>>)`](crate::operation::version_key::builders::VersionKeyFluentBuilder::branch_key_identifier) / [`set_branch_key_identifier(Option<::std::string::String>)`](crate::operation::version_key::builders::VersionKeyFluentBuilder::set_branch_key_identifier): (undocumented)<br>
9 /// - On success, responds with [`VersionKeyOutput`](crate::operation::version_key::VersionKeyOutput) with field(s):
10
11 /// - On failure, responds with [`SdkError<VersionKeyError>`](crate::operation::version_key::VersionKeyError)
12 pub fn version_key(&self) -> crate::deps::aws_cryptography_keyStore::operation::version_key::builders::VersionKeyFluentBuilder{
13 crate::deps::aws_cryptography_keyStore::operation::version_key::builders::VersionKeyFluentBuilder::new(self.clone())
14 }
15}