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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## [1.4.34] - 03/04/2025
4
+
5
+
### Features
6
+
* (**iotmanagedintegrations**) Adding managed integrations APIs for IoT Device Management to setup and control devices across different manufacturers and connectivity protocols. APIs include managedthing operations, credential and provisioning profile management, notification configuration, and OTA update.
7
+
* (**iotsitewise**) AWS IoT SiteWise now supports MQTT-enabled, V3 gateways. Configure data destinations for real-time ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can also use path filters for precise data collection from specific MQTT topics.
8
+
9
+
### Documentation
10
+
* (**elasticache**) Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.
11
+
* (**rds**) Note support for Database Insights for Amazon RDS.
Copy file name to clipboardExpand all lines: codegen/sdk/aws-models/elasticache.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3757,7 +3757,7 @@
3757
3757
"target": "com.amazonaws.elasticache#String",
3758
3758
"traits": {
3759
3759
"smithy.api#clientOptional": {},
3760
-
"smithy.api#documentation": "<p>The name of the cache parameter group family that the cache parameter group can be\n used with.</p>\n <p>Valid values are: <code>memcached1.4</code> | <code>memcached1.5</code> |\n <code>memcached1.6</code> | <code>redis2.6</code> | <code>redis2.8</code> |\n<code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> |\n <code>redis6.x</code> | <code>redis7</code>\n </p>",
3760
+
"smithy.api#documentation": "<p>The name of the cache parameter group family that the cache parameter group can be\n used with.</p>\n <p>Valid values are: <code>valkey8</code> | <code>valkey7</code> | <code>memcached1.4</code> | <code>memcached1.5</code> |<code>memcached1.6</code> | <code>redis2.6</code> | <code>redis2.8</code> |\n<code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> | <code>redis6.x</code> | <code>redis7</code>\n </p>",
"smithy.api#documentation": "<p>A list of <code>ConfigureShard</code> objects that can be used to configure each\n shard in a Valkey or Redis OSS (cluster mode enabled) replication group. The\n <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>,\n <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>"
5339
+
"smithy.api#documentation": "<p>A list of <code>ConfigureShard</code> objects that can be used to configure each\n shard in a Valkey or Redis OSS replication group. The\n <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>,\n <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>"
0 commit comments