Skip to content

Commit ab29acf

Browse files
Merge branch 'release-1.42.10'
* release-1.42.10: Bumping version to 1.42.10 Update to latest models
2 parents fefef10 + 23156b1 commit ab29acf

File tree

17 files changed

+1759
-183
lines changed

17 files changed

+1759
-183
lines changed

.changes/1.42.10.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "This release updates broken links for AgentCore Policy APIs in the AWS CLI and SDK resources.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "EC2 Capacity Manager now supports SpotTotalCount, SpotTotalInterruptions and SpotInterruptionRate metrics for both vCPU and instance units.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``endpoint-rules``",
19+
"description": "Update endpoint-rules client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``entityresolution``",
24+
"description": "Support Customer Profiles Integration for AWS Entity Resolution",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``glacier``",
29+
"description": "Documentation updates for Amazon Glacier's maintenance mode",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``health``",
34+
"description": "Updating Health API endpoint generation for dualstack only regions",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``logs``",
39+
"description": "This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``mediatailor``",
44+
"description": "Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``route53resolver``",
49+
"description": "Adds support for enabling detailed metrics on Route 53 Resolver endpoints using RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled in the CreateResolverEndpoint and UpdateResolverEndpoint APIs, providing enhanced visibility into Resolver endpoint and target name server performance.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``s3``",
54+
"description": "This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``service-quotas``",
59+
"description": "Add support for SQ Dashboard Api",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

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

5+
1.42.10
6+
=======
7+
8+
* api-change:``bedrock-agentcore-control``: This release updates broken links for AgentCore Policy APIs in the AWS CLI and SDK resources.
9+
* api-change:``connect``: Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.
10+
* api-change:``ec2``: EC2 Capacity Manager now supports SpotTotalCount, SpotTotalInterruptions and SpotInterruptionRate metrics for both vCPU and instance units.
11+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
12+
* api-change:``entityresolution``: Support Customer Profiles Integration for AWS Entity Resolution
13+
* api-change:``glacier``: Documentation updates for Amazon Glacier's maintenance mode
14+
* api-change:``health``: Updating Health API endpoint generation for dualstack only regions
15+
* api-change:``logs``: This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place.
16+
* api-change:``mediatailor``: Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.
17+
* api-change:``route53resolver``: Adds support for enabling detailed metrics on Route 53 Resolver endpoints using RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled in the CreateResolverEndpoint and UpdateResolverEndpoint APIs, providing enhanced visibility into Resolver endpoint and target name server performance.
18+
* api-change:``s3``: This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.
19+
* api-change:``service-quotas``: Add support for SQ Dashboard Api
20+
21+
522
1.42.9
623
======
724

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.9'
20+
__version__ = '1.42.10'
2121

2222

