aws-sdk-cloudformation 1.111.0

AWS SDK for AWS CloudFormation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`RecordHandlerProgress`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`bearer_token(impl Into<String>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::bearer_token) / [`set_bearer_token(Option<String>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::set_bearer_token):<br>required: **true**<br><p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.</p><br>
    ///   - [`operation_status(OperationStatus)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::operation_status) / [`set_operation_status(Option<OperationStatus>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::set_operation_status):<br>required: **true**<br><p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.</p><br>
    ///   - [`current_operation_status(OperationStatus)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::current_operation_status) / [`set_current_operation_status(Option<OperationStatus>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::set_current_operation_status):<br>required: **false**<br><p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.</p><br>
    ///   - [`status_message(impl Into<String>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::status_message) / [`set_status_message(Option<String>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::set_status_message):<br>required: **false**<br><p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.</p><br>
    ///   - [`error_code(HandlerErrorCode)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::error_code) / [`set_error_code(Option<HandlerErrorCode>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::set_error_code):<br>required: **false**<br><p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.</p><br>
    ///   - [`resource_model(impl Into<String>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::resource_model) / [`set_resource_model(Option<String>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::set_resource_model):<br>required: **false**<br><p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.</p><br>
    ///   - [`client_request_token(impl Into<String>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::client_request_token) / [`set_client_request_token(Option<String>)`](crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::set_client_request_token):<br>required: **false**<br><p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.</p><br>
    /// - On success, responds with [`RecordHandlerProgressOutput`](crate::operation::record_handler_progress::RecordHandlerProgressOutput)
    /// - On failure, responds with [`SdkError<RecordHandlerProgressError>`](crate::operation::record_handler_progress::RecordHandlerProgressError)
    pub fn record_handler_progress(&self) -> crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder {
        crate::operation::record_handler_progress::builders::RecordHandlerProgressFluentBuilder::new(self.handle.clone())
    }
}