libZSservicesZSamazonka-eksZSamazonka-eks
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

  • 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.

  • 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.

  • clusterName :: Text

    The name of the cluster.

Instances

Instances details
Eq ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Read ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Show ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Generic ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Associated Types

type Rep ListAddons :: Type -> Type #

NFData ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Methods

rnf :: ListAddons -> () #

Hashable 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 #

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

type Rep ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

type Rep ListAddons = D1 ('MetaData "ListAddons" "Amazonka.EKS.ListAddons" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "ListAddons'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "clusterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAddons Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

newListAddons Source #

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:nextToken: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.

$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.

$sel:clusterName:ListAddons', listAddons_clusterName - The name of the cluster.

Request Lenses

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_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_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
Eq ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Read ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Show ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Generic ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Associated Types

type Rep ListAddonsResponse :: Type -> Type #

NFData ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

Methods

rnf :: ListAddonsResponse -> () #

type Rep ListAddonsResponse Source # 
Instance details

Defined in Amazonka.EKS.ListAddons

type Rep ListAddonsResponse = D1 ('MetaData "ListAddonsResponse" "Amazonka.EKS.ListAddons" "libZSservicesZSamazonka-eksZSamazonka-eks" '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.

$sel:nextToken: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.