| 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.IoT.Types.ProvisioningHook
Description
Documentation
data ProvisioningHook Source #
Structure that contains payloadVersion and targetArn.
See: newProvisioningHook smart constructor.
Constructors
| ProvisioningHook' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ProvisioningHook |
Create a value of ProvisioningHook 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:payloadVersion:ProvisioningHook', provisioningHook_payloadVersion - The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
$sel:targetArn:ProvisioningHook', provisioningHook_targetArn - The ARN of the target function.
Note: Only Lambda functions are currently supported.
provisioningHook_payloadVersion :: Lens' ProvisioningHook (Maybe Text) Source #
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
provisioningHook_targetArn :: Lens' ProvisioningHook Text Source #
The ARN of the target function.
Note: Only Lambda functions are currently supported.