You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## [1.4.64] - 04/16/2025
4
+
5
+
### Features
6
+
* (**connectcases**) This feature provides capabilities to help track and meet service level agreements (SLAs) on cases programmatically. It allows configuring a new related item of type `Sla` on a case using CreateRelatedItem API and provides the ability to search for this new related item using SearchRelatedItems API.
7
+
* (**dsql**) Added GetClusterEndpointService API. The new API allows retrieving endpoint service name specific to a cluster.
8
+
* (**eks**) Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes.
9
+
* (**eventbridge**) Adding support for KmsKeyIdentifer in CreateConnection, UpdateConnection and DescribeConnection APIs
10
+
* (**resourcegroups**) Resource Groups: TagSyncTasks can be created with ResourceQuery
11
+
* (**s3tables**) S3 Tables now supports setting encryption configurations on table buckets and tables. Encryption configurations can use server side encryption using AES256 or KMS customer-managed keys.
12
+
13
+
### Documentation
14
+
* (**servicecatalog**) Updated default value for the access-level-filter in SearchProvisionedProducts API to Account. For access to userLevel or roleLevel, the user must provide access-level-filter parameter.
0 commit comments