aws-sdk-wickr 1.3.0

AWS SDK for AWS Wickr Admin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`CreateDataRetentionBot`](crate::operation::create_data_retention_bot::builders::CreateDataRetentionBotFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`network_id(impl Into<String>)`](crate::operation::create_data_retention_bot::builders::CreateDataRetentionBotFluentBuilder::network_id) / [`set_network_id(Option<String>)`](crate::operation::create_data_retention_bot::builders::CreateDataRetentionBotFluentBuilder::set_network_id):<br>required: **true**<br><p>The ID of the Wickr network where the data retention bot will be created.</p><br>
    /// - On success, responds with [`CreateDataRetentionBotOutput`](crate::operation::create_data_retention_bot::CreateDataRetentionBotOutput) with field(s):
    ///   - [`message(Option<String>)`](crate::operation::create_data_retention_bot::CreateDataRetentionBotOutput::message): <p>A message indicating that the data retention bot was successfully provisioned.</p>
    /// - On failure, responds with [`SdkError<CreateDataRetentionBotError>`](crate::operation::create_data_retention_bot::CreateDataRetentionBotError)
    pub fn create_data_retention_bot(&self) -> crate::operation::create_data_retention_bot::builders::CreateDataRetentionBotFluentBuilder {
        crate::operation::create_data_retention_bot::builders::CreateDataRetentionBotFluentBuilder::new(self.handle.clone())
    }
}