1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteResourcesByExternalId`](crate::operation::delete_resources_by_external_id::builders::DeleteResourcesByExternalIdFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`external_id(impl Into<String>)`](crate::operation::delete_resources_by_external_id::builders::DeleteResourcesByExternalIdFluentBuilder::external_id) / [`set_external_id(Option<String>)`](crate::operation::delete_resources_by_external_id::builders::DeleteResourcesByExternalIdFluentBuilder::set_external_id):<br>required: **false**<br><p>The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.</p><br>
    /// - On success, responds with [`DeleteResourcesByExternalIdOutput`](crate::operation::delete_resources_by_external_id::DeleteResourcesByExternalIdOutput)
    /// - On failure, responds with [`SdkError<DeleteResourcesByExternalIdError>`](crate::operation::delete_resources_by_external_id::DeleteResourcesByExternalIdError)
    pub fn delete_resources_by_external_id(
        &self,
    ) -> crate::operation::delete_resources_by_external_id::builders::DeleteResourcesByExternalIdFluentBuilder {
        crate::operation::delete_resources_by_external_id::builders::DeleteResourcesByExternalIdFluentBuilder::new(self.handle.clone())
    }
}