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 the Kubernetes versions that the add-on can be used with.
This operation returns paginated results.
Synopsis
- data DescribeAddonVersions = DescribeAddonVersions' {}
- newDescribeAddonVersions :: DescribeAddonVersions
- describeAddonVersions_addonName :: Lens' DescribeAddonVersions (Maybe Text)
- describeAddonVersions_nextToken :: Lens' DescribeAddonVersions (Maybe Text)
- describeAddonVersions_kubernetesVersion :: Lens' DescribeAddonVersions (Maybe Text)
- describeAddonVersions_maxResults :: Lens' DescribeAddonVersions (Maybe Natural)
- data DescribeAddonVersionsResponse = DescribeAddonVersionsResponse' {}
- newDescribeAddonVersionsResponse :: Int -> DescribeAddonVersionsResponse
- describeAddonVersionsResponse_addons :: Lens' DescribeAddonVersionsResponse (Maybe [AddonInfo])
- describeAddonVersionsResponse_nextToken :: Lens' DescribeAddonVersionsResponse (Maybe Text)
- describeAddonVersionsResponse_httpStatus :: Lens' DescribeAddonVersionsResponse Int
Creating a Request
data DescribeAddonVersions Source #
See: newDescribeAddonVersions
smart constructor.
DescribeAddonVersions' | |
|
Instances
newDescribeAddonVersions :: DescribeAddonVersions Source #
Create a value of DescribeAddonVersions
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:addonName:DescribeAddonVersions'
, describeAddonVersions_addonName
- The name of the add-on. The name must match one of the names returned by
ListAddons
.
$sel:nextToken:DescribeAddonVersions'
, describeAddonVersions_nextToken
- The nextToken
value returned from a previous paginated
DescribeAddonVersionsRequest
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:kubernetesVersion:DescribeAddonVersions'
, describeAddonVersions_kubernetesVersion
- The Kubernetes versions that the add-on can be used with.
$sel:maxResults:DescribeAddonVersions'
, describeAddonVersions_maxResults
- The maximum number of results to return.
Request Lenses
describeAddonVersions_addonName :: Lens' DescribeAddonVersions (Maybe Text) Source #
The name of the add-on. The name must match one of the names returned by ListAddons .
describeAddonVersions_nextToken :: Lens' DescribeAddonVersions (Maybe Text) Source #
The nextToken
value returned from a previous paginated
DescribeAddonVersionsRequest
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.
describeAddonVersions_kubernetesVersion :: Lens' DescribeAddonVersions (Maybe Text) Source #
The Kubernetes versions that the add-on can be used with.
describeAddonVersions_maxResults :: Lens' DescribeAddonVersions (Maybe Natural) Source #
The maximum number of results to return.
Destructuring the Response
data DescribeAddonVersionsResponse Source #
See: newDescribeAddonVersionsResponse
smart constructor.
DescribeAddonVersionsResponse' | |
|
Instances
newDescribeAddonVersionsResponse Source #
Create a value of DescribeAddonVersionsResponse
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:DescribeAddonVersionsResponse'
, describeAddonVersionsResponse_addons
- The list of available versions with Kubernetes version compatibility.
$sel:nextToken:DescribeAddonVersions'
, describeAddonVersionsResponse_nextToken
- The nextToken
value returned from a previous paginated
DescribeAddonVersionsResponse
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:DescribeAddonVersionsResponse'
, describeAddonVersionsResponse_httpStatus
- The response's http status code.
Response Lenses
describeAddonVersionsResponse_addons :: Lens' DescribeAddonVersionsResponse (Maybe [AddonInfo]) Source #
The list of available versions with Kubernetes version compatibility.
describeAddonVersionsResponse_nextToken :: Lens' DescribeAddonVersionsResponse (Maybe Text) Source #
The nextToken
value returned from a previous paginated
DescribeAddonVersionsResponse
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.
describeAddonVersionsResponse_httpStatus :: Lens' DescribeAddonVersionsResponse Int Source #
The response's http status code.