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: aws-android-sdk-core/src/main/java/com/amazonaws/services/securitytoken/AWSSecurityTokenServiceClient.java
+31-7Lines changed: 31 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -856,17 +856,17 @@ public AssumeRoleWithWebIdentityResult assumeRoleWithWebIdentity(
856
856
* temporary credentials that are created using STS operations. If the
857
857
* account in the response belongs to you, you can sign in as the root user
858
858
* and review your root user access keys. Then, you can pull a <a href=
Copy file name to clipboardExpand all lines: aws-android-sdk-core/src/main/java/com/amazonaws/services/securitytoken/model/GetAccessKeyInfoRequest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,18 @@
39
39
* temporary credentials that are created using STS operations. If the account
40
40
* in the response belongs to you, you can sign in as the root user and review
41
41
* your root user access keys. Then, you can pull a <a href=
Copy file name to clipboardExpand all lines: aws-android-sdk-core/src/main/java/com/amazonaws/services/securitytoken/model/GetCallerIdentityRequest.java
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,21 @@
21
21
22
22
/**
23
23
* <p>
24
-
* Returns details about the IAM identity whose credentials are used to call the
25
-
* API.
24
+
* Returns details about the IAM user or role whose credentials are used to call
25
+
* the operation.
26
26
* </p>
27
+
* <note>
28
+
* <p>
29
+
* No permissions are required to perform this operation. If an administrator
30
+
* adds a policy to your IAM user or role that explicitly denies access to the
31
+
* <code>sts:GetCallerIdentity</code> action, you can still perform this
32
+
* operation. Permissions are not required because the same information is
33
+
* returned when an IAM user or role is denied access. To view an example
Copy file name to clipboardExpand all lines: aws-android-sdk-core/src/main/java/com/amazonaws/services/securitytoken/model/GetFederationTokenRequest.java
+36-31Lines changed: 36 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -200,9 +200,10 @@ public class GetFederationTokenRequest extends AmazonWebServiceRequest implement
200
200
* 10 managed policies to use as managed session policies. The plain text
201
201
* that you use for both inline and managed session policies shouldn't
202
202
* exceed 2048 characters. You can provide up to 10 managed policy ARNs. For
0 commit comments