File tree Expand file tree Collapse file tree 3 files changed +637
-0
lines changed
services/codebuild/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +637
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS CodeBuild" ,
4
+ "contributor" : " " ,
5
+ "description" : " AWS CodeBuild now offers an enhanced debugging experience."
6
+ }
Original file line number Diff line number Diff line change 34
34
"output_token" : " nextToken" ,
35
35
"result_key" : " ids"
36
36
},
37
+ "ListCommandExecutionsForSandbox" : {
38
+ "input_token" : " nextToken" ,
39
+ "limit_key" : " maxResults" ,
40
+ "output_token" : " nextToken" ,
41
+ "result_key" : " commandExecutions"
42
+ },
37
43
"ListFleets" : {
38
44
"input_token" : " nextToken" ,
39
45
"limit_key" : " maxResults" ,
62
68
"output_token" : " nextToken" ,
63
69
"result_key" : " reports"
64
70
},
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
+ },
65
83
"ListSharedProjects" : {
66
84
"input_token" : " nextToken" ,
67
85
"limit_key" : " maxResults" ,
You can’t perform that action at this time.
0 commit comments