Skip to content

Commit 87b96c7

Browse files
Update generated code (#1713)
update generated code
1 parent c05ee7e commit 87b96c7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.306.7"
3+
"${LATEST}": "3.307.0"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/SecretsManager/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+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 2.2.2
610

711
### Changed

src/Service/SecretsManager/src/Input/GetSecretValueRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
final class GetSecretValueRequest extends Input
1111
{
1212
/**
13-
* The ARN or name of the secret to retrieve.
13+
* The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN.
1414
*
1515
* For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a
1616
* partial ARN [^1].

0 commit comments

Comments
 (0)