Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links.
Synopsis
- data GetTypedLinkFacetInformation = GetTypedLinkFacetInformation' {}
- newGetTypedLinkFacetInformation :: Text -> Text -> GetTypedLinkFacetInformation
- getTypedLinkFacetInformation_schemaArn :: Lens' GetTypedLinkFacetInformation Text
- getTypedLinkFacetInformation_name :: Lens' GetTypedLinkFacetInformation Text
- data GetTypedLinkFacetInformationResponse = GetTypedLinkFacetInformationResponse' {
- identityAttributeOrder :: Maybe [Text]
- httpStatus :: Int
- newGetTypedLinkFacetInformationResponse :: Int -> GetTypedLinkFacetInformationResponse
- getTypedLinkFacetInformationResponse_identityAttributeOrder :: Lens' GetTypedLinkFacetInformationResponse (Maybe [Text])
- getTypedLinkFacetInformationResponse_httpStatus :: Lens' GetTypedLinkFacetInformationResponse Int
Creating a Request
data GetTypedLinkFacetInformation Source #
See: newGetTypedLinkFacetInformation
smart constructor.
Instances
newGetTypedLinkFacetInformation Source #
:: Text | |
-> Text | |
-> GetTypedLinkFacetInformation |
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.
getTypedLinkFacetInformation_name :: Lens' GetTypedLinkFacetInformation Text Source #
The unique name of the typed link facet.
Destructuring the Response
data GetTypedLinkFacetInformationResponse Source #
See: newGetTypedLinkFacetInformationResponse
smart constructor.
GetTypedLinkFacetInformationResponse' | |
|
Instances
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.
getTypedLinkFacetInformationResponse_httpStatus :: Lens' GetTypedLinkFacetInformationResponse Int Source #
The response's http status code.