aws_sdk_sagemakergeospatial/client/stop_earth_observation_job.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`StopEarthObservationJob`](crate::operation::stop_earth_observation_job::builders::StopEarthObservationJobFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`arn(impl Into<String>)`](crate::operation::stop_earth_observation_job::builders::StopEarthObservationJobFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::stop_earth_observation_job::builders::StopEarthObservationJobFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the Earth Observation job being stopped.</p><br>
7 /// - On success, responds with [`StopEarthObservationJobOutput`](crate::operation::stop_earth_observation_job::StopEarthObservationJobOutput)
8 /// - On failure, responds with [`SdkError<StopEarthObservationJobError>`](crate::operation::stop_earth_observation_job::StopEarthObservationJobError)
9 pub fn stop_earth_observation_job(&self) -> crate::operation::stop_earth_observation_job::builders::StopEarthObservationJobFluentBuilder {
10 crate::operation::stop_earth_observation_job::builders::StopEarthObservationJobFluentBuilder::new(self.handle.clone())
11 }
12}