amazonka-codepipeline-1.2.0.1: Amazon CodePipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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.

See: AWS API Reference for ListActionTypes.

Synopsis

Creating a Request

listActionTypes :: ListActionTypes Source

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:

Request Lenses

latActionOwnerFilter :: Lens' ListActionTypes (Maybe ActionOwner) Source

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

latNextToken :: Lens' ListActionTypes (Maybe Text) Source

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 Source

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:

Response Lenses

latrsNextToken :: Lens' ListActionTypesResponse (Maybe Text) Source

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.

latrsStatus :: Lens' ListActionTypesResponse Int Source

The response status code.

latrsActionTypes :: Lens' ListActionTypesResponse [ActionType] Source

Provides details of the action types.