File tree Expand file tree Collapse file tree 3 files changed +40
-26
lines changed
services/connectcampaigns/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +40
-26
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AmazonConnectCampaignService" ,
4
+ "contributor" : " " ,
5
+ "description" : " Minor pattern updates for Campaign and Dial Request API fields."
6
+ }
Original file line number Diff line number Diff line change 40
40
]
41
41
}
42
42
],
43
- "type" : " tree" ,
44
43
"rules" : [
45
44
{
46
45
"conditions" : [
83
82
},
84
83
"type" : " endpoint"
85
84
}
86
- ]
85
+ ],
86
+ "type" : " tree"
87
87
},
88
88
{
89
89
"conditions" : [
96
96
]
97
97
}
98
98
],
99
- "type" : " tree" ,
100
99
"rules" : [
101
100
{
102
101
"conditions" : [
110
109
"assign" : " PartitionResult"
111
110
}
112
111
],
113
- "type" : " tree" ,
114
112
"rules" : [
115
113
{
116
114
"conditions" : [
133
131
]
134
132
}
135
133
],
136
- "type" : " tree" ,
137
134
"rules" : [
138
135
{
139
136
"conditions" : [
168
165
]
169
166
}
170
167
],
171
- "type" : " tree" ,
172
168
"rules" : [
173
169
{
174
170
"conditions" : [],
179
175
},
180
176
"type" : " endpoint"
181
177
}
182
- ]
178
+ ],
179
+ "type" : " tree"
183
180
},
184
181
{
185
182
"conditions" : [],
186
183
"error" : " FIPS and DualStack are enabled, but this partition does not support one or both" ,
187
184
"type" : " error"
188
185
}
189
- ]
186
+ ],
187
+ "type" : " tree"
190
188
},
191
189
{
192
190
"conditions" : [
200
198
]
201
199
}
202
200
],
203
- "type" : " tree" ,
204
201
"rules" : [
205
202
{
206
203
"conditions" : [
207
204
{
208
205
"fn" : " booleanEquals" ,
209
206
"argv" : [
210
- true ,
211
207
{
212
208
"fn" : " getAttr" ,
213
209
"argv" : [
216
212
},
217
213
" supportsFIPS"
218
214
]
219
- }
215
+ },
216
+ true
220
217
]
221
218
}
222
219
],
223
- "type" : " tree" ,
224
220
"rules" : [
225
221
{
226
222
"conditions" : [],
231
227
},
232
228
"type" : " endpoint"
233
229
}
234
- ]
230
+ ],
231
+ "type" : " tree"
235
232
},
236
233
{
237
234
"conditions" : [],
238
235
"error" : " FIPS is enabled but this partition does not support FIPS" ,
239
236
"type" : " error"
240
237
}
241
- ]
238
+ ],
239
+ "type" : " tree"
242
240
},
243
241
{
244
242
"conditions" : [
252
250
]
253
251
}
254
252
],
255
- "type" : " tree" ,
256
253
"rules" : [
257
254
{
258
255
"conditions" : [
272
269
]
273
270
}
274
271
],
275
- "type" : " tree" ,
276
272
"rules" : [
277
273
{
278
274
"conditions" : [],
283
279
},
284
280
"type" : " endpoint"
285
281
}
286
- ]
282
+ ],
283
+ "type" : " tree"
287
284
},
288
285
{
289
286
"conditions" : [],
290
287
"error" : " DualStack is enabled but this partition does not support DualStack" ,
291
288
"type" : " error"
292
289
}
293
- ]
290
+ ],
291
+ "type" : " tree"
294
292
},
295
293
{
296
294
"conditions" : [],
301
299
},
302
300
"type" : " endpoint"
303
301
}
304
- ]
302
+ ],
303
+ "type" : " tree"
305
304
}
306
- ]
305
+ ],
306
+ "type" : " tree"
307
307
},
308
308
{
309
309
"conditions" : [],
Original file line number Diff line number Diff line change 472
472
"type" :" string" ,
473
473
"documentation" :" <p>The value of the attribute.</p>" ,
474
474
"max" :32767 ,
475
- "min" :0
475
+ "min" :0 ,
476
+ "pattern" :" .*"
476
477
},
477
478
"Attributes" :{
478
479
"type" :" map" ,
530
531
"type" :" string" ,
531
532
"documentation" :" <p>Identifier representing a Campaign</p>" ,
532
533
"max" :256 ,
533
- "min" :0
534
+ "min" :0 ,
535
+ "pattern" :" [\\ S]*"
534
536
},
535
537
"CampaignName" :{
536
538
"type" :" string" ,
573
575
"ClientToken" :{
574
576
"type" :" string" ,
575
577
"documentation" :" <p>Client provided parameter used for idempotency. Its value must be unique for each request.</p>" ,
576
- "max" :64 ,
577
- "min" :0
578
+ "max" :200 ,
579
+ "min" :0 ,
580
+ "pattern" :" [a-zA-Z0-9_\\ -.]*"
578
581
},
579
582
"ConflictException" :{
580
583
"type" :" structure" ,
686
689
"documentation" :" <p>The phone number of the customer, in E.164 format.</p>" ,
687
690
"max" :20 ,
688
691
"min" :0 ,
692
+ "pattern" :" [\\ d\\ -+]*" ,
689
693
"sensitive" :true
690
694
},
691
695
"DialRequest" :{
706
710
},
707
711
"DialRequestId" :{
708
712
"type" :" string" ,
709
- "documentation" :" <p>Identifier representing a Dial request</p>"
713
+ "documentation" :" <p>Identifier representing a Dial request</p>" ,
714
+ "max" :256 ,
715
+ "min" :0 ,
716
+ "pattern" :" [a-zA-Z0-9_\\ -.]*"
710
717
},
711
718
"DialRequestList" :{
712
719
"type" :" list" ,
903
910
"type" :" string" ,
904
911
"documentation" :" <p>Amazon Connect Instance Id</p>" ,
905
912
"max" :256 ,
906
- "min" :0
913
+ "min" :0 ,
914
+ "pattern" :" [a-zA-Z0-9_\\ -.]*"
907
915
},
908
916
"InstanceIdFilter" :{
909
917
"type" :" structure" ,
You can’t perform that action at this time.
0 commit comments