aws_sdk_ssmsap/client/
start_application_refresh.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`StartApplicationRefresh`](crate::operation::start_application_refresh::builders::StartApplicationRefreshFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`application_id(impl Into<String>)`](crate::operation::start_application_refresh::builders::StartApplicationRefreshFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::start_application_refresh::builders::StartApplicationRefreshFluentBuilder::set_application_id):<br>required: **true**<br><p>The ID of the application.</p><br>
7    /// - On success, responds with [`StartApplicationRefreshOutput`](crate::operation::start_application_refresh::StartApplicationRefreshOutput) with field(s):
8    ///   - [`operation_id(Option<String>)`](crate::operation::start_application_refresh::StartApplicationRefreshOutput::operation_id): <p>The ID of the operation.</p>
9    /// - On failure, responds with [`SdkError<StartApplicationRefreshError>`](crate::operation::start_application_refresh::StartApplicationRefreshError)
10    pub fn start_application_refresh(&self) -> crate::operation::start_application_refresh::builders::StartApplicationRefreshFluentBuilder {
11        crate::operation::start_application_refresh::builders::StartApplicationRefreshFluentBuilder::new(self.handle.clone())
12    }
13}