Skip to content

Commit 3ed8b67

Browse files
Merge branch 'release-1.42.88' into develop
* release-1.42.88: Bumping version to 1.42.88 Update to latest models
2 parents 55f7dc1 + ec1ea27 commit 3ed8b67

12 files changed

Lines changed: 642 additions & 35 deletions

File tree

.changes/1.42.88.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "Conversational Analytics for Email",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``devops-agent``",
9+
"description": "Devops Agent now supports associate Splunk, Datadog and custom MCP server to an Agent Space.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecs``",
14+
"description": "Minor updates to exceptions for completeness",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``imagebuilder``",
19+
"description": "Image pipelines can now automatically apply tags to images they create. Set the imageTags property when creating or updating your pipelines to get started.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mediaconvert``",
24+
"description": "Adds support for MV-HEVC video output and clear lead for AV1 DRM output.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``observabilityadmin``",
29+
"description": "CloudWatch Observability Admin adds support for multi-region telemetry evaluation and telemetry enablement rules.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``rtbfabric``",
34+
"description": "Adds optional health check configuration for Responder Gateways with ASG Managed Endpoints. When provided, RTB Fabric continuously probes customers' instance IPs and routes traffic only to healthy ones, reducing errors during deployments, scaling events, and instance failures.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sagemaker``",
39+
"description": "Support new SageMaker StartClusterHealthCheck API for on-demand DHC on Hyperpod EKS cluster. Support updated CreateCluster, UpdateCluster, DescribeCluster, BatchAddClusterNodes APIs for flexible instance group on HyperPod cluster",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGELOG
33
=========
44

5+
1.42.88
6+
=======
7+
8+
* api-change:``connect``: Conversational Analytics for Email
9+
* api-change:``devops-agent``: Devops Agent now supports associate Splunk, Datadog and custom MCP server to an Agent Space.
10+
* api-change:``ecs``: Minor updates to exceptions for completeness
11+
* api-change:``imagebuilder``: Image pipelines can now automatically apply tags to images they create. Set the imageTags property when creating or updating your pipelines to get started.
12+
* api-change:``mediaconvert``: Adds support for MV-HEVC video output and clear lead for AV1 DRM output.
13+
* api-change:``observabilityadmin``: CloudWatch Observability Admin adds support for multi-region telemetry evaluation and telemetry enablement rules.
14+
* api-change:``rtbfabric``: Adds optional health check configuration for Responder Gateways with ASG Managed Endpoints. When provided, RTB Fabric continuously probes customers' instance IPs and routes traffic only to healthy ones, reducing errors during deployments, scaling events, and instance failures.
15+
* api-change:``sagemaker``: Support new SageMaker StartClusterHealthCheck API for on-demand DHC on Hyperpod EKS cluster. Support updated CreateCluster, UpdateCluster, DescribeCluster, BatchAddClusterNodes APIs for flexible instance group on HyperPod cluster
16+
17+
518
1.42.87
619
=======
720

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.87'
20+
__version__ = '1.42.88'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/connect/2017-08-08/service-2.json

Lines changed: 11 additions & 3 deletions
Large diffs are not rendered by default.

botocore/data/devops-agent/2026-01-01/service-2.json

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3640,7 +3640,7 @@
36403640
"type":"string",
36413641
"documentation":"<p>API Key Value for service.</p>",
36423642
"min":1,
3643-
"pattern":"[a-zA-Z0-9+/=._-]+(\\s[a-zA-Z0-9+/=._-]+)?",
3643+
"pattern":"[!-~]([ \\t]*[!-~])*",
36443644
"sensitive":true
36453645
},
36463646
"MCPServerAuthorizationConfig":{
@@ -3731,6 +3731,22 @@
37313731
"pattern":"[\\S]+",
37323732
"sensitive":true
37333733
},
3734+
"MCPServerConfiguration":{
3735+
"type":"structure",
3736+
"required":["tools"],
3737+
"members":{
3738+
"tools":{
3739+
"shape":"MCPToolsList",
3740+
"documentation":"<p>List of MCP tools can be used with the association.</p>"
3741+
}
3742+
},
3743+
"documentation":"<p>Configuration for Model Context Protocol (MCP) server integration.</p>"
3744+
},
3745+
"MCPServerDatadogConfiguration":{
3746+
"type":"structure",
3747+
"members":{},
3748+
"documentation":"<p>Mixin for webhook update support.</p>"
3749+
},
37343750
"MCPServerDetails":{
37353751
"type":"structure",
37363752
"required":[
@@ -3939,6 +3955,11 @@
39393955
"type":"string",
39403956
"pattern":"https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?"
39413957
},
3958+
"MCPServerSplunkConfiguration":{
3959+
"type":"structure",
3960+
"members":{},
3961+
"documentation":"<p>Mixin for webhook update support.</p>"
3962+
},
39423963
"MCPToolsList":{
39433964
"type":"list",
39443965
"member":{"shape":"MCPToolsListMemberString"},
@@ -4845,10 +4866,10 @@
48454866
},
48464867
"ResourceConfigurationArn":{
48474868
"type":"string",
4848-
"documentation":"<p>Resource Configuration ARN.</p>",
4869+
"documentation":"<p>The ID or ARN of the Resource Configuration.</p>",
48494870
"max":2048,
48504871
"min":20,
4851-
"pattern":"arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}"
4872+
"pattern":"(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}|rcfg-[0-9a-z]{17})"
48524873
},
48534874
"ResourceGatewayArn":{
48544875
"type":"string",
@@ -4913,7 +4934,7 @@
49134934
"members":{
49144935
"resourceConfigurationId":{
49154936
"shape":"ResourceConfigurationArn",
4916-
"documentation":"<p>The ARN of the Resource Configuration.</p>"
4937+
"documentation":"<p>The ID or ARN of the resource configuration.</p>"
49174938
},
49184939
"certificate":{
49194940
"shape":"CertificateString",
@@ -5300,10 +5321,22 @@
53005321
"shape":"MCPServerNewRelicConfiguration",
53015322
"documentation":"<p>NewRelic instance integration configuration.</p>"
53025323
},
5324+
"mcpserverdatadog":{
5325+
"shape":"MCPServerDatadogConfiguration",
5326+
"documentation":"<p>Datadog MCP server integration configuration.</p>"
5327+
},
5328+
"mcpserver":{
5329+
"shape":"MCPServerConfiguration",
5330+
"documentation":"<p>MCP (Model Context Protocol) server integration configuration.</p>"
5331+
},
53035332
"gitlab":{
53045333
"shape":"GitLabConfiguration",
53055334
"documentation":"<p>GitLab project integration configuration.</p>"
53065335
},
5336+
"mcpserversplunk":{
5337+
"shape":"MCPServerSplunkConfiguration",
5338+
"documentation":"<p>Splunk MCP server integration configuration.</p>"
5339+
},
53075340
"eventChannel":{
53085341
"shape":"EventChannelConfiguration",
53095342
"documentation":"<p>Event Channel instance integration configuration.</p>"

0 commit comments

Comments
 (0)