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 the monitoring configuration of the component.
Synopsis
- data DescribeComponentConfiguration = DescribeComponentConfiguration' {}
- newDescribeComponentConfiguration :: Text -> Text -> DescribeComponentConfiguration
- describeComponentConfiguration_resourceGroupName :: Lens' DescribeComponentConfiguration Text
- describeComponentConfiguration_componentName :: Lens' DescribeComponentConfiguration Text
- data DescribeComponentConfigurationResponse = DescribeComponentConfigurationResponse' {}
- newDescribeComponentConfigurationResponse :: Int -> DescribeComponentConfigurationResponse
- describeComponentConfigurationResponse_componentConfiguration :: Lens' DescribeComponentConfigurationResponse (Maybe Text)
- describeComponentConfigurationResponse_monitor :: Lens' DescribeComponentConfigurationResponse (Maybe Bool)
- describeComponentConfigurationResponse_tier :: Lens' DescribeComponentConfigurationResponse (Maybe Tier)
- describeComponentConfigurationResponse_httpStatus :: Lens' DescribeComponentConfigurationResponse Int
Creating a Request
data DescribeComponentConfiguration Source #
See: newDescribeComponentConfiguration
smart constructor.
DescribeComponentConfiguration' | |
|
Instances
newDescribeComponentConfiguration Source #
Create a value of DescribeComponentConfiguration
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:resourceGroupName:DescribeComponentConfiguration'
, describeComponentConfiguration_resourceGroupName
- The name of the resource group.
$sel:componentName:DescribeComponentConfiguration'
, describeComponentConfiguration_componentName
- The name of the component.
Request Lenses
describeComponentConfiguration_resourceGroupName :: Lens' DescribeComponentConfiguration Text Source #
The name of the resource group.
describeComponentConfiguration_componentName :: Lens' DescribeComponentConfiguration Text Source #
The name of the component.
Destructuring the Response
data DescribeComponentConfigurationResponse Source #
See: newDescribeComponentConfigurationResponse
smart constructor.
DescribeComponentConfigurationResponse' | |
|
Instances
newDescribeComponentConfigurationResponse Source #
Create a value of DescribeComponentConfigurationResponse
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:componentConfiguration:DescribeComponentConfigurationResponse'
, describeComponentConfigurationResponse_componentConfiguration
- The configuration settings of the component. The value is the escaped
JSON of the configuration.
$sel:monitor:DescribeComponentConfigurationResponse'
, describeComponentConfigurationResponse_monitor
- Indicates whether the application component is monitored.
$sel:tier:DescribeComponentConfigurationResponse'
, describeComponentConfigurationResponse_tier
- The tier of the application component. Supported tiers include
DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and
DEFAULT
$sel:httpStatus:DescribeComponentConfigurationResponse'
, describeComponentConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
describeComponentConfigurationResponse_componentConfiguration :: Lens' DescribeComponentConfigurationResponse (Maybe Text) Source #
The configuration settings of the component. The value is the escaped JSON of the configuration.
describeComponentConfigurationResponse_monitor :: Lens' DescribeComponentConfigurationResponse (Maybe Bool) Source #
Indicates whether the application component is monitored.
describeComponentConfigurationResponse_tier :: Lens' DescribeComponentConfigurationResponse (Maybe Tier) Source #
The tier of the application component. Supported tiers include
DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and
DEFAULT
describeComponentConfigurationResponse_httpStatus :: Lens' DescribeComponentConfigurationResponse Int Source #
The response's http status code.