Copyright | (c) 2013-2021 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 |
Returns a list of all the MSK configurations in this Region.
This operation returns paginated results.
Synopsis
- data ListConfigurationRevisions = ListConfigurationRevisions' {}
- newListConfigurationRevisions :: Text -> ListConfigurationRevisions
- listConfigurationRevisions_nextToken :: Lens' ListConfigurationRevisions (Maybe Text)
- listConfigurationRevisions_maxResults :: Lens' ListConfigurationRevisions (Maybe Natural)
- listConfigurationRevisions_arn :: Lens' ListConfigurationRevisions Text
- data ListConfigurationRevisionsResponse = ListConfigurationRevisionsResponse' {}
- newListConfigurationRevisionsResponse :: Int -> ListConfigurationRevisionsResponse
- listConfigurationRevisionsResponse_nextToken :: Lens' ListConfigurationRevisionsResponse (Maybe Text)
- listConfigurationRevisionsResponse_revisions :: Lens' ListConfigurationRevisionsResponse (Maybe [ConfigurationRevision])
- listConfigurationRevisionsResponse_httpStatus :: Lens' ListConfigurationRevisionsResponse Int
Creating a Request
data ListConfigurationRevisions Source #
See: newListConfigurationRevisions
smart constructor.
ListConfigurationRevisions' | |
|
Instances
newListConfigurationRevisions Source #
Create a value of ListConfigurationRevisions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListConfigurationRevisions'
, listConfigurationRevisions_nextToken
- The paginated results marker. When the result of the operation is
truncated, the call returns NextToken in the response. To get the next
batch, provide this token in your next request.
$sel:maxResults:ListConfigurationRevisions'
, listConfigurationRevisions_maxResults
- The maximum number of results to return in the response. If there are
more results, the response includes a NextToken parameter.
$sel:arn:ListConfigurationRevisions'
, listConfigurationRevisions_arn
- The Amazon Resource Name (ARN) that uniquely identifies an MSK
configuration and all of its revisions.
Request Lenses
listConfigurationRevisions_nextToken :: Lens' ListConfigurationRevisions (Maybe Text) Source #
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
listConfigurationRevisions_maxResults :: Lens' ListConfigurationRevisions (Maybe Natural) Source #
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
listConfigurationRevisions_arn :: Lens' ListConfigurationRevisions Text Source #
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
Destructuring the Response
data ListConfigurationRevisionsResponse Source #
See: newListConfigurationRevisionsResponse
smart constructor.
ListConfigurationRevisionsResponse' | |
|
Instances
newListConfigurationRevisionsResponse Source #
Create a value of ListConfigurationRevisionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListConfigurationRevisions'
, listConfigurationRevisionsResponse_nextToken
- Paginated results marker.
$sel:revisions:ListConfigurationRevisionsResponse'
, listConfigurationRevisionsResponse_revisions
- List of ConfigurationRevision objects.
$sel:httpStatus:ListConfigurationRevisionsResponse'
, listConfigurationRevisionsResponse_httpStatus
- The response's http status code.
Response Lenses
listConfigurationRevisionsResponse_nextToken :: Lens' ListConfigurationRevisionsResponse (Maybe Text) Source #
Paginated results marker.
listConfigurationRevisionsResponse_revisions :: Lens' ListConfigurationRevisionsResponse (Maybe [ConfigurationRevision]) Source #
List of ConfigurationRevision objects.
listConfigurationRevisionsResponse_httpStatus :: Lens' ListConfigurationRevisionsResponse Int Source #
The response's http status code.