/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the health-2016-08-04.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.AWSHealth.Model { /// /// Container for the parameters to the DisableHealthServiceAccessForOrganization operation. /// Disables Health from working with Organizations. To call this operation, you must /// sign in to the organization's management account. For more information, see Aggregating /// Health events in the Health User Guide. /// /// /// /// This operation doesn't remove the service-linked role from the management account /// in your organization. You must use the IAM console, API, or Command Line Interface /// (CLI) to remove the service-linked role. For more information, see Deleting /// a Service-Linked Role in the IAM User Guide. /// /// /// /// You can also disable the organizational feature by using the Organizations DisableAWSServiceAccess /// API operation. After you call this operation, Health stops aggregating events for /// all other Amazon Web Services accounts in your organization. If you call the Health /// API operations for organizational view, Health returns an error. Health continues /// to aggregate health events for your Amazon Web Services account. /// /// /// public partial class DisableHealthServiceAccessForOrganizationRequest : AmazonAWSHealthRequest { } }