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 an Amazon EKS add-on.
Synopsis
- data DescribeAddon = DescribeAddon' {
- clusterName :: Text
- addonName :: Text
- newDescribeAddon :: Text -> Text -> DescribeAddon
- describeAddon_clusterName :: Lens' DescribeAddon Text
- describeAddon_addonName :: Lens' DescribeAddon Text
- data DescribeAddonResponse = DescribeAddonResponse' {
- addon :: Maybe Addon
- httpStatus :: Int
- newDescribeAddonResponse :: Int -> DescribeAddonResponse
- describeAddonResponse_addon :: Lens' DescribeAddonResponse (Maybe Addon)
- describeAddonResponse_httpStatus :: Lens' DescribeAddonResponse Int
Creating a Request
data DescribeAddon Source #
See: newDescribeAddon
smart constructor.
DescribeAddon' | |
|
Instances
Create a value of DescribeAddon
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:DescribeAddon'
, describeAddon_clusterName
- The name of the cluster.
$sel:addonName:DescribeAddon'
, describeAddon_addonName
- The name of the add-on. The name must match one of the names returned by
ListAddons
.
Request Lenses
describeAddon_clusterName :: Lens' DescribeAddon Text Source #
The name of the cluster.
describeAddon_addonName :: Lens' DescribeAddon Text Source #
The name of the add-on. The name must match one of the names returned by ListAddons .
Destructuring the Response
data DescribeAddonResponse Source #
See: newDescribeAddonResponse
smart constructor.
DescribeAddonResponse' | |
|
Instances
newDescribeAddonResponse Source #
Create a value of DescribeAddonResponse
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:addon:DescribeAddonResponse'
, describeAddonResponse_addon
- Undocumented member.
$sel:httpStatus:DescribeAddonResponse'
, describeAddonResponse_httpStatus
- The response's http status code.
Response Lenses
describeAddonResponse_addon :: Lens' DescribeAddonResponse (Maybe Addon) Source #
Undocumented member.
describeAddonResponse_httpStatus :: Lens' DescribeAddonResponse Int Source #
The response's http status code.