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 |
Amazonka.CodeCommit.Types.PullRequestStatusChangedEventMetadata
Description
Synopsis
Documentation
data PullRequestStatusChangedEventMetadata Source #
Information about a change to the status of a pull request.
See: newPullRequestStatusChangedEventMetadata
smart constructor.
Constructors
PullRequestStatusChangedEventMetadata' | |
Fields
|
Instances
newPullRequestStatusChangedEventMetadata :: PullRequestStatusChangedEventMetadata Source #
Create a value of PullRequestStatusChangedEventMetadata
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:pullRequestStatus:PullRequestStatusChangedEventMetadata'
, pullRequestStatusChangedEventMetadata_pullRequestStatus
- The changed status of the pull request.
pullRequestStatusChangedEventMetadata_pullRequestStatus :: Lens' PullRequestStatusChangedEventMetadata (Maybe PullRequestStatusEnum) Source #
The changed status of the pull request.