Skip to content

Commit 054ac2f

Browse files
Merge branch 'release-1.38.2'
* release-1.38.2: Bumping version to 1.38.2 Update to latest models Alias command for socialmessaging (#3457)
2 parents c7e029d + d815597 commit 054ac2f

File tree

17 files changed

+576
-507
lines changed

17 files changed

+576
-507
lines changed

.changes/1.38.2.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``apprunner``",
4+
"description": "AWS App Runner adds Node.js 22 runtime.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``appsync``",
9+
"description": "Add data source support to Event APIs",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-data-automation``",
14+
"description": "Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``codebuild``",
19+
"description": "Remove redundant validation check.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``dynamodb``",
24+
"description": "Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ecs``",
29+
"description": "Documentation only release for Amazon ECS",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``pcs``",
34+
"description": "Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``rds``",
39+
"description": "This Amazon RDS release adds support for managed master user passwords for Oracle CDBs.",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGELOG
33
=========
44

5+
1.38.2
6+
======
7+
8+
* api-change:``apprunner``: AWS App Runner adds Node.js 22 runtime.
9+
* api-change:``appsync``: Add data source support to Event APIs
10+
* api-change:``bedrock-data-automation``: Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs
11+
* api-change:``codebuild``: Remove redundant validation check.
12+
* api-change:``dynamodb``: Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available.
13+
* api-change:``ecs``: Documentation only release for Amazon ECS
14+
* api-change:``pcs``: Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.
15+
* api-change:``rds``: This Amazon RDS release adds support for managed master user passwords for Oracle CDBs.
16+
17+
518
1.38.1
619
======
720

botocore/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.38.1'
19+
__version__ = '1.38.2'
2020

2121

2222
class NullHandler(logging.Handler):
@@ -62,8 +62,8 @@ def emit(self, record):
6262
'AssociateWhatsAppBusinessAccount',
6363
'-',
6464
): 'associate-whatsapp-business-account',
65-
('DeleteWhatsAppMessageMedia', '_'): 'delete_whatsapp_media_message',
66-
('DeleteWhatsAppMessageMedia', '-'): 'delete-whatsapp-media-message',
65+
('DeleteWhatsAppMessageMedia', '_'): 'delete_whatsapp_message_media',
66+
('DeleteWhatsAppMessageMedia', '-'): 'delete-whatsapp-message-media',
6767
(
6868
'DisassociateWhatsAppBusinessAccount',
6969
'_',

botocore/data/apprunner/2020-05-15/service-2.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"apprunner",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS App Runner",
910
"serviceId":"AppRunner",
1011
"signatureVersion":"v4",
1112
"signingName":"apprunner",
1213
"targetPrefix":"AppRunner",
13-
"uid":"apprunner-2020-05-15"
14+
"uid":"apprunner-2020-05-15",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AssociateCustomDomain":{
@@ -2351,7 +2353,8 @@
23512353
"PHP_81",
23522354
"RUBY_31",
23532355
"PYTHON_311",
2354-
"NODEJS_18"
2356+
"NODEJS_18",
2357+
"NODEJS_22"
23552358
]
23562359
},
23572360
"RuntimeEnvironmentSecrets":{

botocore/data/appsync/2017-07-25/service-2.json

+84-1
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,10 @@
17991799
"lastModified":{
18001800
"shape":"Timestamp",
18011801
"documentation":"<p>The date and time that the <code>ChannelNamespace</code> was last changed.</p>"
1802+
},
1803+
"handlerConfigs":{
1804+
"shape":"HandlerConfigs",
1805+
"documentation":"<p>The configuration for the <code>OnPublish</code> and <code>OnSubscribe</code> handlers.</p>"
18021806
}
18031807
},
18041808
"documentation":"<p>Describes a channel namespace associated with an <code>Api</code>. The <code>ChannelNamespace</code> contains the definitions for code handlers for the <code>Api</code>.</p>"
@@ -2077,7 +2081,11 @@
20772081
"shape":"Code",
20782082
"documentation":"<p>The event handler functions that run custom business logic to process published events and subscribe requests.</p>"
20792083
},
2080-
"tags":{"shape":"TagMap"}
2084+
"tags":{"shape":"TagMap"},
2085+
"handlerConfigs":{
2086+
"shape":"HandlerConfigs",
2087+
"documentation":"<p>The configuration for the <code>OnPublish</code> and <code>OnSubscribe</code> handlers.</p>"
2088+
}
20812089
}
20822090
},
20832091
"CreateChannelNamespaceResponse":{
@@ -3978,6 +3986,45 @@
39783986
"type":"list",
39793987
"member":{"shape":"GraphqlApi"}
39803988
},
3989+
"HandlerBehavior":{
3990+
"type":"string",
3991+
"enum":[
3992+
"CODE",
3993+
"DIRECT"
3994+
]
3995+
},
3996+
"HandlerConfig":{
3997+
"type":"structure",
3998+
"required":[
3999+
"behavior",
4000+
"integration"
4001+
],
4002+
"members":{
4003+
"behavior":{
4004+
"shape":"HandlerBehavior",
4005+
"documentation":"<p>The behavior for the handler.</p>"
4006+
},
4007+
"integration":{
4008+
"shape":"Integration",
4009+
"documentation":"<p>The integration data source configuration for the handler.</p>"
4010+
}
4011+
},
4012+
"documentation":"<p>The configuration for a handler.</p>"
4013+
},
4014+
"HandlerConfigs":{
4015+
"type":"structure",
4016+
"members":{
4017+
"onPublish":{
4018+
"shape":"HandlerConfig",
4019+
"documentation":"<p>The configuration for the <code>OnPublish</code> handler.</p>"
4020+
},
4021+
"onSubscribe":{
4022+
"shape":"HandlerConfig",
4023+
"documentation":"<p>The configuration for the <code>OnSubscribe</code> handler.</p>"
4024+
}
4025+
},
4026+
"documentation":"<p>The configuration for the <code>OnPublish</code> and <code>OnSubscribe</code> handlers.</p>"
4027+
},
39814028
"HttpDataSourceConfig":{
39824029
"type":"structure",
39834030
"members":{
@@ -3992,6 +4039,21 @@
39924039
},
39934040
"documentation":"<p>Describes an HTTP data source configuration.</p>"
39944041
},
4042+
"Integration":{
4043+
"type":"structure",
4044+
"required":["dataSourceName"],
4045+
"members":{
4046+
"dataSourceName":{
4047+
"shape":"String",
4048+
"documentation":"<p>The unique name of the data source that has been configured on the API.</p>"
4049+
},
4050+
"lambdaConfig":{
4051+
"shape":"LambdaConfig",
4052+
"documentation":"<p>The configuration for a Lambda data source.</p>"
4053+
}
4054+
},
4055+
"documentation":"<p>The integration data source configuration for the handler.</p>"
4056+
},
39954057
"InternalFailureException":{
39964058
"type":"structure",
39974059
"members":{
@@ -4002,6 +4064,13 @@
40024064
"exception":true,
40034065
"fault":true
40044066
},
4067+
"InvokeType":{
4068+
"type":"string",
4069+
"enum":[
4070+
"REQUEST_RESPONSE",
4071+
"EVENT"
4072+
]
4073+
},
40054074
"LambdaAuthorizerConfig":{
40064075
"type":"structure",
40074076
"required":["authorizerUri"],
@@ -4021,6 +4090,16 @@
40214090
},
40224091
"documentation":"<p>A <code>LambdaAuthorizerConfig</code> specifies how to authorize AppSync API access when using the <code>AWS_LAMBDA</code> authorizer mode. Be aware that an AppSync API can have only one Lambda authorizer configured at a time.</p>"
40234092
},
4093+
"LambdaConfig":{
4094+
"type":"structure",
4095+
"members":{
4096+
"invokeType":{
4097+
"shape":"InvokeType",
4098+
"documentation":"<p>The invocation type for a Lambda data source.</p>"
4099+
}
4100+
},
4101+
"documentation":"<p>The configuration for a Lambda data source.</p>"
4102+
},
40244103
"LambdaConflictHandlerConfig":{
40254104
"type":"structure",
40264105
"members":{
@@ -5451,6 +5530,10 @@
54515530
"codeHandlers":{
54525531
"shape":"Code",
54535532
"documentation":"<p>The event handler functions that run custom business logic to process published events and subscribe requests.</p>"
5533+
},
5534+
"handlerConfigs":{
5535+
"shape":"HandlerConfigs",
5536+
"documentation":"<p>The configuration for the <code>OnPublish</code> and <code>OnSubscribe</code> handlers.</p>"
54545537
}
54555538
}
54565539
},

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

