Skip to content

Commit 37de7de

Browse files
Update generated code (#1903)
update generated code
1 parent 697fa33 commit 37de7de

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
@@ -6,6 +6,10 @@
66

77
- AWS api-change: Rework regions configuration
88

9+
### Changed
10+
11+
- AWS enhancement: Documentation updates.
12+
913
## 1.10.0
1014

1115
### 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)