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

Description

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

Synopsis

Creating a Request

data CreateTypedLinkFacet Source #

See: newCreateTypedLinkFacet smart constructor.

Constructors

CreateTypedLinkFacet' 

Fields

  • schemaArn :: Text

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

  • facet :: TypedLinkFacet

    Facet structure that is associated with the typed link facet.

Instances

Instances details
ToJSON CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

ToHeaders CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

ToPath CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

ToQuery CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

AWSRequest CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Associated Types

type AWSResponse CreateTypedLinkFacet #

Generic CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Associated Types

type Rep CreateTypedLinkFacet :: Type -> Type #

Read CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Show CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

NFData CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Methods

rnf :: CreateTypedLinkFacet -> () #

Eq CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Hashable CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

type AWSResponse CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

type Rep CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

type Rep CreateTypedLinkFacet = D1 ('MetaData "CreateTypedLinkFacet" "Amazonka.CloudDirectory.CreateTypedLinkFacet" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "CreateTypedLinkFacet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "facet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TypedLinkFacet)))

newCreateTypedLinkFacet Source #

Create a value of CreateTypedLinkFacet 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:

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

$sel:facet:CreateTypedLinkFacet', createTypedLinkFacet_facet - Facet structure that is associated with the typed link facet.

Request Lenses

createTypedLinkFacet_schemaArn :: Lens' CreateTypedLinkFacet Text Source #

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

createTypedLinkFacet_facet :: Lens' CreateTypedLinkFacet TypedLinkFacet Source #

Facet structure that is associated with the typed link facet.

Destructuring the Response

data CreateTypedLinkFacetResponse Source #

See: newCreateTypedLinkFacetResponse smart constructor.

Constructors

CreateTypedLinkFacetResponse' 

Fields

Instances

Instances details
Generic CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Associated Types

type Rep CreateTypedLinkFacetResponse :: Type -> Type #

Read CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Show CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

NFData CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Eq CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

type Rep CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

type Rep CreateTypedLinkFacetResponse = D1 ('MetaData "CreateTypedLinkFacetResponse" "Amazonka.CloudDirectory.CreateTypedLinkFacet" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "CreateTypedLinkFacetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateTypedLinkFacetResponse Source #

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

Response Lenses