aws_esdk/deps/aws_cryptography_primitives/client/hkdf_expand.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_primitives::client::Client {
5 /// Constructs a fluent builder for the [`HkdfExpand`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder) operation.
6 ///
7 /// - The fluent builder is configurable:
8 /// - [`digest_algorithm(impl Into<Option<crate::deps::aws_cryptography_primitives::types::DigestAlgorithm>>)`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::digest_algorithm) / [`set_digest_algorithm(Option<crate::deps::aws_cryptography_primitives::types::DigestAlgorithm>)`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::set_digest_algorithm): (undocumented)<br>
9 /// - [`expected_length(impl Into<Option<::std::primitive::i32>>)`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::expected_length) / [`set_expected_length(Option<::std::primitive::i32>)`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::set_expected_length): (undocumented)<br>
10 /// - [`info(impl Into<Option<::aws_smithy_types::Blob>>)`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::info) / [`set_info(Option<::aws_smithy_types::Blob>)`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::set_info): (undocumented)<br>
11 /// - [`prk(impl Into<Option<::aws_smithy_types::Blob>>)`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::prk) / [`set_prk(Option<::aws_smithy_types::Blob>)`](crate::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::set_prk): (undocumented)<br>
12 /// - On success, responds with [`HkdfExpandOutput`](crate::operation::hkdf_expand::HkdfExpandOutput) with field(s):
13 /// - [`okm(Option<::aws_smithy_types::Blob>)`](crate::operation::hkdf_expand::HkdfExpandOutput::okm): (undocumented)
14 /// - On failure, responds with [`SdkError<HkdfExpandError>`](crate::operation::hkdf_expand::HkdfExpandError)
15 pub fn hkdf_expand(&self) -> crate::deps::aws_cryptography_primitives::operation::hkdf_expand::builders::HkdfExpandFluentBuilder{
16 crate::deps::aws_cryptography_primitives::operation::hkdf_expand::builders::HkdfExpandFluentBuilder::new(self.clone())
17 }
18}