Skip to content

Commit

Permalink
Update generated code (#1647)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Jan 12, 2024
1 parent 8270b73 commit e1fcd22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 2.2.0

### Added
Expand Down
5 changes: 2 additions & 3 deletions src/Result/GetSecretValueResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ class GetSecretValueResponse extends Result

/**
* The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte array.
* The response parameter represents the binary data as a base64-encoded [^1] string.
* When you retrieve a `SecretBinary` using the HTTP API, the Python SDK, or the Amazon Web Services CLI, the value is
* Base64-encoded. Otherwise, it is not encoded.
*
* If the secret was created by using the Secrets Manager console, or if the secret value was originally provided as a
* string, then this field is omitted. The secret value appears in `SecretString` instead.
*
* [^1]: https://tools.ietf.org/html/rfc4648#section-4
*
* @var string|null
*/
private $secretBinary;
Expand Down
4 changes: 2 additions & 2 deletions src/ValueObject/SecretListEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ final class SecretListEntry
private $deletedDate;

/**
* The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation, Secrets
* Manager returns null.
* The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or
* rotation has been disabled, Secrets Manager returns null.
*
* @var \DateTimeImmutable|null
*/
Expand Down

0 comments on commit e1fcd22

Please sign in to comment.