Skip to content

Commit 896f505

Browse files
Merge branch 'release-1.37.3' into develop
* release-1.37.3: Bumping version to 1.37.3 Update endpoints model Update to latest models
2 parents e566e05 + 72b2480 commit 896f505

File tree

13 files changed

+1592
-30
lines changed

13 files changed

+1592
-30
lines changed

.changes/1.37.3.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``bedrock-agent-runtime``",
4+
"description": "Introduces Sessions (preview) to enable stateful conversations in GenAI applications.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``emr``",
9+
"description": "Definition update for EbsConfiguration.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``qbusiness``",
14+
"description": "This release supports deleting attachments from conversations.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``redshift-serverless``",
19+
"description": "Add track support for Redshift Serverless workgroup.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sagemaker``",
24+
"description": "SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``storagegateway``",
29+
"description": "This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.",
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.3
6+
======
7+
8+
* api-change:``bedrock-agent-runtime``: Introduces Sessions (preview) to enable stateful conversations in GenAI applications.
9+
* api-change:``emr``: Definition update for EbsConfiguration.
10+
* api-change:``qbusiness``: This release supports deleting attachments from conversations.
11+
* api-change:``redshift-serverless``: Add track support for Redshift Serverless workgroup.
12+
* api-change:``sagemaker``: SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.
13+
* api-change:``storagegateway``: This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.
14+
15+
516
1.37.2
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.2'
19+
__version__ = '1.37.3'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/bedrock-agent-runtime/2023-07-26/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@
1515
"input_token": "nextToken",
1616
"output_token": "nextToken",
1717
"result_key": "results"
18+
},
19+
"ListInvocationSteps": {
20+
"input_token": "nextToken",
21+
"output_token": "nextToken",
22+
"limit_key": "maxResults",
23+
"result_key": "invocationStepSummaries"
24+
},
25+
"ListInvocations": {
26+
"input_token": "nextToken",
27+
"output_token": "nextToken",
28+
"limit_key": "maxResults",
29+
"result_key": "invocationSummaries"
30+
},
31+
"ListSessions": {
32+
"input_token": "nextToken",
33+
"output_token": "nextToken",
34+
"limit_key": "maxResults",
35+
"result_key": "sessionSummaries"
1836
}
1937
}
2038
}

botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json

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

botocore/data/emr/2009-03-31/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@
20132013
},
20142014
"EbsOptimized":{
20152015
"shape":"BooleanObject",
2016-
"documentation":"<p>Indicates whether an Amazon EBS volume is EBS-optimized.</p>"
2016+
"documentation":"<p>Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.</p>"
20172017
}
20182018
},
20192019
"documentation":"<p>The Amazon EBS configuration of a cluster instance.</p>"

