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 |
Information about approval reviews for a version of a change template in Change Manager.
Synopsis
- data ListDocumentMetadataHistory = ListDocumentMetadataHistory' {}
- newListDocumentMetadataHistory :: Text -> DocumentMetadataEnum -> ListDocumentMetadataHistory
- listDocumentMetadataHistory_nextToken :: Lens' ListDocumentMetadataHistory (Maybe Text)
- listDocumentMetadataHistory_documentVersion :: Lens' ListDocumentMetadataHistory (Maybe Text)
- listDocumentMetadataHistory_maxResults :: Lens' ListDocumentMetadataHistory (Maybe Natural)
- listDocumentMetadataHistory_name :: Lens' ListDocumentMetadataHistory Text
- listDocumentMetadataHistory_metadata :: Lens' ListDocumentMetadataHistory DocumentMetadataEnum
- data ListDocumentMetadataHistoryResponse = ListDocumentMetadataHistoryResponse' {}
- newListDocumentMetadataHistoryResponse :: Int -> ListDocumentMetadataHistoryResponse
- listDocumentMetadataHistoryResponse_nextToken :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text)
- listDocumentMetadataHistoryResponse_name :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text)
- listDocumentMetadataHistoryResponse_documentVersion :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text)
- listDocumentMetadataHistoryResponse_author :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text)
- listDocumentMetadataHistoryResponse_metadata :: Lens' ListDocumentMetadataHistoryResponse (Maybe DocumentMetadataResponseInfo)
- listDocumentMetadataHistoryResponse_httpStatus :: Lens' ListDocumentMetadataHistoryResponse Int
Creating a Request
data ListDocumentMetadataHistory Source #
See: newListDocumentMetadataHistory
smart constructor.
ListDocumentMetadataHistory' | |
|
Instances
newListDocumentMetadataHistory Source #
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:
$sel:nextToken:ListDocumentMetadataHistory'
, listDocumentMetadataHistory_nextToken
- The token for the next set of items to return. (You received this token
from a previous call.)
$sel:documentVersion: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.
$sel:name:ListDocumentMetadataHistory'
, listDocumentMetadataHistory_name
- The name of the change template.
$sel:metadata:ListDocumentMetadataHistory'
, listDocumentMetadataHistory_metadata
- The type of data for which details are being requested. Currently, the
only supported value is DocumentReviews
.
Request Lenses
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_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_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.
ListDocumentMetadataHistoryResponse' | |
|
Instances
newListDocumentMetadataHistoryResponse Source #
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:
$sel:nextToken: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:name:ListDocumentMetadataHistory'
, listDocumentMetadataHistoryResponse_name
- The name of the change template.
$sel:documentVersion:ListDocumentMetadataHistory'
, listDocumentMetadataHistoryResponse_documentVersion
- The version of the change template.
$sel:author:ListDocumentMetadataHistoryResponse'
, listDocumentMetadataHistoryResponse_author
- The user ID of the person in the organization who requested the review
of the change template.
$sel:metadata:ListDocumentMetadataHistory'
, listDocumentMetadataHistoryResponse_metadata
- Information about the response to the change template approval request.
$sel:httpStatus:ListDocumentMetadataHistoryResponse'
, listDocumentMetadataHistoryResponse_httpStatus
- The response's http status code.
Response Lenses
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_name :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text) Source #
The name of the change template.
listDocumentMetadataHistoryResponse_documentVersion :: Lens' ListDocumentMetadataHistoryResponse (Maybe Text) Source #
The version of the change template.
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_metadata :: Lens' ListDocumentMetadataHistoryResponse (Maybe DocumentMetadataResponseInfo) Source #
Information about the response to the change template approval request.
listDocumentMetadataHistoryResponse_httpStatus :: Lens' ListDocumentMetadataHistoryResponse Int Source #
The response's http status code.