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 ServiceActionDetail = ServiceActionDetail' {}
- newServiceActionDetail :: ServiceActionDetail
- serviceActionDetail_serviceActionSummary :: Lens' ServiceActionDetail (Maybe ServiceActionSummary)
- serviceActionDetail_definition :: Lens' ServiceActionDetail (Maybe (HashMap ServiceActionDefinitionKey Text))
Documentation
data ServiceActionDetail Source #
An object containing detailed information about the self-service action.
See: newServiceActionDetail
smart constructor.
ServiceActionDetail' | |
|
Instances
newServiceActionDetail :: ServiceActionDetail Source #
Create a value of ServiceActionDetail
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:serviceActionSummary:ServiceActionDetail'
, serviceActionDetail_serviceActionSummary
- Summary information about the self-service action.
$sel:definition:ServiceActionDetail'
, serviceActionDetail_definition
- A map that defines the self-service action.
serviceActionDetail_serviceActionSummary :: Lens' ServiceActionDetail (Maybe ServiceActionSummary) Source #
Summary information about the self-service action.
serviceActionDetail_definition :: Lens' ServiceActionDetail (Maybe (HashMap ServiceActionDefinitionKey Text)) Source #
A map that defines the self-service action.