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 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.
DescribeComponent' | |
|
Instances
:: 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:
$sel:resourceGroupName:DescribeComponent'
, describeComponent_resourceGroupName
- The name of the resource group.
$sel:componentName: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.
DescribeComponentResponse' | |
|
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.