amazonka-ssm-1.6.0: Amazon Simple Systems Manager (SSM) 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.SSM.GetParameterHistory

Contents

Description

Query a list of all parameters used by the AWS account.

This operation returns paginated results.

Synopsis

Creating a Request

getParameterHistory Source #

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

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

  • gphWithDecryption - Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.
  • gphNextToken - The token for the next set of items to return. (You received this token from a previous call.)
  • gphMaxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
  • gphName - The name of a parameter you want to query.

data GetParameterHistory Source #

See: getParameterHistory smart constructor.

Instances

Eq GetParameterHistory Source # 
Data GetParameterHistory Source # 

Methods

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

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

toConstr :: GetParameterHistory -> Constr #

dataTypeOf :: GetParameterHistory -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: GetParameterHistory -> () #

AWSPager GetParameterHistory Source # 
AWSRequest GetParameterHistory Source # 
ToHeaders GetParameterHistory Source # 
ToPath GetParameterHistory Source # 
ToQuery GetParameterHistory Source # 
type Rep GetParameterHistory Source # 
type Rep GetParameterHistory = D1 * (MetaData "GetParameterHistory" "Network.AWS.SSM.GetParameterHistory" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "GetParameterHistory'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gphWithDecryption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_gphNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gphMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_gphName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs GetParameterHistory Source # 

Request Lenses

gphWithDecryption :: Lens' GetParameterHistory (Maybe Bool) Source #

Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.

gphNextToken :: Lens' GetParameterHistory (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a previous call.)

gphMaxResults :: Lens' GetParameterHistory (Maybe Natural) Source #

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

gphName :: Lens' GetParameterHistory Text Source #

The name of a parameter you want to query.

Destructuring the Response

getParameterHistoryResponse Source #

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

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

  • gphrsNextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
  • gphrsParameters - A list of parameters returned by the request.
  • gphrsResponseStatus - -- | The response status code.

data GetParameterHistoryResponse Source #

See: getParameterHistoryResponse smart constructor.

Instances

Eq GetParameterHistoryResponse Source # 
Data GetParameterHistoryResponse Source # 

Methods

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

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

toConstr :: GetParameterHistoryResponse -> Constr #

dataTypeOf :: GetParameterHistoryResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetParameterHistoryResponse Source # 
Show GetParameterHistoryResponse Source # 
Generic GetParameterHistoryResponse Source # 
NFData GetParameterHistoryResponse Source # 
type Rep GetParameterHistoryResponse Source # 
type Rep GetParameterHistoryResponse = D1 * (MetaData "GetParameterHistoryResponse" "Network.AWS.SSM.GetParameterHistory" "amazonka-ssm-1.6.0-FkXaKF9jjpY64HF15tLQlO" False) (C1 * (MetaCons "GetParameterHistoryResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gphrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gphrsParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ParameterHistory]))) (S1 * (MetaSel (Just Symbol "_gphrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

gphrsNextToken :: Lens' GetParameterHistoryResponse (Maybe Text) Source #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

gphrsParameters :: Lens' GetParameterHistoryResponse [ParameterHistory] Source #

A list of parameters returned by the request.