Skip to content

Commit 1dea7c5

Browse files
Update generated code (#1903)
update generated code
1 parent b1ed550 commit 1dea7c5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.344.6"
3+
"${LATEST}": "3.344.7"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Ecr/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/Service/Ecr/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)