Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.SSM.DescribeParameters
Description
Get information about a parameter.
- describeParameters :: DescribeParameters
- data DescribeParameters
- dpFilters :: Lens' DescribeParameters [ParametersFilter]
- dpNextToken :: Lens' DescribeParameters (Maybe Text)
- dpMaxResults :: Lens' DescribeParameters (Maybe Natural)
- describeParametersResponse :: Int -> DescribeParametersResponse
- data DescribeParametersResponse
- dprsNextToken :: Lens' DescribeParametersResponse (Maybe Text)
- dprsParameters :: Lens' DescribeParametersResponse [ParameterMetadata]
- dprsResponseStatus :: Lens' DescribeParametersResponse Int
Creating a Request
describeParameters :: DescribeParameters #
Creates a value of DescribeParameters
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpFilters
- One or more filters. Use a filter to return a more specific list of results.dpNextToken
- The token for the next set of items to return. (You received this token from a previous call.)dpMaxResults
- 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.
data DescribeParameters #
See: describeParameters
smart constructor.
Instances
Request Lenses
dpFilters :: Lens' DescribeParameters [ParametersFilter] #
One or more filters. Use a filter to return a more specific list of results.
dpNextToken :: Lens' DescribeParameters (Maybe Text) #
The token for the next set of items to return. (You received this token from a previous call.)
dpMaxResults :: Lens' DescribeParameters (Maybe Natural) #
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.
Destructuring the Response
Arguments
:: Int | |
-> DescribeParametersResponse |
Creates a value of DescribeParametersResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dprsNextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.dprsParameters
- Parameters returned by the request.dprsResponseStatus
- -- | The response status code.
data DescribeParametersResponse #
See: describeParametersResponse
smart constructor.
Response Lenses
dprsNextToken :: Lens' DescribeParametersResponse (Maybe Text) #
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
dprsParameters :: Lens' DescribeParametersResponse [ParameterMetadata] #
Parameters returned by the request.
dprsResponseStatus :: Lens' DescribeParametersResponse Int #
- - | The response status code.