Skip to content

Commit 3bfcfc6

Browse files
Merge branch 'release-1.37.16' into develop
* release-1.37.16: Bumping version to 1.37.16 Update endpoints model Update to latest models
2 parents 6782929 + a93b760 commit 3bfcfc6

File tree

14 files changed

+6160
-7101
lines changed

14 files changed

+6160
-7101
lines changed

.changes/1.37.16.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``bedrock``",
4+
"description": "Support custom prompt routers for evaluation jobs",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "Doc-only updates for EC2 for March 2025.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``lambda``",
14+
"description": "Add Ruby 3.4 (ruby3.4) support to AWS Lambda.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediaconnect``",
19+
"description": "This release adds support for NDI flow outputs in AWS Elemental MediaConnect. You can now send content from your MediaConnect transport streams directly to your NDI environment using the new NDI output type.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``neptune-graph``",
24+
"description": "Update IAM Role ARN Validation to Support Role Paths",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs.",
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.37.16
6+
=======
7+
8+
* api-change:``bedrock``: Support custom prompt routers for evaluation jobs
9+
* api-change:``ec2``: Doc-only updates for EC2 for March 2025.
10+
* api-change:``lambda``: Add Ruby 3.4 (ruby3.4) support to AWS Lambda.
11+
* api-change:``mediaconnect``: This release adds support for NDI flow outputs in AWS Elemental MediaConnect. You can now send content from your MediaConnect transport streams directly to your NDI environment using the new NDI output type.
12+
* api-change:``neptune-graph``: Update IAM Role ARN Validation to Support Role Paths
13+
* api-change:``sagemaker``: Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs.
14+
15+
516
1.37.15
617
=======
718

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.37.15'
19+
__version__ = '1.37.16'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/bedrock/2023-04-20/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,7 @@
24612461
"type":"string",
24622462
"max":2048,
24632463
"min":1,
2464-
"pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:((:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:application-inference-profile/[a-z0-9]{12})|([0-9]{12}:inference-profile/(([a-z-]{2,8}.)[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))|([0-9]{12}:default-prompt-router/[a-zA-Z0-9-:.]+)))|(([a-z]{2}[.]{1})([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|arn:aws(-[^:]+)?:sagemaker:[a-z0-9-]{1,20}:[0-9]{12}:endpoint/[a-z0-9-]{1,63}"
2464+
"pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:((:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:application-inference-profile/[a-z0-9]{12})|([0-9]{12}:inference-profile/(([a-z-]{2,8}.)[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))|([0-9]{12}:(default-prompt-router|prompt-router)/[a-zA-Z0-9-:.]+)))|(([a-z]{2}[.]{1})([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|arn:aws(-[^:]+)?:sagemaker:[a-z0-9-]{1,20}:[0-9]{12}:endpoint/[a-z0-9-]{1,63}"
24652465
},
24662466
"EvaluationModelIdentifiers":{
24672467
"type":"list",

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

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

botocore/data/endpoints.json

Lines changed: 57 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,14 +3974,54 @@
39743974
},
39753975
"cleanrooms" : {
39763976
"endpoints" : {
3977-
"ap-northeast-1" : { },
3978-
"ap-northeast-2" : { },
3979-
"ap-southeast-1" : { },
3980-
"ap-southeast-2" : { },
3981-
"eu-central-1" : { },
3982-
"eu-north-1" : { },
3983-
"eu-west-1" : { },
3984-
"eu-west-2" : { },
3977+
"ap-northeast-1" : {
3978+
"variants" : [ {
3979+
"hostname" : "cleanrooms.ap-northeast-1.api.aws",
3980+
"tags" : [ "dualstack" ]
3981+
} ]
3982+
},
3983+
"ap-northeast-2" : {
3984+
"variants" : [ {
3985+
"hostname" : "cleanrooms.ap-northeast-2.api.aws",
3986+
"tags" : [ "dualstack" ]
3987+
} ]
3988+
},
3989+
"ap-southeast-1" : {
3990+
"variants" : [ {
3991+
"hostname" : "cleanrooms.ap-southeast-1.api.aws",
3992+
"tags" : [ "dualstack" ]
3993+
} ]
3994+
},
3995+
"ap-southeast-2" : {
3996+
"variants" : [ {
3997+
"hostname" : "cleanrooms.ap-southeast-2.api.aws",
3998+
"tags" : [ "dualstack" ]
3999+
} ]
4000+
},
4001+
"eu-central-1" : {
4002+
"variants" : [ {
4003+
"hostname" : "cleanrooms.eu-central-1.api.aws",
4004+
"tags" : [ "dualstack" ]
4005+
} ]
4006+
},
4007+
"eu-north-1" : {
4008+
"variants" : [ {
4009+
"hostname" : "cleanrooms.eu-north-1.api.aws",
4010+
"tags" : [ "dualstack" ]
4011+
} ]
4012+
},
4013+
"eu-west-1" : {
4014+
"variants" : [ {
4015+
"hostname" : "cleanrooms.eu-west-1.api.aws",
4016+
"tags" : [ "dualstack" ]
4017+
} ]
4018+
},
4019+
"eu-west-2" : {
4020+
"variants" : [ {
4021+
"hostname" : "cleanrooms.eu-west-2.api.aws",
4022+
"tags" : [ "dualstack" ]
4023+
} ]
4024+
},
39854025
"fips-us-east-1" : {
39864026
"credentialScope" : {
39874027
"region" : "us-east-1"
@@ -4007,18 +4047,27 @@
40074047
"variants" : [ {
40084048
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
40094049
"tags" : [ "fips" ]
4050+
}, {
4051+
"hostname" : "cleanrooms.us-east-1.api.aws",
4052+
"tags" : [ "dualstack" ]
40104053
} ]
40114054
},
40124055
"us-east-2" : {
40134056
"variants" : [ {
40144057
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
40154058
"tags" : [ "fips" ]
4059+
}, {
4060+
"hostname" : "cleanrooms.us-east-2.api.aws",
4061+
"tags" : [ "dualstack" ]
40164062
} ]
40174063
},
40184064
"us-west-2" : {
40194065
"variants" : [ {
40204066
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
40214067
"tags" : [ "fips" ]
4068+
}, {
4069+
"hostname" : "cleanrooms.us-west-2.api.aws",
4070+
"tags" : [ "dualstack" ]
40224071
} ]
40234072
}
40244073
}

botocore/data/lambda/2015-03-31/service-2.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@
18871887
},
18881888
"ProvisionedPollerConfig":{
18891889
"shape":"ProvisionedPollerConfig",
1890-
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>"
1890+
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"
18911891
}
18921892
}
18931893
},
@@ -2604,7 +2604,7 @@
26042604
},
26052605
"ProvisionedPollerConfig":{
26062606
"shape":"ProvisionedPollerConfig",
2607-
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>"
2607+
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"
26082608
}
26092609
},
26102610
"documentation":"<p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>"
@@ -3668,7 +3668,7 @@
36683668
"documentation":"<p>The exception message.</p>"
36693669
}
36703670
},
3671-
"documentation":"<p>The request body could not be parsed as JSON.</p>",
3671+
"documentation":"<p>The request body could not be parsed as JSON, or a request header is invalid. For example, the 'x-amzn-RequestId' header is not a valid UUID string.</p>",
36723672
"error":{"httpStatusCode":400},
36733673
"exception":true
36743674
},
@@ -4963,7 +4963,7 @@
49634963
"documentation":"<p>The maximum number of event pollers this event source can scale up to.</p>"
49644964
}
49654965
},
4966-
"documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\"> Provisioned Mode</a> configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source. An event poller is a compute unit that provides approximately 5 MBps of throughput.</p>"
4966+
"documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\"> provisioned mode</a> configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source. An event poller is a compute unit that provides approximately 5 MBps of throughput.</p>"
49674967
},
49684968
"PublishLayerVersionRequest":{
49694969
"type":"structure",
@@ -5508,6 +5508,7 @@
55085508
"java17",
55095509
"ruby3.2",
55105510
"ruby3.3",
5511+
"ruby3.4",
55115512
"python3.11",
55125513
"nodejs20.x",
55135514
"provided.al2023",
@@ -6145,7 +6146,7 @@
61456146
},
61466147
"ProvisionedPollerConfig":{
61476148
"shape":"ProvisionedPollerConfig",
6148-
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The Provisioned Mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">Provisioned Mode</a>.</p>"
6149+
"documentation":"<p>(Amazon MSK and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"
61496150
}
61506151
}
61516152
},

0 commit comments

Comments
 (0)