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 TrialComponentSummary = TrialComponentSummary' {
- creationTime :: Maybe POSIX
- status :: Maybe TrialComponentStatus
- startTime :: Maybe POSIX
- createdBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- endTime :: Maybe POSIX
- trialComponentName :: Maybe Text
- displayName :: Maybe Text
- lastModifiedBy :: Maybe UserContext
- trialComponentArn :: Maybe Text
- trialComponentSource :: Maybe TrialComponentSource
- newTrialComponentSummary :: TrialComponentSummary
- trialComponentSummary_creationTime :: Lens' TrialComponentSummary (Maybe UTCTime)
- trialComponentSummary_status :: Lens' TrialComponentSummary (Maybe TrialComponentStatus)
- trialComponentSummary_startTime :: Lens' TrialComponentSummary (Maybe UTCTime)
- trialComponentSummary_createdBy :: Lens' TrialComponentSummary (Maybe UserContext)
- trialComponentSummary_lastModifiedTime :: Lens' TrialComponentSummary (Maybe UTCTime)
- trialComponentSummary_endTime :: Lens' TrialComponentSummary (Maybe UTCTime)
- trialComponentSummary_trialComponentName :: Lens' TrialComponentSummary (Maybe Text)
- trialComponentSummary_displayName :: Lens' TrialComponentSummary (Maybe Text)
- trialComponentSummary_lastModifiedBy :: Lens' TrialComponentSummary (Maybe UserContext)
- trialComponentSummary_trialComponentArn :: Lens' TrialComponentSummary (Maybe Text)
- trialComponentSummary_trialComponentSource :: Lens' TrialComponentSummary (Maybe TrialComponentSource)
Documentation
data TrialComponentSummary Source #
A summary of the properties of a trial component. To get all the
properties, call the DescribeTrialComponent API and provide the
TrialComponentName
.
See: newTrialComponentSummary
smart constructor.
TrialComponentSummary' | |
|
Instances
newTrialComponentSummary :: TrialComponentSummary Source #
Create a value of TrialComponentSummary
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:creationTime:TrialComponentSummary'
, trialComponentSummary_creationTime
- When the component was created.
$sel:status:TrialComponentSummary'
, trialComponentSummary_status
- The status of the component. States include:
- InProgress
- Completed
- Failed
$sel:startTime:TrialComponentSummary'
, trialComponentSummary_startTime
- When the component started.
$sel:createdBy:TrialComponentSummary'
, trialComponentSummary_createdBy
- Who created the trial component.
$sel:lastModifiedTime:TrialComponentSummary'
, trialComponentSummary_lastModifiedTime
- When the component was last modified.
$sel:endTime:TrialComponentSummary'
, trialComponentSummary_endTime
- When the component ended.
$sel:trialComponentName:TrialComponentSummary'
, trialComponentSummary_trialComponentName
- The name of the trial component.
$sel:displayName:TrialComponentSummary'
, trialComponentSummary_displayName
- The name of the component as displayed. If DisplayName
isn't
specified, TrialComponentName
is displayed.
$sel:lastModifiedBy:TrialComponentSummary'
, trialComponentSummary_lastModifiedBy
- Who last modified the component.
$sel:trialComponentArn:TrialComponentSummary'
, trialComponentSummary_trialComponentArn
- The ARN of the trial component.
$sel:trialComponentSource:TrialComponentSummary'
, trialComponentSummary_trialComponentSource
- Undocumented member.
trialComponentSummary_creationTime :: Lens' TrialComponentSummary (Maybe UTCTime) Source #
When the component was created.
trialComponentSummary_status :: Lens' TrialComponentSummary (Maybe TrialComponentStatus) Source #
The status of the component. States include:
- InProgress
- Completed
- Failed
trialComponentSummary_startTime :: Lens' TrialComponentSummary (Maybe UTCTime) Source #
When the component started.
trialComponentSummary_createdBy :: Lens' TrialComponentSummary (Maybe UserContext) Source #
Who created the trial component.
trialComponentSummary_lastModifiedTime :: Lens' TrialComponentSummary (Maybe UTCTime) Source #
When the component was last modified.
trialComponentSummary_endTime :: Lens' TrialComponentSummary (Maybe UTCTime) Source #
When the component ended.
trialComponentSummary_trialComponentName :: Lens' TrialComponentSummary (Maybe Text) Source #
The name of the trial component.
trialComponentSummary_displayName :: Lens' TrialComponentSummary (Maybe Text) Source #
The name of the component as displayed. If DisplayName
isn't
specified, TrialComponentName
is displayed.
trialComponentSummary_lastModifiedBy :: Lens' TrialComponentSummary (Maybe UserContext) Source #
Who last modified the component.
trialComponentSummary_trialComponentArn :: Lens' TrialComponentSummary (Maybe Text) Source #
The ARN of the trial component.
trialComponentSummary_trialComponentSource :: Lens' TrialComponentSummary (Maybe TrialComponentSource) Source #
Undocumented member.