| 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.DescribeComponent
Description
Describes a component and lists the resources that are grouped together in a component.
Synopsis
- data DescribeComponent = DescribeComponent' {}
- newDescribeComponent :: Text -> Text -> DescribeComponent
- describeComponent_resourceGroupName :: Lens' DescribeComponent Text
- describeComponent_componentName :: Lens' DescribeComponent Text
- data DescribeComponentResponse = DescribeComponentResponse' {}
- newDescribeComponentResponse :: Int -> DescribeComponentResponse
- describeComponentResponse_applicationComponent :: Lens' DescribeComponentResponse (Maybe ApplicationComponent)
- describeComponentResponse_resourceList :: Lens' DescribeComponentResponse (Maybe [Text])
- describeComponentResponse_httpStatus :: Lens' DescribeComponentResponse Int
Creating a Request
data DescribeComponent Source #
See: newDescribeComponent smart constructor.
Constructors
| DescribeComponent' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DescribeComponent |
Create a value of DescribeComponent 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:
DescribeComponent, describeComponent_resourceGroupName - The name of the resource group.
DescribeComponent, describeComponent_componentName - The name of the component.
Request Lenses
describeComponent_resourceGroupName :: Lens' DescribeComponent Text Source #
The name of the resource group.
describeComponent_componentName :: Lens' DescribeComponent Text Source #
The name of the component.
Destructuring the Response
data DescribeComponentResponse Source #
See: newDescribeComponentResponse smart constructor.
Constructors
| DescribeComponentResponse' | |
Fields
| |
Instances
newDescribeComponentResponse Source #
Create a value of DescribeComponentResponse 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:applicationComponent:DescribeComponentResponse', describeComponentResponse_applicationComponent - Undocumented member.
$sel:resourceList:DescribeComponentResponse', describeComponentResponse_resourceList - The list of resource ARNs that belong to the component.
$sel:httpStatus:DescribeComponentResponse', describeComponentResponse_httpStatus - The response's http status code.
Response Lenses
describeComponentResponse_applicationComponent :: Lens' DescribeComponentResponse (Maybe ApplicationComponent) Source #
Undocumented member.
describeComponentResponse_resourceList :: Lens' DescribeComponentResponse (Maybe [Text]) Source #
The list of resource ARNs that belong to the component.
describeComponentResponse_httpStatus :: Lens' DescribeComponentResponse Int Source #
The response's http status code.