Skip to content

Commit d82c120

Browse files
Merge pull request #998 from laileni-aws/main
telemetry(amazonq): Adding status field to the unit test generation events.
2 parents 84b1742 + 3d4ece0 commit d82c120

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,17 @@
18561856
"type": "string",
18571857
"description": "Date/time that an SSO client registration expires."
18581858
},
1859+
{
1860+
"name": "status",
1861+
"type": "string",
1862+
"allowedValues": [
1863+
"ACCEPTED",
1864+
"CANCELLED",
1865+
"FAILED",
1866+
"REJECTED"
1867+
],
1868+
"description": "This field helps to emit the status of the operation."
1869+
},
18591870
{
18601871
"name": "successCount",
18611872
"type": "int",
@@ -2489,6 +2500,10 @@
24892500
{
24902501
"type": "result"
24912502
},
2503+
{
2504+
"type": "status",
2505+
"required": false
2506+
},
24922507
{
24932508
"type": "update",
24942509
"required": false
@@ -2581,6 +2596,10 @@
25812596
{
25822597
"type": "source",
25832598
"required": false
2599+
},
2600+
{
2601+
"type": "status",
2602+
"required": false
25842603
}
25852604
]
25862605
},

0 commit comments

Comments
 (0)