libZSservicesZSamazonka-wafZSamazonka-waf
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.WAF.ListLoggingConfigurations

Description

This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.

For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

Returns an array of LoggingConfiguration objects.

This operation returns paginated results.

Synopsis

Creating a Request

data ListLoggingConfigurations Source #

See: newListLoggingConfigurations smart constructor.

Constructors

ListLoggingConfigurations' 

Fields

  • nextMarker :: Maybe Text

    If you specify a value for Limit and you have more LoggingConfigurations than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of LoggingConfigurations. For the second and subsequent ListLoggingConfigurations requests, specify the value of NextMarker from the previous response to get information about another batch of ListLoggingConfigurations.

  • limit :: Maybe Natural

    Specifies the number of LoggingConfigurations that you want AWS WAF to return for this request. If you have more LoggingConfigurations than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of LoggingConfigurations.

Instances

Instances details
Eq ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Read ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Show ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Generic ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Associated Types

type Rep ListLoggingConfigurations :: Type -> Type #

NFData ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Hashable ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

ToJSON ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

AWSPager ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

AWSRequest ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

ToHeaders ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

ToPath ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

ToQuery ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

type Rep ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

type Rep ListLoggingConfigurations = D1 ('MetaData "ListLoggingConfigurations" "Amazonka.WAF.ListLoggingConfigurations" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "ListLoggingConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListLoggingConfigurations Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

newListLoggingConfigurations :: ListLoggingConfigurations Source #

Create a value of ListLoggingConfigurations 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:nextMarker:ListLoggingConfigurations', listLoggingConfigurations_nextMarker - If you specify a value for Limit and you have more LoggingConfigurations than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of LoggingConfigurations. For the second and subsequent ListLoggingConfigurations requests, specify the value of NextMarker from the previous response to get information about another batch of ListLoggingConfigurations.

$sel:limit:ListLoggingConfigurations', listLoggingConfigurations_limit - Specifies the number of LoggingConfigurations that you want AWS WAF to return for this request. If you have more LoggingConfigurations than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of LoggingConfigurations.

Request Lenses

listLoggingConfigurations_nextMarker :: Lens' ListLoggingConfigurations (Maybe Text) Source #

If you specify a value for Limit and you have more LoggingConfigurations than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of LoggingConfigurations. For the second and subsequent ListLoggingConfigurations requests, specify the value of NextMarker from the previous response to get information about another batch of ListLoggingConfigurations.

listLoggingConfigurations_limit :: Lens' ListLoggingConfigurations (Maybe Natural) Source #

Specifies the number of LoggingConfigurations that you want AWS WAF to return for this request. If you have more LoggingConfigurations than the number that you specify for Limit, the response includes a NextMarker value that you can use to get another batch of LoggingConfigurations.

Destructuring the Response

data ListLoggingConfigurationsResponse Source #

See: newListLoggingConfigurationsResponse smart constructor.

Constructors

ListLoggingConfigurationsResponse' 

Fields

  • nextMarker :: Maybe Text

    If you have more LoggingConfigurations than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more LoggingConfigurations, submit another ListLoggingConfigurations request, and specify the NextMarker value from the response in the NextMarker value in the next request.

  • loggingConfigurations :: Maybe [LoggingConfiguration]

    An array of LoggingConfiguration objects.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListLoggingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Read ListLoggingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Show ListLoggingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Generic ListLoggingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

Associated Types

type Rep ListLoggingConfigurationsResponse :: Type -> Type #

NFData ListLoggingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

type Rep ListLoggingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.WAF.ListLoggingConfigurations

type Rep ListLoggingConfigurationsResponse = D1 ('MetaData "ListLoggingConfigurationsResponse" "Amazonka.WAF.ListLoggingConfigurations" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "ListLoggingConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loggingConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LoggingConfiguration])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLoggingConfigurationsResponse Source #

Create a value of ListLoggingConfigurationsResponse 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:nextMarker:ListLoggingConfigurations', listLoggingConfigurationsResponse_nextMarker - If you have more LoggingConfigurations than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more LoggingConfigurations, submit another ListLoggingConfigurations request, and specify the NextMarker value from the response in the NextMarker value in the next request.

$sel:loggingConfigurations:ListLoggingConfigurationsResponse', listLoggingConfigurationsResponse_loggingConfigurations - An array of LoggingConfiguration objects.

$sel:httpStatus:ListLoggingConfigurationsResponse', listLoggingConfigurationsResponse_httpStatus - The response's http status code.

Response Lenses

listLoggingConfigurationsResponse_nextMarker :: Lens' ListLoggingConfigurationsResponse (Maybe Text) Source #

If you have more LoggingConfigurations than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more LoggingConfigurations, submit another ListLoggingConfigurations request, and specify the NextMarker value from the response in the NextMarker value in the next request.