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 |
Synopsis
Documentation
data ResolvedTargets Source #
Information about targets that resolved during the Automation execution.
See: newResolvedTargets
smart constructor.
Instances
newResolvedTargets :: ResolvedTargets Source #
Create a value of ResolvedTargets
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:parameterValues:ResolvedTargets'
, resolvedTargets_parameterValues
- A list of parameter values sent to targets that resolved during the
Automation execution.
$sel:truncated:ResolvedTargets'
, resolvedTargets_truncated
- A boolean value indicating whether the resolved target list is
truncated.
resolvedTargets_parameterValues :: Lens' ResolvedTargets (Maybe [Text]) Source #
A list of parameter values sent to targets that resolved during the Automation execution.
resolvedTargets_truncated :: Lens' ResolvedTargets (Maybe Bool) Source #
A boolean value indicating whether the resolved target list is truncated.