|
2815 | 2815 | {"shape":"AccessDeniedException"}
|
2816 | 2816 | ]
|
2817 | 2817 | },
|
| 2818 | + "SearchContactFlowModules":{ |
| 2819 | + "name":"SearchContactFlowModules", |
| 2820 | + "http":{ |
| 2821 | + "method":"POST", |
| 2822 | + "requestUri":"/search-contact-flow-modules" |
| 2823 | + }, |
| 2824 | + "input":{"shape":"SearchContactFlowModulesRequest"}, |
| 2825 | + "output":{"shape":"SearchContactFlowModulesResponse"}, |
| 2826 | + "errors":[ |
| 2827 | + {"shape":"InvalidRequestException"}, |
| 2828 | + {"shape":"InvalidParameterException"}, |
| 2829 | + {"shape":"ResourceNotFoundException"}, |
| 2830 | + {"shape":"ThrottlingException"}, |
| 2831 | + {"shape":"InternalServiceException"} |
| 2832 | + ] |
| 2833 | + }, |
| 2834 | + "SearchContactFlows":{ |
| 2835 | + "name":"SearchContactFlows", |
| 2836 | + "http":{ |
| 2837 | + "method":"POST", |
| 2838 | + "requestUri":"/search-contact-flows" |
| 2839 | + }, |
| 2840 | + "input":{"shape":"SearchContactFlowsRequest"}, |
| 2841 | + "output":{"shape":"SearchContactFlowsResponse"}, |
| 2842 | + "errors":[ |
| 2843 | + {"shape":"InvalidRequestException"}, |
| 2844 | + {"shape":"InvalidParameterException"}, |
| 2845 | + {"shape":"ResourceNotFoundException"}, |
| 2846 | + {"shape":"ThrottlingException"}, |
| 2847 | + {"shape":"InternalServiceException"} |
| 2848 | + ] |
| 2849 | + }, |
2818 | 2850 | "SearchContacts":{
|
2819 | 2851 | "name":"SearchContacts",
|
2820 | 2852 | "http":{
|
|
5166 | 5198 | "Name":{"shape":"ContactFlowName"},
|
5167 | 5199 | "Type":{"shape":"ContactFlowType"},
|
5168 | 5200 | "State":{"shape":"ContactFlowState"},
|
| 5201 | + "Status":{"shape":"ContactFlowStatus"}, |
5169 | 5202 | "Description":{"shape":"ContactFlowDescription"},
|
5170 | 5203 | "Content":{"shape":"ContactFlowContent"},
|
5171 | 5204 | "Tags":{"shape":"TagMap"}
|
|
5212 | 5245 | "min":1,
|
5213 | 5246 | "pattern":".*\\S.*"
|
5214 | 5247 | },
|
| 5248 | + "ContactFlowModuleSearchConditionList":{ |
| 5249 | + "type":"list", |
| 5250 | + "member":{"shape":"ContactFlowModuleSearchCriteria"} |
| 5251 | + }, |
| 5252 | + "ContactFlowModuleSearchCriteria":{ |
| 5253 | + "type":"structure", |
| 5254 | + "members":{ |
| 5255 | + "OrConditions":{"shape":"ContactFlowModuleSearchConditionList"}, |
| 5256 | + "AndConditions":{"shape":"ContactFlowModuleSearchConditionList"}, |
| 5257 | + "StringCondition":{"shape":"StringCondition"} |
| 5258 | + } |
| 5259 | + }, |
| 5260 | + "ContactFlowModuleSearchFilter":{ |
| 5261 | + "type":"structure", |
| 5262 | + "members":{ |
| 5263 | + "TagFilter":{"shape":"ControlPlaneTagFilter"} |
| 5264 | + } |
| 5265 | + }, |
| 5266 | + "ContactFlowModuleSearchSummaryList":{ |
| 5267 | + "type":"list", |
| 5268 | + "member":{"shape":"ContactFlowModule"} |
| 5269 | + }, |
5215 | 5270 | "ContactFlowModuleState":{
|
5216 | 5271 | "type":"string",
|
5217 | 5272 | "enum":[
|
|
5251 | 5306 | "error":{"httpStatusCode":404},
|
5252 | 5307 | "exception":true
|
5253 | 5308 | },
|
| 5309 | + "ContactFlowSearchConditionList":{ |
| 5310 | + "type":"list", |
| 5311 | + "member":{"shape":"ContactFlowSearchCriteria"} |
| 5312 | + }, |
| 5313 | + "ContactFlowSearchCriteria":{ |
| 5314 | + "type":"structure", |
| 5315 | + "members":{ |
| 5316 | + "OrConditions":{"shape":"ContactFlowSearchConditionList"}, |
| 5317 | + "AndConditions":{"shape":"ContactFlowSearchConditionList"}, |
| 5318 | + "StringCondition":{"shape":"StringCondition"}, |
| 5319 | + "TypeCondition":{"shape":"ContactFlowType"}, |
| 5320 | + "StateCondition":{"shape":"ContactFlowState"}, |
| 5321 | + "StatusCondition":{"shape":"ContactFlowStatus"} |
| 5322 | + } |
| 5323 | + }, |
| 5324 | + "ContactFlowSearchFilter":{ |
| 5325 | + "type":"structure", |
| 5326 | + "members":{ |
| 5327 | + "TagFilter":{"shape":"ControlPlaneTagFilter"} |
| 5328 | + } |
| 5329 | + }, |
| 5330 | + "ContactFlowSearchSummaryList":{ |
| 5331 | + "type":"list", |
| 5332 | + "member":{"shape":"ContactFlow"} |
| 5333 | + }, |
5254 | 5334 | "ContactFlowState":{
|
5255 | 5335 | "type":"string",
|
5256 | 5336 | "enum":[
|
5257 | 5337 | "ACTIVE",
|
5258 | 5338 | "ARCHIVED"
|
5259 | 5339 | ]
|
5260 | 5340 | },
|
| 5341 | + "ContactFlowStatus":{ |
| 5342 | + "type":"string", |
| 5343 | + "enum":[ |
| 5344 | + "PUBLISHED", |
| 5345 | + "SAVED" |
| 5346 | + ] |
| 5347 | + }, |
5261 | 5348 | "ContactFlowSummary":{
|
5262 | 5349 | "type":"structure",
|
5263 | 5350 | "members":{
|
5264 | 5351 | "Id":{"shape":"ContactFlowId"},
|
5265 | 5352 | "Arn":{"shape":"ARN"},
|
5266 | 5353 | "Name":{"shape":"ContactFlowName"},
|
5267 | 5354 | "ContactFlowType":{"shape":"ContactFlowType"},
|
5268 |
| - "ContactFlowState":{"shape":"ContactFlowState"} |
| 5355 | + "ContactFlowState":{"shape":"ContactFlowState"}, |
| 5356 | + "ContactFlowStatus":{"shape":"ContactFlowStatus"} |
5269 | 5357 | }
|
5270 | 5358 | },
|
5271 | 5359 | "ContactFlowSummaryList":{
|
|
5515 | 5603 | "Type":{"shape":"ContactFlowType"},
|
5516 | 5604 | "Description":{"shape":"ContactFlowDescription"},
|
5517 | 5605 | "Content":{"shape":"ContactFlowContent"},
|
| 5606 | + "Status":{"shape":"ContactFlowStatus"}, |
5518 | 5607 | "Tags":{"shape":"TagMap"}
|
5519 | 5608 | }
|
5520 | 5609 | },
|
|
13093 | 13182 | "AvailableNumbersList":{"shape":"AvailableNumbersList"}
|
13094 | 13183 | }
|
13095 | 13184 | },
|
| 13185 | + "SearchContactFlowModulesRequest":{ |
| 13186 | + "type":"structure", |
| 13187 | + "required":["InstanceId"], |
| 13188 | + "members":{ |
| 13189 | + "InstanceId":{"shape":"InstanceId"}, |
| 13190 | + "NextToken":{"shape":"NextToken2500"}, |
| 13191 | + "MaxResults":{ |
| 13192 | + "shape":"MaxResult100", |
| 13193 | + "box":true |
| 13194 | + }, |
| 13195 | + "SearchFilter":{"shape":"ContactFlowModuleSearchFilter"}, |
| 13196 | + "SearchCriteria":{"shape":"ContactFlowModuleSearchCriteria"} |
| 13197 | + } |
| 13198 | + }, |
| 13199 | + "SearchContactFlowModulesResponse":{ |
| 13200 | + "type":"structure", |
| 13201 | + "members":{ |
| 13202 | + "ContactFlowModules":{"shape":"ContactFlowModuleSearchSummaryList"}, |
| 13203 | + "NextToken":{"shape":"NextToken2500"}, |
| 13204 | + "ApproximateTotalCount":{"shape":"ApproximateTotalCount"} |
| 13205 | + } |
| 13206 | + }, |
| 13207 | + "SearchContactFlowsRequest":{ |
| 13208 | + "type":"structure", |
| 13209 | + "required":["InstanceId"], |
| 13210 | + "members":{ |
| 13211 | + "InstanceId":{"shape":"InstanceId"}, |
| 13212 | + "NextToken":{"shape":"NextToken2500"}, |
| 13213 | + "MaxResults":{ |
| 13214 | + "shape":"MaxResult100", |
| 13215 | + "box":true |
| 13216 | + }, |
| 13217 | + "SearchFilter":{"shape":"ContactFlowSearchFilter"}, |
| 13218 | + "SearchCriteria":{"shape":"ContactFlowSearchCriteria"} |
| 13219 | + } |
| 13220 | + }, |
| 13221 | + "SearchContactFlowsResponse":{ |
| 13222 | + "type":"structure", |
| 13223 | + "members":{ |
| 13224 | + "ContactFlows":{"shape":"ContactFlowSearchSummaryList"}, |
| 13225 | + "NextToken":{"shape":"NextToken2500"}, |
| 13226 | + "ApproximateTotalCount":{"shape":"ApproximateTotalCount"} |
| 13227 | + } |
| 13228 | + }, |
13096 | 13229 | "SearchContactsMatchType":{
|
13097 | 13230 | "type":"string",
|
13098 | 13231 | "enum":[
|
|
0 commit comments