1{
2    "testCases": [
3        {
4            "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled",
5            "expect": {
6                "endpoint": {
7                    "url": "https://wisdom.ap-northeast-1.amazonaws.com"
8                }
9            },
10            "params": {
11                "Region": "ap-northeast-1",
12                "UseFIPS": false,
13                "UseDualStack": false
14            }
15        },
16        {
17            "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled",
18            "expect": {
19                "endpoint": {
20                    "url": "https://wisdom.ap-southeast-2.amazonaws.com"
21                }
22            },
23            "params": {
24                "Region": "ap-southeast-2",
25                "UseFIPS": false,
26                "UseDualStack": false
27            }
28        },
29        {
30            "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled",
31            "expect": {
32                "endpoint": {
33                    "url": "https://wisdom.eu-central-1.amazonaws.com"
34                }
35            },
36            "params": {
37                "Region": "eu-central-1",
38                "UseFIPS": false,
39                "UseDualStack": false
40            }
41        },
42        {
43            "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled",
44            "expect": {
45                "endpoint": {
46                    "url": "https://wisdom.eu-west-2.amazonaws.com"
47                }
48            },
49            "params": {
50                "Region": "eu-west-2",
51                "UseFIPS": false,
52                "UseDualStack": false
53            }
54        },
55        {
56            "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled",
57            "expect": {
58                "endpoint": {
59                    "url": "https://wisdom.us-east-1.amazonaws.com"
60                }
61            },
62            "params": {
63                "Region": "us-east-1",
64                "UseFIPS": false,
65                "UseDualStack": false
66            }
67        },
68        {
69            "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled",
70            "expect": {
71                "endpoint": {
72                    "url": "https://wisdom.us-west-2.amazonaws.com"
73                }
74            },
75            "params": {
76                "Region": "us-west-2",
77                "UseFIPS": false,
78                "UseDualStack": false
79            }
80        },
81        {
82            "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled",
83            "expect": {
84                "endpoint": {
85                    "url": "https://wisdom-fips.us-east-1.api.aws"
86                }
87            },
88            "params": {
89                "Region": "us-east-1",
90                "UseFIPS": true,
91                "UseDualStack": true
92            }
93        },
94        {
95            "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled",
96            "expect": {
97                "endpoint": {
98                    "url": "https://wisdom-fips.us-east-1.amazonaws.com"
99                }
100            },
101            "params": {
102                "Region": "us-east-1",
103                "UseFIPS": true,
104                "UseDualStack": false
105            }
106        },
107        {
108            "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled",
109            "expect": {
110                "endpoint": {
111                    "url": "https://wisdom.us-east-1.api.aws"
112                }
113            },
114            "params": {
115                "Region": "us-east-1",
116                "UseFIPS": false,
117                "UseDualStack": true
118            }
119        },
120        {
121            "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled",
122            "expect": {
123                "endpoint": {
124                    "url": "https://wisdom-fips.cn-north-1.api.amazonwebservices.com.cn"
125                }
126            },
127            "params": {
128                "Region": "cn-north-1",
129                "UseFIPS": true,
130                "UseDualStack": true
131            }
132        },
133        {
134            "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled",
135            "expect": {
136                "endpoint": {
137                    "url": "https://wisdom-fips.cn-north-1.amazonaws.com.cn"
138                }
139            },
140            "params": {
141                "Region": "cn-north-1",
142                "UseFIPS": true,
143                "UseDualStack": false
144            }
145        },
146        {
147            "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled",
148            "expect": {
149                "endpoint": {
150                    "url": "https://wisdom.cn-north-1.api.amazonwebservices.com.cn"
151                }
152            },
153            "params": {
154                "Region": "cn-north-1",
155                "UseFIPS": false,
156                "UseDualStack": true
157            }
158        },
159        {
160            "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled",
161            "expect": {
162                "endpoint": {
163                    "url": "https://wisdom.cn-north-1.amazonaws.com.cn"
164                }
165            },
166            "params": {
167                "Region": "cn-north-1",
168                "UseFIPS": false,
169                "UseDualStack": false
170            }
171        },
172        {
173            "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled",
174            "expect": {
175                "endpoint": {
176                    "url": "https://wisdom-fips.us-gov-east-1.api.aws"
177                }
178            },
179            "params": {
180                "Region": "us-gov-east-1",
181                "UseFIPS": true,
182                "UseDualStack": true
183            }
184        },
185        {
186            "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled",
187            "expect": {
188                "endpoint": {
189                    "url": "https://wisdom-fips.us-gov-east-1.amazonaws.com"
190                }
191            },
192            "params": {
193                "Region": "us-gov-east-1",
194                "UseFIPS": true,
195                "UseDualStack": false
196            }
197        },
198        {
199            "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled",
200            "expect": {
201                "endpoint": {
202                    "url": "https://wisdom.us-gov-east-1.api.aws"
203                }
204            },
205            "params": {
206                "Region": "us-gov-east-1",
207                "UseFIPS": false,
208                "UseDualStack": true
209            }
210        },
211        {
212            "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled",
213            "expect": {
214                "endpoint": {
215                    "url": "https://wisdom.us-gov-east-1.amazonaws.com"
216                }
217            },
218            "params": {
219                "Region": "us-gov-east-1",
220                "UseFIPS": false,
221                "UseDualStack": false
222            }
223        },
224        {
225            "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
226            "expect": {
227                "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
228            },
229            "params": {
230                "Region": "us-iso-east-1",
231                "UseFIPS": true,
232                "UseDualStack": true
233            }
234        },
235        {
236            "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
237            "expect": {
238                "endpoint": {
239                    "url": "https://wisdom-fips.us-iso-east-1.c2s.ic.gov"
240                }
241            },
242            "params": {
243                "Region": "us-iso-east-1",
244                "UseFIPS": true,
245                "UseDualStack": false
246            }
247        },
248        {
249            "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
250            "expect": {
251                "error": "DualStack is enabled but this partition does not support DualStack"
252            },
253            "params": {
254                "Region": "us-iso-east-1",
255                "UseFIPS": false,
256                "UseDualStack": true
257            }
258        },
259        {
260            "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
261            "expect": {
262                "endpoint": {
263                    "url": "https://wisdom.us-iso-east-1.c2s.ic.gov"
264                }
265            },
266            "params": {
267                "Region": "us-iso-east-1",
268                "UseFIPS": false,
269                "UseDualStack": false
270            }
271        },
272        {
273            "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
274            "expect": {
275                "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
276            },
277            "params": {
278                "Region": "us-isob-east-1",
279                "UseFIPS": true,
280                "UseDualStack": true
281            }
282        },
283        {
284            "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
285            "expect": {
286                "endpoint": {
287                    "url": "https://wisdom-fips.us-isob-east-1.sc2s.sgov.gov"
288                }
289            },
290            "params": {
291                "Region": "us-isob-east-1",
292                "UseFIPS": true,
293                "UseDualStack": false
294            }
295        },
296        {
297            "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
298            "expect": {
299                "error": "DualStack is enabled but this partition does not support DualStack"
300            },
301            "params": {
302                "Region": "us-isob-east-1",
303                "UseFIPS": false,
304                "UseDualStack": true
305            }
306        },
307        {
308            "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
309            "expect": {
310                "endpoint": {
311                    "url": "https://wisdom.us-isob-east-1.sc2s.sgov.gov"
312                }
313            },
314            "params": {
315                "Region": "us-isob-east-1",
316                "UseFIPS": false,
317                "UseDualStack": false
318            }
319        },
320        {
321            "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
322            "expect": {
323                "endpoint": {
324                    "url": "https://example.com"
325                }
326            },
327            "params": {
328                "Region": "us-east-1",
329                "UseFIPS": false,
330                "UseDualStack": false,
331                "Endpoint": "https://example.com"
332            }
333        },
334        {
335            "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled",
336            "expect": {
337                "endpoint": {
338                    "url": "https://example.com"
339                }
340            },
341            "params": {
342                "UseFIPS": false,
343                "UseDualStack": false,
344                "Endpoint": "https://example.com"
345            }
346        },
347        {
348            "documentation": "For custom endpoint with fips enabled and dualstack disabled",
349            "expect": {
350                "error": "Invalid Configuration: FIPS and custom endpoint are not supported"
351            },
352            "params": {
353                "Region": "us-east-1",
354                "UseFIPS": true,
355                "UseDualStack": false,
356                "Endpoint": "https://example.com"
357            }
358        },
359        {
360            "documentation": "For custom endpoint with fips disabled and dualstack enabled",
361            "expect": {
362                "error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
363            },
364            "params": {
365                "Region": "us-east-1",
366                "UseFIPS": false,
367                "UseDualStack": true,
368                "Endpoint": "https://example.com"
369            }
370        },
371        {
372            "documentation": "Missing region",
373            "expect": {
374                "error": "Invalid Configuration: Missing Region"
375            }
376        }
377    ],
378    "version": "1.0"
379}