Skip to content

Commit 5ef4558

Browse files
Merge branch 'release-1.39.4' into develop
* release-1.39.4: Bumping version to 1.39.4 Update endpoints model Update to latest models
2 parents 0b28c31 + 321a7c4 commit 5ef4558

12 files changed

Lines changed: 874 additions & 117 deletions

File tree

.changes/1.39.4.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``freetier``",
9+
"description": "This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``opsworkscm``",
14+
"description": "Removing content that refers to an S3 bucket that is no longer in use.",
15+
"type": "api-change"
16+
}
17+
]

CHANGELOG.rst

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

5+
1.39.4
6+
======
7+
8+
* api-change:``ec2``: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology.
9+
* api-change:``freetier``: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities.
10+
* api-change:``opsworkscm``: Removing content that refers to an S3 bucket that is no longer in use.
11+
12+
513
1.39.3
614
======
715

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.39.3'
19+
__version__ = '1.39.4'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/ec2/2016-11-15/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,18 @@
907907
"limit_key": "MaxResults",
908908
"output_token": "NextToken",
909909
"result_key": "MacModificationTasks"
910+
},
911+
"DescribeCapacityBlockStatus": {
912+
"input_token": "NextToken",
913+
"limit_key": "MaxResults",
914+
"output_token": "NextToken",
915+
"result_key": "CapacityBlockStatuses"
916+
},
917+
"DescribeCapacityBlocks": {
918+
"input_token": "NextToken",
919+
"limit_key": "MaxResults",
920+
"output_token": "NextToken",
921+
"result_key": "CapacityBlocks"
910922
}
911923
}
912924
}

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

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

botocore/data/endpoints.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,7 @@
16251625
"endpoints" : {
16261626
"af-south-1" : { },
16271627
"ap-east-1" : { },
1628+
"ap-east-2" : { },
16281629
"ap-northeast-1" : { },
16291630
"ap-northeast-2" : { },
16301631
"ap-northeast-3" : { },
@@ -9338,6 +9339,7 @@
93389339
"tags" : [ "dualstack" ]
93399340
} ]
93409341
},
9342+
"me-central-1" : { },
93419343
"me-south-1" : {
93429344
"variants" : [ {
93439345
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
@@ -14251,6 +14253,7 @@
1425114253
"endpoints" : {
1425214254
"af-south-1" : { },
1425314255
"ap-east-1" : { },
14256+
"ap-east-2" : { },
1425414257
"ap-northeast-1" : { },
1425514258
"ap-northeast-2" : { },
1425614259
"ap-northeast-3" : { },
@@ -22504,6 +22507,7 @@
2250422507
"endpoints" : {
2250522508
"af-south-1" : { },
2250622509
"ap-east-1" : { },
22510+
"ap-east-2" : { },
2250722511
"ap-northeast-1" : { },
2250822512
"ap-northeast-2" : { },
2250922513
"ap-northeast-3" : { },
@@ -22513,6 +22517,8 @@
2251322517
"ap-southeast-2" : { },
2251422518
"ap-southeast-3" : { },
2251522519
"ap-southeast-4" : { },
22520+
"ap-southeast-5" : { },
22521+
"ap-southeast-7" : { },
2251622522
"ca-central-1" : { },
2251722523
"ca-west-1" : { },
2251822524
"eu-central-1" : { },
@@ -22526,6 +22532,7 @@
2252622532
"il-central-1" : { },
2252722533
"me-central-1" : { },
2252822534
"me-south-1" : { },
22535+
"mx-central-1" : { },
2252922536
"sa-east-1" : { },
2253022537
"us-east-1" : { },
2253122538
"us-east-2" : { },

botocore/data/freetier/2023-09-07/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"output_token": "nextToken",
66
"limit_key": "maxResults",
77
"result_key": "freeTierUsages"
8+
},
9+
"ListAccountActivities": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "activities"
814
}
915
}
1016
}

0 commit comments

Comments
 (0)