Skip to content

Commit 171a683

Browse files
Update generated code (#1365)
* update generated code * Update src/Service/Route53/CHANGELOG.md Co-authored-by: Jérémy Derussé <[email protected]>
1 parent d21e505 commit 171a683

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.18.0
610

711
### Added

src/Sts/StsClient.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
class StsClient extends AbstractApi
2626
{
2727
/**
28-
* Returns a set of temporary security credentials that you can use to access Amazon Web Services resources that you
29-
* might not normally have access to. These temporary credentials consist of an access key ID, a secret access key, and
30-
* a security token. Typically, you use `AssumeRole` within your account or for cross-account access. For a comparison
31-
* of `AssumeRole` with other API operations that produce temporary credentials, see Requesting Temporary Security
32-
* Credentials and Comparing the Amazon Web Services STS API operations in the *IAM User Guide*.
28+
* Returns a set of temporary security credentials that you can use to access Amazon Web Services resources. These
29+
* temporary credentials consist of an access key ID, a secret access key, and a security token. Typically, you use
30+
* `AssumeRole` within your account or for cross-account access. For a comparison of `AssumeRole` with other API
31+
* operations that produce temporary credentials, see Requesting Temporary Security Credentials and Comparing the Amazon
32+
* Web Services STS API operations in the *IAM User Guide*.
3333
*
3434
* @see https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html
3535
* @see https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison

0 commit comments

Comments
 (0)