File tree 3 files changed +248
-877
lines changed
services/databrew/src/main/resources/codegen-resources
3 files changed +248
-877
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Glue DataBrew" ,
4
+ "contributor" : " " ,
5
+ "description" : " Enabled FIPS us-gov-west-1 endpoints in SDK."
6
+ }
Original file line number Diff line number Diff line change 3
3
"parameters" : {
4
4
"Region" : {
5
5
"builtIn" : " AWS::Region" ,
6
- "required" : false ,
6
+ "required" : true ,
7
7
"documentation" : " The AWS region used to dispatch the request." ,
8
8
"type" : " String"
9
9
},
52
52
"ref" : " Endpoint"
53
53
}
54
54
]
55
- },
56
- {
57
- "fn" : " parseURL" ,
58
- "argv" : [
59
- {
60
- "ref" : " Endpoint"
61
- }
62
- ],
63
- "assign" : " url"
64
55
}
65
56
],
66
57
"type" : " tree" ,
174
165
"rules" : [
175
166
{
176
167
"conditions" : [],
177
- "endpoint" : {
178
- "url" : " https://databrew-fips.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
179
- "properties" : {},
180
- "headers" : {}
181
- },
182
- "type" : " endpoint"
168
+ "type" : " tree" ,
169
+ "rules" : [
170
+ {
171
+ "conditions" : [],
172
+ "endpoint" : {
173
+ "url" : " https://databrew-fips.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
174
+ "properties" : {},
175
+ "headers" : {}
176
+ },
177
+ "type" : " endpoint"
178
+ }
179
+ ]
183
180
}
184
181
]
185
182
},
228
225
"conditions" : [],
229
226
"type" : " tree" ,
230
227
"rules" : [
228
+ {
229
+ "conditions" : [
230
+ {
231
+ "fn" : " stringEquals" ,
232
+ "argv" : [
233
+ {
234
+ "ref" : " Region"
235
+ },
236
+ " us-gov-west-1"
237
+ ]
238
+ }
239
+ ],
240
+ "endpoint" : {
241
+ "url" : " https://databrew.us-gov-west-1.amazonaws.com" ,
242
+ "properties" : {},
243
+ "headers" : {}
244
+ },
245
+ "type" : " endpoint"
246
+ },
231
247
{
232
248
"conditions" : [],
233
249
"endpoint" : {
284
300
"rules" : [
285
301
{
286
302
"conditions" : [],
287
- "endpoint" : {
288
- "url" : " https://databrew.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
289
- "properties" : {},
290
- "headers" : {}
291
- },
292
- "type" : " endpoint"
303
+ "type" : " tree" ,
304
+ "rules" : [
305
+ {
306
+ "conditions" : [],
307
+ "endpoint" : {
308
+ "url" : " https://databrew.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
309
+ "properties" : {},
310
+ "headers" : {}
311
+ },
312
+ "type" : " endpoint"
313
+ }
314
+ ]
293
315
}
294
316
]
295
317
},
302
324
},
303
325
{
304
326
"conditions" : [],
305
- "endpoint" : {
306
- "url" : " https://databrew.{Region}.{PartitionResult#dnsSuffix}" ,
307
- "properties" : {},
308
- "headers" : {}
309
- },
310
- "type" : " endpoint"
327
+ "type" : " tree" ,
328
+ "rules" : [
329
+ {
330
+ "conditions" : [],
331
+ "endpoint" : {
332
+ "url" : " https://databrew.{Region}.{PartitionResult#dnsSuffix}" ,
333
+ "properties" : {},
334
+ "headers" : {}
335
+ },
336
+ "type" : " endpoint"
337
+ }
338
+ ]
311
339
}
312
340
]
313
341
}
You can’t perform that action at this time.
0 commit comments