Values.UpdateEnvironmentProfileInputSourceUpdates the specified environment profile in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
*)identifier : EnvironmentProfileId.t;The identifier of the environment profile that is to be updated.
*)name : EnvironmentProfileName.t option;The name to be updated as part of the UpdateEnvironmentProfile action.
*)description : String_.t option;The description to be updated as part of the UpdateEnvironmentProfile action.
*)userParameters : EnvironmentParametersList.t option;The user parameters to be updated as part of the UpdateEnvironmentProfile action.
*)awsAccountId : AwsAccountId.t option;The Amazon Web Services account in which a specified environment profile is to be udpated.
*)awsAccountRegion : AwsRegion.t option;The Amazon Web Services Region in which a specified environment profile is to be updated.
*)}val make :
?name:??? ->
?description:??? ->
?userParameters:??? ->
?awsAccountId:??? ->
?awsAccountRegion:??? ->
domainIdentifier:DomainId.t ->
identifier:EnvironmentProfileId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of DomainId.t ])
list ]