amazonka-clouddirectory-1.5.0: Amazon CloudDirectory SDK.

Copyright(c) 2013-2017 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.

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 # 
Data ListObjectAttributes Source # 

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 # 
Show ListObjectAttributes Source # 
Generic ListObjectAttributes Source # 
Hashable ListObjectAttributes Source # 
ToJSON ListObjectAttributes Source # 
NFData ListObjectAttributes Source # 

Methods

rnf :: ListObjectAttributes -> () #

AWSRequest ListObjectAttributes Source # 
ToQuery ListObjectAttributes Source # 
ToPath ListObjectAttributes Source # 
ToHeaders ListObjectAttributes Source # 
type Rep ListObjectAttributes Source # 
type Rep ListObjectAttributes = D1 (MetaData "ListObjectAttributes" "Network.AWS.CloudDirectory.ListObjectAttributes" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" False) (C1 (MetaCons "ListObjectAttributes'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_loaFacetFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SchemaFacet))) ((:*:) (S1 (MetaSel (Just Symbol "_loaConsistencyLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ConsistencyLevel))) (S1 (MetaSel (Just Symbol "_loaNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_loaMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) ((:*:) (S1 (MetaSel (Just Symbol "_loaDirectoryARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_loaObjectReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectReference))))))
type Rs ListObjectAttributes Source # 

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 # 
Data ListObjectAttributesResponse Source # 

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 # 
Show ListObjectAttributesResponse Source # 
Generic ListObjectAttributesResponse Source # 
NFData ListObjectAttributesResponse Source # 
type Rep ListObjectAttributesResponse Source # 
type Rep ListObjectAttributesResponse = D1 (MetaData "ListObjectAttributesResponse" "Network.AWS.CloudDirectory.ListObjectAttributes" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" False) (C1 (MetaCons "ListObjectAttributesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_loarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_loarsAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AttributeKeyAndValue]))) (S1 (MetaSel (Just Symbol "_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.