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

Description

Retrieves attributes that are associated with a typed link.

Synopsis

Creating a Request

data GetLinkAttributes Source #

See: newGetLinkAttributes smart constructor.

Constructors

GetLinkAttributes' 

Fields

Instances

Instances details
ToJSON GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

ToHeaders GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

ToPath GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

ToQuery GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

AWSRequest GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

Associated Types

type AWSResponse GetLinkAttributes #

Generic GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

Associated Types

type Rep GetLinkAttributes :: Type -> Type #

Read GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

Show GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

NFData GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

Methods

rnf :: GetLinkAttributes -> () #

Eq GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

Hashable GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

type AWSResponse GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

type Rep GetLinkAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

type Rep GetLinkAttributes = D1 ('MetaData "GetLinkAttributes" "Amazonka.CloudDirectory.GetLinkAttributes" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "GetLinkAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "consistencyLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConsistencyLevel)) :*: S1 ('MetaSel ('Just "directoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "typedLinkSpecifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TypedLinkSpecifier) :*: S1 ('MetaSel ('Just "attributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newGetLinkAttributes Source #

Create a value of GetLinkAttributes 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:consistencyLevel:GetLinkAttributes', getLinkAttributes_consistencyLevel - The consistency level at which to retrieve the attributes on a typed link.

GetLinkAttributes, getLinkAttributes_directoryArn - The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

GetLinkAttributes, getLinkAttributes_typedLinkSpecifier - Allows a typed link specifier to be accepted as input.

GetLinkAttributes, getLinkAttributes_attributeNames - A list of attribute names whose values will be retrieved.

Request Lenses

getLinkAttributes_consistencyLevel :: Lens' GetLinkAttributes (Maybe ConsistencyLevel) Source #

The consistency level at which to retrieve the attributes on a typed link.

getLinkAttributes_directoryArn :: Lens' GetLinkAttributes Text Source #

The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.

getLinkAttributes_typedLinkSpecifier :: Lens' GetLinkAttributes TypedLinkSpecifier Source #

Allows a typed link specifier to be accepted as input.

getLinkAttributes_attributeNames :: Lens' GetLinkAttributes [Text] Source #

A list of attribute names whose values will be retrieved.

Destructuring the Response

data GetLinkAttributesResponse Source #

See: newGetLinkAttributesResponse smart constructor.

Constructors

GetLinkAttributesResponse' 

Fields

Instances

Instances details
Generic GetLinkAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

Associated Types

type Rep GetLinkAttributesResponse :: Type -> Type #

Read GetLinkAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

Show GetLinkAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

NFData GetLinkAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

Eq GetLinkAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

type Rep GetLinkAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetLinkAttributes

type Rep GetLinkAttributesResponse = D1 ('MetaData "GetLinkAttributesResponse" "Amazonka.CloudDirectory.GetLinkAttributes" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "GetLinkAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttributeKeyAndValue])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLinkAttributesResponse Source #

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

GetLinkAttributesResponse, getLinkAttributesResponse_attributes - The attributes that are associated with the typed link.

$sel:httpStatus:GetLinkAttributesResponse', getLinkAttributesResponse_httpStatus - The response's http status code.

Response Lenses

getLinkAttributesResponse_attributes :: Lens' GetLinkAttributesResponse (Maybe [AttributeKeyAndValue]) Source #

The attributes that are associated with the typed link.