Values.UpdateEnvironmentInputSourceUpdates the specified environment in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the domain in which the environment is to be updated.
*)identifier : EnvironmentId.t;The identifier of the environment that is to be updated.
*)name : String_.t option;The name to be updated as part of the UpdateEnvironment action.
*)description : String_.t option;The description to be updated as part of the UpdateEnvironment action.
*)glossaryTerms : GlossaryTerms.t option;The glossary terms to be updated as part of the UpdateEnvironment action.
*)blueprintVersion : String_.t option;The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: latest.
*)userParameters : EnvironmentParametersList.t option;The user parameters of the environment.
*)environmentConfigurationName : EnvironmentConfigurationName.t option;The configuration name of the environment.
*)}val make :
?name:??? ->
?description:??? ->
?glossaryTerms:??? ->
?blueprintVersion:??? ->
?userParameters:??? ->
?environmentConfigurationName:??? ->
domainIdentifier:DomainId.t ->
identifier:EnvironmentId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of GlossaryTermId.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of DomainId.t ])
list ]