Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[issues-1787] add AssumeRole op to presign generate list #1888

Merged
merged 2 commits into from Oct 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changelog/3d0e99b328234ac884bc58cfed344b21.json
@@ -0,0 +1,8 @@
{
"id": "3d0e99b3-2823-4ac8-84bc-58cfed344b21",
"type": "feature",
"description": "Add presign functionality for sts:AssumeRole operation",
"modules": [
"service/sts"
]
}
Expand Up @@ -100,7 +100,9 @@ public class AwsHttpPresignURLClientGenerator implements GoIntegration {
ShapeId.from("com.amazonaws.s3#DeleteBucket")
),
ShapeId.from("com.amazonaws.sts#AWSSecurityTokenServiceV20110615"), SetUtils.of(
ShapeId.from("com.amazonaws.sts#GetCallerIdentity"))
ShapeId.from("com.amazonaws.sts#GetCallerIdentity"),
ShapeId.from("com.amazonaws.sts#AssumeRole")
)
);

// map of service to list of operations for which presignedURL client and operation should
Expand Down
24 changes: 24 additions & 0 deletions service/sts/api_op_AssumeRole.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.