Skip to content

Feat/stream pagination methods#203

Merged
floydspace merged 4 commits intomainfrom
feat/stream-pagination-methods
Mar 10, 2026
Merged

Feat/stream pagination methods#203
floydspace merged 4 commits intomainfrom
feat/stream-pagination-methods

Conversation

@floydspace
Copy link
Owner

@floydspace floydspace commented Mar 10, 2026

closes #145

- Enhanced SSMService with multiple pagination functions for Describe and List commands.
- Introduced pagination capabilities in TextractService for ListAdapters and ListAdapterVersions.
- Added pagination support in TimestreamInfluxDBService for database and parameter group listings.
- Implemented pagination in TimestreamQueryService for scheduled queries and tags.
- Extended TimestreamWriteService with pagination for batch load tasks, databases, and tables.
- Updated client generation script to include pagination handling in generated services.
@changeset-bot
Copy link

changeset-bot bot commented Mar 10, 2026

🦋 Changeset detected

Latest commit: 7d98815

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 63 packages
Name Type
@effect-aws/client-cognito-identity-provider Minor
@effect-aws/client-opensearch-serverless Minor
@effect-aws/client-timestream-influxdb Minor
@effect-aws/client-timestream-query Minor
@effect-aws/client-timestream-write Minor
@effect-aws/client-bedrock-runtime Minor
@effect-aws/client-cloudwatch-logs Minor
@effect-aws/client-secrets-manager Minor
@effect-aws/client-api-gateway-v2 Minor
@effect-aws/client-cloudformation Minor
@effect-aws/client-iot-data-plane Minor
@effect-aws/client-data-pipeline Minor
@effect-aws/client-organizations Minor
@effect-aws/client-auto-scaling Minor
@effect-aws/client-iot-wireless Minor
@effect-aws/client-kafkaconnect Minor
@effect-aws/client-api-gateway Minor
@effect-aws/client-elasticache Minor
@effect-aws/client-cloudtrail Minor
@effect-aws/client-cloudwatch Minor
@effect-aws/client-codedeploy Minor
@effect-aws/client-opensearch Minor
@effect-aws/client-scheduler Minor
@effect-aws/client-dynamodb Minor
@effect-aws/client-textract Minor
@effect-aws/client-account Minor
@effect-aws/client-bedrock Minor
@effect-aws/client-kinesis Minor
@effect-aws/client-athena Minor
@effect-aws/client-lambda Minor
@effect-aws/client-kafka Minor
@effect-aws/client-dsql Minor
@effect-aws/client-glue Minor
@effect-aws/client-ec2 Minor
@effect-aws/client-ecr Minor
@effect-aws/client-ecs Minor
@effect-aws/client-iam Minor
@effect-aws/client-iot Minor
@effect-aws/client-ivs Minor
@effect-aws/client-kms Minor
@effect-aws/client-rds Minor
@effect-aws/client-ses Minor
@effect-aws/client-sfn Minor
@effect-aws/client-sns Minor
@effect-aws/client-sqs Minor
@effect-aws/client-ssm Minor
@effect-aws/client-mq Minor
@effect-aws/client-s3 Minor
@effect-aws/commons Minor
@effect-aws/secrets-manager Major
@effect-aws/dynamodb Major
@effect-aws/ssm Major
@effect-aws/s3 Major
@effect-aws/client-api-gateway-management-api Minor
@effect-aws/client-cloudsearch Minor
@effect-aws/client-cloudwatch-events Minor
@effect-aws/client-eventbridge Minor
@effect-aws/client-firehose Minor
@effect-aws/client-iot-events Minor
@effect-aws/client-iot-events-data Minor
@effect-aws/client-iot-jobs-data-plane Minor
@effect-aws/client-sts Minor
@effect-aws/http-handler Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@floydspace floydspace merged commit 853b777 into main Mar 10, 2026
7 checks passed
@floydspace floydspace deleted the feat/stream-pagination-methods branch March 10, 2026 22:10
@github-actions github-actions bot mentioned this pull request Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Try generate method returning Stream from paginated results

1 participant