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 |
Provides a list of a trial's properties.
Synopsis
- data DescribeTrial = DescribeTrial' {}
- newDescribeTrial :: Text -> DescribeTrial
- describeTrial_trialName :: Lens' DescribeTrial Text
- data DescribeTrialResponse = DescribeTrialResponse' {
- creationTime :: Maybe POSIX
- metadataProperties :: Maybe MetadataProperties
- trialArn :: Maybe Text
- createdBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- experimentName :: Maybe Text
- source :: Maybe TrialSource
- displayName :: Maybe Text
- trialName :: Maybe Text
- lastModifiedBy :: Maybe UserContext
- httpStatus :: Int
- newDescribeTrialResponse :: Int -> DescribeTrialResponse
- describeTrialResponse_creationTime :: Lens' DescribeTrialResponse (Maybe UTCTime)
- describeTrialResponse_metadataProperties :: Lens' DescribeTrialResponse (Maybe MetadataProperties)
- describeTrialResponse_trialArn :: Lens' DescribeTrialResponse (Maybe Text)
- describeTrialResponse_createdBy :: Lens' DescribeTrialResponse (Maybe UserContext)
- describeTrialResponse_lastModifiedTime :: Lens' DescribeTrialResponse (Maybe UTCTime)
- describeTrialResponse_experimentName :: Lens' DescribeTrialResponse (Maybe Text)
- describeTrialResponse_source :: Lens' DescribeTrialResponse (Maybe TrialSource)
- describeTrialResponse_displayName :: Lens' DescribeTrialResponse (Maybe Text)
- describeTrialResponse_trialName :: Lens' DescribeTrialResponse (Maybe Text)
- describeTrialResponse_lastModifiedBy :: Lens' DescribeTrialResponse (Maybe UserContext)
- describeTrialResponse_httpStatus :: Lens' DescribeTrialResponse Int
Creating a Request
data DescribeTrial Source #
See: newDescribeTrial
smart constructor.
Instances
Create a value of DescribeTrial
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:trialName:DescribeTrial'
, describeTrial_trialName
- The name of the trial to describe.
Request Lenses
describeTrial_trialName :: Lens' DescribeTrial Text Source #
The name of the trial to describe.
Destructuring the Response
data DescribeTrialResponse Source #
See: newDescribeTrialResponse
smart constructor.
DescribeTrialResponse' | |
|
Instances
newDescribeTrialResponse Source #
Create a value of DescribeTrialResponse
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:DescribeTrialResponse'
, describeTrialResponse_creationTime
- When the trial was created.
$sel:metadataProperties:DescribeTrialResponse'
, describeTrialResponse_metadataProperties
- Undocumented member.
$sel:trialArn:DescribeTrialResponse'
, describeTrialResponse_trialArn
- The Amazon Resource Name (ARN) of the trial.
$sel:createdBy:DescribeTrialResponse'
, describeTrialResponse_createdBy
- Who created the trial.
$sel:lastModifiedTime:DescribeTrialResponse'
, describeTrialResponse_lastModifiedTime
- When the trial was last modified.
$sel:experimentName:DescribeTrialResponse'
, describeTrialResponse_experimentName
- The name of the experiment the trial is part of.
$sel:source:DescribeTrialResponse'
, describeTrialResponse_source
- The Amazon Resource Name (ARN) of the source and, optionally, the job
type.
$sel:displayName:DescribeTrialResponse'
, describeTrialResponse_displayName
- The name of the trial as displayed. If DisplayName
isn't specified,
TrialName
is displayed.
$sel:trialName:DescribeTrial'
, describeTrialResponse_trialName
- The name of the trial.
$sel:lastModifiedBy:DescribeTrialResponse'
, describeTrialResponse_lastModifiedBy
- Who last modified the trial.
$sel:httpStatus:DescribeTrialResponse'
, describeTrialResponse_httpStatus
- The response's http status code.
Response Lenses
describeTrialResponse_creationTime :: Lens' DescribeTrialResponse (Maybe UTCTime) Source #
When the trial was created.
describeTrialResponse_metadataProperties :: Lens' DescribeTrialResponse (Maybe MetadataProperties) Source #
Undocumented member.
describeTrialResponse_trialArn :: Lens' DescribeTrialResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial.
describeTrialResponse_createdBy :: Lens' DescribeTrialResponse (Maybe UserContext) Source #
Who created the trial.
describeTrialResponse_lastModifiedTime :: Lens' DescribeTrialResponse (Maybe UTCTime) Source #
When the trial was last modified.
describeTrialResponse_experimentName :: Lens' DescribeTrialResponse (Maybe Text) Source #
The name of the experiment the trial is part of.
describeTrialResponse_source :: Lens' DescribeTrialResponse (Maybe TrialSource) Source #
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
describeTrialResponse_displayName :: Lens' DescribeTrialResponse (Maybe Text) Source #
The name of the trial as displayed. If DisplayName
isn't specified,
TrialName
is displayed.
describeTrialResponse_trialName :: Lens' DescribeTrialResponse (Maybe Text) Source #
The name of the trial.
describeTrialResponse_lastModifiedBy :: Lens' DescribeTrialResponse (Maybe UserContext) Source #
Who last modified the trial.
describeTrialResponse_httpStatus :: Lens' DescribeTrialResponse Int Source #
The response's http status code.