107
107
"type" : " string" ,
108
108
"description" : " Comma-delimited list of enabled auths."
109
109
},
110
+ {
111
+ "name" : " authEnabledFeatures" ,
112
+ "type" : " string" ,
113
+ "description" : " Comma delimited list of enabled features for the authenticated user"
114
+ },
110
115
{
111
116
"name" : " authScopes" ,
112
117
"type" : " string" ,
1194
1199
"type" : " boolean" ,
1195
1200
"description" : " If this was performed as part of the reauthentication flow."
1196
1201
},
1202
+ {
1203
+ "name" : " isRetry" ,
1204
+ "type" : " boolean" ,
1205
+ "description" : " Whether or not the operation was a retry"
1206
+ },
1197
1207
{
1198
1208
"name" : " lambdaArchitecture" ,
1199
1209
"allowedValues" : [
1882
1892
}
1883
1893
]
1884
1894
},
1895
+ {
1896
+ "name" : " amazonq_viewChatPanel" ,
1897
+ "description" : " Captures if Q chat panel is successfully viewed or not" ,
1898
+ "metadata" : [
1899
+ {
1900
+ "type" : " reason" ,
1901
+ "required" : false
1902
+ },
1903
+ {
1904
+ "type" : " result"
1905
+ }
1906
+ ]
1907
+ },
1885
1908
{
1886
1909
"name" : " apigateway_copyUrl" ,
1887
1910
"description" : " Copying an API Gateway remote URL" ,
2017
2040
"type" : " attempts" ,
2018
2041
"required" : false
2019
2042
},
2043
+ {
2044
+ "type" : " authEnabledFeatures" ,
2045
+ "required" : false
2046
+ },
2020
2047
{
2021
2048
"type" : " authScopes" ,
2022
2049
"required" : false
2023
2050
},
2024
2051
{
2025
2052
"type" : " credentialSourceId"
2026
2053
},
2054
+ {
2055
+ "type" : " credentialStartUrl" ,
2056
+ "required" : false
2057
+ },
2027
2058
{
2028
2059
"type" : " featureId"
2029
2060
},
2034
2065
{
2035
2066
"type" : " isAggregated"
2036
2067
},
2068
+ {
2069
+ "type" : " isReAuth"
2070
+ },
2037
2071
{
2038
2072
"type" : " reason" ,
2039
2073
"required" : false
2077
2111
}
2078
2112
]
2079
2113
},
2114
+ {
2115
+ "name" : " auth_signInPageClosed" ,
2116
+ "description" : " When the Amazon Q sign in page is closed." ,
2117
+ "metadata" : [],
2118
+ "passive" : true
2119
+ },
2120
+ {
2121
+ "name" : " auth_signInPageOpened" ,
2122
+ "description" : " When the Amazon Q sign in page is opened and focused." ,
2123
+ "metadata" : [],
2124
+ "passive" : true
2125
+ },
2080
2126
{
2081
2127
"name" : " auth_switchRoles" ,
2082
2128
"description" : " Called when user clicks yes or no to switch role upon adding new connection" ,
2224
2270
},
2225
2271
{
2226
2272
"type" : " result"
2273
+ },
2274
+ {
2275
+ "type" : " source"
2227
2276
}
2228
2277
]
2229
2278
},
2394
2443
],
2395
2444
"passive" : true
2396
2445
},
2446
+ {
2447
+ "name" : " aws_webviewInstallation" ,
2448
+ "description" : " Captures process of webview installation" ,
2449
+ "metadata" : [
2450
+ {
2451
+ "type" : " elementId"
2452
+ },
2453
+ {
2454
+ "type" : " isRetry"
2455
+ },
2456
+ {
2457
+ "type" : " reason" ,
2458
+ "required" : false
2459
+ },
2460
+ {
2461
+ "type" : " result"
2462
+ }
2463
+ ]
2464
+ },
2397
2465
{
2398
2466
"name" : " beanstalk_deleteApplication" ,
2399
2467
"description" : " Called when user deletes a Beanstalk application" ,
5993
6061
]
5994
6062
}
5995
6063
]
5996
- }
6064
+ }
0 commit comments