Skip to content

Commit 8f9976a

Browse files
Update generated code (#1870)
* update generated code * Update src/Service/CodeBuild/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 10169f3 commit 8f9976a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.9.0
610

711
### Added

src/Result/GetAuthorizationTokenResponse.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ class GetAuthorizationTokenResponse extends Result
1111
/**
1212
* A list of authorization token data objects that correspond to the `registryIds` values in the request.
1313
*
14+
* > The size of the authorization token returned by Amazon ECR is not fixed. We recommend that you don't make
15+
* > assumptions about the maximum size.
16+
*
1417
* @var AuthorizationData[]
1518
*/
1619
private $authorizationData;

0 commit comments

Comments
 (0)