amazonka-storagegateway-1.6.0: Amazon Storage Gateway 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.StorageGateway.DescribeNFSFileShares

Contents

Description

Gets a description for one or more file shares from a file gateway. This operation is only supported in the file gateway type.

Synopsis

Creating a Request

describeNFSFileShares Source #

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

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

  • dnfsfsFileShareARNList - An array containing the Amazon Resource Name (ARN) of each file share to be described.

data DescribeNFSFileShares Source #

DescribeNFSFileSharesInput

See: describeNFSFileShares smart constructor.

Instances

Eq DescribeNFSFileShares Source # 
Data DescribeNFSFileShares Source # 

Methods

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

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

toConstr :: DescribeNFSFileShares -> Constr #

dataTypeOf :: DescribeNFSFileShares -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeNFSFileShares Source # 
Show DescribeNFSFileShares Source # 
Generic DescribeNFSFileShares Source # 
Hashable DescribeNFSFileShares Source # 
ToJSON DescribeNFSFileShares Source # 
NFData DescribeNFSFileShares Source # 

Methods

rnf :: DescribeNFSFileShares -> () #

AWSRequest DescribeNFSFileShares Source # 
ToHeaders DescribeNFSFileShares Source # 
ToPath DescribeNFSFileShares Source # 
ToQuery DescribeNFSFileShares Source # 
type Rep DescribeNFSFileShares Source # 
type Rep DescribeNFSFileShares = D1 * (MetaData "DescribeNFSFileShares" "Network.AWS.StorageGateway.DescribeNFSFileShares" "amazonka-storagegateway-1.6.0-4O2jykLIBNRAOy2n0S31Gg" True) (C1 * (MetaCons "DescribeNFSFileShares'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dnfsfsFileShareARNList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (List1 Text))))
type Rs DescribeNFSFileShares Source # 

Request Lenses

dnfsfsFileShareARNList :: Lens' DescribeNFSFileShares (NonEmpty Text) Source #

An array containing the Amazon Resource Name (ARN) of each file share to be described.

Destructuring the Response

describeNFSFileSharesResponse Source #

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

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

data DescribeNFSFileSharesResponse Source #

DescribeNFSFileSharesOutput

See: describeNFSFileSharesResponse smart constructor.

Instances

Eq DescribeNFSFileSharesResponse Source # 
Data DescribeNFSFileSharesResponse Source # 

Methods

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

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

toConstr :: DescribeNFSFileSharesResponse -> Constr #

dataTypeOf :: DescribeNFSFileSharesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeNFSFileSharesResponse Source # 
Show DescribeNFSFileSharesResponse Source # 
Generic DescribeNFSFileSharesResponse Source # 
NFData DescribeNFSFileSharesResponse Source # 
type Rep DescribeNFSFileSharesResponse Source # 
type Rep DescribeNFSFileSharesResponse = D1 * (MetaData "DescribeNFSFileSharesResponse" "Network.AWS.StorageGateway.DescribeNFSFileShares" "amazonka-storagegateway-1.6.0-4O2jykLIBNRAOy2n0S31Gg" False) (C1 * (MetaCons "DescribeNFSFileSharesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dnfsfsrsNFSFileShareInfoList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [NFSFileShareInfo]))) (S1 * (MetaSel (Just Symbol "_dnfsfsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dnfsfsrsNFSFileShareInfoList :: Lens' DescribeNFSFileSharesResponse [NFSFileShareInfo] Source #

An array containing a description for each requested file share.