amazonka-elasticbeanstalk-1.6.1: Amazon Elastic Beanstalk 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.ElasticBeanstalk.ListPlatformVersions

Contents

Description

Lists the available platforms.

Synopsis

Creating a Request

listPlatformVersions :: ListPlatformVersions Source #

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

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

  • lpvFilters - List only the platforms where the platform member value relates to one of the supplied values.
  • lpvNextToken - The starting index into the remaining list of platforms. Use the NextToken value from a previous ListPlatformVersion call.
  • lpvMaxRecords - The maximum number of platform values returned in one call.

data ListPlatformVersions Source #

See: listPlatformVersions smart constructor.

Instances
Eq ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Data ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Methods

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

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

toConstr :: ListPlatformVersions -> Constr #

dataTypeOf :: ListPlatformVersions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Show ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Generic ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Associated Types

type Rep ListPlatformVersions :: Type -> Type #

Hashable ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

AWSRequest ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Associated Types

type Rs ListPlatformVersions :: Type #

ToHeaders ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

ToPath ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

ToQuery ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

NFData ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Methods

rnf :: ListPlatformVersions -> () #

type Rep ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

type Rep ListPlatformVersions = D1 (MetaData "ListPlatformVersions" "Network.AWS.ElasticBeanstalk.ListPlatformVersions" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "ListPlatformVersions'" PrefixI True) (S1 (MetaSel (Just "_lpvFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlatformFilter])) :*: (S1 (MetaSel (Just "_lpvNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lpvMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Request Lenses

lpvFilters :: Lens' ListPlatformVersions [PlatformFilter] Source #

List only the platforms where the platform member value relates to one of the supplied values.

lpvNextToken :: Lens' ListPlatformVersions (Maybe Text) Source #

The starting index into the remaining list of platforms. Use the NextToken value from a previous ListPlatformVersion call.

lpvMaxRecords :: Lens' ListPlatformVersions (Maybe Natural) Source #

The maximum number of platform values returned in one call.

Destructuring the Response

listPlatformVersionsResponse Source #

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

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

data ListPlatformVersionsResponse Source #

See: listPlatformVersionsResponse smart constructor.

Instances
Eq ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Data ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Methods

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

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

toConstr :: ListPlatformVersionsResponse -> Constr #

dataTypeOf :: ListPlatformVersionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Show ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Generic ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Associated Types

type Rep ListPlatformVersionsResponse :: Type -> Type #

NFData ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

type Rep ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

type Rep ListPlatformVersionsResponse = D1 (MetaData "ListPlatformVersionsResponse" "Network.AWS.ElasticBeanstalk.ListPlatformVersions" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "ListPlatformVersionsResponse'" PrefixI True) (S1 (MetaSel (Just "_lpvrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lpvrsPlatformSummaryList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlatformSummary])) :*: S1 (MetaSel (Just "_lpvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lpvrsNextToken :: Lens' ListPlatformVersionsResponse (Maybe Text) Source #

The starting index into the remaining list of platforms. if this value is not null , you can use it in a subsequent ListPlatformVersion call.