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 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.
DescribeComponentConfigurationRecommendation' | |
|
Instances
newDescribeComponentConfigurationRecommendation Source #
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:
$sel:resourceGroupName:DescribeComponentConfigurationRecommendation'
, describeComponentConfigurationRecommendation_resourceGroupName
- The name of the resource group.
$sel:componentName:DescribeComponentConfigurationRecommendation'
, describeComponentConfigurationRecommendation_componentName
- The name of the component.
$sel:tier:DescribeComponentConfigurationRecommendation'
, describeComponentConfigurationRecommendation_tier
- The tier of the application component. Supported tiers include
DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and
DEFAULT
.
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. Supported tiers include
DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and
DEFAULT
.
Destructuring the Response
data DescribeComponentConfigurationRecommendationResponse Source #
See: newDescribeComponentConfigurationRecommendationResponse
smart constructor.
DescribeComponentConfigurationRecommendationResponse' | |
|
Instances
newDescribeComponentConfigurationRecommendationResponse Source #
:: 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.