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 |
Returns descriptive information about an Amazon EKS node group.
Synopsis
- data DescribeNodegroup = DescribeNodegroup' {
- clusterName :: Text
- nodegroupName :: Text
- newDescribeNodegroup :: Text -> Text -> DescribeNodegroup
- describeNodegroup_clusterName :: Lens' DescribeNodegroup Text
- describeNodegroup_nodegroupName :: Lens' DescribeNodegroup Text
- data DescribeNodegroupResponse = DescribeNodegroupResponse' {
- nodegroup :: Maybe Nodegroup
- httpStatus :: Int
- newDescribeNodegroupResponse :: Int -> DescribeNodegroupResponse
- describeNodegroupResponse_nodegroup :: Lens' DescribeNodegroupResponse (Maybe Nodegroup)
- describeNodegroupResponse_httpStatus :: Lens' DescribeNodegroupResponse Int
Creating a Request
data DescribeNodegroup Source #
See: newDescribeNodegroup
smart constructor.
DescribeNodegroup' | |
|
Instances
:: Text | |
-> Text | |
-> DescribeNodegroup |
Create a value of DescribeNodegroup
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:clusterName:DescribeNodegroup'
, describeNodegroup_clusterName
- The name of the Amazon EKS cluster associated with the node group.
$sel:nodegroupName:DescribeNodegroup'
, describeNodegroup_nodegroupName
- The name of the node group to describe.
Request Lenses
describeNodegroup_clusterName :: Lens' DescribeNodegroup Text Source #
The name of the Amazon EKS cluster associated with the node group.
describeNodegroup_nodegroupName :: Lens' DescribeNodegroup Text Source #
The name of the node group to describe.
Destructuring the Response
data DescribeNodegroupResponse Source #
See: newDescribeNodegroupResponse
smart constructor.
DescribeNodegroupResponse' | |
|
Instances
newDescribeNodegroupResponse Source #
Create a value of DescribeNodegroupResponse
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:nodegroup:DescribeNodegroupResponse'
, describeNodegroupResponse_nodegroup
- The full description of your node group.
$sel:httpStatus:DescribeNodegroupResponse'
, describeNodegroupResponse_httpStatus
- The response's http status code.
Response Lenses
describeNodegroupResponse_nodegroup :: Lens' DescribeNodegroupResponse (Maybe Nodegroup) Source #
The full description of your node group.
describeNodegroupResponse_httpStatus :: Lens' DescribeNodegroupResponse Int Source #
The response's http status code.