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 697fa33 commit 37de7deCopy full SHA for 37de7de
CHANGELOG.md
@@ -6,6 +6,10 @@
6
7
- AWS api-change: Rework regions configuration
8
9
+### Changed
10
+
11
+- AWS enhancement: Documentation updates.
12
13
## 1.10.0
14
15
### Added
src/Result/GetAuthorizationTokenResponse.php
@@ -11,6 +11,9 @@ class GetAuthorizationTokenResponse extends Result
/**
* A list of authorization token data objects that correspond to the `registryIds` values in the request.
*
+ * > The size of the authorization token returned by Amazon ECR is not fixed. We recommend that you don't make
+ * > assumptions about the maximum size.
16
+ *
17
* @var AuthorizationData[]
18
*/
19
private $authorizationData;
0 commit comments