aws_sdk_ecs/waiters/
tasks_running.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3///
4/// Fluent builder for the `tasks_running` waiter.
5///
6/// This builder is intended to be used similar to the other fluent builders for
7/// normal operations on the client. However, instead of a `send` method, it has
8/// a `wait` method that takes a maximum amount of time to wait.
9///
10/// Construct this fluent builder using the client by importing the
11/// [`Waiters`](crate::client::Waiters) trait and calling the methods
12/// prefixed with `wait_until`.
13///
14#[derive(::std::clone::Clone, ::std::fmt::Debug)]
15pub struct TasksRunningFluentBuilder {
16    handle: ::std::sync::Arc<crate::client::Handle>,
17    inner: crate::operation::describe_tasks::builders::DescribeTasksInputBuilder,
18}
19impl TasksRunningFluentBuilder {
20    /// Creates a new `TasksRunningFluentBuilder`.
21    pub(crate) fn new(handle: ::std::sync::Arc<crate::client::Handle>) -> Self {
22        Self {
23            handle,
24            inner: ::std::default::Default::default(),
25        }
26    }
27    /// Access the DescribeTasks as a reference.
28    pub fn as_input(&self) -> &crate::operation::describe_tasks::builders::DescribeTasksInputBuilder {
29        &self.inner
30    }
31    /// Wait for `tasks_running`
32    pub async fn wait(
33        self,
34        max_wait: ::std::time::Duration,
35    ) -> ::std::result::Result<crate::waiters::tasks_running::TasksRunningFinalPoll, crate::waiters::tasks_running::WaitUntilTasksRunningError> {
36        let input = self
37            .inner
38            .build()
39            .map_err(::aws_smithy_runtime_api::client::waiters::error::WaiterError::construction_failure)?;
40        let runtime_plugins = crate::operation::describe_tasks::DescribeTasks::operation_runtime_plugins(
41            self.handle.runtime_plugins.clone(),
42            &self.handle.conf,
43            ::std::option::Option::None,
44        )
45        .with_operation_plugin(crate::sdk_feature_tracker::waiter::WaiterFeatureTrackerRuntimePlugin::new());
46        let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
47        let runtime_components_builder = runtime_plugins
48            .apply_client_configuration(&mut cfg)
49            .map_err(::aws_smithy_runtime_api::client::waiters::error::WaiterError::construction_failure)?;
50        let time_components = runtime_components_builder.into_time_components();
51        let sleep_impl = time_components.sleep_impl().expect("a sleep impl is required by waiters");
52        let time_source = time_components.time_source().expect("a time source is required by waiters");
53
54        let acceptor = move |result: ::std::result::Result<
55            &crate::operation::describe_tasks::DescribeTasksOutput,
56            &crate::operation::describe_tasks::DescribeTasksError,
57        >| {
58            // Matches: {"output":{"path":"tasks[].lastStatus","expected":"STOPPED","comparator":"anyStringEquals"}}
59            if crate::waiters::matchers::match_describe_tasks_78fef02bce63aae64(result) {
60                return ::aws_smithy_runtime::client::waiters::AcceptorState::Failure;
61            }
62            // Matches: {"output":{"path":"failures[].reason","expected":"MISSING","comparator":"anyStringEquals"}}
63            if crate::waiters::matchers::match_describe_tasks_499ce94a3ac316e04(result) {
64                return ::aws_smithy_runtime::client::waiters::AcceptorState::Failure;
65            }
66            // Matches: {"output":{"path":"tasks[].lastStatus","expected":"RUNNING","comparator":"allStringEquals"}}
67            if crate::waiters::matchers::match_describe_tasks_cb151b89a14ade877(result) {
68                return ::aws_smithy_runtime::client::waiters::AcceptorState::Success;
69            }
70            ::aws_smithy_runtime::client::waiters::AcceptorState::NoAcceptorsMatched
71        };
72        let operation = move || {
73            let input = input.clone();
74            let runtime_plugins = runtime_plugins.clone();
75            async move { crate::operation::describe_tasks::DescribeTasks::orchestrate(&runtime_plugins, input).await }
76        };
77        let orchestrator = ::aws_smithy_runtime::client::waiters::WaiterOrchestrator::builder()
78            .min_delay(::std::time::Duration::from_secs(6))
79            .max_delay(::std::time::Duration::from_secs(120))
80            .max_wait(max_wait)
81            .time_source(time_source)
82            .sleep_impl(sleep_impl)
83            .acceptor(acceptor)
84            .operation(operation)
85            .build();
86        ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
87    }
88    /// <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task or tasks to describe. If you do not specify a cluster, the default cluster is assumed. This parameter is required. If you do not specify a value, the <code>default</code> cluster is used.</p>
89    pub fn cluster(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
90        self.inner = self.inner.cluster(input.into());
91        self
92    }
93    /// <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task or tasks to describe. If you do not specify a cluster, the default cluster is assumed. This parameter is required. If you do not specify a value, the <code>default</code> cluster is used.</p>
94    pub fn set_cluster(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
95        self.inner = self.inner.set_cluster(input);
96        self
97    }
98    /// <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task or tasks to describe. If you do not specify a cluster, the default cluster is assumed. This parameter is required. If you do not specify a value, the <code>default</code> cluster is used.</p>
99    pub fn get_cluster(&self) -> &::std::option::Option<::std::string::String> {
100        self.inner.get_cluster()
101    }
102    ///
103    /// Appends an item to `tasks`.
104    ///
105    /// To override the contents of this collection use [`set_tasks`](Self::set_tasks).
106    ///
107    /// <p>A list of up to 100 task IDs or full ARN entries.</p>
108    pub fn tasks(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
109        self.inner = self.inner.tasks(input.into());
110        self
111    }
112    /// <p>A list of up to 100 task IDs or full ARN entries.</p>
113    pub fn set_tasks(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
114        self.inner = self.inner.set_tasks(input);
115        self
116    }
117    /// <p>A list of up to 100 task IDs or full ARN entries.</p>
118    pub fn get_tasks(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
119        self.inner.get_tasks()
120    }
121    ///
122    /// Appends an item to `include`.
123    ///
124    /// To override the contents of this collection use [`set_include`](Self::set_include).
125    ///
126    /// <p>Specifies whether you want to see the resource tags for the task. If <code>TAGS</code> is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.</p>
127    pub fn include(mut self, input: crate::types::TaskField) -> Self {
128        self.inner = self.inner.include(input);
129        self
130    }
131    /// <p>Specifies whether you want to see the resource tags for the task. If <code>TAGS</code> is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.</p>
132    pub fn set_include(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::TaskField>>) -> Self {
133        self.inner = self.inner.set_include(input);
134        self
135    }
136    /// <p>Specifies whether you want to see the resource tags for the task. If <code>TAGS</code> is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.</p>
137    pub fn get_include(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::TaskField>> {
138        self.inner.get_include()
139    }
140}
141
142/// Successful return type for the `tasks_running` waiter.
143pub type TasksRunningFinalPoll = ::aws_smithy_runtime_api::client::waiters::FinalPoll<
144    crate::operation::describe_tasks::DescribeTasksOutput,
145    ::aws_smithy_runtime_api::client::result::SdkError<
146        crate::operation::describe_tasks::DescribeTasksError,
147        ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
148    >,
149>;
150
151/// Error type for the `tasks_running` waiter.
152pub type WaitUntilTasksRunningError = ::aws_smithy_runtime_api::client::waiters::error::WaiterError<
153    crate::operation::describe_tasks::DescribeTasksOutput,
154    crate::operation::describe_tasks::DescribeTasksError,
155>;