File tree Expand file tree Collapse file tree 3 files changed +142
-366
lines changed
services/connect/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +142
-366
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" : " Enabled FIPS endpoints for GovCloud (US) regions in SDK."
6
+ }
Original file line number Diff line number Diff line change 165
165
"rules" : [
166
166
{
167
167
"conditions" : [],
168
- "endpoint" : {
169
- "url" : " https://connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
170
- "properties" : {},
171
- "headers" : {}
172
- },
173
- "type" : " endpoint"
168
+ "type" : " tree" ,
169
+ "rules" : [
170
+ {
171
+ "conditions" : [],
172
+ "endpoint" : {
173
+ "url" : " https://connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
174
+ "properties" : {},
175
+ "headers" : {}
176
+ },
177
+ "type" : " endpoint"
178
+ }
179
+ ]
174
180
}
175
181
]
176
182
},
219
225
"conditions" : [],
220
226
"type" : " tree" ,
221
227
"rules" : [
228
+ {
229
+ "conditions" : [
230
+ {
231
+ "fn" : " stringEquals" ,
232
+ "argv" : [
233
+ " aws-us-gov" ,
234
+ {
235
+ "fn" : " getAttr" ,
236
+ "argv" : [
237
+ {
238
+ "ref" : " PartitionResult"
239
+ },
240
+ " name"
241
+ ]
242
+ }
243
+ ]
244
+ }
245
+ ],
246
+ "endpoint" : {
247
+ "url" : " https://connect.{Region}.amazonaws.com" ,
248
+ "properties" : {},
249
+ "headers" : {}
250
+ },
251
+ "type" : " endpoint"
252
+ },
222
253
{
223
254
"conditions" : [],
224
255
"endpoint" : {
275
306
"rules" : [
276
307
{
277
308
"conditions" : [],
278
- "endpoint" : {
279
- "url" : " https://connect.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
280
- "properties" : {},
281
- "headers" : {}
282
- },
283
- "type" : " endpoint"
309
+ "type" : " tree" ,
310
+ "rules" : [
311
+ {
312
+ "conditions" : [],
313
+ "endpoint" : {
314
+ "url" : " https://connect.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
315
+ "properties" : {},
316
+ "headers" : {}
317
+ },
318
+ "type" : " endpoint"
319
+ }
320
+ ]
284
321
}
285
322
]
286
323
},
293
330
},
294
331
{
295
332
"conditions" : [],
296
- "endpoint" : {
297
- "url" : " https://connect.{Region}.{PartitionResult#dnsSuffix}" ,
298
- "properties" : {},
299
- "headers" : {}
300
- },
301
- "type" : " endpoint"
333
+ "type" : " tree" ,
334
+ "rules" : [
335
+ {
336
+ "conditions" : [],
337
+ "endpoint" : {
338
+ "url" : " https://connect.{Region}.{PartitionResult#dnsSuffix}" ,
339
+ "properties" : {},
340
+ "headers" : {}
341
+ },
342
+ "type" : " endpoint"
343
+ }
344
+ ]
302
345
}
303
346
]
304
347
}
You can’t perform that action at this time.
0 commit comments