1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeprecateFlowTemplate`](crate::operation::deprecate_flow_template::builders::DeprecateFlowTemplateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::deprecate_flow_template::builders::DeprecateFlowTemplateFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::deprecate_flow_template::builders::DeprecateFlowTemplateFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the workflow to be deleted.</p> <p>The ID should be in the following format.</p> <p><code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code></p><br>
    /// - On success, responds with [`DeprecateFlowTemplateOutput`](crate::operation::deprecate_flow_template::DeprecateFlowTemplateOutput)
    /// - On failure, responds with [`SdkError<DeprecateFlowTemplateError>`](crate::operation::deprecate_flow_template::DeprecateFlowTemplateError)
    #[deprecated(note = "since: 2022-08-30")]
    pub fn deprecate_flow_template(&self) -> crate::operation::deprecate_flow_template::builders::DeprecateFlowTemplateFluentBuilder {
        crate::operation::deprecate_flow_template::builders::DeprecateFlowTemplateFluentBuilder::new(self.handle.clone())
    }
}