Skip to content

Commit 6c6cedc

Browse files
Merge branch 'release-1.40.65' into develop
* release-1.40.65: Bumping version to 1.40.65 Update to latest models
2 parents f1553a3 + ae75ed8 commit 6c6cedc

11 files changed

Lines changed: 435 additions & 18 deletions

File tree

.changes/1.40.65.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "Adds support for direct code deploy with CreateAgentRuntime and UpdateAgentRuntime",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``budgets``",
9+
"description": "Fix the AWS Budgets endpoint for the aws-eusc partition.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "Add Amazon EC2 trn2.3xlarge instance type.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "Documentation-only update for LINEAR and CANARY deployment strategies.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``endpoint-rules``",
24+
"description": "Update endpoint-rules client to latest version",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``kinesis``",
29+
"description": "Adds support for MinimumThroughputBillingCommitment with new UpdateAccountSettings API. Adds support to configure warm throughput for on-demand streams in new UpdateStreamWarmThroughput API and existing CreateStream API and UpdateStreamMode API.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

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

5+
1.40.65
6+
=======
7+
8+
* api-change:``bedrock-agentcore-control``: Adds support for direct code deploy with CreateAgentRuntime and UpdateAgentRuntime
9+
* api-change:``budgets``: Fix the AWS Budgets endpoint for the aws-eusc partition.
10+
* api-change:``ec2``: Add Amazon EC2 trn2.3xlarge instance type.
11+
* api-change:``ecs``: Documentation-only update for LINEAR and CANARY deployment strategies.
12+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
13+
* api-change:``kinesis``: Adds support for MinimumThroughputBillingCommitment with new UpdateAccountSettings API. Adds support to configure warm throughput for on-demand streams in new UpdateStreamWarmThroughput API and existing CreateStream API and UpdateStreamMode API.
14+
15+
516
1.40.64
617
=======
718

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.40.64'
20+
__version__ = '1.40.65'
2121

2222

2323
# Configure default logger to do nothing

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

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,15 @@
11351135
"max":256,
11361136
"min":1
11371137
},
1138+
"AgentManagedRuntimeType":{
1139+
"type":"string",
1140+
"enum":[
1141+
"PYTHON_3_10",
1142+
"PYTHON_3_11",
1143+
"PYTHON_3_12",
1144+
"PYTHON_3_13"
1145+
]
1146+
},
11381147
"AgentRuntime":{
11391148
"type":"structure",
11401149
"required":[
@@ -1188,6 +1197,10 @@
11881197
"containerConfiguration":{
11891198
"shape":"ContainerConfiguration",
11901199
"documentation":"<p>The container configuration for the agent artifact.</p>"
1200+
},
1201+
"codeConfiguration":{
1202+
"shape":"CodeConfiguration",
1203+
"documentation":"<p>The code configuration for the agent runtime artifact, including the source code location and execution settings.</p>"
11911204
}
11921205
},
11931206
"documentation":"<p>The artifact of the agent.</p>",
@@ -1592,6 +1605,46 @@
15921605
"min":33,
15931606
"pattern":"[a-zA-Z0-9](-*[a-zA-Z0-9]){0,256}"
15941607
},
1608+
"Code":{
1609+
"type":"structure",
1610+
"members":{
1611+
"s3":{
1612+
"shape":"S3Location",
1613+
"documentation":"<p>The Amazon Amazon S3 object that contains the source code for the agent runtime.</p>"
1614+
}
1615+
},
1616+
"documentation":"<p>The source code configuration that specifies the location and details of the code to be executed.</p>",
1617+
"union":true
1618+
},
1619+
"CodeConfiguration":{
1620+
"type":"structure",
1621+
"required":[
1622+
"code",
1623+
"runtime",
1624+
"entryPoint"
1625+
],
1626+
"members":{
1627+
"code":{
1628+
"shape":"Code",
1629+
"documentation":"<p>The source code location and configuration details.</p>"
1630+
},
1631+
"runtime":{
1632+
"shape":"AgentManagedRuntimeType",
1633+
"documentation":"<p>The runtime environment for executing the code (for example, Python 3.9 or Node.js 18).</p>"
1634+
},
1635+
"entryPoint":{
1636+
"shape":"CodeConfigurationEntryPointList",
1637+
"documentation":"<p>The entry point for the code execution, specifying the function or method that should be invoked when the code runs.</p>"
1638+
}
1639+
},
1640+
"documentation":"<p>The configuration for the source code that defines how the agent runtime code should be executed, including the code location, runtime environment, and entry point.</p>"
1641+
},
1642+
"CodeConfigurationEntryPointList":{
1643+
"type":"list",
1644+
"member":{"shape":"entryPoint"},
1645+
"max":2,
1646+
"min":1
1647+
},
15951648
"CodeInterpreterArn":{
15961649
"type":"string",
15971650
"pattern":"arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter(-custom)?/(aws\\.codeinterpreter\\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})"
@@ -2780,6 +2833,13 @@
27802833
"documentation":"<p>The unique identifier of the AgentCore Runtime to delete.</p>",
27812834
"location":"uri",
27822835
"locationName":"agentRuntimeId"
2836+
},
2837+
"clientToken":{
2838+
"shape":"ClientToken",
2839+
"documentation":"<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request but does not return an error.</p>",
2840+
"idempotencyToken":true,
2841+
"location":"querystring",
2842+
"locationName":"clientToken"
27832843
}
27842844
}
27852845
},
@@ -5553,6 +5613,10 @@
55535613
"prefix":{
55545614
"shape":"S3LocationPrefixString",
55555615
"documentation":"<p>The prefix for objects in the Amazon S3 bucket. This prefix is added to the object keys to organize the data.</p>"
5616+
},
5617+
"versionId":{
5618+
"shape":"S3LocationVersionIdString",
5619+
"documentation":"<p>The version ID of the Amazon Amazon S3 object. If not specified, the latest version of the object is used.</p>"
55565620
}
55575621
},
55585622
"documentation":"<p>The Amazon S3 location for storing data. This structure defines where in Amazon S3 data is stored.</p>"
@@ -5563,8 +5627,14 @@
55635627
},
55645628
"S3LocationPrefixString":{
55655629
"type":"string",
5630+
"max":1024,
55665631
"min":1
55675632
},
5633+
"S3LocationVersionIdString":{
5634+
"type":"string",
5635+
"max":1024,
5636+
"min":3
5637+
},
55685638
"SalesforceOauth2ProviderConfigInput":{
55695639
"type":"structure",
55705640
"required":[
@@ -7276,6 +7346,11 @@
72767346
}
72777347
},
72787348
"documentation":"<p>Contains information about a workload identity.</p>"
7349+
},
7350+
"entryPoint":{
7351+
"type":"string",
7352+
"max":128,
7353+
"min":1
72797354
}
72807355
},
72817356
"documentation":"<p>Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.</p>"

