Skip to content

Commit 1dc8603

Browse files
authored
Display link to ApiReference in client's methods (#749)
* Provide link to Api Reference in client * Regenerate files * Distinguish userguide and api reference documentations
1 parent fe979d3 commit 1dc8603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Sts/StsClient.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class StsClient extends AbstractApi
2525
*
2626
* @see https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html
2727
* @see https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison
28+
* @see https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
2829
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-sts-2011-06-15.html#assumerole
2930
*
3031
* @param array{
@@ -54,6 +55,7 @@ public function assumeRole($input): AssumeRoleResponse
5455
* with a web identity provider. Example providers include Amazon Cognito, Login with Amazon, Facebook, Google, or any
5556
* OpenID Connect-compatible identity provider.
5657
*
58+
* @see https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html
5759
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-sts-2011-06-15.html#assumerolewithwebidentity
5860
*
5961
* @param array{
@@ -78,6 +80,7 @@ public function assumeRoleWithWebIdentity($input): AssumeRoleWithWebIdentityResp
7880
/**
7981
* Returns details about the IAM user or role whose credentials are used to call the operation.
8082
*
83+
* @see https://docs.aws.amazon.com/STS/latest/APIReference/API_GetCallerIdentity.html
8184
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-sts-2011-06-15.html#getcalleridentity
8285
*
8386
* @param array{

0 commit comments

Comments
 (0)