amazonka-clouddirectory-1.6.1: Amazon CloudDirectory SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudDirectory.ListObjectAttributes

Contents

Description

Lists all attributes that are associated with an object.

This operation returns paginated results.

Synopsis

Creating a Request

listObjectAttributes Source #

Creates a value of ListObjectAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • loaFacetFilter - Used to filter the list of object attributes that are associated with a certain facet.
  • loaConsistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
  • loaNextToken - The pagination token.
  • loaMaxResults - The maximum number of items to be retrieved in a single call. This is an approximate number.
  • loaDirectoryARN - The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns .
  • loaObjectReference - The reference that identifies the object whose attributes will be listed.

data ListObjectAttributes Source #

See: listObjectAttributes smart constructor.

Instances
Eq ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Data ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListObjectAttributes -> c ListObjectAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListObjectAttributes #

toConstr :: ListObjectAttributes -> Constr #

dataTypeOf :: ListObjectAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListObjectAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListObjectAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ListObjectAttributes -> ListObjectAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListObjectAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListObjectAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListObjectAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListObjectAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListObjectAttributes -> m ListObjectAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListObjectAttributes -> m ListObjectAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListObjectAttributes -> m ListObjectAttributes #

Read ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Show ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Generic ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Associated Types

type Rep ListObjectAttributes :: Type -> Type #

Hashable ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

ToJSON ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

AWSPager ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

AWSRequest ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Associated Types

type Rs ListObjectAttributes :: Type #

ToHeaders ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

ToPath ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

ToQuery ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

NFData ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Methods

rnf :: ListObjectAttributes -> () #

type Rep ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

type Rep ListObjectAttributes = D1 (MetaData "ListObjectAttributes" "Network.AWS.CloudDirectory.ListObjectAttributes" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "ListObjectAttributes'" PrefixI True) ((S1 (MetaSel (Just "_loaFacetFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SchemaFacet)) :*: (S1 (MetaSel (Just "_loaConsistencyLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ConsistencyLevel)) :*: S1 (MetaSel (Just "_loaNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_loaMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: (S1 (MetaSel (Just "_loaDirectoryARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_loaObjectReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectReference)))))
type Rs ListObjectAttributes Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Request Lenses

loaFacetFilter :: Lens' ListObjectAttributes (Maybe SchemaFacet) Source #

Used to filter the list of object attributes that are associated with a certain facet.

loaConsistencyLevel :: Lens' ListObjectAttributes (Maybe ConsistencyLevel) Source #

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

loaMaxResults :: Lens' ListObjectAttributes (Maybe Natural) Source #

The maximum number of items to be retrieved in a single call. This is an approximate number.

loaDirectoryARN :: Lens' ListObjectAttributes Text Source #

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns .

loaObjectReference :: Lens' ListObjectAttributes ObjectReference Source #

The reference that identifies the object whose attributes will be listed.

Destructuring the Response

listObjectAttributesResponse Source #

Creates a value of ListObjectAttributesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListObjectAttributesResponse Source #

See: listObjectAttributesResponse smart constructor.

Instances
Eq ListObjectAttributesResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Data ListObjectAttributesResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListObjectAttributesResponse -> c ListObjectAttributesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListObjectAttributesResponse #

toConstr :: ListObjectAttributesResponse -> Constr #

dataTypeOf :: ListObjectAttributesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListObjectAttributesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListObjectAttributesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListObjectAttributesResponse -> ListObjectAttributesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListObjectAttributesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListObjectAttributesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListObjectAttributesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListObjectAttributesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListObjectAttributesResponse -> m ListObjectAttributesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListObjectAttributesResponse -> m ListObjectAttributesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListObjectAttributesResponse -> m ListObjectAttributesResponse #

Read ListObjectAttributesResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Show ListObjectAttributesResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Generic ListObjectAttributesResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

Associated Types

type Rep ListObjectAttributesResponse :: Type -> Type #

NFData ListObjectAttributesResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

type Rep ListObjectAttributesResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListObjectAttributes

type Rep ListObjectAttributesResponse = D1 (MetaData "ListObjectAttributesResponse" "Network.AWS.CloudDirectory.ListObjectAttributes" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "ListObjectAttributesResponse'" PrefixI True) (S1 (MetaSel (Just "_loarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_loarsAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AttributeKeyAndValue])) :*: S1 (MetaSel (Just "_loarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

loarsAttributes :: Lens' ListObjectAttributesResponse [AttributeKeyAndValue] Source #

Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.