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

Description

Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.

This operation returns paginated results.

Synopsis

Creating a Request

data ListManagedEndpoints Source #

See: newListManagedEndpoints smart constructor.

Constructors

ListManagedEndpoints' 

Fields

Instances

Instances details
Eq ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Read ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Show ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Generic ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Associated Types

type Rep ListManagedEndpoints :: Type -> Type #

NFData ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Methods

rnf :: ListManagedEndpoints -> () #

Hashable ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

AWSPager ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

AWSRequest ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Associated Types

type AWSResponse ListManagedEndpoints #

ToHeaders ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

ToPath ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

ToQuery ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

type Rep ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

type Rep ListManagedEndpoints = D1 ('MetaData "ListManagedEndpoints" "Amazonka.EMRContainers.ListManagedEndpoints" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "ListManagedEndpoints'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "states") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointState])) :*: (S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "nextToken") '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)) :*: S1 ('MetaSel ('Just "virtualClusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

newListManagedEndpoints Source #

Create a value of ListManagedEndpoints 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:ListManagedEndpoints', listManagedEndpoints_states - The states of the managed endpoints.

$sel:createdAfter:ListManagedEndpoints', listManagedEndpoints_createdAfter - The date and time after which the endpoints are created.

$sel:types:ListManagedEndpoints', listManagedEndpoints_types - The types of the managed endpoints.

$sel:nextToken:ListManagedEndpoints', listManagedEndpoints_nextToken - The token for the next set of managed endpoints to return.

$sel:maxResults:ListManagedEndpoints', listManagedEndpoints_maxResults - The maximum number of managed endpoints that can be listed.

$sel:createdBefore:ListManagedEndpoints', listManagedEndpoints_createdBefore - The date and time before which the endpoints are created.

$sel:virtualClusterId:ListManagedEndpoints', listManagedEndpoints_virtualClusterId - The ID of the virtual cluster.

Request Lenses

listManagedEndpoints_createdAfter :: Lens' ListManagedEndpoints (Maybe UTCTime) Source #

The date and time after which the endpoints are created.

listManagedEndpoints_types :: Lens' ListManagedEndpoints (Maybe [Text]) Source #

The types of the managed endpoints.

listManagedEndpoints_nextToken :: Lens' ListManagedEndpoints (Maybe Text) Source #

The token for the next set of managed endpoints to return.

listManagedEndpoints_maxResults :: Lens' ListManagedEndpoints (Maybe Int) Source #

The maximum number of managed endpoints that can be listed.

listManagedEndpoints_createdBefore :: Lens' ListManagedEndpoints (Maybe UTCTime) Source #

The date and time before which the endpoints are created.

Destructuring the Response

data ListManagedEndpointsResponse Source #

See: newListManagedEndpointsResponse smart constructor.

Constructors

ListManagedEndpointsResponse' 

Fields

Instances

Instances details
Eq ListManagedEndpointsResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Show ListManagedEndpointsResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Generic ListManagedEndpointsResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Associated Types

type Rep ListManagedEndpointsResponse :: Type -> Type #

NFData ListManagedEndpointsResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

type Rep ListManagedEndpointsResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

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

newListManagedEndpointsResponse Source #

Create a value of ListManagedEndpointsResponse 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:ListManagedEndpoints', listManagedEndpointsResponse_nextToken - The token for the next set of endpoints to return.

$sel:endpoints:ListManagedEndpointsResponse', listManagedEndpointsResponse_endpoints - The managed endpoints to be listed.

$sel:httpStatus:ListManagedEndpointsResponse', listManagedEndpointsResponse_httpStatus - The response's http status code.

Response Lenses

listManagedEndpointsResponse_nextToken :: Lens' ListManagedEndpointsResponse (Maybe Text) Source #

The token for the next set of endpoints to return.