+55-2
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,13 @@
315315
"member":{"shape":"AudioExtractionCategoryType"},
316316
"documentation":"<p>List of Audio Extraction Category Type</p>"
317317
},
318+
"AudioOverrideConfiguration":{
319+
"type":"structure",
320+
"members":{
321+
"modalityProcessing":{"shape":"ModalityProcessingConfiguration"}
322+
},
323+
"documentation":"<p>Override Configuration of Audio</p>"
324+
},
318325
"AudioStandardExtraction":{
319326
"type":"structure",
320327
"required":["category"],
@@ -734,6 +741,16 @@
734741
},
735742
"documentation":"<p>Delete DataAutomationProject Response</p>"
736743
},
744+
"DesiredModality":{
745+
"type":"string",
746+
"documentation":"<p>Desired Modality types</p>",
747+
"enum":[
748+
"IMAGE",
749+
"DOCUMENT",
750+
"AUDIO",
751+
"VIDEO"
752+
]
753+
},
737754
"DocumentBoundingBox":{
738755
"type":"structure",
739756
"required":["state"],
@@ -808,7 +825,8 @@
808825
"DocumentOverrideConfiguration":{
809826
"type":"structure",
810827
"members":{
811-
"splitter":{"shape":"SplitterConfiguration"}
828+
"splitter":{"shape":"SplitterConfiguration"},
829+
"modalityProcessing":{"shape":"ModalityProcessingConfiguration"}
812830
},
813831
"documentation":"<p>Override Configuration of Document</p>"
814832
},
@@ -948,6 +966,13 @@
948966
"member":{"shape":"ImageExtractionCategoryType"},
949967
"documentation":"<p>List of Image Extraction Category</p>"
950968
},
969+
"ImageOverrideConfiguration":{
970+
"type":"structure",
971+
"members":{
972+
"modalityProcessing":{"shape":"ModalityProcessingConfiguration"}
973+
},
974+
"documentation":"<p>Override Configuration of Image</p>"
975+
},
951976
"ImageStandardExtraction":{
952977
"type":"structure",
953978
"required":[
@@ -1074,6 +1099,23 @@
10741099
"max":1000,
10751100
"min":1
10761101
},
1102+
"ModalityProcessingConfiguration":{
1103+
"type":"structure",
1104+
"members":{
1105+
"state":{"shape":"State"}
1106+
},
1107+
"documentation":"<p>Configuration to enable/disable processing of modality</p>"
1108+
},
1109+
"ModalityRoutingConfiguration":{
1110+
"type":"structure",
1111+
"members":{
1112+
"jpeg":{"shape":"DesiredModality"},
1113+
"png":{"shape":"DesiredModality"},
1114+
"mp4":{"shape":"DesiredModality"},
1115+
"mov":{"shape":"DesiredModality"}
1116+
},
1117+
"documentation":"<p>Configuration for routing file type to desired modality</p>"
1118+
},
10771119
"NextToken":{
10781120
"type":"string",
10791121
"documentation":"<p>Pagination token</p>",
@@ -1089,7 +1131,11 @@
10891131
"OverrideConfiguration":{
10901132
"type":"structure",
10911133
"members":{
1092-
"document":{"shape":"DocumentOverrideConfiguration"}
1134+
"document":{"shape":"DocumentOverrideConfiguration"},
1135+
"image":{"shape":"ImageOverrideConfiguration"},
1136+
"video":{"shape":"VideoOverrideConfiguration"},
1137+
"audio":{"shape":"AudioOverrideConfiguration"},
1138+
"modalityRouting":{"shape":"ModalityRoutingConfiguration"}
10931139
},
10941140
"documentation":"<p>Override configuration</p>"
10951141
},
@@ -1367,6 +1413,13 @@
13671413
"member":{"shape":"VideoExtractionCategoryType"},
13681414
"documentation":"<p>List of Video Extraction Category Type</p>"
13691415
},
1416+
"VideoOverrideConfiguration":{
1417+
"type":"structure",
1418+
"members":{
1419+
"modalityProcessing":{"shape":"ModalityProcessingConfiguration"}
1420+
},
1421+
"documentation":"<p>Override Configuration of Video</p>"
1422+
},
13701423
"VideoStandardExtraction":{
13711424
"type":"structure",
13721425
"required":[

0 commit comments

Comments
 (0)