amazonka-apprunner-2.0: Amazon App Runner 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.AppRunner.ListVpcIngressConnections

Description

Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.

Synopsis

Creating a Request

data ListVpcIngressConnections Source #

See: newListVpcIngressConnections smart constructor.

Constructors

ListVpcIngressConnections' 

Fields

  • filter' :: Maybe ListVpcIngressConnectionsFilter

    The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.

  • maxResults :: Maybe Natural

    The maximum number of results to include in each response (result page). It's used for a paginated request.

    If you don't specify MaxResults, the request retrieves all available results in a single response.

  • nextToken :: Maybe Text

    A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.

    If you don't specify NextToken, the request retrieves the first result page.

Instances

Instances details
ToJSON ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

ToHeaders ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

ToPath ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

ToQuery ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

AWSRequest ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

Generic ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

Associated Types

type Rep ListVpcIngressConnections :: Type -> Type #

Read ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

Show ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

NFData ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

Eq ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

Hashable ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

type AWSResponse ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

type Rep ListVpcIngressConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

type Rep ListVpcIngressConnections = D1 ('MetaData "ListVpcIngressConnections" "Amazonka.AppRunner.ListVpcIngressConnections" "amazonka-apprunner-2.0-EwwUWnxXZrM2Mgbv25gcO5" 'False) (C1 ('MetaCons "ListVpcIngressConnections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListVpcIngressConnectionsFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListVpcIngressConnections :: ListVpcIngressConnections Source #

Create a value of ListVpcIngressConnections 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:filter':ListVpcIngressConnections', listVpcIngressConnections_filter - The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.

$sel:maxResults:ListVpcIngressConnections', listVpcIngressConnections_maxResults - The maximum number of results to include in each response (result page). It's used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

ListVpcIngressConnections, listVpcIngressConnections_nextToken - A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

Request Lenses

listVpcIngressConnections_filter :: Lens' ListVpcIngressConnections (Maybe ListVpcIngressConnectionsFilter) Source #

The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.

listVpcIngressConnections_maxResults :: Lens' ListVpcIngressConnections (Maybe Natural) Source #

The maximum number of results to include in each response (result page). It's used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

listVpcIngressConnections_nextToken :: Lens' ListVpcIngressConnections (Maybe Text) Source #

A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

Destructuring the Response

data ListVpcIngressConnectionsResponse Source #

See: newListVpcIngressConnectionsResponse smart constructor.

Constructors

ListVpcIngressConnectionsResponse' 

Fields

Instances

Instances details
Generic ListVpcIngressConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

Associated Types

type Rep ListVpcIngressConnectionsResponse :: Type -> Type #

Read ListVpcIngressConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

Show ListVpcIngressConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

NFData ListVpcIngressConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

Eq ListVpcIngressConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

type Rep ListVpcIngressConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListVpcIngressConnections

type Rep ListVpcIngressConnectionsResponse = D1 ('MetaData "ListVpcIngressConnectionsResponse" "Amazonka.AppRunner.ListVpcIngressConnections" "amazonka-apprunner-2.0-EwwUWnxXZrM2Mgbv25gcO5" 'False) (C1 ('MetaCons "ListVpcIngressConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "vpcIngressConnectionSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VpcIngressConnectionSummary]))))

newListVpcIngressConnectionsResponse Source #

Create a value of ListVpcIngressConnectionsResponse 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:

ListVpcIngressConnections, listVpcIngressConnectionsResponse_nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

$sel:httpStatus:ListVpcIngressConnectionsResponse', listVpcIngressConnectionsResponse_httpStatus - The response's http status code.

$sel:vpcIngressConnectionSummaryList:ListVpcIngressConnectionsResponse', listVpcIngressConnectionsResponse_vpcIngressConnectionSummaryList - A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to MaxResults records for each call.

Response Lenses

listVpcIngressConnectionsResponse_nextToken :: Lens' ListVpcIngressConnectionsResponse (Maybe Text) Source #

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

listVpcIngressConnectionsResponse_vpcIngressConnectionSummaryList :: Lens' ListVpcIngressConnectionsResponse [VpcIngressConnectionSummary] Source #

A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to MaxResults records for each call.