libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator
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.GlobalAccelerator.ListEndpointGroups

Description

List the endpoint groups that are associated with a listener.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEndpointGroups Source #

See: newListEndpointGroups smart constructor.

Constructors

ListEndpointGroups' 

Fields

  • nextToken :: Maybe Text

    The token for the next set of results. You receive this token from a previous call.

  • maxResults :: Maybe Natural

    The number of endpoint group objects that you want to return with this call. The default value is 10.

  • listenerArn :: Text

    The Amazon Resource Name (ARN) of the listener.

Instances

Instances details
Eq ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Read ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Show ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Generic ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Associated Types

type Rep ListEndpointGroups :: Type -> Type #

NFData ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Methods

rnf :: ListEndpointGroups -> () #

Hashable ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

ToJSON ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

AWSPager ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

AWSRequest ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Associated Types

type AWSResponse ListEndpointGroups #

ToHeaders ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

ToPath ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

ToQuery ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

type Rep ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

type Rep ListEndpointGroups = D1 ('MetaData "ListEndpointGroups" "Amazonka.GlobalAccelerator.ListEndpointGroups" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "ListEndpointGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "listenerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListEndpointGroups Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

newListEndpointGroups Source #

Create a value of ListEndpointGroups 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:ListEndpointGroups', listEndpointGroups_nextToken - The token for the next set of results. You receive this token from a previous call.

$sel:maxResults:ListEndpointGroups', listEndpointGroups_maxResults - The number of endpoint group objects that you want to return with this call. The default value is 10.

$sel:listenerArn:ListEndpointGroups', listEndpointGroups_listenerArn - The Amazon Resource Name (ARN) of the listener.

Request Lenses

listEndpointGroups_nextToken :: Lens' ListEndpointGroups (Maybe Text) Source #

The token for the next set of results. You receive this token from a previous call.

listEndpointGroups_maxResults :: Lens' ListEndpointGroups (Maybe Natural) Source #

The number of endpoint group objects that you want to return with this call. The default value is 10.

listEndpointGroups_listenerArn :: Lens' ListEndpointGroups Text Source #

The Amazon Resource Name (ARN) of the listener.

Destructuring the Response

data ListEndpointGroupsResponse Source #

See: newListEndpointGroupsResponse smart constructor.

Constructors

ListEndpointGroupsResponse' 

Fields

Instances

Instances details
Eq ListEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Read ListEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Show ListEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Generic ListEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

Associated Types

type Rep ListEndpointGroupsResponse :: Type -> Type #

NFData ListEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

type Rep ListEndpointGroupsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListEndpointGroups

type Rep ListEndpointGroupsResponse = D1 ('MetaData "ListEndpointGroupsResponse" "Amazonka.GlobalAccelerator.ListEndpointGroups" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "ListEndpointGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEndpointGroupsResponse Source #

Create a value of ListEndpointGroupsResponse 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:ListEndpointGroups', listEndpointGroupsResponse_nextToken - The token for the next set of results. You receive this token from a previous call.

$sel:endpointGroups:ListEndpointGroupsResponse', listEndpointGroupsResponse_endpointGroups - The list of the endpoint groups associated with a listener.

$sel:httpStatus:ListEndpointGroupsResponse', listEndpointGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listEndpointGroupsResponse_nextToken :: Lens' ListEndpointGroupsResponse (Maybe Text) Source #

The token for the next set of results. You receive this token from a previous call.

listEndpointGroupsResponse_endpointGroups :: Lens' ListEndpointGroupsResponse (Maybe [EndpointGroup]) Source #

The list of the endpoint groups associated with a listener.