File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
services/connect/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Connect Service" ,
4
+ "contributor" : " " ,
5
+ "description" : " This release supports adding NotAttributeCondition and Range to the RoutingCriteria object."
6
+ }
Original file line number Diff line number Diff line change 6067
6067
"shape":"NullableProficiencyLevel",
6068
6068
"documentation":"<p>The proficiency level of the condition.</p>"
6069
6069
},
6070
+ "Range":{
6071
+ "shape":"Range",
6072
+ "documentation":"<p>An Object to define the minimum and maximum proficiency levels.</p>"
6073
+ },
6070
6074
"MatchCriteria":{
6071
6075
"shape":"MatchCriteria",
6072
6076
"documentation":"<p>An object to define <code>AgentsCriteria</code>.</p>"
12755
12759
"OrExpression":{
12756
12760
"shape":"Expressions",
12757
12761
"documentation":"<p>List of routing expressions which will be OR-ed together.</p>"
12758
- }
12762
+ },
12763
+ "NotAttributeCondition":{"shape":"AttributeCondition"}
12759
12764
},
12760
12765
"documentation":"<p>A tagged union to specify expression for a routing step.</p>"
12761
12766
},
19164
19169
"max":50,
19165
19170
"min":1
19166
19171
},
19172
+ "Range":{
19173
+ "type":"structure",
19174
+ "members":{
19175
+ "MinProficiencyLevel":{
19176
+ "shape":"NullableProficiencyLevel",
19177
+ "documentation":"<p>The minimum proficiency level of the range.</p>"
19178
+ },
19179
+ "MaxProficiencyLevel":{
19180
+ "shape":"NullableProficiencyLevel",
19181
+ "documentation":"<p>The maximum proficiency level of the range.</p>"
19182
+ }
19183
+ },
19184
+ "documentation":"<p>An Object to define the minimum and maximum proficiency levels.</p>"
19185
+ },
19167
19186
"ReadOnlyFieldInfo":{
19168
19187
"type":"structure",
19169
19188
"members":{
22203
22222
},
22204
22223
"UploadUrlMetadata":{
22205
22224
"shape":"UploadUrlMetadata",
22206
- "documentation":"<p>Information to be used while uploading the attached file. </p>"
22225
+ "documentation":"<p>The headers to be provided while uploading the file to the URL. </p>"
22207
22226
}
22208
22227
},
22209
22228
"documentation":"Response from StartAttachedFileUpload API."
You can’t perform that action at this time.
0 commit comments