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 |
Gets information about a Fleet Hub for AWS IoT Device Management web application.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
Synopsis
- data DescribeApplication = DescribeApplication' {}
- newDescribeApplication :: Text -> DescribeApplication
- describeApplication_applicationId :: Lens' DescribeApplication Text
- data DescribeApplicationResponse = DescribeApplicationResponse' {
- applicationDescription :: Maybe Text
- ssoClientId :: Maybe Text
- errorMessage :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- applicationId :: Text
- applicationArn :: Text
- applicationName :: Text
- applicationUrl :: Text
- applicationState :: ApplicationState
- applicationCreationDate :: Integer
- applicationLastUpdateDate :: Integer
- roleArn :: Text
- newDescribeApplicationResponse :: Int -> Text -> Text -> Text -> Text -> ApplicationState -> Integer -> Integer -> Text -> DescribeApplicationResponse
- describeApplicationResponse_applicationDescription :: Lens' DescribeApplicationResponse (Maybe Text)
- describeApplicationResponse_ssoClientId :: Lens' DescribeApplicationResponse (Maybe Text)
- describeApplicationResponse_errorMessage :: Lens' DescribeApplicationResponse (Maybe Text)
- describeApplicationResponse_tags :: Lens' DescribeApplicationResponse (Maybe (HashMap Text Text))
- describeApplicationResponse_httpStatus :: Lens' DescribeApplicationResponse Int
- describeApplicationResponse_applicationId :: Lens' DescribeApplicationResponse Text
- describeApplicationResponse_applicationArn :: Lens' DescribeApplicationResponse Text
- describeApplicationResponse_applicationName :: Lens' DescribeApplicationResponse Text
- describeApplicationResponse_applicationUrl :: Lens' DescribeApplicationResponse Text
- describeApplicationResponse_applicationState :: Lens' DescribeApplicationResponse ApplicationState
- describeApplicationResponse_applicationCreationDate :: Lens' DescribeApplicationResponse Integer
- describeApplicationResponse_applicationLastUpdateDate :: Lens' DescribeApplicationResponse Integer
- describeApplicationResponse_roleArn :: Lens' DescribeApplicationResponse Text
Creating a Request
data DescribeApplication Source #
See: newDescribeApplication
smart constructor.
DescribeApplication' | |
|
Instances
newDescribeApplication Source #
Create a value of DescribeApplication
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:applicationId:DescribeApplication'
, describeApplication_applicationId
- The unique Id of the web application.
Request Lenses
describeApplication_applicationId :: Lens' DescribeApplication Text Source #
The unique Id of the web application.
Destructuring the Response
data DescribeApplicationResponse Source #
See: newDescribeApplicationResponse
smart constructor.
DescribeApplicationResponse' | |
|
Instances
newDescribeApplicationResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> ApplicationState | |
-> Integer | |
-> Integer | |
-> Text | |
-> DescribeApplicationResponse |
Create a value of DescribeApplicationResponse
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:applicationDescription:DescribeApplicationResponse'
, describeApplicationResponse_applicationDescription
- An optional description of the web application.
$sel:ssoClientId:DescribeApplicationResponse'
, describeApplicationResponse_ssoClientId
- The Id of the single sign-on client that you use to authenticate and
authorize users on the web application.
$sel:errorMessage:DescribeApplicationResponse'
, describeApplicationResponse_errorMessage
- A message indicating why the DescribeApplication
API failed.
$sel:tags:DescribeApplicationResponse'
, describeApplicationResponse_tags
- A set of key/value pairs that you can use to manage the web application
resource.
$sel:httpStatus:DescribeApplicationResponse'
, describeApplicationResponse_httpStatus
- The response's http status code.
$sel:applicationId:DescribeApplication'
, describeApplicationResponse_applicationId
- The unique Id of the web application.
$sel:applicationArn:DescribeApplicationResponse'
, describeApplicationResponse_applicationArn
- The ARN of the web application.
$sel:applicationName:DescribeApplicationResponse'
, describeApplicationResponse_applicationName
- The name of the web application.
$sel:applicationUrl:DescribeApplicationResponse'
, describeApplicationResponse_applicationUrl
- The URL of the web application.
$sel:applicationState:DescribeApplicationResponse'
, describeApplicationResponse_applicationState
- The current state of the web application.
$sel:applicationCreationDate:DescribeApplicationResponse'
, describeApplicationResponse_applicationCreationDate
- The date (in Unix epoch time) when the application was created.
$sel:applicationLastUpdateDate:DescribeApplicationResponse'
, describeApplicationResponse_applicationLastUpdateDate
- The date (in Unix epoch time) when the application was last updated.
$sel:roleArn:DescribeApplicationResponse'
, describeApplicationResponse_roleArn
- The ARN of the role that the web application assumes when it interacts
with AWS IoT Core.
Response Lenses
describeApplicationResponse_applicationDescription :: Lens' DescribeApplicationResponse (Maybe Text) Source #
An optional description of the web application.
describeApplicationResponse_ssoClientId :: Lens' DescribeApplicationResponse (Maybe Text) Source #
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
describeApplicationResponse_errorMessage :: Lens' DescribeApplicationResponse (Maybe Text) Source #
A message indicating why the DescribeApplication
API failed.
describeApplicationResponse_tags :: Lens' DescribeApplicationResponse (Maybe (HashMap Text Text)) Source #
A set of key/value pairs that you can use to manage the web application resource.
describeApplicationResponse_httpStatus :: Lens' DescribeApplicationResponse Int Source #
The response's http status code.
describeApplicationResponse_applicationId :: Lens' DescribeApplicationResponse Text Source #
The unique Id of the web application.
describeApplicationResponse_applicationArn :: Lens' DescribeApplicationResponse Text Source #
The ARN of the web application.
describeApplicationResponse_applicationName :: Lens' DescribeApplicationResponse Text Source #
The name of the web application.
describeApplicationResponse_applicationUrl :: Lens' DescribeApplicationResponse Text Source #
The URL of the web application.
describeApplicationResponse_applicationState :: Lens' DescribeApplicationResponse ApplicationState Source #
The current state of the web application.
describeApplicationResponse_applicationCreationDate :: Lens' DescribeApplicationResponse Integer Source #
The date (in Unix epoch time) when the application was created.
describeApplicationResponse_applicationLastUpdateDate :: Lens' DescribeApplicationResponse Integer Source #
The date (in Unix epoch time) when the application was last updated.
describeApplicationResponse_roleArn :: Lens' DescribeApplicationResponse Text Source #
The ARN of the role that the web application assumes when it interacts with AWS IoT Core.