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.EKS.DescribeAddon
Description
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.
Constructors
DescribeAddon' | |
Fields
|
Instances
Arguments
:: Text | |
-> Text | |
-> DescribeAddon |
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:
DescribeAddon
, describeAddon_clusterName
- The name of the cluster.
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.
Constructors
DescribeAddonResponse' | |
Fields
|
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.