Skip to content

Commit a0a7ef3

Browse files
Updated API models and rebuilt service gems.
1 parent 398a614 commit a0a7ef3

File tree

41 files changed

+1507
-329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1507
-329
lines changed

apis/connect/2017-08-08/api-2.json

Lines changed: 134 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2815,6 +2815,38 @@
28152815
{"shape":"AccessDeniedException"}
28162816
]
28172817
},
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+
},
28182850
"SearchContacts":{
28192851
"name":"SearchContacts",
28202852
"http":{
@@ -5166,6 +5198,7 @@
51665198
"Name":{"shape":"ContactFlowName"},
51675199
"Type":{"shape":"ContactFlowType"},
51685200
"State":{"shape":"ContactFlowState"},
5201+
"Status":{"shape":"ContactFlowStatus"},
51695202
"Description":{"shape":"ContactFlowDescription"},
51705203
"Content":{"shape":"ContactFlowContent"},
51715204
"Tags":{"shape":"TagMap"}
@@ -5212,6 +5245,28 @@
52125245
"min":1,
52135246
"pattern":".*\\S.*"
52145247
},
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+
},
52155270
"ContactFlowModuleState":{
52165271
"type":"string",
52175272
"enum":[
@@ -5251,21 +5306,54 @@
52515306
"error":{"httpStatusCode":404},
52525307
"exception":true
52535308
},
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+
},
52545334
"ContactFlowState":{
52555335
"type":"string",
52565336
"enum":[
52575337
"ACTIVE",
52585338
"ARCHIVED"
52595339
]
52605340
},
5341+
"ContactFlowStatus":{
5342+
"type":"string",
5343+
"enum":[
5344+
"PUBLISHED",
5345+
"SAVED"
5346+
]
5347+
},
52615348
"ContactFlowSummary":{
52625349
"type":"structure",
52635350
"members":{
52645351
"Id":{"shape":"ContactFlowId"},
52655352
"Arn":{"shape":"ARN"},
52665353
"Name":{"shape":"ContactFlowName"},
52675354
"ContactFlowType":{"shape":"ContactFlowType"},
5268-
"ContactFlowState":{"shape":"ContactFlowState"}
5355+
"ContactFlowState":{"shape":"ContactFlowState"},
5356+
"ContactFlowStatus":{"shape":"ContactFlowStatus"}
52695357
}
52705358
},
52715359
"ContactFlowSummaryList":{
@@ -5515,6 +5603,7 @@
55155603
"Type":{"shape":"ContactFlowType"},
55165604
"Description":{"shape":"ContactFlowDescription"},
55175605
"Content":{"shape":"ContactFlowContent"},
5606+
"Status":{"shape":"ContactFlowStatus"},
55185607
"Tags":{"shape":"TagMap"}
55195608
}
55205609
},
@@ -13093,6 +13182,50 @@
1309313182
"AvailableNumbersList":{"shape":"AvailableNumbersList"}
1309413183
}
1309513184
},
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+
},
1309613229
"SearchContactsMatchType":{
1309713230
"type":"string",
1309813231
"enum":[

0 commit comments

Comments
 (0)