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 |
Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.
This operation returns paginated results.
Synopsis
- data ListByoipCidrs = ListByoipCidrs' {}
- newListByoipCidrs :: ListByoipCidrs
- listByoipCidrs_nextToken :: Lens' ListByoipCidrs (Maybe Text)
- listByoipCidrs_maxResults :: Lens' ListByoipCidrs (Maybe Natural)
- data ListByoipCidrsResponse = ListByoipCidrsResponse' {
- nextToken :: Maybe Text
- byoipCidrs :: Maybe [ByoipCidr]
- httpStatus :: Int
- newListByoipCidrsResponse :: Int -> ListByoipCidrsResponse
- listByoipCidrsResponse_nextToken :: Lens' ListByoipCidrsResponse (Maybe Text)
- listByoipCidrsResponse_byoipCidrs :: Lens' ListByoipCidrsResponse (Maybe [ByoipCidr])
- listByoipCidrsResponse_httpStatus :: Lens' ListByoipCidrsResponse Int
Creating a Request
data ListByoipCidrs Source #
See: newListByoipCidrs
smart constructor.
Instances
newListByoipCidrs :: ListByoipCidrs Source #
Create a value of ListByoipCidrs
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:nextToken:ListByoipCidrs'
, listByoipCidrs_nextToken
- The token for the next page of results.
$sel:maxResults:ListByoipCidrs'
, listByoipCidrs_maxResults
- The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
Request Lenses
listByoipCidrs_nextToken :: Lens' ListByoipCidrs (Maybe Text) Source #
The token for the next page of results.
listByoipCidrs_maxResults :: Lens' ListByoipCidrs (Maybe Natural) Source #
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
Destructuring the Response
data ListByoipCidrsResponse Source #
See: newListByoipCidrsResponse
smart constructor.
ListByoipCidrsResponse' | |
|
Instances
newListByoipCidrsResponse Source #
Create a value of ListByoipCidrsResponse
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:nextToken:ListByoipCidrs'
, listByoipCidrsResponse_nextToken
- The token for the next page of results.
$sel:byoipCidrs:ListByoipCidrsResponse'
, listByoipCidrsResponse_byoipCidrs
- Information about your address ranges.
$sel:httpStatus:ListByoipCidrsResponse'
, listByoipCidrsResponse_httpStatus
- The response's http status code.
Response Lenses
listByoipCidrsResponse_nextToken :: Lens' ListByoipCidrsResponse (Maybe Text) Source #
The token for the next page of results.
listByoipCidrsResponse_byoipCidrs :: Lens' ListByoipCidrsResponse (Maybe [ByoipCidr]) Source #
Information about your address ranges.
listByoipCidrsResponse_httpStatus :: Lens' ListByoipCidrsResponse Int Source #
The response's http status code.