No paginator for DescribeLockedSnapshots? #2611
Labels
feature-request
A feature should be added or improved.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the bug
The DescribeLockedSnapshots API returns paginated results, with a
nextToken
.Other paginated APIs have paginator helpers, such as https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.156.0/service/ec2/api_op_DescribeSnapshots.go#L241.
Expected Behavior
It would be nice if there was a paginator for locked snapshots, created by e.g.
NewDescribeLockedSnapshotsPaginator
.Current Behavior
There is no paginator API; you can fetch results one page at a time I presume.
Reproduction Steps
n/a, it doesn't crash, the feature just isn't there
Possible Solution
It would be nice if there was a paginator for locked snapshots, created by e.g.
NewDescribeLockedSnapshotsPaginator
.Additional Information/Context
No response
SDK version used
v1.156.0
Environment details (Version of Go (
go version
)? OS name and version, etc.)go version go1.22.1 darwin/arm64
The text was updated successfully, but these errors were encountered: