amazonka-clouddirectory-2.0: Amazon CloudDirectory SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.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

AWSRequest UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type AWSResponse UpdateTypedLinkFacet #

Generic UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type Rep UpdateTypedLinkFacet :: Type -> Type #

Read UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Show UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

NFData UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Methods

rnf :: UpdateTypedLinkFacet -> () #

Eq UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Hashable UpdateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

type AWSResponse 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" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" '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]))))

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:

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

UpdateTypedLinkFacet, updateTypedLinkFacet_name - The unique name of the typed link facet.

UpdateTypedLinkFacet, updateTypedLinkFacet_attributeUpdates - Attributes update structure.

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
Generic UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type Rep UpdateTypedLinkFacetResponse :: Type -> Type #

Read UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Show UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

NFData UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.UpdateTypedLinkFacet

Eq 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" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" '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