| 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.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.