libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.GetTypedLinkFacetInformation

Description

Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links.

Synopsis

Creating a Request

data GetTypedLinkFacetInformation Source #

See: newGetTypedLinkFacetInformation smart constructor.

Constructors

GetTypedLinkFacetInformation' 

Fields

  • schemaArn :: Text

    The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

  • name :: Text

    The unique name of the typed link facet.

Instances

Instances details
Eq GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

Read GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

Show GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

Generic GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

Associated Types

type Rep GetTypedLinkFacetInformation :: Type -> Type #

NFData GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

Hashable GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

ToJSON GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

AWSRequest GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

ToHeaders GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

ToPath GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

ToQuery GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

type Rep GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

type Rep GetTypedLinkFacetInformation = D1 ('MetaData "GetTypedLinkFacetInformation" "Amazonka.CloudDirectory.GetTypedLinkFacetInformation" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "GetTypedLinkFacetInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetTypedLinkFacetInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

newGetTypedLinkFacetInformation Source #

Create a value of GetTypedLinkFacetInformation 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:schemaArn:GetTypedLinkFacetInformation', getTypedLinkFacetInformation_schemaArn - The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

$sel:name:GetTypedLinkFacetInformation', getTypedLinkFacetInformation_name - The unique name of the typed link facet.

Request Lenses

getTypedLinkFacetInformation_schemaArn :: Lens' GetTypedLinkFacetInformation Text Source #

The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

Destructuring the Response

data GetTypedLinkFacetInformationResponse Source #

Constructors

GetTypedLinkFacetInformationResponse' 

Fields

  • identityAttributeOrder :: Maybe [Text]

    The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

Read GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

Show GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

Generic GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

NFData GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

type Rep GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetTypedLinkFacetInformation

type Rep GetTypedLinkFacetInformationResponse = D1 ('MetaData "GetTypedLinkFacetInformationResponse" "Amazonka.CloudDirectory.GetTypedLinkFacetInformation" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "GetTypedLinkFacetInformationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityAttributeOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetTypedLinkFacetInformationResponse Source #

Create a value of GetTypedLinkFacetInformationResponse 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:identityAttributeOrder:GetTypedLinkFacetInformationResponse', getTypedLinkFacetInformationResponse_identityAttributeOrder - The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

$sel:httpStatus:GetTypedLinkFacetInformationResponse', getTypedLinkFacetInformationResponse_httpStatus - The response's http status code.

Response Lenses

getTypedLinkFacetInformationResponse_identityAttributeOrder :: Lens' GetTypedLinkFacetInformationResponse (Maybe [Text]) Source #

The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.