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
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:truncated:ResolvedTargets'
, resolvedTargets_truncated
- A boolean value indicating whether the resolved target list is
truncated.
$sel:parameterValues:ResolvedTargets'
, resolvedTargets_parameterValues
- 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.
resolvedTargets_parameterValues :: Lens' ResolvedTargets (Maybe [Text]) Source #
A list of parameter values sent to targets that resolved during the Automation execution.