aws_sdk_datazone/client/update_environment.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 [`UpdateEnvironment`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`domain_identifier(impl Into<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>The identifier of the domain in which the environment is to be updated.</p><br>
7 /// - [`identifier(impl Into<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::set_identifier):<br>required: **true**<br><p>The identifier of the environment that is to be updated.</p><br>
8 /// - [`name(impl Into<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::set_name):<br>required: **false**<br><p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p><br>
9 /// - [`description(impl Into<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::set_description):<br>required: **false**<br><p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p><br>
10 /// - [`glossary_terms(impl Into<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::glossary_terms) / [`set_glossary_terms(Option<Vec::<String>>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::set_glossary_terms):<br>required: **false**<br><p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p><br>
11 /// - [`blueprint_version(impl Into<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::blueprint_version) / [`set_blueprint_version(Option<String>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::set_blueprint_version):<br>required: **false**<br><p>The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p><br>
12 /// - [`user_parameters(EnvironmentParameter)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::user_parameters) / [`set_user_parameters(Option<Vec::<EnvironmentParameter>>)`](crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::set_user_parameters):<br>required: **false**<br><p>The user parameters of the environment.</p><br>
13 /// - On success, responds with [`UpdateEnvironmentOutput`](crate::operation::update_environment::UpdateEnvironmentOutput) with field(s):
14 /// - [`project_id(String)`](crate::operation::update_environment::UpdateEnvironmentOutput::project_id): <p>The project identifier of the environment.</p>
15 /// - [`id(Option<String>)`](crate::operation::update_environment::UpdateEnvironmentOutput::id): <p>The identifier of the environment that is to be updated.</p>
16 /// - [`domain_id(String)`](crate::operation::update_environment::UpdateEnvironmentOutput::domain_id): <p>The identifier of the domain in which the environment is to be updated.</p>
17 /// - [`created_by(String)`](crate::operation::update_environment::UpdateEnvironmentOutput::created_by): <p>The Amazon DataZone user who created the environment.</p>
18 /// - [`created_at(Option<DateTime>)`](crate::operation::update_environment::UpdateEnvironmentOutput::created_at): <p>The timestamp of when the environment was created.</p>
19 /// - [`updated_at(Option<DateTime>)`](crate::operation::update_environment::UpdateEnvironmentOutput::updated_at): <p>The timestamp of when the environment was updated.</p>
20 /// - [`name(String)`](crate::operation::update_environment::UpdateEnvironmentOutput::name): <p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>
21 /// - [`description(Option<String>)`](crate::operation::update_environment::UpdateEnvironmentOutput::description): <p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>
22 /// - [`environment_profile_id(String)`](crate::operation::update_environment::UpdateEnvironmentOutput::environment_profile_id): <p>The profile identifier of the environment.</p>
23 /// - [`aws_account_id(Option<String>)`](crate::operation::update_environment::UpdateEnvironmentOutput::aws_account_id): <p>The identifier of the Amazon Web Services account in which the environment is to be updated.</p>
24 /// - [`aws_account_region(Option<String>)`](crate::operation::update_environment::UpdateEnvironmentOutput::aws_account_region): <p>The Amazon Web Services Region in which the environment is updated.</p>
25 /// - [`provider(String)`](crate::operation::update_environment::UpdateEnvironmentOutput::provider): <p>The provider identifier of the environment.</p>
26 /// - [`provisioned_resources(Option<Vec::<Resource>>)`](crate::operation::update_environment::UpdateEnvironmentOutput::provisioned_resources): <p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code> action.</p>
27 /// - [`status(Option<EnvironmentStatus>)`](crate::operation::update_environment::UpdateEnvironmentOutput::status): <p>The status to be updated as part of the <code>UpdateEnvironment</code> action.</p>
28 /// - [`environment_actions(Option<Vec::<ConfigurableEnvironmentAction>>)`](crate::operation::update_environment::UpdateEnvironmentOutput::environment_actions): <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code> action.</p>
29 /// - [`glossary_terms(Option<Vec::<String>>)`](crate::operation::update_environment::UpdateEnvironmentOutput::glossary_terms): <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>
30 /// - [`user_parameters(Option<Vec::<CustomParameter>>)`](crate::operation::update_environment::UpdateEnvironmentOutput::user_parameters): <p>The user parameters to be updated as part of the <code>UpdateEnvironment</code> action.</p>
31 /// - [`last_deployment(Option<Deployment>)`](crate::operation::update_environment::UpdateEnvironmentOutput::last_deployment): <p>The last deployment of the environment.</p>
32 /// - [`provisioning_properties(Option<ProvisioningProperties>)`](crate::operation::update_environment::UpdateEnvironmentOutput::provisioning_properties): <p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>
33 /// - [`deployment_properties(Option<DeploymentProperties>)`](crate::operation::update_environment::UpdateEnvironmentOutput::deployment_properties): <p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>
34 /// - [`environment_blueprint_id(Option<String>)`](crate::operation::update_environment::UpdateEnvironmentOutput::environment_blueprint_id): <p>The blueprint identifier of the environment.</p>
35 /// - [`environment_configuration_id(Option<String>)`](crate::operation::update_environment::UpdateEnvironmentOutput::environment_configuration_id): <p>The configuration ID of the environment.</p>
36 /// - On failure, responds with [`SdkError<UpdateEnvironmentError>`](crate::operation::update_environment::UpdateEnvironmentError)
37 pub fn update_environment(&self) -> crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder {
38 crate::operation::update_environment::builders::UpdateEnvironmentFluentBuilder::new(self.handle.clone())
39 }
40}