aws-sdk-devopsagent 1.4.0

AWS SDK for AWS DevOps Agent Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAgentSpace`](crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`agent_space_id(impl Into<String>)`](crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder::agent_space_id) / [`set_agent_space_id(Option<String>)`](crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder::set_agent_space_id):<br>required: **true**<br>The unique identifier of the AgentSpace<br>
    /// - On success, responds with [`DeleteAgentSpaceOutput`](crate::operation::delete_agent_space::DeleteAgentSpaceOutput)
    /// - On failure, responds with [`SdkError<DeleteAgentSpaceError>`](crate::operation::delete_agent_space::DeleteAgentSpaceError)
    pub fn delete_agent_space(&self) -> crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder {
        crate::operation::delete_agent_space::builders::DeleteAgentSpaceFluentBuilder::new(self.handle.clone())
    }
}