amazonka-eks-2.0: Amazon Elastic Kubernetes Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EKS.ListAddons

Description

Lists the available add-ons.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAddons Source #

See: newListAddons smart constructor.

Constructors

ListAddons' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of add-on results returned by ListAddonsRequest in paginated output. When you use this parameter, ListAddonsRequest returns only maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListAddonsRequest request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListAddonsRequest returns up to 100 results and a nextToken value, if applicable.

  • nextToken :: Maybe Text

    The nextToken value returned from a previous paginated ListAddonsRequest where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

    This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

  • clusterName :: Text

    The name of the cluster.

Instances

Instances details
ToHeaders ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Methods

toHeaders :: ListAddons -> [Header] #

ToPath ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

ToQuery ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

AWSPager ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

AWSRequest ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Associated Types

type AWSResponse ListAddons #

Generic ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Associated Types

type Rep ListAddons :: Type -> Type #

Read ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Show ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

NFData ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Methods

rnf :: ListAddons -> () #

Eq ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Hashable ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

type AWSResponse ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

type Rep ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

type Rep ListAddons = D1 ('MetaData "ListAddons" "Amazonka.EKS.ListAddons" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "ListAddons'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clusterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAddons Source #

Arguments

:: Text

ListAddons

-> ListAddons 

Create a value of ListAddons 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:maxResults:ListAddons', listAddons_maxResults - The maximum number of add-on results returned by ListAddonsRequest in paginated output. When you use this parameter, ListAddonsRequest returns only maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListAddonsRequest request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListAddonsRequest returns up to 100 results and a nextToken value, if applicable.

ListAddons, listAddons_nextToken - The nextToken value returned from a previous paginated ListAddonsRequest where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

ListAddons, listAddons_clusterName - The name of the cluster.

Request Lenses

listAddons_maxResults :: Lens' ListAddons (Maybe Natural) Source #

The maximum number of add-on results returned by ListAddonsRequest in paginated output. When you use this parameter, ListAddonsRequest returns only maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListAddonsRequest request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListAddonsRequest returns up to 100 results and a nextToken value, if applicable.

listAddons_nextToken :: Lens' ListAddons (Maybe Text) Source #

The nextToken value returned from a previous paginated ListAddonsRequest where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

listAddons_clusterName :: Lens' ListAddons Text Source #

The name of the cluster.

Destructuring the Response

data ListAddonsResponse Source #

See: newListAddonsResponse smart constructor.

Constructors

ListAddonsResponse' 

Fields

  • addons :: Maybe [Text]

    A list of available add-ons.

  • nextToken :: Maybe Text

    The nextToken value returned from a previous paginated ListAddonsResponse where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

    This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Associated Types

type Rep ListAddonsResponse :: Type -> Type #

Read ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Show ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

NFData ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Methods

rnf :: ListAddonsResponse -> () #

Eq ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

type Rep ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

type Rep ListAddonsResponse = D1 ('MetaData "ListAddonsResponse" "Amazonka.EKS.ListAddons" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "ListAddonsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "addons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAddonsResponse Source #

Create a value of ListAddonsResponse 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:addons:ListAddonsResponse', listAddonsResponse_addons - A list of available add-ons.

ListAddons, listAddonsResponse_nextToken - The nextToken value returned from a previous paginated ListAddonsResponse where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

$sel:httpStatus:ListAddonsResponse', listAddonsResponse_httpStatus - The response's http status code.

Response Lenses

listAddonsResponse_nextToken :: Lens' ListAddonsResponse (Maybe Text) Source #

The nextToken value returned from a previous paginated ListAddonsResponse where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.