mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #12] [MERGED] Ensure PascalCase serialization for policy uploader #170
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/12
Author: @adpaco-aws
Created: 11/21/2025
Status: ✅ Merged
Merged: 11/21/2025
Merged by: @adpaco-aws
Base:
prerelease← Head:fix-serialize-policy-uploader📝 Commits (1)
1e7f3e5Ensure PascalCase serialization for policy uploader types📊 Changes
1 file changed (+9 additions, -0 deletions)
View changed files
📝
iam-policy-autopilot-tools/src/lib.rs(+9 -0)📄 Description
Description of changes: Adds PascalCase serialization for
UploadResponseandBatchUploadResponsewhich were missing it. Extended a test to check the serialization of these types.Note: We are making updates to ensure PascalCase serialization across our public types, this PR covers the policy tools package.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.