| 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.Lambda.Types.OnSuccess
Description
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.
Constructors
| OnSuccess' | |
Fields
| |
Instances
| FromJSON OnSuccess Source # | |
| ToJSON OnSuccess Source # | |
Defined in Amazonka.Lambda.Types.OnSuccess | |
| Generic OnSuccess Source # | |
| Read OnSuccess Source # | |
| Show OnSuccess Source # | |
| NFData OnSuccess Source # | |
Defined in Amazonka.Lambda.Types.OnSuccess | |
| Eq OnSuccess Source # | |
| Hashable OnSuccess Source # | |
Defined in Amazonka.Lambda.Types.OnSuccess | |
| 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.