Skip to content

Commit 7fcc622

Browse files
Update generated code (#1956)
update generated code
1 parent 98e8390 commit 7fcc622

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
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.356.28"
3+
"${LATEST}": "3.356.31"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CloudFormation/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.10.0
610

711
### Added

src/Service/CloudFormation/src/ValueObject/Tag.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111
final class Tag
1212
{
1313
/**
14-
* *Required*. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned
15-
* by Amazon Web Services have the reserved prefix: `aws:`.
14+
* A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon
15+
* Web Services have the reserved prefix: `aws:`.
1616
*
1717
* @var string
1818
*/
1919
private $key;
2020

2121
/**
22-
* *Required*. A string that contains the value for this tag. You can specify a maximum of 256 characters for a tag
23-
* value.
22+
* A string that contains the value for this tag. You can specify a maximum of 256 characters for a tag value.
2423
*
2524
* @var string
2625
*/

0 commit comments

Comments
 (0)