botocore/data/budgets/2016-10-20/endpoint-rule-set-1.json

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,106 @@
319319
},
320320
"type": "endpoint"
321321
},
322+
{
323+
"conditions": [
324+
{
325+
"fn": "stringEquals",
326+
"argv": [
327+
{
328+
"fn": "getAttr",
329+
"argv": [
330+
{
331+
"ref": "PartitionResult"
332+
},
333+
"name"
334+
]
335+
},
336+
"aws-eusc"
337+
]
338+
},
339+
{
340+
"fn": "booleanEquals",
341+
"argv": [
342+
{
343+
"ref": "UseFIPS"
344+
},
345+
false
346+
]
347+
},
348+
{
349+
"fn": "booleanEquals",
350+
"argv": [
351+
{
352+
"ref": "UseDualStack"
353+
},
354+
false
355+
]
356+
}
357+
],
358+
"endpoint": {
359+
"url": "https://budgets.eusc-de-east-1.api.amazonwebservices.eu",
360+
"properties": {
361+
"authSchemes": [
362+
{
363+
"name": "sigv4",
364+
"signingRegion": "eusc-de-east-1"
365+
}
366+
]
367+
},
368+
"headers": {}
369+
},
370+
"type": "endpoint"
371+
},
372+
{
373+
"conditions": [
374+
{
375+
"fn": "stringEquals",
376+
"argv": [
377+
{
378+
"fn": "getAttr",
379+
"argv": [
380+
{
381+
"ref": "PartitionResult"
382+
},
383+
"name"
384+
]
385+
},
386+
"aws-eusc"
387+
]
388+
},
389+
{
390+
"fn": "booleanEquals",
391+
"argv": [
392+
{
393+
"ref": "UseFIPS"
394+
},
395+
false
396+
]
397+
},
398+
{
399+
"fn": "booleanEquals",
400+
"argv": [
401+
{
402+
"ref": "UseDualStack"
403+
},
404+
true
405+
]
406+
}
407+
],
408+
"endpoint": {
409+
"url": "https://budgets.eusc-de-east-1.api.amazonwebservices.eu",
410+
"properties": {
411+
"authSchemes": [
412+
{
413+
"name": "sigv4",
414+
"signingRegion": "eusc-de-east-1"
415+
}
416+
]
417+
},
418+
"headers": {}
419+
},
420+
"type": "endpoint"
421+
},
322422
{
323423
"conditions": [
324424
{

botocore/data/budgets/2016-10-20/service-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@
20612061
"type":"string",
20622062
"max":684,
20632063
"min":25,
2064-
"pattern":"^arn:aws(-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::(\\d{12}|aws):policy(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$"
2064+
"pattern":"^arn:aws(-eusc|-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::(\\d{12}|aws):policy(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$"
20652065
},
20662066
"PolicyId":{
20672067
"type":"string",
@@ -2073,7 +2073,7 @@
20732073
"type":"string",
20742074
"max":20,
20752075
"min":9,
2076-
"pattern":"^\\w{2}-\\w+(-\\w+)?-\\d$"
2076+
"pattern":"^\\w{2,4}-\\w+(-\\w+)?-\\d$"
20772077
},
20782078
"ResourceLockedException":{
20792079
"type":"structure",
@@ -2133,7 +2133,7 @@
21332133
"type":"string",
21342134
"max":618,
21352135
"min":32,
2136-
"pattern":"^arn:aws(-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::\\d{12}:role(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$"
2136+
"pattern":"^arn:aws(-eusc|-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::\\d{12}:role(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$"
21372137
},
21382138
"Roles":{
21392139
"type":"list",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44090,7 +44090,8 @@
4409044090
"m8a.24xlarge",
4409144091
"m8a.48xlarge",
4409244092
"m8a.metal-24xl",
44093-
"m8a.metal-48xl"
44093+
"m8a.metal-48xl",
44094+
"trn2.3xlarge"
4409444095
]
4409544096
},
4409644097
"InstanceTypeHypervisor":{

0 commit comments

Comments
 (0)