amazonka-codepipeline-1.6.0: Amazon CodePipeline 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.CodePipeline.ListActionTypes

Contents

Description

Gets a summary of all AWS CodePipeline action types associated with your account.

Synopsis

Creating a Request

listActionTypes :: ListActionTypes #

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

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

  • latActionOwnerFilter - Filters the list of action types to those created by a specified entity.
  • latNextToken - An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.

data ListActionTypes #

Represents the input of a ListActionTypes action.

See: listActionTypes smart constructor.

Instances
Eq ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Data ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Methods

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

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

toConstr :: ListActionTypes -> Constr #

dataTypeOf :: ListActionTypes -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Show ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Generic ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Associated Types

type Rep ListActionTypes :: * -> * #

Hashable ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

ToJSON ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

AWSRequest ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Associated Types

type Rs ListActionTypes :: * #

ToHeaders ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

ToPath ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

ToQuery ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

NFData ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Methods

rnf :: ListActionTypes -> () #

type Rep ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

type Rep ListActionTypes = D1 (MetaData "ListActionTypes" "Network.AWS.CodePipeline.ListActionTypes" "amazonka-codepipeline-1.6.0-CC2BPnoufmqE0zbjOUPBZ9" False) (C1 (MetaCons "ListActionTypes'" PrefixI True) (S1 (MetaSel (Just "_latActionOwnerFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActionOwner)) :*: S1 (MetaSel (Just "_latNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))
type Rs ListActionTypes # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Request Lenses

latActionOwnerFilter :: Lens' ListActionTypes (Maybe ActionOwner) #

Filters the list of action types to those created by a specified entity.

latNextToken :: Lens' ListActionTypes (Maybe Text) #

An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.

Destructuring the Response

listActionTypesResponse #

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

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

  • latrsNextToken - If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
  • latrsResponseStatus - -- | The response status code.
  • latrsActionTypes - Provides details of the action types.

data ListActionTypesResponse #

Represents the output of a ListActionTypes action.

See: listActionTypesResponse smart constructor.

Instances
Eq ListActionTypesResponse # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Data ListActionTypesResponse # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Methods

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

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

toConstr :: ListActionTypesResponse -> Constr #

dataTypeOf :: ListActionTypesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListActionTypesResponse # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Show ListActionTypesResponse # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Generic ListActionTypesResponse # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Associated Types

type Rep ListActionTypesResponse :: * -> * #

NFData ListActionTypesResponse # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

Methods

rnf :: ListActionTypesResponse -> () #

type Rep ListActionTypesResponse # 
Instance details

Defined in Network.AWS.CodePipeline.ListActionTypes

type Rep ListActionTypesResponse = D1 (MetaData "ListActionTypesResponse" "Network.AWS.CodePipeline.ListActionTypes" "amazonka-codepipeline-1.6.0-CC2BPnoufmqE0zbjOUPBZ9" False) (C1 (MetaCons "ListActionTypesResponse'" PrefixI True) (S1 (MetaSel (Just "_latrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_latrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_latrsActionTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [ActionType]))))

Response Lenses

latrsNextToken :: Lens' ListActionTypesResponse (Maybe Text) #

If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.

latrsResponseStatus :: Lens' ListActionTypesResponse Int #

  • - | The response status code.

latrsActionTypes :: Lens' ListActionTypesResponse [ActionType] #

Provides details of the action types.