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

Amazonka.DirectoryService.VerifyTrust

Description

Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.

This action verifies a trust relationship between your Managed Microsoft AD directory and an external domain.

Synopsis

Creating a Request

data VerifyTrust Source #

Initiates the verification of an existing trust relationship between an Managed Microsoft AD directory and an external domain.

See: newVerifyTrust smart constructor.

Constructors

VerifyTrust' 

Fields

  • trustId :: Text

    The unique Trust ID of the trust relationship to verify.

Instances

Instances details
Eq VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Read VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Show VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Generic VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Associated Types

type Rep VerifyTrust :: Type -> Type #

NFData VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Methods

rnf :: VerifyTrust -> () #

Hashable VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

ToJSON VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

AWSRequest VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Associated Types

type AWSResponse VerifyTrust #

ToHeaders VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Methods

toHeaders :: VerifyTrust -> [Header] #

ToPath VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

ToQuery VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

type Rep VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

type Rep VerifyTrust = D1 ('MetaData "VerifyTrust" "Amazonka.DirectoryService.VerifyTrust" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "VerifyTrust'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trustId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse VerifyTrust Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

newVerifyTrust Source #

Create a value of VerifyTrust with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:trustId:VerifyTrust', verifyTrust_trustId - The unique Trust ID of the trust relationship to verify.

Request Lenses

verifyTrust_trustId :: Lens' VerifyTrust Text Source #

The unique Trust ID of the trust relationship to verify.

Destructuring the Response

data VerifyTrustResponse Source #

Result of a VerifyTrust request.

See: newVerifyTrustResponse smart constructor.

Constructors

VerifyTrustResponse' 

Fields

Instances

Instances details
Eq VerifyTrustResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Read VerifyTrustResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Show VerifyTrustResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Generic VerifyTrustResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Associated Types

type Rep VerifyTrustResponse :: Type -> Type #

NFData VerifyTrustResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

Methods

rnf :: VerifyTrustResponse -> () #

type Rep VerifyTrustResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.VerifyTrust

type Rep VerifyTrustResponse = D1 ('MetaData "VerifyTrustResponse" "Amazonka.DirectoryService.VerifyTrust" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "VerifyTrustResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trustId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newVerifyTrustResponse Source #

Create a value of VerifyTrustResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:trustId:VerifyTrust', verifyTrustResponse_trustId - The unique Trust ID of the trust relationship that was verified.

$sel:httpStatus:VerifyTrustResponse', verifyTrustResponse_httpStatus - The response's http status code.

Response Lenses

verifyTrustResponse_trustId :: Lens' VerifyTrustResponse (Maybe Text) Source #

The unique Trust ID of the trust relationship that was verified.