File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 144144 "type" : " int" ,
145145 "description" : " Current number of authentication connections the user has"
146146 },
147+ {
148+ "name" : " authConsoleLoginStarted" ,
149+ "type" : " boolean" ,
150+ "description" : " Indicates the console login flow was initiated"
151+ },
147152 {
148153 "name" : " authEnabledConnections" ,
149154 "type" : " string" ,
185190 "type" : " boolean" ,
186191 "description" : " Whether the code issue was detected by auto-review"
187192 },
188- {
189- "name" : " authConsoleLoginStarted" ,
190- "type" : " boolean" ,
191- "description" : " Indicates the console login flow was initiated"
192- },
193193 {
194194 "name" : " awsAccount" ,
195195 "type" : " string" ,
40044004 }
40054005 ]
40064006 },
4007+ {
4008+ "name" : " auth_consoleLoginCommand" ,
4009+ "description" : " Tracks the complete console login flow, including profile creation and activation" ,
4010+ "metadata" : [
4011+ {
4012+ "type" : " authConsoleLoginStarted" ,
4013+ "required" : false
4014+ }
4015+ ]
4016+ },
40074017 {
40084018 "name" : " auth_signInPageClosed" ,
40094019 "description" : " When the Amazon Q sign in page is closed." ,
41054115 ],
41064116 "passive" : true
41074117 },
4108- {
4109- "name" : " auth_consoleLoginCommand" ,
4110- "description" : " Tracks the complete console login flow, including profile creation and activation" ,
4111- "metadata" : [
4112- {
4113- "type" : " authConsoleLoginStarted" ,
4114- "required" : false
4115- }
4116- ]
4117- },
41184118 {
41194119 "name" : " aws_consoleLoginCLISuccess" ,
41204120 "description" : " Emitted when AWS CLI 'aws login' command completes successfully with exit code 0"
You can’t perform that action at this time.
0 commit comments