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 |
Describes a world template.
Synopsis
- data DescribeWorldTemplate = DescribeWorldTemplate' {}
- newDescribeWorldTemplate :: Text -> DescribeWorldTemplate
- describeWorldTemplate_template :: Lens' DescribeWorldTemplate Text
- data DescribeWorldTemplateResponse = DescribeWorldTemplateResponse' {}
- newDescribeWorldTemplateResponse :: Int -> DescribeWorldTemplateResponse
- describeWorldTemplateResponse_lastUpdatedAt :: Lens' DescribeWorldTemplateResponse (Maybe UTCTime)
- describeWorldTemplateResponse_arn :: Lens' DescribeWorldTemplateResponse (Maybe Text)
- describeWorldTemplateResponse_createdAt :: Lens' DescribeWorldTemplateResponse (Maybe UTCTime)
- describeWorldTemplateResponse_name :: Lens' DescribeWorldTemplateResponse (Maybe Text)
- describeWorldTemplateResponse_version :: Lens' DescribeWorldTemplateResponse (Maybe Text)
- describeWorldTemplateResponse_clientRequestToken :: Lens' DescribeWorldTemplateResponse (Maybe Text)
- describeWorldTemplateResponse_tags :: Lens' DescribeWorldTemplateResponse (Maybe (HashMap Text Text))
- describeWorldTemplateResponse_httpStatus :: Lens' DescribeWorldTemplateResponse Int
Creating a Request
data DescribeWorldTemplate Source #
See: newDescribeWorldTemplate
smart constructor.
Instances
newDescribeWorldTemplate Source #
Create a value of DescribeWorldTemplate
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:template:DescribeWorldTemplate'
, describeWorldTemplate_template
- The Amazon Resource Name (arn) of the world template you want to
describe.
Request Lenses
describeWorldTemplate_template :: Lens' DescribeWorldTemplate Text Source #
The Amazon Resource Name (arn) of the world template you want to describe.
Destructuring the Response
data DescribeWorldTemplateResponse Source #
See: newDescribeWorldTemplateResponse
smart constructor.
DescribeWorldTemplateResponse' | |
|
Instances
newDescribeWorldTemplateResponse Source #
Create a value of DescribeWorldTemplateResponse
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:lastUpdatedAt:DescribeWorldTemplateResponse'
, describeWorldTemplateResponse_lastUpdatedAt
- The time, in milliseconds since the epoch, when the world template was
last updated.
$sel:arn:DescribeWorldTemplateResponse'
, describeWorldTemplateResponse_arn
- The Amazon Resource Name (ARN) of the world template.
$sel:createdAt:DescribeWorldTemplateResponse'
, describeWorldTemplateResponse_createdAt
- The time, in milliseconds since the epoch, when the world template was
created.
$sel:name:DescribeWorldTemplateResponse'
, describeWorldTemplateResponse_name
- The name of the world template.
$sel:version:DescribeWorldTemplateResponse'
, describeWorldTemplateResponse_version
- The version of the world template that you're using.
$sel:clientRequestToken:DescribeWorldTemplateResponse'
, describeWorldTemplateResponse_clientRequestToken
- Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.
$sel:tags:DescribeWorldTemplateResponse'
, describeWorldTemplateResponse_tags
- A map that contains tag keys and tag values that are attached to the
world template.
$sel:httpStatus:DescribeWorldTemplateResponse'
, describeWorldTemplateResponse_httpStatus
- The response's http status code.
Response Lenses
describeWorldTemplateResponse_lastUpdatedAt :: Lens' DescribeWorldTemplateResponse (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the world template was last updated.
describeWorldTemplateResponse_arn :: Lens' DescribeWorldTemplateResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the world template.
describeWorldTemplateResponse_createdAt :: Lens' DescribeWorldTemplateResponse (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the world template was created.
describeWorldTemplateResponse_name :: Lens' DescribeWorldTemplateResponse (Maybe Text) Source #
The name of the world template.
describeWorldTemplateResponse_version :: Lens' DescribeWorldTemplateResponse (Maybe Text) Source #
The version of the world template that you're using.
describeWorldTemplateResponse_clientRequestToken :: Lens' DescribeWorldTemplateResponse (Maybe Text) Source #
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
describeWorldTemplateResponse_tags :: Lens' DescribeWorldTemplateResponse (Maybe (HashMap Text Text)) Source #
A map that contains tag keys and tag values that are attached to the world template.
describeWorldTemplateResponse_httpStatus :: Lens' DescribeWorldTemplateResponse Int Source #
The response's http status code.