@@ -12163,6 +12163,71 @@ export const ScenariosModelMappings: {[key: string]: {[key: string]: any}} = {
1216312163 } ,
1216412164 "operationResponseType" : "SyntheticsApiMultistepParentTestsResponse" ,
1216512165 } ,
12166+ "v2.ListSyntheticsDowntimes" : {
12167+ "filterTestIds" : {
12168+ "type" : "string" ,
12169+ "format" : "" ,
12170+ } ,
12171+ "filterActive" : {
12172+ "type" : "string" ,
12173+ "format" : "" ,
12174+ } ,
12175+ "operationResponseType" : "SyntheticsDowntimesResponse" ,
12176+ } ,
12177+ "v2.CreateSyntheticsDowntime" : {
12178+ "body" : {
12179+ "type" : "SyntheticsDowntimeRequest" ,
12180+ "format" : "" ,
12181+ } ,
12182+ "operationResponseType" : "SyntheticsDowntimeResponse" ,
12183+ } ,
12184+ "v2.GetSyntheticsDowntime" : {
12185+ "downtimeId" : {
12186+ "type" : "string" ,
12187+ "format" : "" ,
12188+ } ,
12189+ "operationResponseType" : "SyntheticsDowntimeResponse" ,
12190+ } ,
12191+ "v2.UpdateSyntheticsDowntime" : {
12192+ "downtimeId" : {
12193+ "type" : "string" ,
12194+ "format" : "" ,
12195+ } ,
12196+ "body" : {
12197+ "type" : "SyntheticsDowntimeRequest" ,
12198+ "format" : "" ,
12199+ } ,
12200+ "operationResponseType" : "SyntheticsDowntimeResponse" ,
12201+ } ,
12202+ "v2.DeleteSyntheticsDowntime" : {
12203+ "downtimeId" : {
12204+ "type" : "string" ,
12205+ "format" : "" ,
12206+ } ,
12207+ "operationResponseType" : "{}" ,
12208+ } ,
12209+ "v2.AddTestToSyntheticsDowntime" : {
12210+ "downtimeId" : {
12211+ "type" : "string" ,
12212+ "format" : "" ,
12213+ } ,
12214+ "testId" : {
12215+ "type" : "string" ,
12216+ "format" : "" ,
12217+ } ,
12218+ "operationResponseType" : "SyntheticsDowntimeResponse" ,
12219+ } ,
12220+ "v2.RemoveTestFromSyntheticsDowntime" : {
12221+ "downtimeId" : {
12222+ "type" : "string" ,
12223+ "format" : "" ,
12224+ } ,
12225+ "testId" : {
12226+ "type" : "string" ,
12227+ "format" : "" ,
12228+ } ,
12229+ "operationResponseType" : "SyntheticsDowntimeResponse" ,
12230+ } ,
1216612231 "v2.GetOnDemandConcurrencyCap" : {
1216712232 "operationResponseType" : "OnDemandConcurrencyCapResponse" ,
1216812233 } ,
0 commit comments