|
1279 | 1279 | "type": "string",
|
1280 | 1280 | "description": "Filename extension (examples: .txt, .yml, .yaml, .asl.yaml, ...), or empty string if the filename does not contain dot (.) between two chars."
|
1281 | 1281 | },
|
| 1282 | + { |
| 1283 | + "name": "filterType", |
| 1284 | + "type": "string", |
| 1285 | + "allowedValues": [ |
| 1286 | + "all", |
| 1287 | + "prefix", |
| 1288 | + "specific" |
| 1289 | + ], |
| 1290 | + "description": "Type of filter applied" |
| 1291 | + }, |
1282 | 1292 | {
|
1283 | 1293 | "name": "findingId",
|
1284 | 1294 | "type": "string",
|
|
1327 | 1337 | "type": "boolean",
|
1328 | 1338 | "description": "Whether the user has access to CodeWhisperer Chat"
|
1329 | 1339 | },
|
1330 |
| - { |
1331 |
| - "name": "hasLogEventFilterPattern", |
1332 |
| - "type": "boolean", |
1333 |
| - "description": "If LogEvent filter pattern is applied" |
1334 |
| - }, |
1335 | 1340 | {
|
1336 | 1341 | "name": "hasTextFilter",
|
1337 | 1342 | "type": "boolean",
|
|
1498 | 1503 | "type": "string",
|
1499 | 1504 | "description": "User locale. Examples: en-US, en-GB, etc."
|
1500 | 1505 | },
|
1501 |
| - { |
1502 |
| - "name": "logStreamFilterType", |
1503 |
| - "type": "string", |
1504 |
| - "description": "Type of LogStream filter applied to session" |
1505 |
| - }, |
1506 | 1506 | {
|
1507 | 1507 | "name": "metricId",
|
1508 | 1508 | "type": "string",
|
|
3786 | 3786 | }
|
3787 | 3787 | ]
|
3788 | 3788 | },
|
| 3789 | + { |
| 3790 | + "name": "cloudwatchlogs_startLiveTail", |
| 3791 | + "description": "When user starts a new LiveTail command", |
| 3792 | + "metadata": [ |
| 3793 | + { |
| 3794 | + "type": "filterType", |
| 3795 | + "required": false |
| 3796 | + }, |
| 3797 | + { |
| 3798 | + "type": "hasTextFilter", |
| 3799 | + "required": false |
| 3800 | + }, |
| 3801 | + { |
| 3802 | + "type": "sessionAlreadyStarted", |
| 3803 | + "required": true |
| 3804 | + }, |
| 3805 | + { |
| 3806 | + "type": "source", |
| 3807 | + "required": true |
| 3808 | + } |
| 3809 | + ] |
| 3810 | + }, |
| 3811 | + { |
| 3812 | + "name": "cloudwatchlogs_stopLiveTail", |
| 3813 | + "description": "When user stops a liveTailSession", |
| 3814 | + "metadata": [ |
| 3815 | + { |
| 3816 | + "type": "source", |
| 3817 | + "required": true |
| 3818 | + } |
| 3819 | + ] |
| 3820 | + }, |
3789 | 3821 | {
|
3790 | 3822 | "name": "cloudwatchlogs_tailStream",
|
3791 | 3823 | "description": "Tail stream off/on",
|
|
5075 | 5107 | }
|
5076 | 5108 | ]
|
5077 | 5109 | },
|
5078 |
| - { |
5079 |
| - "name": "cwlLiveTail_Start", |
5080 |
| - "description": "When user starts a new LiveTail command", |
5081 |
| - "metadata": [ |
5082 |
| - { |
5083 |
| - "type": "hasLogEventFilterPattern", |
5084 |
| - "required": false |
5085 |
| - }, |
5086 |
| - { |
5087 |
| - "type": "logStreamFilterType", |
5088 |
| - "required": false |
5089 |
| - }, |
5090 |
| - { |
5091 |
| - "type": "result" |
5092 |
| - }, |
5093 |
| - { |
5094 |
| - "type": "sessionAlreadyStarted", |
5095 |
| - "required": true |
5096 |
| - }, |
5097 |
| - { |
5098 |
| - "type": "source", |
5099 |
| - "required": true |
5100 |
| - } |
5101 |
| - ] |
5102 |
| - }, |
5103 |
| - { |
5104 |
| - "name": "cwlLiveTail_Stop", |
5105 |
| - "description": "When user stops a liveTailSession", |
5106 |
| - "metadata": [ |
5107 |
| - { |
5108 |
| - "type": "duration", |
5109 |
| - "required": true |
5110 |
| - }, |
5111 |
| - { |
5112 |
| - "type": "result" |
5113 |
| - }, |
5114 |
| - { |
5115 |
| - "type": "source", |
5116 |
| - "required": true |
5117 |
| - } |
5118 |
| - ] |
5119 |
| - }, |
5120 | 5110 | {
|
5121 | 5111 | "name": "deeplink_open",
|
5122 | 5112 | "description": "User requested that a resource be opened in the browser using the deeplink service",
|
|
0 commit comments