amazonka-ds-1.4.0: Amazon Directory Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectoryService.DeleteTrust

Contents

Description

Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.

Synopsis

Creating a Request

deleteTrust Source

Arguments

:: Text

dtTrustId

-> DeleteTrust 

Creates a value of DeleteTrust with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteTrust Source

Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.

See: deleteTrust smart constructor.

Request Lenses

dtTrustId :: Lens' DeleteTrust Text Source

The Trust ID of the trust relationship to be deleted.

Destructuring the Response

deleteTrustResponse Source

Creates a value of DeleteTrustResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

delrsTrustId :: Lens' DeleteTrustResponse (Maybe Text) Source

The Trust ID of the trust relationship that was deleted.