feat(coverage): expand service coverage — 5 new services, 8 existing deepened#68
Draft
JesseKoldewijn wants to merge 4 commits intodevelopfrom
Draft
feat(coverage): expand service coverage — 5 new services, 8 existing deepened#68JesseKoldewijn wants to merge 4 commits intodevelopfrom
JesseKoldewijn wants to merge 4 commits intodevelopfrom
Conversation
…gap-fills across 8 existing services New services: ECS, RDS, Cognito, ElastiCache, CloudTrail Deepened services: SES (+9 ops), Redshift (+8 ops), Route53 (+7 ops), OpenSearch (+8 ops), EC2 (+21 ops), SSM (+12 ops), STS (+2 ops) Adds ~120 operations total, bringing the supported service count from 24 to 29 (ECS, RDS, Cognito, ElastiCache, CloudTrail added to README). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Contributor
CI ResultsChecks
|
Points AI agents to AGENTS.md as the canonical context file. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
- cargo fmt --all: fix line-length formatting across cloudtrail, cognito, ecs, elasticache, and multiple test files - Add cloudtrail, cognito, ecs, elasticache, rds to service-matrix.json - Add probe entries for all 5 new services in all-services-smoke.json - Add guided manifest JSON for cloudtrail, cognito, ecs, elasticache, rds Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
…py lint - parity.rs: add ecs, rds, cognito, elasticache, cloudtrail to all_service_names() and the README→service-id match block so the readme_supported_services_match_all_services_smoke_inventory test passes - studio-ui/explorer.rs: replace manual integer division with checked_div to fix the pre-existing `manual checked division` clippy lint Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Continues the service coverage expansion started in #62. This batch adds 5 new services and significantly deepens 8 existing ones, adding ~120 operations total and raising the supported service count from 24 → 29.
New services
AdminInitiateAuth(17 ops)StartLogging/StopLogging,LookupEvents, tags (11 ops)Deepened existing services
DeleteSubnet/DeleteSecurityGroup,StopInstances/StartInstances,CreateTags/DescribeTags,DescribeAvailabilityZones,DescribeRegionsSendCommand,ListCommands,GetCommandInvocation,GetParameterHistory, tag managementGetSendQuota/GetSendStatistics,SendTemplatedEmail, notification attributesEnableLogging/DisableLoggingListHostedZonesByName,GetHostedZoneCount,ChangeTagsForResource/ListTagsForResourceDescribeDomains(batch),AddTags/RemoveTags/ListTags,GetCompatibleVersions,ListVersions, software update opsAssumeRoleWithWebIdentity,AssumeRoleWithSAMLBug fix
TerminateInstances/StopInstances/StartInstances:collect_indexed_paramsnow checks bothquery_paramsandrequest_body, fixing a regression in thesmoke_ec2_instance_lifecycle_with_latency_guardrailintegration test where form-body parameters weren't found.Test plan
cargo test --workspace— all tests pass (zero failures)cargo clippy --all-targets --all-features -- -D warnings— zero warnings in changed cratescargo build --workspace— clean buildsmoke_ec2_instance_lifecycle_with_latency_guardrailpasses