| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RobOMaker.DescribeWorldTemplate
Description
Describes a world template.
Synopsis
- data DescribeWorldTemplate = DescribeWorldTemplate' {}
- newDescribeWorldTemplate :: Text -> DescribeWorldTemplate
- describeWorldTemplate_template :: Lens' DescribeWorldTemplate Text
- data DescribeWorldTemplateResponse = DescribeWorldTemplateResponse' {}
- newDescribeWorldTemplateResponse :: Int -> DescribeWorldTemplateResponse
- describeWorldTemplateResponse_arn :: Lens' DescribeWorldTemplateResponse (Maybe Text)
- describeWorldTemplateResponse_clientRequestToken :: Lens' DescribeWorldTemplateResponse (Maybe Text)
- describeWorldTemplateResponse_createdAt :: Lens' DescribeWorldTemplateResponse (Maybe UTCTime)
- describeWorldTemplateResponse_lastUpdatedAt :: Lens' DescribeWorldTemplateResponse (Maybe UTCTime)
- describeWorldTemplateResponse_name :: Lens' DescribeWorldTemplateResponse (Maybe Text)
- describeWorldTemplateResponse_tags :: Lens' DescribeWorldTemplateResponse (Maybe (HashMap Text Text))
- describeWorldTemplateResponse_version :: Lens' DescribeWorldTemplateResponse (Maybe Text)
- describeWorldTemplateResponse_httpStatus :: Lens' DescribeWorldTemplateResponse Int
Creating a Request
data DescribeWorldTemplate Source #
See: newDescribeWorldTemplate smart constructor.
Constructors
| DescribeWorldTemplate' | |
Instances
newDescribeWorldTemplate Source #
Arguments
| :: Text | |
| -> DescribeWorldTemplate |
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:
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.
Constructors
| DescribeWorldTemplateResponse' | |
Fields
| |
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:
DescribeWorldTemplateResponse, describeWorldTemplateResponse_arn - The Amazon Resource Name (ARN) of the world template.
DescribeWorldTemplateResponse, describeWorldTemplateResponse_clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.
DescribeWorldTemplateResponse, describeWorldTemplateResponse_createdAt - The time, in milliseconds since the epoch, when the world template was
created.
DescribeWorldTemplateResponse, describeWorldTemplateResponse_lastUpdatedAt - The time, in milliseconds since the epoch, when the world template was
last updated.
DescribeWorldTemplateResponse, describeWorldTemplateResponse_name - The name of the world template.
DescribeWorldTemplateResponse, describeWorldTemplateResponse_tags - A map that contains tag keys and tag values that are attached to the
world template.
DescribeWorldTemplateResponse, describeWorldTemplateResponse_version - The version of the world template that you're using.
$sel:httpStatus:DescribeWorldTemplateResponse', describeWorldTemplateResponse_httpStatus - The response's http status code.
Response Lenses
describeWorldTemplateResponse_arn :: Lens' DescribeWorldTemplateResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the world template.
describeWorldTemplateResponse_clientRequestToken :: Lens' DescribeWorldTemplateResponse (Maybe Text) Source #
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
describeWorldTemplateResponse_createdAt :: Lens' DescribeWorldTemplateResponse (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the world template was created.
describeWorldTemplateResponse_lastUpdatedAt :: Lens' DescribeWorldTemplateResponse (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the world template was last updated.
describeWorldTemplateResponse_name :: Lens' DescribeWorldTemplateResponse (Maybe Text) Source #
The name of the world template.
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_version :: Lens' DescribeWorldTemplateResponse (Maybe Text) Source #
The version of the world template that you're using.
describeWorldTemplateResponse_httpStatus :: Lens' DescribeWorldTemplateResponse Int Source #
The response's http status code.