| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Route53.ListReusableDelegationSets
Description
Retrieves a list of the reusable delegation sets that are associated with the current AWS account.
Synopsis
- listReusableDelegationSets :: ListReusableDelegationSets
- data ListReusableDelegationSets
- lrdsMarker :: Lens' ListReusableDelegationSets (Maybe Text)
- lrdsMaxItems :: Lens' ListReusableDelegationSets (Maybe Text)
- listReusableDelegationSetsResponse :: Int -> Text -> Bool -> Text -> ListReusableDelegationSetsResponse
- data ListReusableDelegationSetsResponse
- lrdsrsNextMarker :: Lens' ListReusableDelegationSetsResponse (Maybe Text)
- lrdsrsResponseStatus :: Lens' ListReusableDelegationSetsResponse Int
- lrdsrsDelegationSets :: Lens' ListReusableDelegationSetsResponse [DelegationSet]
- lrdsrsMarker :: Lens' ListReusableDelegationSetsResponse Text
- lrdsrsIsTruncated :: Lens' ListReusableDelegationSetsResponse Bool
- lrdsrsMaxItems :: Lens' ListReusableDelegationSetsResponse Text
Creating a Request
listReusableDelegationSets :: ListReusableDelegationSets Source #
Creates a value of ListReusableDelegationSets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lrdsMarker- If the value ofIsTruncatedin the previous response wastrue, you have more reusable delegation sets. To get another group, submit anotherListReusableDelegationSetsrequest. For the value ofmarker, specify the value ofNextMarkerfrom the previous response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another request. If the value ofIsTruncatedin the previous response wasfalse, there are no more reusable delegation sets to get.lrdsMaxItems- The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Amazon Route 53 returns only the first 100 reusable delegation sets.
data ListReusableDelegationSets Source #
A request to get a list of the reusable delegation sets that are associated with the current AWS account.
See: listReusableDelegationSets smart constructor.
Instances
Request Lenses
lrdsMarker :: Lens' ListReusableDelegationSets (Maybe Text) Source #
If the value of IsTruncated in the previous response was true , you have more reusable delegation sets. To get another group, submit another ListReusableDelegationSets request. For the value of marker , specify the value of NextMarker from the previous response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another request. If the value of IsTruncated in the previous response was false , there are no more reusable delegation sets to get.
lrdsMaxItems :: Lens' ListReusableDelegationSets (Maybe Text) Source #
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Amazon Route 53 returns only the first 100 reusable delegation sets.
Destructuring the Response
listReusableDelegationSetsResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Bool | |
| -> Text | |
| -> ListReusableDelegationSetsResponse |
Creates a value of ListReusableDelegationSetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lrdsrsNextMarker- IfIsTruncatedistrue, the value ofNextMarkeridentifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSetsrequest and specify the value ofNextMarkerin themarkerparameter.lrdsrsResponseStatus- -- | The response status code.lrdsrsDelegationSets- A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current AWS account.lrdsrsMarker- For the second and subsequent calls toListReusableDelegationSets,Markeris the value that you specified for themarkerparameter in the request that produced the current response.lrdsrsIsTruncated- A flag that indicates whether there are more reusable delegation sets to be listed.lrdsrsMaxItems- The value that you specified for themaxitemsparameter in the call toListReusableDelegationSetsthat produced the current response.
data ListReusableDelegationSetsResponse Source #
A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.
See: listReusableDelegationSetsResponse smart constructor.
Instances
Response Lenses
lrdsrsNextMarker :: Lens' ListReusableDelegationSetsResponse (Maybe Text) Source #
If IsTruncated is true , the value of NextMarker identifies the next reusable delegation set that Amazon Route 53 will return if you submit another ListReusableDelegationSets request and specify the value of NextMarker in the marker parameter.
lrdsrsResponseStatus :: Lens' ListReusableDelegationSetsResponse Int Source #
- - | The response status code.
lrdsrsDelegationSets :: Lens' ListReusableDelegationSetsResponse [DelegationSet] Source #
A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current AWS account.
lrdsrsMarker :: Lens' ListReusableDelegationSetsResponse Text Source #
For the second and subsequent calls to ListReusableDelegationSets , Marker is the value that you specified for the marker parameter in the request that produced the current response.
lrdsrsIsTruncated :: Lens' ListReusableDelegationSetsResponse Bool Source #
A flag that indicates whether there are more reusable delegation sets to be listed.
lrdsrsMaxItems :: Lens' ListReusableDelegationSetsResponse Text Source #
The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.