Skip to content

Commit ca22ea3

Browse files
This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses.
1 parent 74719b6 commit ca22ea3

File tree

6 files changed

+274
-150
lines changed

6 files changed

+274
-150
lines changed

generator/ServiceModels/connect/connect-2017-08-08.api.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}"
507507
},
508508
"input":{"shape":"DeleteContactFlowRequest"},
509+
"output":{"shape":"DeleteContactFlowResponse"},
509510
"errors":[
510511
{"shape":"AccessDeniedException"},
511512
{"shape":"InvalidRequestException"},
@@ -2209,6 +2210,7 @@
22092210
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/content"
22102211
},
22112212
"input":{"shape":"UpdateContactFlowContentRequest"},
2213+
"output":{"shape":"UpdateContactFlowContentResponse"},
22122214
"errors":[
22132215
{"shape":"InvalidRequestException"},
22142216
{"shape":"InvalidContactFlowException"},
@@ -2225,6 +2227,7 @@
22252227
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/metadata"
22262228
},
22272229
"input":{"shape":"UpdateContactFlowMetadataRequest"},
2230+
"output":{"shape":"UpdateContactFlowMetadataResponse"},
22282231
"errors":[
22292232
{"shape":"InvalidRequestException"},
22302233
{"shape":"InvalidParameterException"},
@@ -2276,6 +2279,7 @@
22762279
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/name"
22772280
},
22782281
"input":{"shape":"UpdateContactFlowNameRequest"},
2282+
"output":{"shape":"UpdateContactFlowNameResponse"},
22792283
"errors":[
22802284
{"shape":"InvalidRequestException"},
22812285
{"shape":"InvalidParameterException"},
@@ -4164,6 +4168,11 @@
41644168
}
41654169
}
41664170
},
4171+
"DeleteContactFlowResponse":{
4172+
"type":"structure",
4173+
"members":{
4174+
}
4175+
},
41674176
"DeleteHoursOfOperationRequest":{
41684177
"type":"structure",
41694178
"required":[
@@ -9269,6 +9278,11 @@
92699278
"Content":{"shape":"ContactFlowContent"}
92709279
}
92719280
},
9281+
"UpdateContactFlowContentResponse":{
9282+
"type":"structure",
9283+
"members":{
9284+
}
9285+
},
92729286
"UpdateContactFlowMetadataRequest":{
92739287
"type":"structure",
92749288
"required":[
@@ -9291,6 +9305,11 @@
92919305
"ContactFlowState":{"shape":"ContactFlowState"}
92929306
}
92939307
},
9308+
"UpdateContactFlowMetadataResponse":{
9309+
"type":"structure",
9310+
"members":{
9311+
}
9312+
},
92949313
"UpdateContactFlowModuleContentRequest":{
92959314
"type":"structure",
92969315
"required":[
@@ -9365,6 +9384,11 @@
93659384
"Description":{"shape":"ContactFlowDescription"}
93669385
}
93679386
},
9387+
"UpdateContactFlowNameResponse":{
9388+
"type":"structure",
9389+
"members":{
9390+
}
9391+
},
93689392
"UpdateContactRequest":{
93699393
"type":"structure",
93709394
"required":[

generator/ServiceModels/connect/connect-2017-08-08.docs.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,11 @@
13141314
"refs": {
13151315
}
13161316
},
1317+
"DeleteContactFlowResponse": {
1318+
"base": null,
1319+
"refs": {
1320+
}
1321+
},
13171322
"DeleteHoursOfOperationRequest": {
13181323
"base": null,
13191324
"refs": {
@@ -4889,11 +4894,21 @@
48894894
"refs": {
48904895
}
48914896
},
4897+
"UpdateContactFlowContentResponse": {
4898+
"base": null,
4899+
"refs": {
4900+
}
4901+
},
48924902
"UpdateContactFlowMetadataRequest": {
48934903
"base": null,
48944904
"refs": {
48954905
}
48964906
},
4907+
"UpdateContactFlowMetadataResponse": {
4908+
"base": null,
4909+
"refs": {
4910+
}
4911+
},
48974912
"UpdateContactFlowModuleContentRequest": {
48984913
"base": null,
48994914
"refs": {
@@ -4919,6 +4934,11 @@
49194934
"refs": {
49204935
}
49214936
},
4937+
"UpdateContactFlowNameResponse": {
4938+
"base": null,
4939+
"refs": {
4940+
}
4941+
},
49224942
"UpdateContactRequest": {
49234943
"base": null,
49244944
"refs": {

0 commit comments

Comments
 (0)