Skip to content

Commit 68f2e37

Browse files
Update to latest models
1 parent 0b28c31 commit 68f2e37

10 files changed

Lines changed: 855 additions & 115 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
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+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``freetier``",
4+
"description": "This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``opsworkscm``",
4+
"description": "Removing content that refers to an S3 bucket that is no longer in use."
5+
}

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/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)