aws-sdk-wickr 1.12.0

AWS SDK for AWS Wickr Admin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetOpentdfConfig`](crate::operation::get_opentdf_config::builders::GetOpentdfConfigFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`network_id(impl Into<String>)`](crate::operation::get_opentdf_config::builders::GetOpentdfConfigFluentBuilder::network_id) / [`set_network_id(Option<String>)`](crate::operation::get_opentdf_config::builders::GetOpentdfConfigFluentBuilder::set_network_id):<br>required: **true**<br><p>The ID of the Wickr network for which OpenTDF integration will be retrieved.</p><br>
    /// - On success, responds with [`GetOpentdfConfigOutput`](crate::operation::get_opentdf_config::GetOpentdfConfigOutput) with field(s):
    ///   - [`client_id(String)`](crate::operation::get_opentdf_config::GetOpentdfConfigOutput::client_id): <p>The OIDC client ID used for authenticating with the OpenTDF provider.</p>
    ///   - [`domain(String)`](crate::operation::get_opentdf_config::GetOpentdfConfigOutput::domain): <p>The domain of the OpenTDF server.</p>
    ///   - [`client_secret(String)`](crate::operation::get_opentdf_config::GetOpentdfConfigOutput::client_secret): <p>The OIDC client secret used for authenticating with the OpenTDF provider.</p>
    ///   - [`provider(String)`](crate::operation::get_opentdf_config::GetOpentdfConfigOutput::provider): <p>The provider of the OpenTDF platform.</p>
    /// - On failure, responds with [`SdkError<GetOpentdfConfigError>`](crate::operation::get_opentdf_config::GetOpentdfConfigError)
    pub fn get_opentdf_config(&self) -> crate::operation::get_opentdf_config::builders::GetOpentdfConfigFluentBuilder {
        crate::operation::get_opentdf_config::builders::GetOpentdfConfigFluentBuilder::new(self.handle.clone())
    }
}