File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
src/Service/CloudFormation Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 22
33## NOT RELEASED
44
5+ ### Changed
6+
7+ - AWS enhancement: Documentation updates.
8+
59## 1.10.0
610
711### Added
Original file line number Diff line number Diff line change 1111final 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 */
You can’t perform that action at this time.
0 commit comments