You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/codebuild/src/main/resources/codegen-resources/service-2.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4629,6 +4629,10 @@
4629
4629
"expired":{
4630
4630
"shape":"Timestamp",
4631
4631
"documentation":"<p> The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild. </p>"
4632
+
},
4633
+
"testSuiteName":{
4634
+
"shape":"String",
4635
+
"documentation":"<p>The name of the test suite that the test case is a part of.</p>"
4632
4636
}
4633
4637
},
4634
4638
"documentation":"<p> Information about a test case created using a framework such as NUnit or Cucumber. A test case might be a unit test or a configuration test. </p>"
0 commit comments