Skip to content

Commit 9acd980

Browse files
Update generated code (#1937)
update generated code
1 parent 4c0155b commit 9acd980

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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: This release 1/ Adds support for throttled keys mode for CloudWatch Contributor Insights, 2/ Adds throttling reasons to exceptions across dataplane APIs. 3/ Explicitly models ThrottlingException as a class in statically typed languages. Refer to the launch day blog post for more details.
88

9+
### Changed
10+
11+
- AWS enhancement: Documentation updates.
12+
913
## 3.7.0
1014

1115
### Added

src/Exception/RequestLimitExceededException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* Throughput exceeds the current throughput quota for your account. For detailed information about why the request was
1111
* throttled and the ARN of the impacted resource, find the ThrottlingReason [^1] field in the returned exception.
12-
* Contact Amazon Web ServicesSupport [^2] to request a quota increase.
12+
* Contact Amazon Web Services Support [^2] to request a quota increase.
1313
*
1414
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html
1515
* [^2]: https://aws.amazon.com/support

0 commit comments

Comments
 (0)