amazonka-s3outposts-2.0: Amazon S3 on Outposts 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.S3Outposts.ListEndpoints

Description

Lists endpoints associated with the specified Outpost.

Related actions include:

This operation returns paginated results.

Synopsis

Creating a Request

data ListEndpoints Source #

See: newListEndpoints smart constructor.

Constructors

ListEndpoints' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of endpoints that will be returned in the response.

  • nextToken :: Maybe Text

    If a previous response from this operation included a NextToken value, provide that value here to retrieve the next page of results.

Instances

Instances details
ToHeaders ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

ToPath ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

ToQuery ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

AWSPager ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

AWSRequest ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

Associated Types

type AWSResponse ListEndpoints #

Generic ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

Associated Types

type Rep ListEndpoints :: Type -> Type #

Read ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

Show ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

NFData ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

Methods

rnf :: ListEndpoints -> () #

Eq ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

Hashable ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

type AWSResponse ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

type Rep ListEndpoints Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

type Rep ListEndpoints = D1 ('MetaData "ListEndpoints" "Amazonka.S3Outposts.ListEndpoints" "amazonka-s3outposts-2.0-FXtMY52WtY5H7dQDI4FXOO" 'False) (C1 ('MetaCons "ListEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:maxResults:ListEndpoints', listEndpoints_maxResults - The maximum number of endpoints that will be returned in the response.

ListEndpoints, listEndpoints_nextToken - If a previous response from this operation included a NextToken value, provide that value here to retrieve the next page of results.

Request Lenses

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

The maximum number of endpoints that will be returned in the response.

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

If a previous response from this operation included a NextToken value, provide that value here to retrieve the next page of results.

Destructuring the Response

data ListEndpointsResponse Source #

See: newListEndpointsResponse smart constructor.

Constructors

ListEndpointsResponse' 

Fields

  • endpoints :: Maybe [Endpoint]

    The list of endpoints associated with the specified Outpost.

  • nextToken :: Maybe Text

    If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

Associated Types

type Rep ListEndpointsResponse :: Type -> Type #

Read ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

Show ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

NFData ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

Methods

rnf :: ListEndpointsResponse -> () #

Eq ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

type Rep ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.ListEndpoints

type Rep ListEndpointsResponse = D1 ('MetaData "ListEndpointsResponse" "Amazonka.S3Outposts.ListEndpoints" "amazonka-s3outposts-2.0-FXtMY52WtY5H7dQDI4FXOO" 'False) (C1 ('MetaCons "ListEndpointsResponse'" '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))))

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:endpoints:ListEndpointsResponse', listEndpointsResponse_endpoints - The list of endpoints associated with the specified Outpost.

ListEndpoints, listEndpointsResponse_nextToken - If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.

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

Response Lenses

listEndpointsResponse_endpoints :: Lens' ListEndpointsResponse (Maybe [Endpoint]) Source #

The list of endpoints associated with the specified Outpost.

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

If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.