Values.UpdateGlobalSettingsInputSourceUpdate whether the Amazon Web Services account is opted into organization sharing and discovery integration features.
type nonrec t = {organizationSharingStatus : OrganizationSharingStatus.t option;The status of organization sharing settings.
*)discoveryIntegrationStatus : DiscoveryIntegrationStatus.t option;The status of discovery support settings.
*)jiraConfiguration : AccountJiraConfigurationInput.t option;The status of Jira integration settings.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of JiraProjectKey.t ]) list ])
list ]