Skip to content

Commit 86e1e7f

Browse files
Merge branch 'release-1.36.25' into develop
* release-1.36.25: Bumping version to 1.36.25 Update endpoints model Update to latest models
2 parents c132b4d + 4fdabce commit 86e1e7f

File tree

11 files changed

+208
-21
lines changed

11 files changed

+208
-21
lines changed

.changes/1.36.25.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``codebuild``",
4+
"description": "Add webhook status and status message to AWS CodeBuild webhooks",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``guardduty``",
9+
"description": "Reduce the minimum number of required attack sequence signals from 2 to 1",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``license-manager-user-subscriptions``",
14+
"description": "Updates entity to include Microsoft RDS SAL as a valid type of user subscription.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "CloudWatch Database Insights now supports Amazon RDS.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sagemaker``",
24+
"description": "Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``workspaces-web``",
29+
"description": "Add support for toolbar configuration under user settings.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

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

5+
1.36.25
6+
=======
7+
8+
* api-change:``codebuild``: Add webhook status and status message to AWS CodeBuild webhooks
9+
* api-change:``guardduty``: Reduce the minimum number of required attack sequence signals from 2 to 1
10+
* api-change:``license-manager-user-subscriptions``: Updates entity to include Microsoft RDS SAL as a valid type of user subscription.
11+
* api-change:``rds``: CloudWatch Database Insights now supports Amazon RDS.
12+
* api-change:``sagemaker``: Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster.
13+
* api-change:``workspaces-web``: Add support for toolbar configuration under user settings.
14+
15+
516
1.36.24
617
=======
718

botocore/__init__.py

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

19-
__version__ = '1.36.24'
19+
__version__ = '1.36.25'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/codebuild/2016-10-06/service-2.json

+17
Original file line numberDiff line numberDiff line change
@@ -5000,6 +5000,14 @@
50005000
"scopeConfiguration":{
50015001
"shape":"ScopeConfiguration",
50025002
"documentation":"<p>The scope configuration for global or organization webhooks.</p> <note> <p>Global or organization webhooks are only available for GitHub and Github Enterprise webhooks.</p> </note>"
5003+
},
5004+
"status":{
5005+
"shape":"WebhookStatus",
5006+
"documentation":"<p>The status of the webhook. Valid values include:</p> <ul> <li> <p> <code>CREATING</code>: The webhook is being created.</p> </li> <li> <p> <code>CREATE_FAILED</code>: The webhook has failed to create.</p> </li> <li> <p> <code>ACTIVE</code>: The webhook has succeeded and is active.</p> </li> <li> <p> <code>DELETING</code>: The webhook is being deleted.</p> </li> </ul>"
5007+
},
5008+
"statusMessage":{
5009+
"shape":"String",
5010+
"documentation":"<p>A message associated with the status of a webhook.</p>"
50035011
}
50045012
},
50055013
"documentation":"<p>Information about a webhook that connects repository events to a build project in CodeBuild.</p>"
@@ -5057,6 +5065,15 @@
50575065
"GITLAB_GROUP"
50585066
]
50595067
},
5068+
"WebhookStatus":{
5069+
"type":"string",
5070+
"enum":[
5071+
"CREATING",
5072+
"CREATE_FAILED",
5073+
"ACTIVE",
5074+
"DELETING"
5075+
]
5076+
},
50605077
"WrapperBoolean":{"type":"boolean"},
50615078
"WrapperDouble":{"type":"double"},
50625079
"WrapperInt":{"type":"integer"},

botocore/data/endpoints.json

+38
Original file line numberDiff line numberDiff line change
@@ -3068,7 +3068,9 @@
30683068
"endpoints" : {
30693069
"ap-northeast-1" : { },
30703070
"ap-northeast-2" : { },
3071+
"ap-northeast-3" : { },
30713072
"ap-south-1" : { },
3073+
"ap-south-2" : { },
30723074
"ap-southeast-1" : { },
30733075
"ap-southeast-2" : { },
30743076
"bedrock-ap-northeast-1" : {
@@ -3083,12 +3085,24 @@
30833085
},
30843086
"hostname" : "bedrock.ap-northeast-2.amazonaws.com"
30853087
},
3088+
"bedrock-ap-northeast-3" : {
3089+
"credentialScope" : {
3090+
"region" : "ap-northeast-3"
3091+
},
3092+
"hostname" : "bedrock.ap-northeast-3.amazonaws.com"
3093+
},
30863094
"bedrock-ap-south-1" : {
30873095
"credentialScope" : {
30883096
"region" : "ap-south-1"
30893097
},
30903098
"hostname" : "bedrock.ap-south-1.amazonaws.com"
30913099
},
3100+
"bedrock-ap-south-2" : {
3101+
"credentialScope" : {
3102+
"region" : "ap-south-2"
3103+
},
3104+
"hostname" : "bedrock.ap-south-2.amazonaws.com"
3105+
},
30923106
"bedrock-ap-southeast-1" : {
30933107
"credentialScope" : {
30943108
"region" : "ap-southeast-1"
@@ -3173,12 +3187,24 @@
31733187
},
31743188
"hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
31753189
},
3190+
"bedrock-runtime-ap-northeast-3" : {
3191+
"credentialScope" : {
3192+
"region" : "ap-northeast-3"
3193+
},
3194+
"hostname" : "bedrock-runtime.ap-northeast-3.amazonaws.com"
3195+
},
31763196
"bedrock-runtime-ap-south-1" : {
31773197
"credentialScope" : {
31783198
"region" : "ap-south-1"
31793199
},
31803200
"hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
31813201
},
3202+
"bedrock-runtime-ap-south-2" : {
3203+
"credentialScope" : {
3204+
"region" : "ap-south-2"
3205+
},
3206+
"hostname" : "bedrock-runtime.ap-south-2.amazonaws.com"
3207+
},
31823208
"bedrock-runtime-ap-southeast-1" : {
31833209
"credentialScope" : {
31843210
"region" : "ap-southeast-1"
@@ -3780,6 +3806,12 @@
37803806
"tags" : [ "dualstack" ]
37813807
} ]
37823808
},
3809+
"ap-southeast-7" : {
3810+
"variants" : [ {
3811+
"hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
3812+
"tags" : [ "dualstack" ]
3813+
} ]
3814+
},
37833815
"ca-central-1" : {
37843816
"variants" : [ {
37853817
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
@@ -3912,6 +3944,12 @@
39123944
"tags" : [ "dualstack" ]
39133945
} ]
39143946
},
3947+
"mx-central-1" : {
3948+
"variants" : [ {
3949+
"hostname" : "cloudcontrolapi.mx-central-1.api.aws",
3950+
"tags" : [ "dualstack" ]
3951+
} ]
3952+
},
39153953
"sa-east-1" : {
39163954
"variants" : [ {
39173955
"hostname" : "cloudcontrolapi.sa-east-1.api.aws",

0 commit comments

Comments
 (0)