Skip to content

Commit 772443c

Browse files
author
AWS
committed
AWS CodeBuild Update: AWS CodeBuild now offers an enhanced debugging experience.
1 parent 920bb04 commit 772443c

File tree

3 files changed

+637
-0
lines changed

3 files changed

+637
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeBuild",
4+
"contributor": "",
5+
"description": "AWS CodeBuild now offers an enhanced debugging experience."
6+
}

services/codebuild/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
"output_token": "nextToken",
3535
"result_key": "ids"
3636
},
37+
"ListCommandExecutionsForSandbox": {
38+
"input_token": "nextToken",
39+
"limit_key": "maxResults",
40+
"output_token": "nextToken",
41+
"result_key": "commandExecutions"
42+
},
3743
"ListFleets": {
3844
"input_token": "nextToken",
3945
"limit_key": "maxResults",
@@ -62,6 +68,18 @@
6268
"output_token": "nextToken",
6369
"result_key": "reports"
6470
},
71+
"ListSandboxes": {
72+
"input_token": "nextToken",
73+
"limit_key": "maxResults",
74+
"output_token": "nextToken",
75+
"result_key": "ids"
76+
},
77+
"ListSandboxesForProject": {
78+
"input_token": "nextToken",
79+
"limit_key": "maxResults",
80+
"output_token": "nextToken",
81+
"result_key": "ids"
82+
},
6583
"ListSharedProjects": {
6684
"input_token": "nextToken",
6785
"limit_key": "maxResults",

0 commit comments

Comments
 (0)