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.UpdateTypedLinkFacet

Description

Updates a TypedLinkFacet. For more information, see Typed Links.

Synopsis

Creating a Request

data UpdateTypedLinkFacet Source #

See: newUpdateTypedLinkFacet smart constructor.

Constructors

UpdateTypedLinkFacet' 

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.

  • attributeUpdates :: [TypedLinkFacetAttributeUpdate]

    Attributes update structure.

  • identityAttributeOrder :: [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 a 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.

Instances

Instances details
Eq UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Read UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Show UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Generic UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type Rep UpdateTypedLinkFacet :: Type -> Type #

NFData UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Methods

rnf :: UpdateTypedLinkFacet -> () #

Hashable UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

ToJSON UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

AWSRequest UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type AWSResponse UpdateTypedLinkFacet #

ToHeaders UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

ToPath UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

ToQuery UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

type Rep UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

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

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

newUpdateTypedLinkFacet Source #

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

$sel:name:UpdateTypedLinkFacet', updateTypedLinkFacet_name - The unique name of the typed link facet.

$sel:attributeUpdates:UpdateTypedLinkFacet', updateTypedLinkFacet_attributeUpdates - Attributes update structure.

$sel:identityAttributeOrder:UpdateTypedLinkFacet', updateTypedLinkFacet_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 a 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.

Request Lenses

updateTypedLinkFacet_schemaArn :: Lens' UpdateTypedLinkFacet Text Source #

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

updateTypedLinkFacet_name :: Lens' UpdateTypedLinkFacet Text Source #

The unique name of the typed link facet.

updateTypedLinkFacet_identityAttributeOrder :: Lens' UpdateTypedLinkFacet [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 a 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.

Destructuring the Response

data UpdateTypedLinkFacetResponse Source #

See: newUpdateTypedLinkFacetResponse smart constructor.

Constructors

UpdateTypedLinkFacetResponse' 

Fields

Instances

Instances details
Eq UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Read UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Show UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Generic UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type Rep UpdateTypedLinkFacetResponse :: Type -> Type #

NFData UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

type Rep UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

type Rep UpdateTypedLinkFacetResponse = D1 ('MetaData "UpdateTypedLinkFacetResponse" "Amazonka.CloudDirectory.UpdateTypedLinkFacet" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "UpdateTypedLinkFacetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTypedLinkFacetResponse Source #

Create a value of UpdateTypedLinkFacetResponse 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:httpStatus:UpdateTypedLinkFacetResponse', updateTypedLinkFacetResponse_httpStatus - The response's http status code.

Response Lenses