Skip to content

Commit

Permalink
feat(client-global-accelerator): Fixed error where ListCustomRoutingE…
Browse files Browse the repository at this point in the history
…ndpointGroups did not have a paginator
  • Loading branch information
awstools committed Oct 17, 2023
1 parent f1a4256 commit 7d309f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codegen/sdk-codegen/aws-models/global-accelerator.json
Expand Up @@ -4020,6 +4020,7 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "EndpointGroups",
"pageSize": "MaxResults"
}
}
Expand Down Expand Up @@ -5745,4 +5746,4 @@
}
}
}
}
}

0 comments on commit 7d309f3

Please sign in to comment.