aws_esdk/deps/aws_cryptography_primitives/client/kdf_counter_mode.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 [`KdfCounterMode`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder) operation.
6 ///
7 /// - The fluent builder is configurable:
8 /// - [`digest_algorithm(impl Into<Option<crate::deps::aws_cryptography_primitives::types::DigestAlgorithm>>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::digest_algorithm) / [`set_digest_algorithm(Option<crate::deps::aws_cryptography_primitives::types::DigestAlgorithm>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::set_digest_algorithm): (undocumented)<br>
9 /// - [`expected_length(impl Into<Option<::std::primitive::i32>>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::expected_length) / [`set_expected_length(Option<::std::primitive::i32>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::set_expected_length): (undocumented)<br>
10 /// - [`ikm(impl Into<Option<::aws_smithy_types::Blob>>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::ikm) / [`set_ikm(Option<::aws_smithy_types::Blob>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::set_ikm): (undocumented)<br>
11 /// - [`nonce(impl Into<Option<::aws_smithy_types::Blob>>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::nonce) / [`set_nonce(Option<::aws_smithy_types::Blob>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::set_nonce): (undocumented)<br>
12 /// - [`purpose(impl Into<Option<::aws_smithy_types::Blob>>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::purpose) / [`set_purpose(Option<::aws_smithy_types::Blob>)`](crate::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::set_purpose): (undocumented)<br>
13 /// - On success, responds with [`KdfCtrOutput`](crate::operation::kdf_counter_mode::KdfCtrOutput) with field(s):
14 /// - [`okm(Option<::aws_smithy_types::Blob>)`](crate::operation::kdf_counter_mode::KdfCtrOutput::okm): (undocumented)
15 /// - On failure, responds with [`SdkError<KdfCounterModeError>`](crate::operation::kdf_counter_mode::KdfCounterModeError)
16 pub fn kdf_counter_mode(&self) -> crate::deps::aws_cryptography_primitives::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder{
17 crate::deps::aws_cryptography_primitives::operation::kdf_counter_mode::builders::KdfCounterModeFluentBuilder::new(self.clone())
18 }
19}