| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.GetAPIKeys
Description
Gets information about the current ApiKeys resource.
This operation returns paginated results.
- getAPIKeys :: GetAPIKeys
- data GetAPIKeys
- gakIncludeValues :: Lens' GetAPIKeys (Maybe Bool)
- gakCustomerId :: Lens' GetAPIKeys (Maybe Text)
- gakNameQuery :: Lens' GetAPIKeys (Maybe Text)
- gakLimit :: Lens' GetAPIKeys (Maybe Int)
- gakPosition :: Lens' GetAPIKeys (Maybe Text)
- getAPIKeysResponse :: Int -> GetAPIKeysResponse
- data GetAPIKeysResponse
- gakrsItems :: Lens' GetAPIKeysResponse [APIKey]
- gakrsWarnings :: Lens' GetAPIKeysResponse [Text]
- gakrsPosition :: Lens' GetAPIKeysResponse (Maybe Text)
- gakrsResponseStatus :: Lens' GetAPIKeysResponse Int
Creating a Request
getAPIKeys :: GetAPIKeys Source #
Creates a value of GetAPIKeys with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gakIncludeValues- A boolean flag to specify whether (true) or not (false) the result contains key values.gakCustomerId- The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.gakNameQuery- The name of queried API keys.gakLimit- The maximum number of returned results per page.gakPosition- The current pagination position in the paged result set.
data GetAPIKeys Source #
A request to get information about the current ApiKeys resource.
See: getAPIKeys smart constructor.
Instances
Request Lenses
gakIncludeValues :: Lens' GetAPIKeys (Maybe Bool) Source #
A boolean flag to specify whether (true ) or not (false ) the result contains key values.
gakCustomerId :: Lens' GetAPIKeys (Maybe Text) Source #
The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.
gakNameQuery :: Lens' GetAPIKeys (Maybe Text) Source #
The name of queried API keys.
gakPosition :: Lens' GetAPIKeys (Maybe Text) Source #
The current pagination position in the paged result set.
Destructuring the Response
Arguments
| :: Int | |
| -> GetAPIKeysResponse |
Creates a value of GetAPIKeysResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gakrsItems- The current page of elements from this collection.gakrsWarnings- A list of warning messages logged during the import of API keys when thefailOnWarningsoption is set to true.gakrsPosition- Undocumented member.gakrsResponseStatus- -- | The response status code.
data GetAPIKeysResponse Source #
Represents a collection of API keys as represented by an ApiKeys resource.
See: getAPIKeysResponse smart constructor.
Response Lenses
gakrsItems :: Lens' GetAPIKeysResponse [APIKey] Source #
The current page of elements from this collection.
gakrsWarnings :: Lens' GetAPIKeysResponse [Text] Source #
A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
gakrsPosition :: Lens' GetAPIKeysResponse (Maybe Text) Source #
Undocumented member.
gakrsResponseStatus :: Lens' GetAPIKeysResponse Int Source #
- - | The response status code.