Skip to content

Commit 94e37bd

Browse files
Merge branch 'release-1.42.92' into develop
* release-1.42.92: Bumping version to 1.42.92 Update to latest models
2 parents e251732 + bd78559 commit 94e37bd

15 files changed

Lines changed: 1791 additions & 46 deletions

File tree

.changes/1.42.92.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``application-signals``",
4+
"description": "Releasing Second phase of SLO Recommendations where you can create recommended SLOs out-of-the box using CreateSLO API",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore-control``",
9+
"description": "Supporting listingMode for AgentCore Gateway MCP server targets",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "Added Transit Gateway Integration into AWS Client VPN.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``evs``",
19+
"description": "Amazon EVS now allows you to create connectors to your vCenter appliances and create Windows Server entitlements for virtual machines running in your EVS environments",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``guardduty``",
24+
"description": "Expanded support for new suppression rule fields.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``kafka``",
29+
"description": "Amazon MSK Replicator now supports data migration from external Apache Kafka clusters to Amazon MSK Express brokers. This release adds SaslScram authentication with TLS encryption, enhanced consumer offset synchronization, and customer log forwarding for troubleshooting.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``location``",
34+
"description": "This release adds support for new Job APIs for bulk workloads. The initial job type supported is Address Validation. The new APIs added are StartJob, CancelJob, ListJobs, and GetJob.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``observabilityadmin``",
39+
"description": "Enablement for Security Hub v2 via Observability Admin Telemetry Rule for account and organization level.",
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.92
6+
=======
7+
8+
* api-change:``application-signals``: Releasing Second phase of SLO Recommendations where you can create recommended SLOs out-of-the box using CreateSLO API
9+
* api-change:``bedrock-agentcore-control``: Supporting listingMode for AgentCore Gateway MCP server targets
10+
* api-change:``ec2``: Added Transit Gateway Integration into AWS Client VPN.
11+
* api-change:``evs``: Amazon EVS now allows you to create connectors to your vCenter appliances and create Windows Server entitlements for virtual machines running in your EVS environments
12+
* api-change:``guardduty``: Expanded support for new suppression rule fields.
13+
* api-change:``kafka``: Amazon MSK Replicator now supports data migration from external Apache Kafka clusters to Amazon MSK Express brokers. This release adds SaslScram authentication with TLS encryption, enhanced consumer offset synchronization, and customer log forwarding for troubleshooting.
14+
* api-change:``location``: This release adds support for new Job APIs for bulk workloads. The initial job type supported is Address Validation. The new APIs added are StartJob, CancelJob, ListJobs, and GetJob.
15+
* api-change:``observabilityadmin``: Enablement for Security Hub v2 via Observability Admin Telemetry Rule for account and organization level.
16+
17+
518
1.42.91
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.91'
20+
__version__ = '1.42.92'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/application-signals/2024-04-15/service-2.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,10 @@
883883
"BurnRateConfigurations":{
884884
"shape":"BurnRateConfigurations",
885885
"documentation":"<p>Use this array to create <i>burn rates</i> for this SLO. Each burn rate is a metric that indicates how fast the service is consuming the error budget, relative to the attainment goal of the SLO.</p>"
886+
},
887+
"CreateRecommendedSlo":{
888+
"shape":"Boolean",
889+
"documentation":"<p>Set this to <code>true</code> to create a recommended SLO out of the box. When set to <code>true</code>, you don't need to specify the <code>MetricThreshold</code> or <code>ComparisonOperator</code> in the <code>SliConfig</code> or <code>RequestBasedSliConfig</code>. The default value is <code>false</code>.</p> <p>This is supported for SLOs on a service, service operation, or a dependency.</p>"
886890
}
887891
}
888892
},
@@ -1309,7 +1313,7 @@
13091313
},
13101314
"Auditors":{
13111315
"shape":"Auditors",
1312-
"documentation":"<p>A list of auditor names to filter the findings by. Only findings generated by the specified auditors will be returned.</p> <p>The following auditors are available for configuration:</p> <ul> <li> <p> <code>slo</code> - SloAuditor: Identifies SLO violations and detects breached thresholds during the Assessment phase.</p> </li> <li> <p> <code>operation_metric</code> - OperationMetricAuditor: Detects anomalies in service operation metrics from Application Signals RED metrics during the Assessment phase</p> <note> <p>Anomaly detection is not supported for sparse metrics (those missing more than 80% of datapoints within the given time period).</p> </note> </li> <li> <p> <code>service_quota</code> - ServiceQuotaAuditor: Monitors resource utilization against service quotas during the Assessment phase</p> </li> <li> <p> <code>trace</code> - TraceAuditor: Performs deep-dive analysis of distributed traces, correlating traces with breached SLOs or abnormal RED metrics during the Analysis phase</p> </li> <li> <p> <code>dependency_metric</code> - CriticalPathAuditor: Analyzes service dependency impacts and maps dependency relationships from Application Signals RED metrics during the Analysis phase</p> </li> <li> <p> <code>top_contributor</code> - TopContributorAuditor: Identifies infrastructure-level contributors to issues by analyzing EMF logs of Application Signals RED metrics during the Analysis phase</p> </li> <li> <p> <code>log</code> - LogAuditor: Extracts insights from application logs, categorizing error types and ranking severity by frequency during the Analysis phase</p> </li> </ul> <note> <p> <code>InitAuditor</code> and <code>Summarizer</code> auditors are not configurable as they are automatically triggered during the audit process.</p> </note>"
1316+
"documentation":"<p>A list of auditor names to filter the findings by. Only findings generated by the specified auditors will be returned.</p> <p>The following auditors are available for configuration:</p> <ul> <li> <p> <code>slo</code> - SloAuditor: Identifies SLO violations and detects breached thresholds during the Assessment phase.</p> </li> <li> <p> <code>operation_metric</code> - OperationMetricAuditor: Detects anomalies in service operation metrics from Application Signals RED metrics during the Assessment phase</p> <note> <p>Anomaly detection is not supported for sparse metrics (those missing more than 80% of datapoints within the given time period).</p> </note> </li> <li> <p> <code>service_quota</code> - ServiceQuotaAuditor: Monitors resource utilization against service quotas during the Assessment phase</p> </li> <li> <p> <code>trace</code> - TraceAuditor: Performs deep-dive analysis of distributed traces, correlating traces with breached SLOs or abnormal RED metrics during the Analysis phase</p> </li> <li> <p> <code>dependency_metric</code> - CriticalPathAuditor: Analyzes service dependency impacts and maps dependency relationships from Application Signals RED metrics during the Analysis phase</p> </li> <li> <p> <code>top_contributor</code> - TopContributorAuditor: Identifies infrastructure-level contributors to issues by analyzing EMF logs of Application Signals RED metrics during the Analysis phase</p> </li> <li> <p> <code>log</code> - LogAuditor: Extracts insights from application logs, categorizing error types and ranking severity by frequency during the Analysis phase</p> </li> <li> <p> <code>change_indicator</code> - ChangeIndicatorAuditor: Detects change events (deployments, configuration changes) that occurred within 10 minutes before and during a detected anomaly, and surfaces them as findings with deployment timestamps in the Analysis phase. When changes are detected, the <code>top_contributor</code> auditor skips its analysis to avoid redundancy.</p> </li> </ul> <note> <p> <code>InitAuditor</code> and <code>Summarizer</code> auditors are not configurable as they are automatically triggered during the audit process.</p> </note>"
13131317
},
13141318
"AuditTargets":{
13151319
"shape":"AuditTargets",
@@ -2608,23 +2612,20 @@
26082612
},
26092613
"ServiceLevelIndicatorConfig":{
26102614
"type":"structure",
2611-
"required":[
2612-
"SliMetricConfig",
2613-
"MetricThreshold",
2614-
"ComparisonOperator"
2615-
],
2615+
"required":["SliMetricConfig"],
26162616
"members":{
26172617
"SliMetricConfig":{
26182618
"shape":"ServiceLevelIndicatorMetricConfig",
26192619
"documentation":"<p>Use this structure to specify the metric to be used for the SLO.</p>"
26202620
},
26212621
"MetricThreshold":{
26222622
"shape":"ServiceLevelIndicatorMetricThreshold",
2623-
"documentation":"<p>This parameter is used only when a request-based SLO tracks the <code>Latency</code> metric. Specify the threshold value that the observed <code>Latency</code> metric values are to be compared to.</p>"
2623+
"documentation":"<p>This parameter is used only when a request-based SLO tracks the <code>Latency</code> metric. Specify the threshold value that the observed <code>Latency</code> metric values are to be compared to.</p> <p>This is not required if <code>CreateRecommendedSlo</code> is set to <code>true</code>.</p>",
2624+
"box":true
26242625
},
26252626
"ComparisonOperator":{
26262627
"shape":"ServiceLevelIndicatorComparisonOperator",
2627-
"documentation":"<p>The arithmetic operation to use when comparing the specified metric to the threshold.</p>"
2628+
"documentation":"<p>The arithmetic operation to use when comparing the specified metric to the threshold.</p> <p>This is not required if <code>CreateRecommendedSlo</code> is set to <code>true</code>.</p>"
26282629
}
26292630
},
26302631
"documentation":"<p>This structure specifies the information about the service and the performance metric that a period-based SLO is to monitor.</p>"

botocore/data/bedrock-agentcore-control/2023-06-05/service-2.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8890,6 +8890,13 @@
88908890
}
88918891
}
88928892
},
8893+
"ListingMode":{
8894+
"type":"string",
8895+
"enum":[
8896+
"DEFAULT",
8897+
"DYNAMIC"
8898+
]
8899+
},
88938900
"LlmAsAJudgeEvaluatorConfig":{
88948901
"type":"structure",
88958902
"required":[
@@ -9055,6 +9062,10 @@
90559062
"mcpToolSchema":{
90569063
"shape":"McpToolSchemaConfiguration",
90579064
"documentation":"<p>The tool schema configuration for the MCP server target. Supported only when the credential provider is configured with an authorization code grant type. Dynamic tool discovery/synchronization will be disabled when target is configured with mcpToolSchema.</p>"
9065+
},
9066+
"listingMode":{
9067+
"shape":"ListingMode",
9068+
"documentation":"<p>The listing mode for the MCP server target configuration. MCP resources for default targets are cached at the control plane for faster access. MCP resources for dynamic targets will be dynamically retrieved when listing tools.</p>"
90589069
}
90599070
},
90609071
"documentation":"<p>The target configuration for the MCP server.</p>"

0 commit comments

Comments
 (0)