libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers
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.EMRContainers.ListVirtualClusters

Description

Lists information about the specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

This operation returns paginated results.

Synopsis

Creating a Request

data ListVirtualClusters Source #

See: newListVirtualClusters smart constructor.

Constructors

ListVirtualClusters' 

Fields

Instances

Instances details
Eq ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Read ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Show ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Generic ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Associated Types

type Rep ListVirtualClusters :: Type -> Type #

NFData ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Methods

rnf :: ListVirtualClusters -> () #

Hashable ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

AWSPager ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

AWSRequest ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Associated Types

type AWSResponse ListVirtualClusters #

ToHeaders ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

ToPath ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

ToQuery ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

type Rep ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

type Rep ListVirtualClusters = D1 ('MetaData "ListVirtualClusters" "Amazonka.EMRContainers.ListVirtualClusters" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "ListVirtualClusters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "states") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VirtualClusterState])) :*: (S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "containerProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerProviderType)))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "containerProviderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))
type AWSResponse ListVirtualClusters Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

newListVirtualClusters :: ListVirtualClusters Source #

Create a value of ListVirtualClusters 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:states:ListVirtualClusters', listVirtualClusters_states - The states of the requested virtual clusters.

$sel:createdAfter:ListVirtualClusters', listVirtualClusters_createdAfter - The date and time after which the virtual clusters are created.

$sel:containerProviderType:ListVirtualClusters', listVirtualClusters_containerProviderType - The container provider type of the virtual cluster. EKS is the only supported type as of now.

$sel:nextToken:ListVirtualClusters', listVirtualClusters_nextToken - The token for the next set of virtual clusters to return.

$sel:containerProviderId:ListVirtualClusters', listVirtualClusters_containerProviderId - The container provider ID of the virtual cluster.

$sel:maxResults:ListVirtualClusters', listVirtualClusters_maxResults - The maximum number of virtual clusters that can be listed.

$sel:createdBefore:ListVirtualClusters', listVirtualClusters_createdBefore - The date and time before which the virtual clusters are created.

Request Lenses

listVirtualClusters_states :: Lens' ListVirtualClusters (Maybe [VirtualClusterState]) Source #

The states of the requested virtual clusters.

listVirtualClusters_createdAfter :: Lens' ListVirtualClusters (Maybe UTCTime) Source #

The date and time after which the virtual clusters are created.

listVirtualClusters_containerProviderType :: Lens' ListVirtualClusters (Maybe ContainerProviderType) Source #

The container provider type of the virtual cluster. EKS is the only supported type as of now.

listVirtualClusters_nextToken :: Lens' ListVirtualClusters (Maybe Text) Source #

The token for the next set of virtual clusters to return.

listVirtualClusters_containerProviderId :: Lens' ListVirtualClusters (Maybe Text) Source #

The container provider ID of the virtual cluster.

listVirtualClusters_maxResults :: Lens' ListVirtualClusters (Maybe Int) Source #

The maximum number of virtual clusters that can be listed.

listVirtualClusters_createdBefore :: Lens' ListVirtualClusters (Maybe UTCTime) Source #

The date and time before which the virtual clusters are created.

Destructuring the Response

data ListVirtualClustersResponse Source #

See: newListVirtualClustersResponse smart constructor.

Constructors

ListVirtualClustersResponse' 

Fields

Instances

Instances details
Eq ListVirtualClustersResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Read ListVirtualClustersResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Show ListVirtualClustersResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Generic ListVirtualClustersResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

Associated Types

type Rep ListVirtualClustersResponse :: Type -> Type #

NFData ListVirtualClustersResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

type Rep ListVirtualClustersResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListVirtualClusters

type Rep ListVirtualClustersResponse = D1 ('MetaData "ListVirtualClustersResponse" "Amazonka.EMRContainers.ListVirtualClusters" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "ListVirtualClustersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "virtualClusters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VirtualCluster])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListVirtualClustersResponse Source #

Create a value of ListVirtualClustersResponse 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:ListVirtualClusters', listVirtualClustersResponse_nextToken - This output displays the token for the next set of virtual clusters.

$sel:virtualClusters:ListVirtualClustersResponse', listVirtualClustersResponse_virtualClusters - This output lists the specified virtual clusters.

$sel:httpStatus:ListVirtualClustersResponse', listVirtualClustersResponse_httpStatus - The response's http status code.

Response Lenses

listVirtualClustersResponse_nextToken :: Lens' ListVirtualClustersResponse (Maybe Text) Source #

This output displays the token for the next set of virtual clusters.