1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`TerminateSolNetworkInstance`](crate::operation::terminate_sol_network_instance::builders::TerminateSolNetworkInstanceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`ns_instance_id(impl Into<String>)`](crate::operation::terminate_sol_network_instance::builders::TerminateSolNetworkInstanceFluentBuilder::ns_instance_id) / [`set_ns_instance_id(Option<String>)`](crate::operation::terminate_sol_network_instance::builders::TerminateSolNetworkInstanceFluentBuilder::set_ns_instance_id): <p>ID of the network instance.</p>
    ///   - [`tags(impl Into<String>, impl Into<String>)`](crate::operation::terminate_sol_network_instance::builders::TerminateSolNetworkInstanceFluentBuilder::tags) / [`set_tags(Option<HashMap<String, String>>)`](crate::operation::terminate_sol_network_instance::builders::TerminateSolNetworkInstanceFluentBuilder::set_tags): <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.</p>
    /// - On success, responds with [`TerminateSolNetworkInstanceOutput`](crate::operation::terminate_sol_network_instance::TerminateSolNetworkInstanceOutput) with field(s):
    ///   - [`ns_lcm_op_occ_id(Option<String>)`](crate::operation::terminate_sol_network_instance::TerminateSolNetworkInstanceOutput::ns_lcm_op_occ_id): <p>The identifier of the network operation.</p>
    ///   - [`tags(Option<HashMap<String, String>>)`](crate::operation::terminate_sol_network_instance::TerminateSolNetworkInstanceOutput::tags): <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.</p>
    /// - On failure, responds with [`SdkError<TerminateSolNetworkInstanceError>`](crate::operation::terminate_sol_network_instance::TerminateSolNetworkInstanceError)
    pub fn terminate_sol_network_instance(
        &self,
    ) -> crate::operation::terminate_sol_network_instance::builders::TerminateSolNetworkInstanceFluentBuilder {
        crate::operation::terminate_sol_network_instance::builders::TerminateSolNetworkInstanceFluentBuilder::new(self.handle.clone())
    }
}