We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0b2fa commit 17e7dd5Copy full SHA for 17e7dd5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.355.0 - 2025-08-18
4
5
* `Aws\Batch` - Added default_x86_64 and default_arm64 as values to the instanceTypes field.
6
* `Aws\SageMaker` - Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
src/Sdk.php
@@ -837,7 +837,7 @@
837
*/
838
class Sdk
839
{
840
- const VERSION = '3.354.1';
+ const VERSION = '3.355.0';
841
842
/** @var array Arguments for creating clients */
843
private $args;
0 commit comments