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.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
Eq CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Read CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Show CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Generic CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Associated Types

type Rep CreateTypedLinkFacet :: Type -> Type #

NFData CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Methods

rnf :: CreateTypedLinkFacet -> () #

Hashable CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

ToJSON CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

AWSRequest CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Associated Types

type AWSResponse 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

type Rep CreateTypedLinkFacet Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

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

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

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:

$sel:schemaArn: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
Eq CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Read CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Show CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Generic CreateTypedLinkFacetResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.CreateTypedLinkFacet

Associated Types

type Rep CreateTypedLinkFacetResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" '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