Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data ListLoggingConfigurations = ListLoggingConfigurations' {}
- newListLoggingConfigurations :: ListLoggingConfigurations
- listLoggingConfigurations_nextMarker :: Lens' ListLoggingConfigurations (Maybe Text)
- listLoggingConfigurations_limit :: Lens' ListLoggingConfigurations (Maybe Natural)
- data ListLoggingConfigurationsResponse = ListLoggingConfigurationsResponse' {}
- newListLoggingConfigurationsResponse :: Int -> ListLoggingConfigurationsResponse
- listLoggingConfigurationsResponse_nextMarker :: Lens' ListLoggingConfigurationsResponse (Maybe Text)
- listLoggingConfigurationsResponse_loggingConfigurations :: Lens' ListLoggingConfigurationsResponse (Maybe [LoggingConfiguration])
- listLoggingConfigurationsResponse_httpStatus :: Lens' ListLoggingConfigurationsResponse Int
Creating a Request
data ListLoggingConfigurations Source #
See: newListLoggingConfigurations
smart constructor.
ListLoggingConfigurations' | |
|
Instances
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.
ListLoggingConfigurationsResponse' | |
|
Instances
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.
listLoggingConfigurationsResponse_loggingConfigurations :: Lens' ListLoggingConfigurationsResponse (Maybe [LoggingConfiguration]) Source #
An array of LoggingConfiguration objects.
listLoggingConfigurationsResponse_httpStatus :: Lens' ListLoggingConfigurationsResponse Int Source #
The response's http status code.