| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSM.ListDocumentMetadataHistory
Description
Information about approval reviews for a version of a change template in Change Manager.
Synopsis
- data ListDocumentMetadataHistory = ListDocumentMetadataHistory' {}
- newListDocumentMetadataHistory :: Text -> DocumentMetadataEnum -> ListDocumentMetadataHistory
- listDocumentMetadataHistory_documentVersion :: Lens' ListDocumentMetadataHistory (Maybe Text)
- listDocumentMetadataHistory_maxResults :: Lens' ListDocumentMetadataHistory (Maybe Natural)
- listDocumentMetadataHistory_nextToken :: Lens' ListDocumentMetadataHistory (Maybe Text)
- listDocumentMetadataHistory_name :: Lens' ListDocumentMetadataHistory Text
- listDocumentMetadataHistory_metadata :: Lens' ListDocumentMetadataHistory DocumentMetadataEnum
- data ListDocumentMetadataHistoryResponse = ListDocumentMetadataHistoryResponse' {}
- newListDocumentMetadataHistoryResponse :: Int -> ListDocumentMetadataHistoryResponse
- listDocumentMetadataHistoryResponse_author :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text)
- listDocumentMetadataHistoryResponse_documentVersion :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text)
- listDocumentMetadataHistoryResponse_metadata :: Lens' ListDocumentMetadataHistoryResponse (Maybe DocumentMetadataResponseInfo)
- listDocumentMetadataHistoryResponse_name :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text)
- listDocumentMetadataHistoryResponse_nextToken :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text)
- listDocumentMetadataHistoryResponse_httpStatus :: Lens' ListDocumentMetadataHistoryResponse Int
Creating a Request
data ListDocumentMetadataHistory Source #
See: newListDocumentMetadataHistory smart constructor.
Constructors
| ListDocumentMetadataHistory' | |
Fields
| |
Instances
newListDocumentMetadataHistory Source #
Arguments
| :: Text | |
| -> DocumentMetadataEnum | |
| -> ListDocumentMetadataHistory |
Create a value of ListDocumentMetadataHistory 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:
ListDocumentMetadataHistory, listDocumentMetadataHistory_documentVersion - The version of the change template.
$sel:maxResults:ListDocumentMetadataHistory', listDocumentMetadataHistory_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.
ListDocumentMetadataHistory, listDocumentMetadataHistory_nextToken - The token for the next set of items to return. (You received this token
from a previous call.)
ListDocumentMetadataHistory, listDocumentMetadataHistory_name - The name of the change template.
ListDocumentMetadataHistory, listDocumentMetadataHistory_metadata - The type of data for which details are being requested. Currently, the
only supported value is DocumentReviews.
Request Lenses
listDocumentMetadataHistory_documentVersion :: Lens' ListDocumentMetadataHistory (Maybe Text) Source #
The version of the change template.
listDocumentMetadataHistory_maxResults :: Lens' ListDocumentMetadataHistory (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.
listDocumentMetadataHistory_nextToken :: Lens' ListDocumentMetadataHistory (Maybe Text) Source #
The token for the next set of items to return. (You received this token from a previous call.)
listDocumentMetadataHistory_name :: Lens' ListDocumentMetadataHistory Text Source #
The name of the change template.
listDocumentMetadataHistory_metadata :: Lens' ListDocumentMetadataHistory DocumentMetadataEnum Source #
The type of data for which details are being requested. Currently, the
only supported value is DocumentReviews.
Destructuring the Response
data ListDocumentMetadataHistoryResponse Source #
See: newListDocumentMetadataHistoryResponse smart constructor.
Constructors
| ListDocumentMetadataHistoryResponse' | |
Fields
| |
Instances
newListDocumentMetadataHistoryResponse Source #
Arguments
| :: Int | |
| -> ListDocumentMetadataHistoryResponse |
Create a value of ListDocumentMetadataHistoryResponse 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:
ListDocumentMetadataHistoryResponse, listDocumentMetadataHistoryResponse_author - The user ID of the person in the organization who requested the review
of the change template.
ListDocumentMetadataHistory, listDocumentMetadataHistoryResponse_documentVersion - The version of the change template.
ListDocumentMetadataHistory, listDocumentMetadataHistoryResponse_metadata - Information about the response to the change template approval request.
ListDocumentMetadataHistory, listDocumentMetadataHistoryResponse_name - The name of the change template.
ListDocumentMetadataHistory, listDocumentMetadataHistoryResponse_nextToken - 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.
$sel:httpStatus:ListDocumentMetadataHistoryResponse', listDocumentMetadataHistoryResponse_httpStatus - The response's http status code.
Response Lenses
listDocumentMetadataHistoryResponse_author :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text) Source #
The user ID of the person in the organization who requested the review of the change template.
listDocumentMetadataHistoryResponse_documentVersion :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text) Source #
The version of the change template.
listDocumentMetadataHistoryResponse_metadata :: Lens' ListDocumentMetadataHistoryResponse (Maybe DocumentMetadataResponseInfo) Source #
Information about the response to the change template approval request.
listDocumentMetadataHistoryResponse_name :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text) Source #
The name of the change template.
listDocumentMetadataHistoryResponse_nextToken :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text) 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.
listDocumentMetadataHistoryResponse_httpStatus :: Lens' ListDocumentMetadataHistoryResponse Int Source #
The response's http status code.