amazonka-emr-containers-2.0: Amazon EMR Containers 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.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
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

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 #

Generic ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Associated Types

type Rep ListManagedEndpoints :: Type -> Type #

Read ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Show ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

NFData ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Methods

rnf :: ListManagedEndpoints -> () #

Eq ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Hashable ListManagedEndpoints Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

type AWSResponse 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" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" 'False) (C1 ('MetaCons "ListManagedEndpoints'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "states") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointState]))) :*: (S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "virtualClusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:createdAfter:ListManagedEndpoints', listManagedEndpoints_createdAfter - The date and time after which the endpoints are created.

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

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

ListManagedEndpoints, listManagedEndpoints_nextToken - The token for the next set of managed endpoints to return.

$sel:states:ListManagedEndpoints', listManagedEndpoints_states - The states of the managed endpoints.

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

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_createdBefore :: Lens' ListManagedEndpoints (Maybe UTCTime) Source #

The date and time before which the endpoints are created.

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

The maximum number of managed endpoints that can be listed.

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

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

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

The types of the managed endpoints.

Destructuring the Response

data ListManagedEndpointsResponse Source #

See: newListManagedEndpointsResponse smart constructor.

Constructors

ListManagedEndpointsResponse' 

Fields

Instances

Instances details
Generic ListManagedEndpointsResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Associated Types

type Rep ListManagedEndpointsResponse :: Type -> Type #

Show ListManagedEndpointsResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

NFData ListManagedEndpointsResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.ListManagedEndpoints

Eq 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" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" 'False) (C1 ('MetaCons "ListManagedEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Endpoint])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:endpoints:ListManagedEndpointsResponse', listManagedEndpointsResponse_endpoints - The managed endpoints to be listed.

ListManagedEndpoints, listManagedEndpointsResponse_nextToken - The token for the next set of endpoints to return.

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