| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GlobalAccelerator.ListByoipCidrs
Description
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_maxResults :: Lens' ListByoipCidrs (Maybe Natural)
- listByoipCidrs_nextToken :: Lens' ListByoipCidrs (Maybe Text)
- data ListByoipCidrsResponse = ListByoipCidrsResponse' {
- byoipCidrs :: Maybe [ByoipCidr]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListByoipCidrsResponse :: Int -> ListByoipCidrsResponse
- listByoipCidrsResponse_byoipCidrs :: Lens' ListByoipCidrsResponse (Maybe [ByoipCidr])
- listByoipCidrsResponse_nextToken :: Lens' ListByoipCidrsResponse (Maybe Text)
- listByoipCidrsResponse_httpStatus :: Lens' ListByoipCidrsResponse Int
Creating a Request
data ListByoipCidrs Source #
See: newListByoipCidrs smart constructor.
Constructors
| ListByoipCidrs' | |
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: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.
ListByoipCidrs, listByoipCidrs_nextToken - The token for the next page of results.
Request Lenses
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.
listByoipCidrs_nextToken :: Lens' ListByoipCidrs (Maybe Text) Source #
The token for the next page of results.
Destructuring the Response
data ListByoipCidrsResponse Source #
See: newListByoipCidrsResponse smart constructor.
Constructors
| ListByoipCidrsResponse' | |
Fields
| |
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:byoipCidrs:ListByoipCidrsResponse', listByoipCidrsResponse_byoipCidrs - Information about your address ranges.
ListByoipCidrs, listByoipCidrsResponse_nextToken - The token for the next page of results.
$sel:httpStatus:ListByoipCidrsResponse', listByoipCidrsResponse_httpStatus - The response's http status code.
Response Lenses
listByoipCidrsResponse_byoipCidrs :: Lens' ListByoipCidrsResponse (Maybe [ByoipCidr]) Source #
Information about your address ranges.
listByoipCidrsResponse_nextToken :: Lens' ListByoipCidrsResponse (Maybe Text) Source #
The token for the next page of results.
listByoipCidrsResponse_httpStatus :: Lens' ListByoipCidrsResponse Int Source #
The response's http status code.