You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.spec.ts
Copy file name to clipboardExpand all lines: codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultStsRoleAssumers.ts
+37-4
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,31 @@ export type RoleAssumer = (
26
26
27
27
constASSUME_ROLE_DEFAULT_REGION="us-east-1";
28
28
29
+
interfaceAssumedRoleUser{
30
+
/**
31
+
* The ARN of the temporary security credentials that are returned from the AssumeRole action.
32
+
*/
33
+
Arn?: string;
34
+
35
+
/**
36
+
* A unique identifier that contains the role ID and the role session name of the role that is being assumed.
0 commit comments