aws-db-esdk 1.2.4

aws-db-esdk is a library for implementing client side encryption with DynamoDB.
Documentation
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
impl crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::client::Client {
    /// Constructs a fluent builder for the [`EncryptStructure`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`algorithm_suite_id(impl Into<Option<crate::deps::aws_cryptography_materialProviders::types::DbeAlgorithmSuiteId>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::algorithm_suite_id) / [`set_algorithm_suite_id(Option<crate::deps::aws_cryptography_materialProviders::types::DbeAlgorithmSuiteId>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::set_algorithm_suite_id): (undocumented)<br>
    ///   - [`cmm(impl Into<Option<crate::deps::aws_cryptography_materialProviders::types::cryptographic_materials_manager::CryptographicMaterialsManagerRef>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::cmm) / [`set_cmm(Option<crate::deps::aws_cryptography_materialProviders::types::cryptographic_materials_manager::CryptographicMaterialsManagerRef>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::set_cmm): (undocumented)<br>
    ///   - [`crypto_schema(impl Into<Option<::std::collections::HashMap<::std::string::String, crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::types::CryptoAction>>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::crypto_schema) / [`set_crypto_schema(Option<::std::collections::HashMap<::std::string::String, crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::types::CryptoAction>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::set_crypto_schema): (undocumented)<br>
    ///   - [`encryption_context(impl Into<Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::encryption_context) / [`set_encryption_context(Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::set_encryption_context): (undocumented)<br>
    ///   - [`plaintext_structure(impl Into<Option<::std::collections::HashMap<::std::string::String, crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::types::StructuredDataTerminal>>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::plaintext_structure) / [`set_plaintext_structure(Option<::std::collections::HashMap<::std::string::String, crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::types::StructuredDataTerminal>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::set_plaintext_structure): (undocumented)<br>
    ///   - [`table_name(impl Into<Option<::std::string::String>>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::table_name) / [`set_table_name(Option<::std::string::String>)`](crate::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::set_table_name): (undocumented)<br>
    /// - On success, responds with [`EncryptStructureOutput`](crate::operation::encrypt_structure::EncryptStructureOutput) with field(s):
    ///   - [`crypto_schema(Option<::std::collections::HashMap<::std::string::String, crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::types::CryptoAction>>)`](crate::operation::encrypt_structure::EncryptStructureOutput::crypto_schema): (undocumented)
    ///   - [`encrypted_structure(Option<::std::collections::HashMap<::std::string::String, crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::types::StructuredDataTerminal>>)`](crate::operation::encrypt_structure::EncryptStructureOutput::encrypted_structure): (undocumented)
    ///   - [`parsed_header(Option<crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::types::ParsedHeader>)`](crate::operation::encrypt_structure::EncryptStructureOutput::parsed_header): (undocumented)
    /// - On failure, responds with [`SdkError<EncryptStructureError>`](crate::operation::encrypt_structure::EncryptStructureError)
    pub fn encrypt_structure(&self) -> crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::operation::encrypt_structure::builders::EncryptStructureFluentBuilder{
        crate::deps::aws_cryptography_dbEncryptionSdk_structuredEncryption::operation::encrypt_structure::builders::EncryptStructureFluentBuilder::new(self.clone())
    }
}