| 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.DescribeComponentConfigurationRecommendation
Description
Describes the recommended monitoring configuration of the component.
Synopsis
- data DescribeComponentConfigurationRecommendation = DescribeComponentConfigurationRecommendation' {
- resourceGroupName :: Text
- componentName :: Text
- tier :: Tier
- newDescribeComponentConfigurationRecommendation :: Text -> Text -> Tier -> DescribeComponentConfigurationRecommendation
- describeComponentConfigurationRecommendation_resourceGroupName :: Lens' DescribeComponentConfigurationRecommendation Text
- describeComponentConfigurationRecommendation_componentName :: Lens' DescribeComponentConfigurationRecommendation Text
- describeComponentConfigurationRecommendation_tier :: Lens' DescribeComponentConfigurationRecommendation Tier
- data DescribeComponentConfigurationRecommendationResponse = DescribeComponentConfigurationRecommendationResponse' {}
- newDescribeComponentConfigurationRecommendationResponse :: Int -> DescribeComponentConfigurationRecommendationResponse
- describeComponentConfigurationRecommendationResponse_componentConfiguration :: Lens' DescribeComponentConfigurationRecommendationResponse (Maybe Text)
- describeComponentConfigurationRecommendationResponse_httpStatus :: Lens' DescribeComponentConfigurationRecommendationResponse Int
Creating a Request
data DescribeComponentConfigurationRecommendation Source #
See: newDescribeComponentConfigurationRecommendation smart constructor.
Constructors
| DescribeComponentConfigurationRecommendation' | |
Fields
| |
Instances
newDescribeComponentConfigurationRecommendation Source #
Arguments
| :: Text | |
| -> Text | |
| -> Tier | |
| -> DescribeComponentConfigurationRecommendation |
Create a value of DescribeComponentConfigurationRecommendation 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:
DescribeComponentConfigurationRecommendation, describeComponentConfigurationRecommendation_resourceGroupName - The name of the resource group.
DescribeComponentConfigurationRecommendation, describeComponentConfigurationRecommendation_componentName - The name of the component.
DescribeComponentConfigurationRecommendation, describeComponentConfigurationRecommendation_tier - The tier of the application component.
Request Lenses
describeComponentConfigurationRecommendation_resourceGroupName :: Lens' DescribeComponentConfigurationRecommendation Text Source #
The name of the resource group.
describeComponentConfigurationRecommendation_componentName :: Lens' DescribeComponentConfigurationRecommendation Text Source #
The name of the component.
describeComponentConfigurationRecommendation_tier :: Lens' DescribeComponentConfigurationRecommendation Tier Source #
The tier of the application component.
Destructuring the Response
data DescribeComponentConfigurationRecommendationResponse Source #
See: newDescribeComponentConfigurationRecommendationResponse smart constructor.
Constructors
| DescribeComponentConfigurationRecommendationResponse' | |
Fields
| |
Instances
newDescribeComponentConfigurationRecommendationResponse Source #
Arguments
| :: Int |
|
| -> DescribeComponentConfigurationRecommendationResponse |
Create a value of DescribeComponentConfigurationRecommendationResponse 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:DescribeComponentConfigurationRecommendationResponse', describeComponentConfigurationRecommendationResponse_componentConfiguration - The recommended configuration settings of the component. The value is
the escaped JSON of the configuration.
$sel:httpStatus:DescribeComponentConfigurationRecommendationResponse', describeComponentConfigurationRecommendationResponse_httpStatus - The response's http status code.
Response Lenses
describeComponentConfigurationRecommendationResponse_componentConfiguration :: Lens' DescribeComponentConfigurationRecommendationResponse (Maybe Text) Source #
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
describeComponentConfigurationRecommendationResponse_httpStatus :: Lens' DescribeComponentConfigurationRecommendationResponse Int Source #
The response's http status code.