Skip to content

Commit 0ad9bf7

Browse files
chore: release 1.5.30
1 parent f0bbf00 commit 0ad9bf7

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.changes/caf14041-a20b-4e51-a29b-c0421231bf3d.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.5.30] - 09/02/2025
4+
5+
### Features
6+
* (**ec2**) MaximumEbsAttachments and AttachmentLimitType fields added to DescribeInstanceTypesResponse. G6f, Gr6f, R8i, R8i-flex and p5.4xlarge instance types added to InstanceTypes enum.
7+
* (**neptune**) Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter.
8+
* (**notifications**) Added Org support for notifications: - `ListMemberAccounts` gets member accounts list, `AssociateOrganizationalUnit` links OU to notification configuration, `DisassociateOrganizationalUnit` removes OU from notification configuration, `ListOrganizationalUnits` shows OUs configured for notifications.
9+
* (**workmail**) Make RoleArn an optional parameter for the PutEmailMonitoringConfiguration API, and add UnsupportedOperationException to RegisterToWorkMail.
10+
11+
### Miscellaneous
12+
* Remove SMS service
13+
314
## [1.5.29] - 08/29/2025
415

516
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.5.30-SNAPSHOT
9+
sdkVersion=1.5.30
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)