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 ComplianceExecutionSummary = ComplianceExecutionSummary' {}
- newComplianceExecutionSummary :: UTCTime -> ComplianceExecutionSummary
- complianceExecutionSummary_executionId :: Lens' ComplianceExecutionSummary (Maybe Text)
- complianceExecutionSummary_executionType :: Lens' ComplianceExecutionSummary (Maybe Text)
- complianceExecutionSummary_executionTime :: Lens' ComplianceExecutionSummary UTCTime
Documentation
data ComplianceExecutionSummary Source #
A summary of the call execution that includes an execution ID, the type
of execution (for example, Command
), and the date/time of the
execution using a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z'.
See: newComplianceExecutionSummary
smart constructor.
ComplianceExecutionSummary' | |
|
Instances
newComplianceExecutionSummary Source #
Create a value of ComplianceExecutionSummary
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:executionId:ComplianceExecutionSummary'
, complianceExecutionSummary_executionId
- An ID created by the system when PutComplianceItems
was called. For
example, CommandID
is a valid execution ID. You can use this ID in
subsequent calls.
$sel:executionType:ComplianceExecutionSummary'
, complianceExecutionSummary_executionType
- The type of execution. For example, Command
is a valid execution type.
$sel:executionTime:ComplianceExecutionSummary'
, complianceExecutionSummary_executionTime
- The time the execution ran as a datetime object that is saved in the
following format: yyyy-MM-dd'T'HH:mm:ss'Z'.
complianceExecutionSummary_executionId :: Lens' ComplianceExecutionSummary (Maybe Text) Source #
An ID created by the system when PutComplianceItems
was called. For
example, CommandID
is a valid execution ID. You can use this ID in
subsequent calls.
complianceExecutionSummary_executionType :: Lens' ComplianceExecutionSummary (Maybe Text) Source #
The type of execution. For example, Command
is a valid execution type.
complianceExecutionSummary_executionTime :: Lens' ComplianceExecutionSummary UTCTime Source #
The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.