amazonka-ecs-1.4.5: Amazon EC2 Container Service SDK.

Copyright(c) 2013-2016 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.ECS.ListTaskDefinitions

Contents

Description

Returns a list of task definitions that are registered to your account. You can filter the results by family name with the familyPrefix parameter or by status with the status parameter.

This operation returns paginated results.

Synopsis

Creating a Request

listTaskDefinitions :: ListTaskDefinitions Source #

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

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

  • ltdStatus - The task definition status with which to filter the ListTaskDefinitions results. By default, only ACTIVE task definitions are listed. By setting this parameter to INACTIVE , you can view task definitions that are INACTIVE as long as an active task or service still references them. If you paginate the resulting output, be sure to keep the status value constant in each subsequent request.
  • ltdFamilyPrefix - The full family name with which to filter the ListTaskDefinitions results. Specifying a familyPrefix limits the listed task definitions to task definition revisions that belong to that family.
  • ltdNextToken - The nextToken value returned from a previous paginated ListTaskDefinitions request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.
  • ltdSort - The order in which to sort the results. Valid values are ASC and DESC . By default (ASC ), task definitions are listed lexicographically by family name and in ascending numerical order by revision so that the newest task definitions in a family are listed last. Setting this parameter to DESC reverses the sort order on family name and revision so that the newest task definitions in a family are listed first.
  • ltdMaxResults - The maximum number of task definition results returned by ListTaskDefinitions in paginated output. When this parameter is used, ListTaskDefinitions only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListTaskDefinitions request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListTaskDefinitions returns up to 100 results and a nextToken value if applicable.

data ListTaskDefinitions Source #

See: listTaskDefinitions smart constructor.

Instances

Eq ListTaskDefinitions Source # 
Data ListTaskDefinitions Source # 

Methods

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

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

toConstr :: ListTaskDefinitions -> Constr #

dataTypeOf :: ListTaskDefinitions -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ListTaskDefinitions -> () #

AWSPager ListTaskDefinitions Source # 
AWSRequest ListTaskDefinitions Source # 
ToPath ListTaskDefinitions Source # 
ToHeaders ListTaskDefinitions Source # 
ToQuery ListTaskDefinitions Source # 
type Rep ListTaskDefinitions Source # 
type Rep ListTaskDefinitions = D1 (MetaData "ListTaskDefinitions" "Network.AWS.ECS.ListTaskDefinitions" "amazonka-ecs-1.4.5-DjgJB2IQNRjDmlzh0CCqbS" False) (C1 (MetaCons "ListTaskDefinitions'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ltdStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TaskDefinitionStatus))) (S1 (MetaSel (Just Symbol "_ltdFamilyPrefix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ltdNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ltdSort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SortOrder))) (S1 (MetaSel (Just Symbol "_ltdMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))))
type Rs ListTaskDefinitions Source # 

Request Lenses

ltdStatus :: Lens' ListTaskDefinitions (Maybe TaskDefinitionStatus) Source #

The task definition status with which to filter the ListTaskDefinitions results. By default, only ACTIVE task definitions are listed. By setting this parameter to INACTIVE , you can view task definitions that are INACTIVE as long as an active task or service still references them. If you paginate the resulting output, be sure to keep the status value constant in each subsequent request.

ltdFamilyPrefix :: Lens' ListTaskDefinitions (Maybe Text) Source #

The full family name with which to filter the ListTaskDefinitions results. Specifying a familyPrefix limits the listed task definitions to task definition revisions that belong to that family.

ltdNextToken :: Lens' ListTaskDefinitions (Maybe Text) Source #

The nextToken value returned from a previous paginated ListTaskDefinitions request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

ltdSort :: Lens' ListTaskDefinitions (Maybe SortOrder) Source #

The order in which to sort the results. Valid values are ASC and DESC . By default (ASC ), task definitions are listed lexicographically by family name and in ascending numerical order by revision so that the newest task definitions in a family are listed last. Setting this parameter to DESC reverses the sort order on family name and revision so that the newest task definitions in a family are listed first.

ltdMaxResults :: Lens' ListTaskDefinitions (Maybe Int) Source #

The maximum number of task definition results returned by ListTaskDefinitions in paginated output. When this parameter is used, ListTaskDefinitions only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListTaskDefinitions request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListTaskDefinitions returns up to 100 results and a nextToken value if applicable.

Destructuring the Response

listTaskDefinitionsResponse Source #

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

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

  • ltdrsTaskDefinitionARNs - The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.
  • ltdrsNextToken - The nextToken value to include in a future ListTaskDefinitions request. When the results of a ListTaskDefinitions request exceed maxResults , this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
  • ltdrsResponseStatus - -- | The response status code.

data ListTaskDefinitionsResponse Source #

See: listTaskDefinitionsResponse smart constructor.

Instances

Eq ListTaskDefinitionsResponse Source # 
Data ListTaskDefinitionsResponse Source # 

Methods

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

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

toConstr :: ListTaskDefinitionsResponse -> Constr #

dataTypeOf :: ListTaskDefinitionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTaskDefinitionsResponse Source # 
Show ListTaskDefinitionsResponse Source # 
Generic ListTaskDefinitionsResponse Source # 
NFData ListTaskDefinitionsResponse Source # 
type Rep ListTaskDefinitionsResponse Source # 
type Rep ListTaskDefinitionsResponse = D1 (MetaData "ListTaskDefinitionsResponse" "Network.AWS.ECS.ListTaskDefinitions" "amazonka-ecs-1.4.5-DjgJB2IQNRjDmlzh0CCqbS" False) (C1 (MetaCons "ListTaskDefinitionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ltdrsTaskDefinitionARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) ((:*:) (S1 (MetaSel (Just Symbol "_ltdrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ltdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

ltdrsTaskDefinitionARNs :: Lens' ListTaskDefinitionsResponse [Text] Source #

The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.

ltdrsNextToken :: Lens' ListTaskDefinitionsResponse (Maybe Text) Source #

The nextToken value to include in a future ListTaskDefinitions request. When the results of a ListTaskDefinitions request exceed maxResults , this value can be used to retrieve the next page of results. This value is null when there are no more results to return.