We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10169f3 commit 8f9976aCopy full SHA for 8f9976a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Changed
6
+
7
+- AWS enhancement: Documentation updates.
8
9
## 1.9.0
10
11
### Added
src/Result/GetAuthorizationTokenResponse.php
@@ -11,6 +11,9 @@ class GetAuthorizationTokenResponse extends Result
/**
12
* A list of authorization token data objects that correspond to the `registryIds` values in the request.
13
*
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
+ *
17
* @var AuthorizationData[]
18
*/
19
private $authorizationData;
0 commit comments