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

Description

List the listeners for a custom routing accelerator.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCustomRoutingListeners Source #

See: newListCustomRoutingListeners smart constructor.

Constructors

ListCustomRoutingListeners' 

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 listener objects that you want to return with this call. The default value is 10.

  • acceleratorArn :: Text

    The Amazon Resource Name (ARN) of the accelerator to list listeners for.

Instances

Instances details
Eq ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Read ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Show ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Generic ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Associated Types

type Rep ListCustomRoutingListeners :: Type -> Type #

NFData ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Hashable ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

ToJSON ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

AWSPager ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

AWSRequest ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

ToHeaders ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

ToPath ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

ToQuery ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

type Rep ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

type Rep ListCustomRoutingListeners = D1 ('MetaData "ListCustomRoutingListeners" "Amazonka.GlobalAccelerator.ListCustomRoutingListeners" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "ListCustomRoutingListeners'" '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 "acceleratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

newListCustomRoutingListeners Source #

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

$sel:maxResults:ListCustomRoutingListeners', listCustomRoutingListeners_maxResults - The number of listener objects that you want to return with this call. The default value is 10.

$sel:acceleratorArn:ListCustomRoutingListeners', listCustomRoutingListeners_acceleratorArn - The Amazon Resource Name (ARN) of the accelerator to list listeners for.

Request Lenses

listCustomRoutingListeners_nextToken :: Lens' ListCustomRoutingListeners (Maybe Text) Source #

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

listCustomRoutingListeners_maxResults :: Lens' ListCustomRoutingListeners (Maybe Natural) Source #

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

listCustomRoutingListeners_acceleratorArn :: Lens' ListCustomRoutingListeners Text Source #

The Amazon Resource Name (ARN) of the accelerator to list listeners for.

Destructuring the Response

data ListCustomRoutingListenersResponse Source #

Constructors

ListCustomRoutingListenersResponse' 

Fields

Instances

Instances details
Eq ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Read ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Show ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Generic ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Associated Types

type Rep ListCustomRoutingListenersResponse :: Type -> Type #

NFData ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

type Rep ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

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

newListCustomRoutingListenersResponse Source #

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

$sel:listeners:ListCustomRoutingListenersResponse', listCustomRoutingListenersResponse_listeners - The list of listeners for a custom routing accelerator.

$sel:httpStatus:ListCustomRoutingListenersResponse', listCustomRoutingListenersResponse_httpStatus - The response's http status code.

Response Lenses

listCustomRoutingListenersResponse_nextToken :: Lens' ListCustomRoutingListenersResponse (Maybe Text) Source #

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