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.CodeBuild.Types.WebhookFilterType
Description
Documentation
newtype WebhookFilterType Source #
Constructors
WebhookFilterType' | |
Fields |
Bundled Patterns
pattern WebhookFilterType_ACTOR_ACCOUNT_ID :: WebhookFilterType | |
pattern WebhookFilterType_BASE_REF :: WebhookFilterType | |
pattern WebhookFilterType_COMMIT_MESSAGE :: WebhookFilterType | |
pattern WebhookFilterType_EVENT :: WebhookFilterType | |
pattern WebhookFilterType_FILE_PATH :: WebhookFilterType | |
pattern WebhookFilterType_HEAD_REF :: WebhookFilterType |