aws-sdk-gamelift 1.119.0

AWS SDK for Amazon GameLift
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 [`DeleteContainerFleet`](crate::operation::delete_container_fleet::builders::DeleteContainerFleetFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`fleet_id(impl Into<String>)`](crate::operation::delete_container_fleet::builders::DeleteContainerFleetFluentBuilder::fleet_id) / [`set_fleet_id(Option<String>)`](crate::operation::delete_container_fleet::builders::DeleteContainerFleetFluentBuilder::set_fleet_id):<br>required: **true**<br><p>A unique identifier for the container fleet to delete. You can use either the fleet ID or ARN value.</p><br>
    /// - On success, responds with [`DeleteContainerFleetOutput`](crate::operation::delete_container_fleet::DeleteContainerFleetOutput)
    /// - On failure, responds with [`SdkError<DeleteContainerFleetError>`](crate::operation::delete_container_fleet::DeleteContainerFleetError)
    pub fn delete_container_fleet(&self) -> crate::operation::delete_container_fleet::builders::DeleteContainerFleetFluentBuilder {
        crate::operation::delete_container_fleet::builders::DeleteContainerFleetFluentBuilder::new(self.handle.clone())
    }
}