Skip to content

Commit cd0fc03

Browse files
Merging v1.4.34 release
2 parents db79068 + e68888a commit cd0fc03

File tree

8 files changed

+9204
-28
lines changed

8 files changed

+9204
-28
lines changed

CHANGELOG.md

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

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.
12+
313
## [1.4.33] - 03/03/2025
414

515
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 102 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23152,22 +23152,78 @@
2315223152
},
2315323153
"ssm-incidents" : {
2315423154
"endpoints" : {
23155-
"ap-northeast-1" : { },
23156-
"ap-northeast-2" : { },
23157-
"ap-south-1" : { },
23158-
"ap-southeast-1" : { },
23159-
"ap-southeast-2" : { },
23155+
"ap-northeast-1" : {
23156+
"variants" : [ {
23157+
"hostname" : "ssm-incidents.ap-northeast-1.api.aws",
23158+
"tags" : [ "dualstack" ]
23159+
} ]
23160+
},
23161+
"ap-northeast-2" : {
23162+
"variants" : [ {
23163+
"hostname" : "ssm-incidents.ap-northeast-2.api.aws",
23164+
"tags" : [ "dualstack" ]
23165+
} ]
23166+
},
23167+
"ap-south-1" : {
23168+
"variants" : [ {
23169+
"hostname" : "ssm-incidents.ap-south-1.api.aws",
23170+
"tags" : [ "dualstack" ]
23171+
} ]
23172+
},
23173+
"ap-southeast-1" : {
23174+
"variants" : [ {
23175+
"hostname" : "ssm-incidents.ap-southeast-1.api.aws",
23176+
"tags" : [ "dualstack" ]
23177+
} ]
23178+
},
23179+
"ap-southeast-2" : {
23180+
"variants" : [ {
23181+
"hostname" : "ssm-incidents.ap-southeast-2.api.aws",
23182+
"tags" : [ "dualstack" ]
23183+
} ]
23184+
},
2316023185
"ca-central-1" : {
2316123186
"variants" : [ {
2316223187
"hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com",
2316323188
"tags" : [ "fips" ]
23189+
}, {
23190+
"hostname" : "ssm-incidents-fips.ca-central-1.api.aws",
23191+
"tags" : [ "dualstack", "fips" ]
23192+
}, {
23193+
"hostname" : "ssm-incidents.ca-central-1.api.aws",
23194+
"tags" : [ "dualstack" ]
23195+
} ]
23196+
},
23197+
"eu-central-1" : {
23198+
"variants" : [ {
23199+
"hostname" : "ssm-incidents.eu-central-1.api.aws",
23200+
"tags" : [ "dualstack" ]
23201+
} ]
23202+
},
23203+
"eu-north-1" : {
23204+
"variants" : [ {
23205+
"hostname" : "ssm-incidents.eu-north-1.api.aws",
23206+
"tags" : [ "dualstack" ]
23207+
} ]
23208+
},
23209+
"eu-west-1" : {
23210+
"variants" : [ {
23211+
"hostname" : "ssm-incidents.eu-west-1.api.aws",
23212+
"tags" : [ "dualstack" ]
23213+
} ]
23214+
},
23215+
"eu-west-2" : {
23216+
"variants" : [ {
23217+
"hostname" : "ssm-incidents.eu-west-2.api.aws",
23218+
"tags" : [ "dualstack" ]
23219+
} ]
23220+
},
23221+
"eu-west-3" : {
23222+
"variants" : [ {
23223+
"hostname" : "ssm-incidents.eu-west-3.api.aws",
23224+
"tags" : [ "dualstack" ]
2316423225
} ]
2316523226
},
23166-
"eu-central-1" : { },
23167-
"eu-north-1" : { },
23168-
"eu-west-1" : { },
23169-
"eu-west-2" : { },
23170-
"eu-west-3" : { },
2317123227
"fips-ca-central-1" : {
2317223228
"credentialScope" : {
2317323229
"region" : "ca-central-1"
@@ -23203,29 +23259,58 @@
2320323259
"deprecated" : true,
2320423260
"hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com"
2320523261
},
23206-
"sa-east-1" : { },
23262+
"sa-east-1" : {
23263+
"variants" : [ {
23264+
"hostname" : "ssm-incidents.sa-east-1.api.aws",
23265+
"tags" : [ "dualstack" ]
23266+
} ]
23267+
},
2320723268
"us-east-1" : {
2320823269
"variants" : [ {
2320923270
"hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com",
2321023271
"tags" : [ "fips" ]
23272+
}, {
23273+
"hostname" : "ssm-incidents-fips.us-east-1.api.aws",
23274+
"tags" : [ "dualstack", "fips" ]
23275+
}, {
23276+
"hostname" : "ssm-incidents.us-east-1.api.aws",
23277+
"tags" : [ "dualstack" ]
2321123278
} ]
2321223279
},
2321323280
"us-east-2" : {
2321423281
"variants" : [ {
2321523282
"hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com",
2321623283
"tags" : [ "fips" ]
23284+
}, {
23285+
"hostname" : "ssm-incidents-fips.us-east-2.api.aws",
23286+
"tags" : [ "dualstack", "fips" ]
23287+
}, {
23288+
"hostname" : "ssm-incidents.us-east-2.api.aws",
23289+
"tags" : [ "dualstack" ]
2321723290
} ]
2321823291
},
2321923292
"us-west-1" : {
2322023293
"variants" : [ {
2322123294
"hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com",
2322223295
"tags" : [ "fips" ]
23296+
}, {
23297+
"hostname" : "ssm-incidents-fips.us-west-1.api.aws",
23298+
"tags" : [ "dualstack", "fips" ]
23299+
}, {
23300+
"hostname" : "ssm-incidents.us-west-1.api.aws",
23301+
"tags" : [ "dualstack" ]
2322323302
} ]
2322423303
},
2322523304
"us-west-2" : {
2322623305
"variants" : [ {
2322723306
"hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com",
2322823307
"tags" : [ "fips" ]
23308+
}, {
23309+
"hostname" : "ssm-incidents-fips.us-west-2.api.aws",
23310+
"tags" : [ "dualstack", "fips" ]
23311+
}, {
23312+
"hostname" : "ssm-incidents.us-west-2.api.aws",
23313+
"tags" : [ "dualstack" ]
2322923314
} ]
2323023315
}
2323123316
}
@@ -35710,6 +35795,12 @@
3571035795
"isRegionalized" : false,
3571135796
"partitionEndpoint" : "aws-iso-f-global"
3571235797
},
35798+
"cloudcontrolapi" : {
35799+
"endpoints" : {
35800+
"us-isof-east-1" : { },
35801+
"us-isof-south-1" : { }
35802+
}
35803+
},
3571335804
"cloudformation" : {
3571435805
"endpoints" : {
3571535806
"us-isof-east-1" : { },

codegen/sdk/aws-models/elasticache.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3757,7 +3757,7 @@
37573757
"target": "com.amazonaws.elasticache#String",
37583758
"traits": {
37593759
"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>",
37613761
"smithy.api#required": {}
37623762
}
37633763
},
@@ -5336,7 +5336,7 @@
53365336
"ReplicaConfiguration": {
53375337
"target": "com.amazonaws.elasticache#ReplicaConfigurationList",
53385338
"traits": {
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 (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>"
53405340
}
53415341
},
53425342
"ReplicasToRemove": {

0 commit comments

Comments
 (0)