WellArchitected / Client / update_global_settings
update_global_settings#
- WellArchitected.Client.update_global_settings(**kwargs)#
- Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features. - See also: AWS API Documentation - Request Syntax- response = client.update_global_settings( OrganizationSharingStatus='ENABLED'|'DISABLED', DiscoveryIntegrationStatus='ENABLED'|'DISABLED' ) - Parameters:
- OrganizationSharingStatus (string) – The status of organization sharing settings. 
- DiscoveryIntegrationStatus (string) – The status of discovery support settings. 
 
- Returns:
- None 
 - Exceptions- WellArchitected.Client.exceptions.ValidationException
- WellArchitected.Client.exceptions.ConflictException
- WellArchitected.Client.exceptions.InternalServerException
- WellArchitected.Client.exceptions.AccessDeniedException
- WellArchitected.Client.exceptions.ThrottlingException