libZSservicesZSamazonka-comprehendZSamazonka-comprehend
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.Comprehend.ListEndpoints

Description

Gets a list of all existing endpoints that you've created.

Synopsis

Creating a Request

data ListEndpoints Source #

See: newListEndpoints smart constructor.

Constructors

ListEndpoints' 

Fields

  • nextToken :: Maybe Text

    Identifies the next page of results to return.

  • filter' :: Maybe EndpointFilter

    Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

  • maxResults :: Maybe Natural

    The maximum number of results to return in each page. The default is 100.

Instances

Instances details
Eq ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Read ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Show ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Generic ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Associated Types

type Rep ListEndpoints :: Type -> Type #

NFData ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Methods

rnf :: ListEndpoints -> () #

Hashable ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

ToJSON ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

AWSRequest ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Associated Types

type AWSResponse ListEndpoints #

ToHeaders ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

ToPath ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

ToQuery ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

type Rep ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

type Rep ListEndpoints = D1 ('MetaData "ListEndpoints" "Amazonka.Comprehend.ListEndpoints" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "ListEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListEndpoints Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

newListEndpoints :: ListEndpoints Source #

Create a value of ListEndpoints 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:ListEndpoints', listEndpoints_nextToken - Identifies the next page of results to return.

$sel:filter':ListEndpoints', listEndpoints_filter - Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

$sel:maxResults:ListEndpoints', listEndpoints_maxResults - The maximum number of results to return in each page. The default is 100.

Request Lenses

listEndpoints_nextToken :: Lens' ListEndpoints (Maybe Text) Source #

Identifies the next page of results to return.

listEndpoints_filter :: Lens' ListEndpoints (Maybe EndpointFilter) Source #

Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

listEndpoints_maxResults :: Lens' ListEndpoints (Maybe Natural) Source #

The maximum number of results to return in each page. The default is 100.

Destructuring the Response

data ListEndpointsResponse Source #

See: newListEndpointsResponse smart constructor.

Constructors

ListEndpointsResponse' 

Fields

Instances

Instances details
Eq ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Read ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Show ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Generic ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Associated Types

type Rep ListEndpointsResponse :: Type -> Type #

NFData ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

Methods

rnf :: ListEndpointsResponse -> () #

type Rep ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEndpoints

type Rep ListEndpointsResponse = D1 ('MetaData "ListEndpointsResponse" "Amazonka.Comprehend.ListEndpoints" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "ListEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEndpointsResponse Source #

Create a value of ListEndpointsResponse 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:endpointPropertiesList:ListEndpointsResponse', listEndpointsResponse_endpointPropertiesList - Displays a list of endpoint properties being retrieved by the service in response to the request.

$sel:nextToken:ListEndpoints', listEndpointsResponse_nextToken - Identifies the next page of results to return.

$sel:httpStatus:ListEndpointsResponse', listEndpointsResponse_httpStatus - The response's http status code.

Response Lenses

listEndpointsResponse_endpointPropertiesList :: Lens' ListEndpointsResponse (Maybe [EndpointProperties]) Source #

Displays a list of endpoint properties being retrieved by the service in response to the request.

listEndpointsResponse_nextToken :: Lens' ListEndpointsResponse (Maybe Text) Source #

Identifies the next page of results to return.