Skip to content

Commit

Permalink
3.326.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Nov 13, 2024
1 parent 1117005 commit 5420284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.326.0 - 2024-11-13

* `Aws\DynamoDB` - This release includes supports the new WarmThroughput feature for DynamoDB. You can now provide an optional WarmThroughput attribute for CreateTable or UpdateTable APIs to pre-warm your table or global secondary index. You can also use DescribeTable to see the latest WarmThroughput value.
* `Aws\EC2` - This release adds the source AMI details in DescribeImages API
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@
*/
class Sdk
{
const VERSION = '3.325.7';
const VERSION = '3.326.0';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit 5420284

Please sign in to comment.