| 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.ApplicationInsights.DescribeComponentConfiguration
Description
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.
Constructors
| DescribeComponentConfiguration' | |
Fields
| |
Instances
newDescribeComponentConfiguration Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeComponentConfiguration |
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:
DescribeComponentConfiguration, describeComponentConfiguration_resourceGroupName - The name of the resource group.
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.
Constructors
| DescribeComponentConfigurationResponse' | |
Fields
| |
Instances
newDescribeComponentConfigurationResponse Source #
Arguments
| :: Int | |
| -> DescribeComponentConfigurationResponse |
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.
DescribeComponentConfigurationResponse, describeComponentConfigurationResponse_monitor - Indicates whether the application component is monitored.
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.