aws_sdk_cloudformation/waiters/
change_set_create_complete.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3///
4/// Fluent builder for the `change_set_create_complete` 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 ChangeSetCreateCompleteFluentBuilder {
16    handle: ::std::sync::Arc<crate::client::Handle>,
17    inner: crate::operation::describe_change_set::builders::DescribeChangeSetInputBuilder,
18}
19impl ChangeSetCreateCompleteFluentBuilder {
20    /// Creates a new `ChangeSetCreateCompleteFluentBuilder`.
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 DescribeChangeSet as a reference.
28    pub fn as_input(&self) -> &crate::operation::describe_change_set::builders::DescribeChangeSetInputBuilder {
29        &self.inner
30    }
31    /// Wait until change set status is CREATE_COMPLETE.
32    pub async fn wait(
33        self,
34        max_wait: ::std::time::Duration,
35    ) -> ::std::result::Result<
36        crate::waiters::change_set_create_complete::ChangeSetCreateCompleteFinalPoll,
37        crate::waiters::change_set_create_complete::WaitUntilChangeSetCreateCompleteError,
38    > {
39        let input = self
40            .inner
41            .build()
42            .map_err(::aws_smithy_runtime_api::client::waiters::error::WaiterError::construction_failure)?;
43        let runtime_plugins = crate::operation::describe_change_set::DescribeChangeSet::operation_runtime_plugins(
44            self.handle.runtime_plugins.clone(),
45            &self.handle.conf,
46            ::std::option::Option::None,
47        )
48        .with_operation_plugin(crate::sdk_feature_tracker::waiter::WaiterFeatureTrackerRuntimePlugin::new());
49        let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
50        let runtime_components_builder = runtime_plugins
51            .apply_client_configuration(&mut cfg)
52            .map_err(::aws_smithy_runtime_api::client::waiters::error::WaiterError::construction_failure)?;
53        let time_components = runtime_components_builder.into_time_components();
54        let sleep_impl = time_components.sleep_impl().expect("a sleep impl is required by waiters");
55        let time_source = time_components.time_source().expect("a time source is required by waiters");
56
57        let acceptor = move |result: ::std::result::Result<
58            &crate::operation::describe_change_set::DescribeChangeSetOutput,
59            &crate::operation::describe_change_set::DescribeChangeSetError,
60        >| {
61            // Matches: {"output":{"path":"Status","expected":"CREATE_COMPLETE","comparator":"stringEquals"}}
62            if crate::waiters::matchers::match_describe_change_set_ee24601e746b68869(result) {
63                return ::aws_smithy_runtime::client::waiters::AcceptorState::Success;
64            }
65            // Matches: {"output":{"path":"Status","expected":"FAILED","comparator":"stringEquals"}}
66            if crate::waiters::matchers::match_describe_change_set_1aa0d045cead4e63b(result) {
67                return ::aws_smithy_runtime::client::waiters::AcceptorState::Failure;
68            }
69            // Matches: {"errorType":"ValidationError"}
70            if crate::waiters::matchers::match_describe_change_set_67b5dc55bf035ef25(result) {
71                return ::aws_smithy_runtime::client::waiters::AcceptorState::Failure;
72            }
73            ::aws_smithy_runtime::client::waiters::AcceptorState::NoAcceptorsMatched
74        };
75        let operation = move || {
76            let input = input.clone();
77            let runtime_plugins = runtime_plugins.clone();
78            async move { crate::operation::describe_change_set::DescribeChangeSet::orchestrate(&runtime_plugins, input).await }
79        };
80        let orchestrator = ::aws_smithy_runtime::client::waiters::WaiterOrchestrator::builder()
81            .min_delay(::std::time::Duration::from_secs(30))
82            .max_delay(::std::time::Duration::from_secs(120))
83            .max_wait(max_wait)
84            .time_source(time_source)
85            .sleep_impl(sleep_impl)
86            .acceptor(acceptor)
87            .operation(operation)
88            .build();
89        ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
90    }
91    /// <p>The name or Amazon Resource Name (ARN) of the change set that you want to describe.</p>
92    pub fn change_set_name(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
93        self.inner = self.inner.change_set_name(input.into());
94        self
95    }
96    /// <p>The name or Amazon Resource Name (ARN) of the change set that you want to describe.</p>
97    pub fn set_change_set_name(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
98        self.inner = self.inner.set_change_set_name(input);
99        self
100    }
101    /// <p>The name or Amazon Resource Name (ARN) of the change set that you want to describe.</p>
102    pub fn get_change_set_name(&self) -> &::std::option::Option<::std::string::String> {
103        self.inner.get_change_set_name()
104    }
105    /// <p>If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.</p>
106    pub fn stack_name(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
107        self.inner = self.inner.stack_name(input.into());
108        self
109    }
110    /// <p>If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.</p>
111    pub fn set_stack_name(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
112        self.inner = self.inner.set_stack_name(input);
113        self
114    }
115    /// <p>If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.</p>
116    pub fn get_stack_name(&self) -> &::std::option::Option<::std::string::String> {
117        self.inner.get_stack_name()
118    }
119    /// <p>A string (provided by the <code>DescribeChangeSet</code> response output) that identifies the next page of information that you want to retrieve.</p>
120    pub fn next_token(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
121        self.inner = self.inner.next_token(input.into());
122        self
123    }
124    /// <p>A string (provided by the <code>DescribeChangeSet</code> response output) that identifies the next page of information that you want to retrieve.</p>
125    pub fn set_next_token(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
126        self.inner = self.inner.set_next_token(input);
127        self
128    }
129    /// <p>A string (provided by the <code>DescribeChangeSet</code> response output) that identifies the next page of information that you want to retrieve.</p>
130    pub fn get_next_token(&self) -> &::std::option::Option<::std::string::String> {
131        self.inner.get_next_token()
132    }
133    /// <p>If <code>true</code>, the returned changes include detailed changes in the property values.</p>
134    pub fn include_property_values(mut self, input: bool) -> Self {
135        self.inner = self.inner.include_property_values(input);
136        self
137    }
138    /// <p>If <code>true</code>, the returned changes include detailed changes in the property values.</p>
139    pub fn set_include_property_values(mut self, input: ::std::option::Option<bool>) -> Self {
140        self.inner = self.inner.set_include_property_values(input);
141        self
142    }
143    /// <p>If <code>true</code>, the returned changes include detailed changes in the property values.</p>
144    pub fn get_include_property_values(&self) -> &::std::option::Option<bool> {
145        self.inner.get_include_property_values()
146    }
147}
148
149/// Successful return type for the `change_set_create_complete` waiter.
150pub type ChangeSetCreateCompleteFinalPoll = ::aws_smithy_runtime_api::client::waiters::FinalPoll<
151    crate::operation::describe_change_set::DescribeChangeSetOutput,
152    ::aws_smithy_runtime_api::client::result::SdkError<
153        crate::operation::describe_change_set::DescribeChangeSetError,
154        ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
155    >,
156>;
157
158/// Error type for the `change_set_create_complete` waiter.
159pub type WaitUntilChangeSetCreateCompleteError = ::aws_smithy_runtime_api::client::waiters::error::WaiterError<
160    crate::operation::describe_change_set::DescribeChangeSetOutput,
161    crate::operation::describe_change_set::DescribeChangeSetError,
162>;