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 |
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.
This operation returns paginated results.
Synopsis
- data ListOpsMetadata = ListOpsMetadata' {}
- newListOpsMetadata :: ListOpsMetadata
- listOpsMetadata_filters :: Lens' ListOpsMetadata (Maybe [OpsMetadataFilter])
- listOpsMetadata_nextToken :: Lens' ListOpsMetadata (Maybe Text)
- listOpsMetadata_maxResults :: Lens' ListOpsMetadata (Maybe Natural)
- data ListOpsMetadataResponse = ListOpsMetadataResponse' {}
- newListOpsMetadataResponse :: Int -> ListOpsMetadataResponse
- listOpsMetadataResponse_nextToken :: Lens' ListOpsMetadataResponse (Maybe Text)
- listOpsMetadataResponse_opsMetadataList :: Lens' ListOpsMetadataResponse (Maybe (NonEmpty OpsMetadata))
- listOpsMetadataResponse_httpStatus :: Lens' ListOpsMetadataResponse Int
Creating a Request
data ListOpsMetadata Source #
See: newListOpsMetadata
smart constructor.
ListOpsMetadata' | |
|
Instances
newListOpsMetadata :: ListOpsMetadata Source #
Create a value of ListOpsMetadata
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:filters:ListOpsMetadata'
, listOpsMetadata_filters
- One or more filters to limit the number of OpsMetadata objects returned
by the call.
$sel:nextToken:ListOpsMetadata'
, listOpsMetadata_nextToken
- A token to start the list. Use this token to get the next set of
results.
$sel:maxResults:ListOpsMetadata'
, listOpsMetadata_maxResults
- 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.
Request Lenses
listOpsMetadata_filters :: Lens' ListOpsMetadata (Maybe [OpsMetadataFilter]) Source #
One or more filters to limit the number of OpsMetadata objects returned by the call.
listOpsMetadata_nextToken :: Lens' ListOpsMetadata (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listOpsMetadata_maxResults :: Lens' ListOpsMetadata (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.
Destructuring the Response
data ListOpsMetadataResponse Source #
See: newListOpsMetadataResponse
smart constructor.
ListOpsMetadataResponse' | |
|
Instances
newListOpsMetadataResponse Source #
Create a value of ListOpsMetadataResponse
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:ListOpsMetadata'
, listOpsMetadataResponse_nextToken
- The token for the next set of items to return. Use this token to get the
next set of results.
$sel:opsMetadataList:ListOpsMetadataResponse'
, listOpsMetadataResponse_opsMetadataList
- Returns a list of OpsMetadata objects.
$sel:httpStatus:ListOpsMetadataResponse'
, listOpsMetadataResponse_httpStatus
- The response's http status code.
Response Lenses
listOpsMetadataResponse_nextToken :: Lens' ListOpsMetadataResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listOpsMetadataResponse_opsMetadataList :: Lens' ListOpsMetadataResponse (Maybe (NonEmpty OpsMetadata)) Source #
Returns a list of OpsMetadata objects.
listOpsMetadataResponse_httpStatus :: Lens' ListOpsMetadataResponse Int Source #
The response's http status code.