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 |
Synopsis
- data OnSuccess = OnSuccess' {
- destination :: Maybe Text
- newOnSuccess :: OnSuccess
- onSuccess_destination :: Lens' OnSuccess (Maybe Text)
Documentation
A destination for events that were processed successfully.
See: newOnSuccess
smart constructor.
OnSuccess' | |
|
Instances
Eq OnSuccess Source # | |
Read OnSuccess Source # | |
Show OnSuccess Source # | |
Generic OnSuccess Source # | |
NFData OnSuccess Source # | |
Defined in Amazonka.Lambda.Types.OnSuccess | |
Hashable OnSuccess Source # | |
Defined in Amazonka.Lambda.Types.OnSuccess | |
ToJSON OnSuccess Source # | |
Defined in Amazonka.Lambda.Types.OnSuccess | |
FromJSON OnSuccess Source # | |
type Rep OnSuccess Source # | |
Defined in Amazonka.Lambda.Types.OnSuccess |
newOnSuccess :: OnSuccess Source #
Create a value of OnSuccess
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:destination:OnSuccess'
, onSuccess_destination
- The Amazon Resource Name (ARN) of the destination resource.