aws-sdk-supportauthz 1.1.0

AWS SDK for SupportAuthZ
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetAction`](crate::operation::get_action::builders::GetActionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`action(impl Into<String>)`](crate::operation::get_action::builders::GetActionFluentBuilder::action) / [`set_action(Option<String>)`](crate::operation::get_action::builders::GetActionFluentBuilder::set_action):<br>required: **true**<br><p>The name of the support action to retrieve.</p><br>
    /// - On success, responds with [`GetActionOutput`](crate::operation::get_action::GetActionOutput) with field(s):
    ///   - [`action(String)`](crate::operation::get_action::GetActionOutput::action): <p>The name of the support action.</p>
    ///   - [`service(String)`](crate::operation::get_action::GetActionOutput::service): <p>The AWS service associated with the support action.</p>
    ///   - [`description(String)`](crate::operation::get_action::GetActionOutput::description): <p>A description of what the support action does.</p>
    /// - On failure, responds with [`SdkError<GetActionError>`](crate::operation::get_action::GetActionError)
    pub fn get_action(&self) -> crate::operation::get_action::builders::GetActionFluentBuilder {
        crate::operation::get_action::builders::GetActionFluentBuilder::new(self.handle.clone())
    }
}