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 |
Returns the full details of an AppInstance
.
Synopsis
- data DescribeAppInstance = DescribeAppInstance' {}
- newDescribeAppInstance :: Text -> DescribeAppInstance
- describeAppInstance_appInstanceArn :: Lens' DescribeAppInstance Text
- data DescribeAppInstanceResponse = DescribeAppInstanceResponse' {}
- newDescribeAppInstanceResponse :: Int -> DescribeAppInstanceResponse
- describeAppInstanceResponse_appInstance :: Lens' DescribeAppInstanceResponse (Maybe AppInstance)
- describeAppInstanceResponse_httpStatus :: Lens' DescribeAppInstanceResponse Int
Creating a Request
data DescribeAppInstance Source #
See: newDescribeAppInstance
smart constructor.
DescribeAppInstance' | |
|
Instances
newDescribeAppInstance Source #
Create a value of DescribeAppInstance
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:appInstanceArn:DescribeAppInstance'
, describeAppInstance_appInstanceArn
- The ARN of the AppInstance
.
Request Lenses
describeAppInstance_appInstanceArn :: Lens' DescribeAppInstance Text Source #
The ARN of the AppInstance
.
Destructuring the Response
data DescribeAppInstanceResponse Source #
See: newDescribeAppInstanceResponse
smart constructor.
DescribeAppInstanceResponse' | |
|
Instances
newDescribeAppInstanceResponse Source #
Create a value of DescribeAppInstanceResponse
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:appInstance:DescribeAppInstanceResponse'
, describeAppInstanceResponse_appInstance
- The ARN, metadata, created and last-updated timestamps, and the name of
the AppInstance
. All timestamps use epoch milliseconds.
$sel:httpStatus:DescribeAppInstanceResponse'
, describeAppInstanceResponse_httpStatus
- The response's http status code.
Response Lenses
describeAppInstanceResponse_appInstance :: Lens' DescribeAppInstanceResponse (Maybe AppInstance) Source #
The ARN, metadata, created and last-updated timestamps, and the name of
the AppInstance
. All timestamps use epoch milliseconds.
describeAppInstanceResponse_httpStatus :: Lens' DescribeAppInstanceResponse Int Source #
The response's http status code.