Skip to main content

aws_esdk/deps/aws_cryptography_primitives/client/
generate_ecdsa_signature_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_primitives::client::Client {
5    /// Constructs a fluent builder for the [`GenerateECDSASignatureKey`](crate::operation::generate_ecdsa_signature_key::builders::GenerateEcdsaSignatureKeyFluentBuilder) operation.
6    ///
7    /// - The fluent builder is configurable:
8    ///   - [`signature_algorithm(impl Into<Option<crate::deps::aws_cryptography_primitives::types::EcdsaSignatureAlgorithm>>)`](crate::operation::generate_ecdsa_signature_key::builders::GenerateECDSASignatureKeyFluentBuilder::signature_algorithm) / [`set_signature_algorithm(Option<crate::deps::aws_cryptography_primitives::types::EcdsaSignatureAlgorithm>)`](crate::operation::generate_ecdsa_signature_key::builders::GenerateECDSASignatureKeyFluentBuilder::set_signature_algorithm): (undocumented)<br>
9    /// - On success, responds with [`GenerateEcdsaSignatureKeyOutput`](crate::operation::generate_ecdsa_signature_key::GenerateEcdsaSignatureKeyOutput) with field(s):
10    ///   - [`signature_algorithm(Option<crate::deps::aws_cryptography_primitives::types::EcdsaSignatureAlgorithm>)`](crate::operation::generate_ecdsa_signature_key::GenerateECDSASignatureKeyOutput::signature_algorithm): (undocumented)
11    ///   - [`signing_key(Option<::aws_smithy_types::Blob>)`](crate::operation::generate_ecdsa_signature_key::GenerateECDSASignatureKeyOutput::signing_key): (undocumented)
12    ///   - [`verification_key(Option<::aws_smithy_types::Blob>)`](crate::operation::generate_ecdsa_signature_key::GenerateECDSASignatureKeyOutput::verification_key): (undocumented)
13    /// - On failure, responds with [`SdkError<GenerateEcdsaSignatureKeyError>`](crate::operation::generate_ecdsa_signature_key::GenerateEcdsaSignatureKeyError)
14    pub fn generate_ecdsa_signature_key(&self) -> crate::deps::aws_cryptography_primitives::operation::generate_ecdsa_signature_key::builders::GenerateEcdsaSignatureKeyFluentBuilder{
15        crate::deps::aws_cryptography_primitives::operation::generate_ecdsa_signature_key::builders::GenerateEcdsaSignatureKeyFluentBuilder::new(self.clone())
16    }
17}