botocore/data/endpoints.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,15 @@
580580
"eu-central-1" : { },
581581
"eu-central-2" : { },
582582
"eu-north-1" : { },
583+
"eu-south-1" : { },
584+
"eu-south-2" : { },
583585
"eu-west-1" : { },
584586
"eu-west-2" : { },
585587
"eu-west-3" : { },
586588
"sa-east-1" : { },
587589
"us-east-1" : { },
588590
"us-east-2" : { },
591+
"us-west-1" : { },
589592
"us-west-2" : { }
590593
}
591594
},
@@ -3111,6 +3114,12 @@
31113114
},
31123115
"hostname" : "bedrock.eu-central-2.amazonaws.com"
31133116
},
3117+
"bedrock-eu-north-1" : {
3118+
"credentialScope" : {
3119+
"region" : "eu-north-1"
3120+
},
3121+
"hostname" : "bedrock.eu-north-1.amazonaws.com"
3122+
},
31143123
"bedrock-eu-west-1" : {
31153124
"credentialScope" : {
31163125
"region" : "eu-west-1"
@@ -3213,6 +3222,12 @@
32133222
},
32143223
"hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
32153224
},
3225+
"bedrock-runtime-eu-north-1" : {
3226+
"credentialScope" : {
3227+
"region" : "eu-north-1"
3228+
},
3229+
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230+
},
32163231
"bedrock-runtime-eu-west-1" : {
32173232
"credentialScope" : {
32183233
"region" : "eu-west-1"
@@ -3306,6 +3321,7 @@
33063321
"ca-central-1" : { },
33073322
"eu-central-1" : { },
33083323
"eu-central-2" : { },
3324+
"eu-north-1" : { },
33093325
"eu-west-1" : { },
33103326
"eu-west-2" : { },
33113327
"eu-west-3" : { },
@@ -36180,6 +36196,12 @@
3618036196
"us-isof-south-1" : { }
3618136197
}
3618236198
},
36199+
"schemas" : {
36200+
"endpoints" : {
36201+
"us-isof-east-1" : { },
36202+
"us-isof-south-1" : { }
36203+
}
36204+
},
3618336205
"secretsmanager" : {
3618436206
"endpoints" : {
3618536207
"us-isof-east-1" : {

botocore/data/qbusiness/2023-11-27/service-2.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,26 @@
339339
"documentation":"<p>Deletes an Amazon Q Business application.</p>",
340340
"idempotent":true
341341
},
342+
"DeleteAttachment":{
343+
"name":"DeleteAttachment",
344+
"http":{
345+
"method":"DELETE",
346+
"requestUri":"/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}",
347+
"responseCode":200
348+
},
349+
"input":{"shape":"DeleteAttachmentRequest"},
350+
"output":{"shape":"DeleteAttachmentResponse"},
351+
"errors":[
352+
{"shape":"ResourceNotFoundException"},
353+
{"shape":"InternalServerException"},
354+
{"shape":"LicenseNotFoundException"},
355+
{"shape":"ThrottlingException"},
356+
{"shape":"ValidationException"},
357+
{"shape":"AccessDeniedException"}
358+
],
359+
"documentation":"<p>Deletes an attachment associated with a specific Amazon Q Business conversation.</p>",
360+
"idempotent":true
361+
},
342362
"DeleteChatControlsConfiguration":{
343363
"name":"DeleteChatControlsConfiguration",
344364
"http":{
@@ -3703,6 +3723,45 @@
37033723
"members":{
37043724
}
37053725
},
3726+
"DeleteAttachmentRequest":{
3727+
"type":"structure",
3728+
"required":[
3729+
"applicationId",
3730+
"conversationId",
3731+
"attachmentId"
3732+
],
3733+
"members":{
3734+
"applicationId":{
3735+
"shape":"ApplicationId",
3736+
"documentation":"<p>The unique identifier for the Amazon Q Business application environment.</p>",
3737+
"location":"uri",
3738+
"locationName":"applicationId"
3739+
},
3740+
"conversationId":{
3741+
"shape":"ConversationId",
3742+
"documentation":"<p>The unique identifier of the conversation.</p>",
3743+
"location":"uri",
3744+
"locationName":"conversationId"
3745+
},
3746+
"attachmentId":{
3747+
"shape":"AttachmentId",
3748+
"documentation":"<p>The unique identifier for the attachment.</p>",
3749+
"location":"uri",
3750+
"locationName":"attachmentId"
3751+
},
3752+
"userId":{
3753+
"shape":"UserId",
3754+
"documentation":"<p>The unique identifier of the user involved in the conversation.</p>",
3755+
"location":"querystring",
3756+
"locationName":"userId"
3757+
}
3758+
}
3759+
},
3760+
"DeleteAttachmentResponse":{
3761+
"type":"structure",
3762+
"members":{
3763+
}
3764+
},
37063765
"DeleteChatControlsConfigurationRequest":{
37073766
"type":"structure",
37083767
"required":["applicationId"],

botocore/data/redshift-serverless/2021-04-21/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
"output_token": "nextToken",
6666
"limit_key": "maxResults",
6767
"result_key": "managedWorkgroups"
68+
},
69+
"ListTracks": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "tracks"
6874
}
6975
}
7076
}

0 commit comments

Comments
 (0)