aws-sdk-gamelift 0.26.0

AWS SDK for Amazon GameLift
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 [`DeleteGameSessionQueue`](crate::operation::delete_game_session_queue::builders::DeleteGameSessionQueueFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::delete_game_session_queue::builders::DeleteGameSessionQueueFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_game_session_queue::builders::DeleteGameSessionQueueFluentBuilder::set_name): <p>A descriptive label that is associated with game session queue. Queue names must be unique within each Region. You can use either the queue ID or ARN value. </p>
    /// - On success, responds with [`DeleteGameSessionQueueOutput`](crate::operation::delete_game_session_queue::DeleteGameSessionQueueOutput)
    /// - On failure, responds with [`SdkError<DeleteGameSessionQueueError>`](crate::operation::delete_game_session_queue::DeleteGameSessionQueueError)
    pub fn delete_game_session_queue(
        &self,
    ) -> crate::operation::delete_game_session_queue::builders::DeleteGameSessionQueueFluentBuilder
    {
        crate::operation::delete_game_session_queue::builders::DeleteGameSessionQueueFluentBuilder::new(self.handle.clone())
    }
}