amazonka-globalaccelerator-2.0: Amazon Global Accelerator 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.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

  • maxResults :: Maybe Natural

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

  • nextToken :: Maybe Text

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

  • acceleratorArn :: Text

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

Instances

Instances details
ToJSON 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

AWSPager ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

AWSRequest 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 #

Read ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Show ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

NFData ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Eq ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Hashable ListCustomRoutingListeners Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

type AWSResponse 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" "amazonka-globalaccelerator-2.0-5CEURNOKFgU1mORtBGQfFs" 'False) (C1 ('MetaCons "ListCustomRoutingListeners'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "acceleratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:maxResults:ListCustomRoutingListeners', listCustomRoutingListeners_maxResults - The number of listener objects that you want to return with this call. The default value is 10.

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

ListCustomRoutingListeners, listCustomRoutingListeners_acceleratorArn - The Amazon Resource Name (ARN) of the accelerator to list listeners for.

Request Lenses

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_nextToken :: Lens' ListCustomRoutingListeners (Maybe Text) Source #

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

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
Generic ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Associated Types

type Rep ListCustomRoutingListenersResponse :: Type -> Type #

Read ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Show ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

NFData ListCustomRoutingListenersResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListCustomRoutingListeners

Eq 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" "amazonka-globalaccelerator-2.0-5CEURNOKFgU1mORtBGQfFs" 'False) (C1 ('MetaCons "ListCustomRoutingListenersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "listeners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomRoutingListener])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:listeners:ListCustomRoutingListenersResponse', listCustomRoutingListenersResponse_listeners - The list of listeners for a custom routing accelerator.

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

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