2323
# Configure default logger to do nothing

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
{"shape":"ThrottlingException"},
263263
{"shape":"InternalServerException"}
264264
],
265-
"documentation":"<p>Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway's tools' input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_GetPolicy.html\">GetPolicy</a> operation to poll the <code>status</code> field to track completion.</p>"
265+
"documentation":"<p>Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway's tools' input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicy.html\">GetPolicy</a> operation to poll the <code>status</code> field to track completion.</p>"
266266
},
267267
"CreatePolicyEngine":{
268268
"name":"CreatePolicyEngine",
@@ -281,7 +281,7 @@
281281
{"shape":"ThrottlingException"},
282282
{"shape":"InternalServerException"}
283283
],
284-
"documentation":"<p>Creates a new policy engine within the AgentCore Policy system. A policy engine is a collection of policies that evaluates and authorizes agent tool calls. When associated with Gateways (each Gateway can be associated with at most one policy engine, but multiple Gateways can be associated with the same engine), the policy engine intercepts all agent requests and determines whether to allow or deny each action based on the defined policies. This is an asynchronous operation. Use the <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_GetPolicyEngine.html\">GetPolicyEngine</a> operation to poll the <code>status</code> field to track completion.</p>"
284+
"documentation":"<p>Creates a new policy engine within the AgentCore Policy system. A policy engine is a collection of policies that evaluates and authorizes agent tool calls. When associated with Gateways (each Gateway can be associated with at most one policy engine, but multiple Gateways can be associated with the same engine), the policy engine intercepts all agent requests and determines whether to allow or deny each action based on the defined policies. This is an asynchronous operation. Use the <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicyEngine.html\">GetPolicyEngine</a> operation to poll the <code>status</code> field to track completion.</p>"
285285
},
286286
"CreateWorkloadIdentity":{
287287
"name":"CreateWorkloadIdentity",
@@ -6115,7 +6115,7 @@
61156115
"members":{
61166116
"policyGenerationId":{
61176117
"shape":"ResourceId",
6118-
"documentation":"<p>The unique identifier of the policy generation request to be retrieved. This must be a valid generation ID from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_StartPolicyGeneration.html\">StartPolicyGeneration</a> call.</p>",
6118+
"documentation":"<p>The unique identifier of the policy generation request to be retrieved. This must be a valid generation ID from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_StartPolicyGeneration.html\">StartPolicyGeneration</a> call.</p>",
61196119
"location":"uri",
61206120
"locationName":"policyGenerationId"
61216121
},
@@ -7130,7 +7130,7 @@
71307130
"members":{
71317131
"nextToken":{
71327132
"shape":"NextToken",
7133-
"documentation":"<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicies.html\">ListPolicies</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>",
7133+
"documentation":"<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicies.html\">ListPolicies</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>",
71347134
"location":"querystring",
71357135
"locationName":"nextToken"
71367136
},
@@ -7173,7 +7173,7 @@
71737173
"members":{
71747174
"nextToken":{
71757175
"shape":"NextToken",
7176-
"documentation":"<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyEngines.html\">ListPolicyEngines</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>",
7176+
"documentation":"<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html\">ListPolicyEngines</a> call. Use this token to retrieve the next page of results when the response is paginated.</p>",
71777177
"location":"querystring",
71787178
"locationName":"nextToken"
71797179
},
@@ -7195,7 +7195,7 @@
71957195
},
71967196
"nextToken":{
71977197
"shape":"NextToken",
7198-
"documentation":"<p>A pagination token that can be used in subsequent <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyEngines.html\">ListPolicyEngines</a> calls to retrieve additional results. This token is only present when there are more results available. </p>"
7198+
"documentation":"<p>A pagination token that can be used in subsequent <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html\">ListPolicyEngines</a> calls to retrieve additional results. This token is only present when there are more results available. </p>"
71997199
}
72007200
}
72017201
},
@@ -7208,7 +7208,7 @@
72087208
"members":{
72097209
"policyGenerationId":{
72107210
"shape":"ResourceId",
7211-
"documentation":"<p>The unique identifier of the policy generation request whose assets are to be retrieved. This must be a valid generation ID from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_StartPolicyGeneration.html\">StartPolicyGeneration</a> call that has completed processing.</p>",
7211+
"documentation":"<p>The unique identifier of the policy generation request whose assets are to be retrieved. This must be a valid generation ID from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_StartPolicyGeneration.html\">StartPolicyGeneration</a> call that has completed processing.</p>",
72127212
"location":"uri",
72137213
"locationName":"policyGenerationId"
72147214
},
@@ -7220,7 +7220,7 @@
72207220
},
72217221
"nextToken":{
72227222
"shape":"NextToken",
7223-
"documentation":"<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyGenerationAssets.html\">ListPolicyGenerationAssets</a> call. Use this token to retrieve the next page of assets when the response is paginated due to large numbers of generated policy options.</p>",
7223+
"documentation":"<p>A pagination token returned from a previous <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationAssets.html\">ListPolicyGenerationAssets</a> call. Use this token to retrieve the next page of assets when the response is paginated due to large numbers of generated policy options.</p>",
72247224
"location":"querystring",
72257225
"locationName":"nextToken"
72267226
},
@@ -7241,7 +7241,7 @@
72417241
},
72427242
"nextToken":{
72437243
"shape":"NextToken",
7244-
"documentation":"<p>A pagination token that can be used in subsequent <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyGenerationAssets.html\">ListPolicyGenerationAssets</a> calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.</p>"
7244+
"documentation":"<p>A pagination token that can be used in subsequent <a href=\"https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerationAssets.html\">ListPolicyGenerationAssets</a> calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.</p>"
72457245
}
72467246
}
72477247
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29482,6 +29482,7 @@
2948229482
},
2948329483
"ParticipantDetails":{"shape":"ParticipantDetails"},
2948429484
"InitialSystemMessage":{"shape":"ChatMessage"},
29485+
"InitialTemplatedSystemMessage":{"shape":"TemplatedMessageConfig"},
2948529486
"RelatedContactId":{
2948629487
"shape":"ContactId",
2948729488
"documentation":"<p>The unique identifier for an Amazon Connect contact. This identifier is related to the contact starting.</p>"

botocore/data/ec2/2016-11-15/service-2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51759,7 +51759,13 @@
5175951759
"spot-total-estimated-cost",
5176051760
"spot-avg-run-time-before-interruption-inst",
5176151761
"spot-max-run-time-before-interruption-inst",
51762-
"spot-min-run-time-before-interruption-inst"
51762+
"spot-min-run-time-before-interruption-inst",
51763+
"spot-total-interruptions-inst",
51764+
"spot-total-interruptions-vcpu",
51765+
"spot-total-count-inst",
51766+
"spot-total-count-vcpu",
51767+
"spot-interruption-rate-inst",
51768+
"spot-interruption-rate-vcpu"
5176351769
]
5176451770
},
5176551771
"MetricDataResult":{

0 commit comments

Comments
 (0)