Skip to content

Commit

Permalink
Merge pull request #1888 from aws/isvita/issues-1787
Browse files Browse the repository at this point in the history
[issues-1787] add AssumeRole op to presign generate list
  • Loading branch information
isaiahvita committed Oct 21, 2022
2 parents cde8cbc + 56eb993 commit 0fab39a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
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.

0 comments on commit 0fab39a

Please sign in to comment.