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
* release-1.37.6:
Bumping version to 1.37.6
Update endpoints model
Update to latest models
Update lint workflow to use ubuntu-latest (#3416)
Fix naming for python impl in user-agent (#3414)
"description": "Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``iot-managed-integrations``",
9
+
"description": "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.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``iotsitewise``",
14
+
"description": "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.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``rds``",
19
+
"description": "Note support for Database Insights for Amazon RDS.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.37.6
6
+
======
7
+
8
+
* api-change:``elasticache``: Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.
9
+
* api-change:``iot-managed-integrations``: 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.
10
+
* api-change:``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.
11
+
* api-change:``rds``: Note support for Database Insights for Amazon RDS.
Copy file name to clipboardExpand all lines: botocore/data/elasticache/2015-02-02/service-2.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2860,7 +2860,7 @@
2860
2860
},
2861
2861
"CacheParameterGroupFamily":{
2862
2862
"shape":"String",
2863
-
"documentation":"<p>The name of the cache parameter group family that the cache parameter group can be used with.</p> <p>Valid values are: <code>memcached1.4</code> | <code>memcached1.5</code> | <code>memcached1.6</code> | <code>redis2.6</code> | <code>redis2.8</code> | <code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> | <code>redis6.x</code> | <code>redis7</code> </p>"
2863
+
"documentation":"<p>The name of the cache parameter group family that the cache parameter group can be used with.</p> <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> | <code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> | <code>redis6.x</code> | <code>redis7</code> </p>"
2864
2864
},
2865
2865
"Description":{
2866
2866
"shape":"String",
@@ -3445,7 +3445,7 @@
3445
3445
},
3446
3446
"ReplicaConfiguration":{
3447
3447
"shape":"ReplicaConfigurationList",
3448
-
"documentation":"<p>A list of <code>ConfigureShard</code> objects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group. The <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>, <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>"
3448
+
"documentation":"<p>A list of <code>ConfigureShard</code> objects that can be used to configure each shard in a Valkey or Redis OSS replication group. The <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>, <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>"
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
9
+
"type": "Boolean"
10
+
},
11
+
"Endpoint": {
12
+
"builtIn": "SDK::Endpoint",
13
+
"required": false,
14
+
"documentation": "Override the endpoint used to send this request",
15
+
"type": "String"
16
+
},
17
+
"Region": {
18
+
"builtIn": "AWS::Region",
19
+
"required": false,
20
+
"documentation": "The AWS region used to dispatch the request.",
21
+
"type": "String"
22
+
}
23
+
},
24
+
"rules": [
25
+
{
26
+
"conditions": [
27
+
{
28
+
"fn": "isSet",
29
+
"argv": [
30
+
{
31
+
"ref": "Endpoint"
32
+
}
33
+
]
34
+
}
35
+
],
36
+
"rules": [
37
+
{
38
+
"conditions": [
39
+
{
40
+
"fn": "booleanEquals",
41
+
"argv": [
42
+
{
43
+
"ref": "UseFIPS"
44
+
},
45
+
true
46
+
]
47
+
}
48
+
],
49
+
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
0 commit comments