aws-sdk-devopsagent 1.7.0

AWS SDK for AWS DevOps Agent Service
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 [`GetOperatorApp`](crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`agent_space_id(impl Into<String>)`](crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder::agent_space_id) / [`set_agent_space_id(Option<String>)`](crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder::set_agent_space_id):<br>required: **true**<br><p>The unique identifier of the AgentSpace</p><br>
    /// - On success, responds with [`GetOperatorAppOutput`](crate::operation::get_operator_app::GetOperatorAppOutput) with field(s):
    ///   - [`iam(Option<IamAuthConfiguration>)`](crate::operation::get_operator_app::GetOperatorAppOutput::iam): <p>Configuration for IAM-based authentication flow for the Operator App.</p>
    ///   - [`idc(Option<IdcAuthConfiguration>)`](crate::operation::get_operator_app::GetOperatorAppOutput::idc): <p>Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.</p>
    ///   - [`idp(Option<IdpAuthConfiguration>)`](crate::operation::get_operator_app::GetOperatorAppOutput::idp): <p>Configuration for external Identity Provider OIDC authentication flow for the Operator App.</p>
    /// - On failure, responds with [`SdkError<GetOperatorAppError>`](crate::operation::get_operator_app::GetOperatorAppError)
    pub fn get_operator_app(&self) -> crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder {
        crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder::new(self.handle.clone())
    }
}