Values.UpdateWorkloadInputSourceInput to update a workload.
type nonrec t = {workloadId : WorkloadId.t;workloadName : WorkloadName.t option;description : WorkloadDescription.t option;environment : WorkloadEnvironment.t option;accountIds : WorkloadAccountIds.t option;awsRegions : WorkloadAwsRegions.t option;nonAwsRegions : WorkloadNonAwsRegions.t option;pillarPriorities : WorkloadPillarPriorities.t option;architecturalDesign : WorkloadArchitecturalDesign.t option;reviewOwner : WorkloadReviewOwner.t option;isReviewOwnerUpdateAcknowledged : IsReviewOwnerUpdateAcknowledged.t option;Flag indicating whether the workload owner has acknowledged that the Review owner field is required. If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
*)industryType : WorkloadIndustryType.t option;industry : WorkloadIndustry.t option;notes : Notes.t option;improvementStatus : WorkloadImprovementStatus.t option;discoveryConfig : WorkloadDiscoveryConfig.t option;Well-Architected discovery configuration settings to associate to the workload.
*)applications : WorkloadApplications.t option;List of AppRegistry application ARNs to associate to the workload.
*)jiraConfiguration : WorkloadJiraConfigurationInput.t option;Configuration of the Jira integration.
*)}val make :
?workloadName:??? ->
?description:??? ->
?environment:??? ->
?accountIds:??? ->
?awsRegions:??? ->
?nonAwsRegions:??? ->
?pillarPriorities:??? ->
?architecturalDesign:??? ->
?reviewOwner:??? ->
?isReviewOwnerUpdateAcknowledged:??? ->
?industryType:??? ->
?industry:??? ->
?notes:??? ->
?improvementStatus:??? ->
?discoveryConfig:??? ->
?applications:??? ->
?jiraConfiguration:??? ->
workloadId:WorkloadId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsReviewOwnerUpdateAcknowledged.t
| `Enum of string
| `List of [> `String of AwsAccountId.t ] list
| `String of WorkloadId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of JiraProjectKey.t ])
list ])
list ]