1{
2  "partitions" : [ {
3    "defaults" : {
4      "hostname" : "{service}.{region}.{dnsSuffix}",
5      "protocols" : [ "https" ],
6      "signatureVersions" : [ "v4" ],
7      "variants" : [ {
8        "dnsSuffix" : "amazonaws.com",
9        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
10        "tags" : [ "fips" ]
11      }, {
12        "dnsSuffix" : "api.aws",
13        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
14        "tags" : [ "dualstack", "fips" ]
15      }, {
16        "dnsSuffix" : "api.aws",
17        "hostname" : "{service}.{region}.{dnsSuffix}",
18        "tags" : [ "dualstack" ]
19      } ]
20    },
21    "dnsSuffix" : "amazonaws.com",
22    "partition" : "aws",
23    "partitionName" : "AWS Standard",
24    "regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
25    "regions" : {
26      "af-south-1" : {
27        "description" : "Africa (Cape Town)"
28      },
29      "ap-east-1" : {
30        "description" : "Asia Pacific (Hong Kong)"
31      },
32      "ap-northeast-1" : {
33        "description" : "Asia Pacific (Tokyo)"
34      },
35      "ap-northeast-2" : {
36        "description" : "Asia Pacific (Seoul)"
37      },
38      "ap-northeast-3" : {
39        "description" : "Asia Pacific (Osaka)"
40      },
41      "ap-south-1" : {
42        "description" : "Asia Pacific (Mumbai)"
43      },
44      "ap-south-2" : {
45        "description" : "Asia Pacific (Hyderabad)"
46      },
47      "ap-southeast-1" : {
48        "description" : "Asia Pacific (Singapore)"
49      },
50      "ap-southeast-2" : {
51        "description" : "Asia Pacific (Sydney)"
52      },
53      "ap-southeast-3" : {
54        "description" : "Asia Pacific (Jakarta)"
55      },
56      "ap-southeast-4" : {
57        "description" : "Asia Pacific (Melbourne)"
58      },
59      "ca-central-1" : {
60        "description" : "Canada (Central)"
61      },
62      "ca-west-1" : {
63        "description" : "Canada West (Calgary)"
64      },
65      "eu-central-1" : {
66        "description" : "Europe (Frankfurt)"
67      },
68      "eu-central-2" : {
69        "description" : "Europe (Zurich)"
70      },
71      "eu-north-1" : {
72        "description" : "Europe (Stockholm)"
73      },
74      "eu-south-1" : {
75        "description" : "Europe (Milan)"
76      },
77      "eu-south-2" : {
78        "description" : "Europe (Spain)"
79      },
80      "eu-west-1" : {
81        "description" : "Europe (Ireland)"
82      },
83      "eu-west-2" : {
84        "description" : "Europe (London)"
85      },
86      "eu-west-3" : {
87        "description" : "Europe (Paris)"
88      },
89      "il-central-1" : {
90        "description" : "Israel (Tel Aviv)"
91      },
92      "me-central-1" : {
93        "description" : "Middle East (UAE)"
94      },
95      "me-south-1" : {
96        "description" : "Middle East (Bahrain)"
97      },
98      "sa-east-1" : {
99        "description" : "South America (Sao Paulo)"
100      },
101      "us-east-1" : {
102        "description" : "US East (N. Virginia)"
103      },
104      "us-east-2" : {
105        "description" : "US East (Ohio)"
106      },
107      "us-west-1" : {
108        "description" : "US West (N. California)"
109      },
110      "us-west-2" : {
111        "description" : "US West (Oregon)"
112      }
113    },
114    "services" : {
115      "a4b" : {
116        "endpoints" : {
117          "us-east-1" : { }
118        }
119      },
120      "access-analyzer" : {
121        "endpoints" : {
122          "af-south-1" : { },
123          "ap-east-1" : { },
124          "ap-northeast-1" : { },
125          "ap-northeast-2" : { },
126          "ap-northeast-3" : { },
127          "ap-south-1" : { },
128          "ap-south-2" : { },
129          "ap-southeast-1" : { },
130          "ap-southeast-2" : { },
131          "ap-southeast-3" : { },
132          "ap-southeast-4" : { },
133          "ca-central-1" : {
134            "variants" : [ {
135              "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com",
136              "tags" : [ "fips" ]
137            } ]
138          },
139          "ca-west-1" : { },
140          "eu-central-1" : { },
141          "eu-central-2" : { },
142          "eu-north-1" : { },
143          "eu-south-1" : { },
144          "eu-south-2" : { },
145          "eu-west-1" : { },
146          "eu-west-2" : { },
147          "eu-west-3" : { },
148          "fips-ca-central-1" : {
149            "credentialScope" : {
150              "region" : "ca-central-1"
151            },
152            "deprecated" : true,
153            "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com"
154          },
155          "fips-us-east-1" : {
156            "credentialScope" : {
157              "region" : "us-east-1"
158            },
159            "deprecated" : true,
160            "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com"
161          },
162          "fips-us-east-2" : {
163            "credentialScope" : {
164              "region" : "us-east-2"
165            },
166            "deprecated" : true,
167            "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com"
168          },
169          "fips-us-west-1" : {
170            "credentialScope" : {
171              "region" : "us-west-1"
172            },
173            "deprecated" : true,
174            "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com"
175          },
176          "fips-us-west-2" : {
177            "credentialScope" : {
178              "region" : "us-west-2"
179            },
180            "deprecated" : true,
181            "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
182          },
183          "il-central-1" : { },
184          "me-central-1" : { },
185          "me-south-1" : { },
186          "sa-east-1" : { },
187          "us-east-1" : {
188            "variants" : [ {
189              "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com",
190              "tags" : [ "fips" ]
191            } ]
192          },
193          "us-east-2" : {
194            "variants" : [ {
195              "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com",
196              "tags" : [ "fips" ]
197            } ]
198          },
199          "us-west-1" : {
200            "variants" : [ {
201              "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com",
202              "tags" : [ "fips" ]
203            } ]
204          },
205          "us-west-2" : {
206            "variants" : [ {
207              "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com",
208              "tags" : [ "fips" ]
209            } ]
210          }
211        }
212      },
213      "account" : {
214        "endpoints" : {
215          "aws-global" : {
216            "credentialScope" : {
217              "region" : "us-east-1"
218            },
219            "hostname" : "account.us-east-1.amazonaws.com"
220          }
221        },
222        "isRegionalized" : false,
223        "partitionEndpoint" : "aws-global"
224      },
225      "acm" : {
226        "endpoints" : {
227          "af-south-1" : { },
228          "ap-east-1" : { },
229          "ap-northeast-1" : { },
230          "ap-northeast-2" : { },
231          "ap-northeast-3" : { },
232          "ap-south-1" : { },
233          "ap-south-2" : { },
234          "ap-southeast-1" : { },
235          "ap-southeast-2" : { },
236          "ap-southeast-3" : { },
237          "ap-southeast-4" : { },
238          "ca-central-1" : {
239            "variants" : [ {
240              "hostname" : "acm-fips.ca-central-1.amazonaws.com",
241              "tags" : [ "fips" ]
242            } ]
243          },
244          "ca-central-1-fips" : {
245            "credentialScope" : {
246              "region" : "ca-central-1"
247            },
248            "deprecated" : true,
249            "hostname" : "acm-fips.ca-central-1.amazonaws.com"
250          },
251          "ca-west-1" : {
252            "variants" : [ {
253              "hostname" : "acm-fips.ca-west-1.amazonaws.com",
254              "tags" : [ "fips" ]
255            } ]
256          },
257          "ca-west-1-fips" : {
258            "credentialScope" : {
259              "region" : "ca-west-1"
260            },
261            "deprecated" : true,
262            "hostname" : "acm-fips.ca-west-1.amazonaws.com"
263          },
264          "eu-central-1" : { },
265          "eu-central-2" : { },
266          "eu-north-1" : { },
267          "eu-south-1" : { },
268          "eu-south-2" : { },
269          "eu-west-1" : { },
270          "eu-west-2" : { },
271          "eu-west-3" : { },
272          "il-central-1" : { },
273          "me-central-1" : { },
274          "me-south-1" : { },
275          "sa-east-1" : { },
276          "us-east-1" : {
277            "variants" : [ {
278              "hostname" : "acm-fips.us-east-1.amazonaws.com",
279              "tags" : [ "fips" ]
280            } ]
281          },
282          "us-east-1-fips" : {
283            "credentialScope" : {
284              "region" : "us-east-1"
285            },
286            "deprecated" : true,
287            "hostname" : "acm-fips.us-east-1.amazonaws.com"
288          },
289          "us-east-2" : {
290            "variants" : [ {
291              "hostname" : "acm-fips.us-east-2.amazonaws.com",
292              "tags" : [ "fips" ]
293            } ]
294          },
295          "us-east-2-fips" : {
296            "credentialScope" : {
297              "region" : "us-east-2"
298            },
299            "deprecated" : true,
300            "hostname" : "acm-fips.us-east-2.amazonaws.com"
301          },
302          "us-west-1" : {
303            "variants" : [ {
304              "hostname" : "acm-fips.us-west-1.amazonaws.com",
305              "tags" : [ "fips" ]
306            } ]
307          },
308          "us-west-1-fips" : {
309            "credentialScope" : {
310              "region" : "us-west-1"
311            },
312            "deprecated" : true,
313            "hostname" : "acm-fips.us-west-1.amazonaws.com"
314          },
315          "us-west-2" : {
316            "variants" : [ {
317              "hostname" : "acm-fips.us-west-2.amazonaws.com",
318              "tags" : [ "fips" ]
319            } ]
320          },
321          "us-west-2-fips" : {
322            "credentialScope" : {
323              "region" : "us-west-2"
324            },
325            "deprecated" : true,
326            "hostname" : "acm-fips.us-west-2.amazonaws.com"
327          }
328        }
329      },
330      "acm-pca" : {
331        "defaults" : {
332          "protocols" : [ "https" ]
333        },
334        "endpoints" : {
335          "af-south-1" : { },
336          "ap-east-1" : { },
337          "ap-northeast-1" : { },
338          "ap-northeast-2" : { },
339          "ap-northeast-3" : { },
340          "ap-south-1" : { },
341          "ap-south-2" : { },
342          "ap-southeast-1" : { },
343          "ap-southeast-2" : { },
344          "ap-southeast-3" : { },
345          "ap-southeast-4" : { },
346          "ca-central-1" : {
347            "variants" : [ {
348              "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
349              "tags" : [ "fips" ]
350            } ]
351          },
352          "eu-central-1" : { },
353          "eu-central-2" : { },
354          "eu-north-1" : { },
355          "eu-south-1" : { },
356          "eu-south-2" : { },
357          "eu-west-1" : { },
358          "eu-west-2" : { },
359          "eu-west-3" : { },
360          "fips-ca-central-1" : {
361            "credentialScope" : {
362              "region" : "ca-central-1"
363            },
364            "deprecated" : true,
365            "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
366          },
367          "fips-us-east-1" : {
368            "credentialScope" : {
369              "region" : "us-east-1"
370            },
371            "deprecated" : true,
372            "hostname" : "acm-pca-fips.us-east-1.amazonaws.com"
373          },
374          "fips-us-east-2" : {
375            "credentialScope" : {
376              "region" : "us-east-2"
377            },
378            "deprecated" : true,
379            "hostname" : "acm-pca-fips.us-east-2.amazonaws.com"
380          },
381          "fips-us-west-1" : {
382            "credentialScope" : {
383              "region" : "us-west-1"
384            },
385            "deprecated" : true,
386            "hostname" : "acm-pca-fips.us-west-1.amazonaws.com"
387          },
388          "fips-us-west-2" : {
389            "credentialScope" : {
390              "region" : "us-west-2"
391            },
392            "deprecated" : true,
393            "hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
394          },
395          "il-central-1" : { },
396          "me-central-1" : { },
397          "me-south-1" : { },
398          "sa-east-1" : { },
399          "us-east-1" : {
400            "variants" : [ {
401              "hostname" : "acm-pca-fips.us-east-1.amazonaws.com",
402              "tags" : [ "fips" ]
403            } ]
404          },
405          "us-east-2" : {
406            "variants" : [ {
407              "hostname" : "acm-pca-fips.us-east-2.amazonaws.com",
408              "tags" : [ "fips" ]
409            } ]
410          },
411          "us-west-1" : {
412            "variants" : [ {
413              "hostname" : "acm-pca-fips.us-west-1.amazonaws.com",
414              "tags" : [ "fips" ]
415            } ]
416          },
417          "us-west-2" : {
418            "variants" : [ {
419              "hostname" : "acm-pca-fips.us-west-2.amazonaws.com",
420              "tags" : [ "fips" ]
421            } ]
422          }
423        }
424      },
425      "agreement-marketplace" : {
426        "endpoints" : {
427          "us-east-1" : { }
428        }
429      },
430      "airflow" : {
431        "endpoints" : {
432          "ap-northeast-1" : { },
433          "ap-northeast-2" : { },
434          "ap-south-1" : { },
435          "ap-southeast-1" : { },
436          "ap-southeast-2" : { },
437          "ca-central-1" : { },
438          "eu-central-1" : { },
439          "eu-north-1" : { },
440          "eu-west-1" : { },
441          "eu-west-2" : { },
442          "eu-west-3" : { },
443          "sa-east-1" : { },
444          "us-east-1" : { },
445          "us-east-2" : { },
446          "us-west-2" : { }
447        }
448      },
449      "amplify" : {
450        "endpoints" : {
451          "ap-east-1" : { },
452          "ap-northeast-1" : { },
453          "ap-northeast-2" : { },
454          "ap-south-1" : { },
455          "ap-southeast-1" : { },
456          "ap-southeast-2" : { },
457          "ca-central-1" : { },
458          "eu-central-1" : { },
459          "eu-north-1" : { },
460          "eu-south-1" : { },
461          "eu-west-1" : { },
462          "eu-west-2" : { },
463          "eu-west-3" : { },
464          "me-south-1" : { },
465          "sa-east-1" : { },
466          "us-east-1" : { },
467          "us-east-2" : { },
468          "us-west-1" : { },
469          "us-west-2" : { }
470        }
471      },
472      "amplifybackend" : {
473        "endpoints" : {
474          "ap-northeast-1" : { },
475          "ap-northeast-2" : { },
476          "ap-south-1" : { },
477          "ap-southeast-1" : { },
478          "ap-southeast-2" : { },
479          "ca-central-1" : { },
480          "eu-central-1" : { },
481          "eu-north-1" : { },
482          "eu-south-1" : { },
483          "eu-west-1" : { },
484          "eu-west-2" : { },
485          "eu-west-3" : { },
486          "me-south-1" : { },
487          "sa-east-1" : { },
488          "us-east-1" : { },
489          "us-east-2" : { },
490          "us-west-1" : { },
491          "us-west-2" : { }
492        }
493      },
494      "amplifyuibuilder" : {
495        "endpoints" : {
496          "ap-northeast-1" : { },
497          "ap-northeast-2" : { },
498          "ap-south-1" : { },
499          "ap-southeast-1" : { },
500          "ap-southeast-2" : { },
501          "ca-central-1" : { },
502          "eu-central-1" : { },
503          "eu-north-1" : { },
504          "eu-south-1" : { },
505          "eu-west-1" : { },
506          "eu-west-2" : { },
507          "eu-west-3" : { },
508          "me-south-1" : { },
509          "sa-east-1" : { },
510          "us-east-1" : { },
511          "us-east-2" : { },
512          "us-west-1" : { },
513          "us-west-2" : { }
514        }
515      },
516      "aoss" : {
517        "endpoints" : {
518          "ap-northeast-1" : { },
519          "ap-southeast-1" : { },
520          "ap-southeast-2" : { },
521          "eu-central-1" : { },
522          "eu-west-1" : { },
523          "us-east-1" : { },
524          "us-east-2" : { },
525          "us-west-2" : { }
526        }
527      },
528      "api.detective" : {
529        "defaults" : {
530          "protocols" : [ "https" ]
531        },
532        "endpoints" : {
533          "af-south-1" : { },
534          "ap-east-1" : { },
535          "ap-northeast-1" : { },
536          "ap-northeast-2" : { },
537          "ap-south-1" : { },
538          "ap-southeast-1" : { },
539          "ap-southeast-2" : { },
540          "ca-central-1" : {
541            "variants" : [ {
542              "hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
543              "tags" : [ "fips" ]
544            } ]
545          },
546          "ca-central-1-fips" : {
547            "credentialScope" : {
548              "region" : "ca-central-1"
549            },
550            "deprecated" : true,
551            "hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
552          },
553          "eu-central-1" : { },
554          "eu-north-1" : { },
555          "eu-south-1" : { },
556          "eu-west-1" : { },
557          "eu-west-2" : { },
558          "eu-west-3" : { },
559          "il-central-1" : { },
560          "me-south-1" : { },
561          "sa-east-1" : { },
562          "us-east-1" : {
563            "variants" : [ {
564              "hostname" : "api.detective-fips.us-east-1.amazonaws.com",
565              "tags" : [ "fips" ]
566            } ]
567          },
568          "us-east-1-fips" : {
569            "credentialScope" : {
570              "region" : "us-east-1"
571            },
572            "deprecated" : true,
573            "hostname" : "api.detective-fips.us-east-1.amazonaws.com"
574          },
575          "us-east-2" : {
576            "variants" : [ {
577              "hostname" : "api.detective-fips.us-east-2.amazonaws.com",
578              "tags" : [ "fips" ]
579            } ]
580          },
581          "us-east-2-fips" : {
582            "credentialScope" : {
583              "region" : "us-east-2"
584            },
585            "deprecated" : true,
586            "hostname" : "api.detective-fips.us-east-2.amazonaws.com"
587          },
588          "us-west-1" : {
589            "variants" : [ {
590              "hostname" : "api.detective-fips.us-west-1.amazonaws.com",
591              "tags" : [ "fips" ]
592            } ]
593          },
594          "us-west-1-fips" : {
595            "credentialScope" : {
596              "region" : "us-west-1"
597            },
598            "deprecated" : true,
599            "hostname" : "api.detective-fips.us-west-1.amazonaws.com"
600          },
601          "us-west-2" : {
602            "variants" : [ {
603              "hostname" : "api.detective-fips.us-west-2.amazonaws.com",
604              "tags" : [ "fips" ]
605            } ]
606          },
607          "us-west-2-fips" : {
608            "credentialScope" : {
609              "region" : "us-west-2"
610            },
611            "deprecated" : true,
612            "hostname" : "api.detective-fips.us-west-2.amazonaws.com"
613          }
614        }
615      },
616      "api.ecr" : {
617        "defaults" : {
618          "variants" : [ {
619            "hostname" : "ecr-fips.{region}.{dnsSuffix}",
620            "tags" : [ "fips" ]
621          } ]
622        },
623        "endpoints" : {
624          "af-south-1" : {
625            "credentialScope" : {
626              "region" : "af-south-1"
627            },
628            "hostname" : "api.ecr.af-south-1.amazonaws.com"
629          },
630          "ap-east-1" : {
631            "credentialScope" : {
632              "region" : "ap-east-1"
633            },
634            "hostname" : "api.ecr.ap-east-1.amazonaws.com"
635          },
636          "ap-northeast-1" : {
637            "credentialScope" : {
638              "region" : "ap-northeast-1"
639            },
640            "hostname" : "api.ecr.ap-northeast-1.amazonaws.com"
641          },
642          "ap-northeast-2" : {
643            "credentialScope" : {
644              "region" : "ap-northeast-2"
645            },
646            "hostname" : "api.ecr.ap-northeast-2.amazonaws.com"
647          },
648          "ap-northeast-3" : {
649            "credentialScope" : {
650              "region" : "ap-northeast-3"
651            },
652            "hostname" : "api.ecr.ap-northeast-3.amazonaws.com"
653          },
654          "ap-south-1" : {
655            "credentialScope" : {
656              "region" : "ap-south-1"
657            },
658            "hostname" : "api.ecr.ap-south-1.amazonaws.com"
659          },
660          "ap-south-2" : {
661            "credentialScope" : {
662              "region" : "ap-south-2"
663            },
664            "hostname" : "api.ecr.ap-south-2.amazonaws.com"
665          },
666          "ap-southeast-1" : {
667            "credentialScope" : {
668              "region" : "ap-southeast-1"
669            },
670            "hostname" : "api.ecr.ap-southeast-1.amazonaws.com"
671          },
672          "ap-southeast-2" : {
673            "credentialScope" : {
674              "region" : "ap-southeast-2"
675            },
676            "hostname" : "api.ecr.ap-southeast-2.amazonaws.com"
677          },
678          "ap-southeast-3" : {
679            "credentialScope" : {
680              "region" : "ap-southeast-3"
681            },
682            "hostname" : "api.ecr.ap-southeast-3.amazonaws.com"
683          },
684          "ap-southeast-4" : {
685            "credentialScope" : {
686              "region" : "ap-southeast-4"
687            },
688            "hostname" : "api.ecr.ap-southeast-4.amazonaws.com"
689          },
690          "ca-central-1" : {
691            "credentialScope" : {
692              "region" : "ca-central-1"
693            },
694            "hostname" : "api.ecr.ca-central-1.amazonaws.com"
695          },
696          "ca-west-1" : {
697            "credentialScope" : {
698              "region" : "ca-west-1"
699            },
700            "hostname" : "api.ecr.ca-west-1.amazonaws.com"
701          },
702          "dkr-us-east-1" : {
703            "credentialScope" : {
704              "region" : "us-east-1"
705            },
706            "deprecated" : true,
707            "variants" : [ {
708              "hostname" : "ecr-fips.us-east-1.amazonaws.com",
709              "tags" : [ "fips" ]
710            } ]
711          },
712          "dkr-us-east-2" : {
713            "credentialScope" : {
714              "region" : "us-east-2"
715            },
716            "deprecated" : true,
717            "variants" : [ {
718              "hostname" : "ecr-fips.us-east-2.amazonaws.com",
719              "tags" : [ "fips" ]
720            } ]
721          },
722          "dkr-us-west-1" : {
723            "credentialScope" : {
724              "region" : "us-west-1"
725            },
726            "deprecated" : true,
727            "variants" : [ {
728              "hostname" : "ecr-fips.us-west-1.amazonaws.com",
729              "tags" : [ "fips" ]
730            } ]
731          },
732          "dkr-us-west-2" : {
733            "credentialScope" : {
734              "region" : "us-west-2"
735            },
736            "deprecated" : true,
737            "variants" : [ {
738              "hostname" : "ecr-fips.us-west-2.amazonaws.com",
739              "tags" : [ "fips" ]
740            } ]
741          },
742          "eu-central-1" : {
743            "credentialScope" : {
744              "region" : "eu-central-1"
745            },
746            "hostname" : "api.ecr.eu-central-1.amazonaws.com"
747          },
748          "eu-central-2" : {
749            "credentialScope" : {
750              "region" : "eu-central-2"
751            },
752            "hostname" : "api.ecr.eu-central-2.amazonaws.com"
753          },
754          "eu-north-1" : {
755            "credentialScope" : {
756              "region" : "eu-north-1"
757            },
758            "hostname" : "api.ecr.eu-north-1.amazonaws.com"
759          },
760          "eu-south-1" : {
761            "credentialScope" : {
762              "region" : "eu-south-1"
763            },
764            "hostname" : "api.ecr.eu-south-1.amazonaws.com"
765          },
766          "eu-south-2" : {
767            "credentialScope" : {
768              "region" : "eu-south-2"
769            },
770            "hostname" : "api.ecr.eu-south-2.amazonaws.com"
771          },
772          "eu-west-1" : {
773            "credentialScope" : {
774              "region" : "eu-west-1"
775            },
776            "hostname" : "api.ecr.eu-west-1.amazonaws.com"
777          },
778          "eu-west-2" : {
779            "credentialScope" : {
780              "region" : "eu-west-2"
781            },
782            "hostname" : "api.ecr.eu-west-2.amazonaws.com"
783          },
784          "eu-west-3" : {
785            "credentialScope" : {
786              "region" : "eu-west-3"
787            },
788            "hostname" : "api.ecr.eu-west-3.amazonaws.com"
789          },
790          "fips-dkr-us-east-1" : {
791            "credentialScope" : {
792              "region" : "us-east-1"
793            },
794            "deprecated" : true,
795            "hostname" : "ecr-fips.us-east-1.amazonaws.com"
796          },
797          "fips-dkr-us-east-2" : {
798            "credentialScope" : {
799              "region" : "us-east-2"
800            },
801            "deprecated" : true,
802            "hostname" : "ecr-fips.us-east-2.amazonaws.com"
803          },
804          "fips-dkr-us-west-1" : {
805            "credentialScope" : {
806              "region" : "us-west-1"
807            },
808            "deprecated" : true,
809            "hostname" : "ecr-fips.us-west-1.amazonaws.com"
810          },
811          "fips-dkr-us-west-2" : {
812            "credentialScope" : {
813              "region" : "us-west-2"
814            },
815            "deprecated" : true,
816            "hostname" : "ecr-fips.us-west-2.amazonaws.com"
817          },
818          "fips-us-east-1" : {
819            "credentialScope" : {
820              "region" : "us-east-1"
821            },
822            "deprecated" : true,
823            "hostname" : "ecr-fips.us-east-1.amazonaws.com"
824          },
825          "fips-us-east-2" : {
826            "credentialScope" : {
827              "region" : "us-east-2"
828            },
829            "deprecated" : true,
830            "hostname" : "ecr-fips.us-east-2.amazonaws.com"
831          },
832          "fips-us-west-1" : {
833            "credentialScope" : {
834              "region" : "us-west-1"
835            },
836            "deprecated" : true,
837            "hostname" : "ecr-fips.us-west-1.amazonaws.com"
838          },
839          "fips-us-west-2" : {
840            "credentialScope" : {
841              "region" : "us-west-2"
842            },
843            "deprecated" : true,
844            "hostname" : "ecr-fips.us-west-2.amazonaws.com"
845          },
846          "il-central-1" : {
847            "credentialScope" : {
848              "region" : "il-central-1"
849            },
850            "hostname" : "api.ecr.il-central-1.amazonaws.com"
851          },
852          "me-central-1" : {
853            "credentialScope" : {
854              "region" : "me-central-1"
855            },
856            "hostname" : "api.ecr.me-central-1.amazonaws.com"
857          },
858          "me-south-1" : {
859            "credentialScope" : {
860              "region" : "me-south-1"
861            },
862            "hostname" : "api.ecr.me-south-1.amazonaws.com"
863          },
864          "sa-east-1" : {
865            "credentialScope" : {
866              "region" : "sa-east-1"
867            },
868            "hostname" : "api.ecr.sa-east-1.amazonaws.com"
869          },
870          "us-east-1" : {
871            "credentialScope" : {
872              "region" : "us-east-1"
873            },
874            "hostname" : "api.ecr.us-east-1.amazonaws.com",
875            "variants" : [ {
876              "hostname" : "ecr-fips.us-east-1.amazonaws.com",
877              "tags" : [ "fips" ]
878            } ]
879          },
880          "us-east-2" : {
881            "credentialScope" : {
882              "region" : "us-east-2"
883            },
884            "hostname" : "api.ecr.us-east-2.amazonaws.com",
885            "variants" : [ {
886              "hostname" : "ecr-fips.us-east-2.amazonaws.com",
887              "tags" : [ "fips" ]
888            } ]
889          },
890          "us-west-1" : {
891            "credentialScope" : {
892              "region" : "us-west-1"
893            },
894            "hostname" : "api.ecr.us-west-1.amazonaws.com",
895            "variants" : [ {
896              "hostname" : "ecr-fips.us-west-1.amazonaws.com",
897              "tags" : [ "fips" ]
898            } ]
899          },
900          "us-west-2" : {
901            "credentialScope" : {
902              "region" : "us-west-2"
903            },
904            "hostname" : "api.ecr.us-west-2.amazonaws.com",
905            "variants" : [ {
906              "hostname" : "ecr-fips.us-west-2.amazonaws.com",
907              "tags" : [ "fips" ]
908            } ]
909          }
910        }
911      },
912      "api.ecr-public" : {
913        "endpoints" : {
914          "us-east-1" : {
915            "credentialScope" : {
916              "region" : "us-east-1"
917            },
918            "hostname" : "api.ecr-public.us-east-1.amazonaws.com"
919          },
920          "us-west-2" : {
921            "credentialScope" : {
922              "region" : "us-west-2"
923            },
924            "hostname" : "api.ecr-public.us-west-2.amazonaws.com"
925          }
926        }
927      },
928      "api.elastic-inference" : {
929        "endpoints" : {
930          "ap-northeast-1" : {
931            "hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
932          },
933          "ap-northeast-2" : {
934            "hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
935          },
936          "eu-west-1" : {
937            "hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
938          },
939          "us-east-1" : {
940            "hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
941          },
942          "us-east-2" : {
943            "hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
944          },
945          "us-west-2" : {
946            "hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
947          }
948        }
949      },
950      "api.fleethub.iot" : {
951        "endpoints" : {
952          "ap-northeast-1" : { },
953          "ap-northeast-2" : { },
954          "ap-south-1" : { },
955          "ap-southeast-1" : { },
956          "ap-southeast-2" : { },
957          "ca-central-1" : {
958            "variants" : [ {
959              "hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com",
960              "tags" : [ "fips" ]
961            } ]
962          },
963          "eu-central-1" : { },
964          "eu-north-1" : { },
965          "eu-west-1" : { },
966          "eu-west-2" : { },
967          "fips-ca-central-1" : {
968            "credentialScope" : {
969              "region" : "ca-central-1"
970            },
971            "deprecated" : true,
972            "hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com"
973          },
974          "fips-us-east-1" : {
975            "credentialScope" : {
976              "region" : "us-east-1"
977            },
978            "deprecated" : true,
979            "hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com"
980          },
981          "fips-us-east-2" : {
982            "credentialScope" : {
983              "region" : "us-east-2"
984            },
985            "deprecated" : true,
986            "hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com"
987          },
988          "fips-us-west-2" : {
989            "credentialScope" : {
990              "region" : "us-west-2"
991            },
992            "deprecated" : true,
993            "hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com"
994          },
995          "us-east-1" : {
996            "variants" : [ {
997              "hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com",
998              "tags" : [ "fips" ]
999            } ]
1000          },
1001          "us-east-2" : {
1002            "variants" : [ {
1003              "hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com",
1004              "tags" : [ "fips" ]
1005            } ]
1006          },
1007          "us-west-2" : {
1008            "variants" : [ {
1009              "hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com",
1010              "tags" : [ "fips" ]
1011            } ]
1012          }
1013        }
1014      },
1015      "api.iotdeviceadvisor" : {
1016        "endpoints" : {
1017          "ap-northeast-1" : {
1018            "credentialScope" : {
1019              "region" : "ap-northeast-1"
1020            },
1021            "hostname" : "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com"
1022          },
1023          "eu-west-1" : {
1024            "credentialScope" : {
1025              "region" : "eu-west-1"
1026            },
1027            "hostname" : "api.iotdeviceadvisor.eu-west-1.amazonaws.com"
1028          },
1029          "us-east-1" : {
1030            "credentialScope" : {
1031              "region" : "us-east-1"
1032            },
1033            "hostname" : "api.iotdeviceadvisor.us-east-1.amazonaws.com"
1034          },
1035          "us-west-2" : {
1036            "credentialScope" : {
1037              "region" : "us-west-2"
1038            },
1039            "hostname" : "api.iotdeviceadvisor.us-west-2.amazonaws.com"
1040          }
1041        }
1042      },
1043      "api.iotwireless" : {
1044        "endpoints" : {
1045          "ap-northeast-1" : {
1046            "credentialScope" : {
1047              "region" : "ap-northeast-1"
1048            },
1049            "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
1050          },
1051          "ap-southeast-2" : {
1052            "credentialScope" : {
1053              "region" : "ap-southeast-2"
1054            },
1055            "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
1056          },
1057          "eu-central-1" : {
1058            "credentialScope" : {
1059              "region" : "eu-central-1"
1060            },
1061            "hostname" : "api.iotwireless.eu-central-1.amazonaws.com"
1062          },
1063          "eu-west-1" : {
1064            "credentialScope" : {
1065              "region" : "eu-west-1"
1066            },
1067            "hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
1068          },
1069          "sa-east-1" : {
1070            "credentialScope" : {
1071              "region" : "sa-east-1"
1072            },
1073            "hostname" : "api.iotwireless.sa-east-1.amazonaws.com"
1074          },
1075          "us-east-1" : {
1076            "credentialScope" : {
1077              "region" : "us-east-1"
1078            },
1079            "hostname" : "api.iotwireless.us-east-1.amazonaws.com"
1080          },
1081          "us-west-2" : {
1082            "credentialScope" : {
1083              "region" : "us-west-2"
1084            },
1085            "hostname" : "api.iotwireless.us-west-2.amazonaws.com"
1086          }
1087        }
1088      },
1089      "api.mediatailor" : {
1090        "endpoints" : {
1091          "af-south-1" : { },
1092          "ap-northeast-1" : { },
1093          "ap-northeast-2" : { },
1094          "ap-northeast-3" : { },
1095          "ap-south-1" : { },
1096          "ap-southeast-1" : { },
1097          "ap-southeast-2" : { },
1098          "ap-southeast-4" : { },
1099          "ca-central-1" : { },
1100          "eu-central-1" : { },
1101          "eu-north-1" : { },
1102          "eu-west-1" : { },
1103          "eu-west-3" : { },
1104          "sa-east-1" : { },
1105          "us-east-1" : { },
1106          "us-east-2" : { },
1107          "us-west-2" : { }
1108        }
1109      },
1110      "api.pricing" : {
1111        "defaults" : {
1112          "credentialScope" : {
1113            "service" : "pricing"
1114          }
1115        },
1116        "endpoints" : {
1117          "ap-south-1" : { },
1118          "eu-central-1" : { },
1119          "us-east-1" : { }
1120        }
1121      },
1122      "api.sagemaker" : {
1123        "defaults" : {
1124          "variants" : [ {
1125            "hostname" : "api-fips.sagemaker.{region}.{dnsSuffix}",
1126            "tags" : [ "fips" ]
1127          } ]
1128        },
1129        "endpoints" : {
1130          "af-south-1" : { },
1131          "ap-east-1" : { },
1132          "ap-northeast-1" : { },
1133          "ap-northeast-2" : { },
1134          "ap-northeast-3" : { },
1135          "ap-south-1" : { },
1136          "ap-south-2" : { },
1137          "ap-southeast-1" : { },
1138          "ap-southeast-2" : { },
1139          "ap-southeast-3" : { },
1140          "ap-southeast-4" : { },
1141          "ca-central-1" : { },
1142          "ca-west-1" : { },
1143          "eu-central-1" : { },
1144          "eu-central-2" : { },
1145          "eu-north-1" : { },
1146          "eu-south-1" : { },
1147          "eu-south-2" : { },
1148          "eu-west-1" : { },
1149          "eu-west-2" : { },
1150          "eu-west-3" : { },
1151          "il-central-1" : { },
1152          "me-central-1" : { },
1153          "me-south-1" : { },
1154          "sa-east-1" : { },
1155          "us-east-1" : {
1156            "variants" : [ {
1157              "hostname" : "api-fips.sagemaker.us-east-1.amazonaws.com",
1158              "tags" : [ "fips" ]
1159            } ]
1160          },
1161          "us-east-1-fips" : {
1162            "credentialScope" : {
1163              "region" : "us-east-1"
1164            },
1165            "deprecated" : true,
1166            "hostname" : "api-fips.sagemaker.us-east-1.amazonaws.com"
1167          },
1168          "us-east-2" : {
1169            "variants" : [ {
1170              "hostname" : "api-fips.sagemaker.us-east-2.amazonaws.com",
1171              "tags" : [ "fips" ]
1172            } ]
1173          },
1174          "us-east-2-fips" : {
1175            "credentialScope" : {
1176              "region" : "us-east-2"
1177            },
1178            "deprecated" : true,
1179            "hostname" : "api-fips.sagemaker.us-east-2.amazonaws.com"
1180          },
1181          "us-west-1" : {
1182            "variants" : [ {
1183              "hostname" : "api-fips.sagemaker.us-west-1.amazonaws.com",
1184              "tags" : [ "fips" ]
1185            } ]
1186          },
1187          "us-west-1-fips" : {
1188            "credentialScope" : {
1189              "region" : "us-west-1"
1190            },
1191            "deprecated" : true,
1192            "hostname" : "api-fips.sagemaker.us-west-1.amazonaws.com"
1193          },
1194          "us-west-2" : {
1195            "variants" : [ {
1196              "hostname" : "api-fips.sagemaker.us-west-2.amazonaws.com",
1197              "tags" : [ "fips" ]
1198            } ]
1199          },
1200          "us-west-2-fips" : {
1201            "credentialScope" : {
1202              "region" : "us-west-2"
1203            },
1204            "deprecated" : true,
1205            "hostname" : "api-fips.sagemaker.us-west-2.amazonaws.com"
1206          }
1207        }
1208      },
1209      "api.tunneling.iot" : {
1210        "defaults" : {
1211          "variants" : [ {
1212            "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
1213            "tags" : [ "fips" ]
1214          } ]
1215        },
1216        "endpoints" : {
1217          "ap-east-1" : { },
1218          "ap-northeast-1" : { },
1219          "ap-northeast-2" : { },
1220          "ap-south-1" : { },
1221          "ap-southeast-1" : { },
1222          "ap-southeast-2" : { },
1223          "ca-central-1" : {
1224            "variants" : [ {
1225              "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com",
1226              "tags" : [ "fips" ]
1227            } ]
1228          },
1229          "eu-central-1" : { },
1230          "eu-north-1" : { },
1231          "eu-west-1" : { },
1232          "eu-west-2" : { },
1233          "eu-west-3" : { },
1234          "fips-ca-central-1" : {
1235            "credentialScope" : {
1236              "region" : "ca-central-1"
1237            },
1238            "deprecated" : true,
1239            "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
1240          },
1241          "fips-us-east-1" : {
1242            "credentialScope" : {
1243              "region" : "us-east-1"
1244            },
1245            "deprecated" : true,
1246            "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
1247          },
1248          "fips-us-east-2" : {
1249            "credentialScope" : {
1250              "region" : "us-east-2"
1251            },
1252            "deprecated" : true,
1253            "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
1254          },
1255          "fips-us-west-1" : {
1256            "credentialScope" : {
1257              "region" : "us-west-1"
1258            },
1259            "deprecated" : true,
1260            "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
1261          },
1262          "fips-us-west-2" : {
1263            "credentialScope" : {
1264              "region" : "us-west-2"
1265            },
1266            "deprecated" : true,
1267            "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
1268          },
1269          "me-central-1" : { },
1270          "me-south-1" : { },
1271          "sa-east-1" : { },
1272          "us-east-1" : {
1273            "variants" : [ {
1274              "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com",
1275              "tags" : [ "fips" ]
1276            } ]
1277          },
1278          "us-east-2" : {
1279            "variants" : [ {
1280              "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com",
1281              "tags" : [ "fips" ]
1282            } ]
1283          },
1284          "us-west-1" : {
1285            "variants" : [ {
1286              "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com",
1287              "tags" : [ "fips" ]
1288            } ]
1289          },
1290          "us-west-2" : {
1291            "variants" : [ {
1292              "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com",
1293              "tags" : [ "fips" ]
1294            } ]
1295          }
1296        }
1297      },
1298      "apigateway" : {
1299        "endpoints" : {
1300          "af-south-1" : { },
1301          "ap-east-1" : { },
1302          "ap-northeast-1" : { },
1303          "ap-northeast-2" : { },
1304          "ap-northeast-3" : { },
1305          "ap-south-1" : { },
1306          "ap-south-2" : { },
1307          "ap-southeast-1" : { },
1308          "ap-southeast-2" : { },
1309          "ap-southeast-3" : { },
1310          "ap-southeast-4" : { },
1311          "ca-central-1" : {
1312            "variants" : [ {
1313              "hostname" : "apigateway-fips.ca-central-1.amazonaws.com",
1314              "tags" : [ "fips" ]
1315            } ]
1316          },
1317          "ca-west-1" : {
1318            "variants" : [ {
1319              "hostname" : "apigateway-fips.ca-west-1.amazonaws.com",
1320              "tags" : [ "fips" ]
1321            } ]
1322          },
1323          "eu-central-1" : { },
1324          "eu-central-2" : { },
1325          "eu-north-1" : { },
1326          "eu-south-1" : { },
1327          "eu-south-2" : { },
1328          "eu-west-1" : { },
1329          "eu-west-2" : { },
1330          "eu-west-3" : { },
1331          "fips-ca-central-1" : {
1332            "credentialScope" : {
1333              "region" : "ca-central-1"
1334            },
1335            "deprecated" : true,
1336            "hostname" : "apigateway-fips.ca-central-1.amazonaws.com"
1337          },
1338          "fips-ca-west-1" : {
1339            "credentialScope" : {
1340              "region" : "ca-west-1"
1341            },
1342            "deprecated" : true,
1343            "hostname" : "apigateway-fips.ca-west-1.amazonaws.com"
1344          },
1345          "fips-us-east-1" : {
1346            "credentialScope" : {
1347              "region" : "us-east-1"
1348            },
1349            "deprecated" : true,
1350            "hostname" : "apigateway-fips.us-east-1.amazonaws.com"
1351          },
1352          "fips-us-east-2" : {
1353            "credentialScope" : {
1354              "region" : "us-east-2"
1355            },
1356            "deprecated" : true,
1357            "hostname" : "apigateway-fips.us-east-2.amazonaws.com"
1358          },
1359          "fips-us-west-1" : {
1360            "credentialScope" : {
1361              "region" : "us-west-1"
1362            },
1363            "deprecated" : true,
1364            "hostname" : "apigateway-fips.us-west-1.amazonaws.com"
1365          },
1366          "fips-us-west-2" : {
1367            "credentialScope" : {
1368              "region" : "us-west-2"
1369            },
1370            "deprecated" : true,
1371            "hostname" : "apigateway-fips.us-west-2.amazonaws.com"
1372          },
1373          "il-central-1" : { },
1374          "me-central-1" : { },
1375          "me-south-1" : { },
1376          "sa-east-1" : { },
1377          "us-east-1" : {
1378            "variants" : [ {
1379              "hostname" : "apigateway-fips.us-east-1.amazonaws.com",
1380              "tags" : [ "fips" ]
1381            } ]
1382          },
1383          "us-east-2" : {
1384            "variants" : [ {
1385              "hostname" : "apigateway-fips.us-east-2.amazonaws.com",
1386              "tags" : [ "fips" ]
1387            } ]
1388          },
1389          "us-west-1" : {
1390            "variants" : [ {
1391              "hostname" : "apigateway-fips.us-west-1.amazonaws.com",
1392              "tags" : [ "fips" ]
1393            } ]
1394          },
1395          "us-west-2" : {
1396            "variants" : [ {
1397              "hostname" : "apigateway-fips.us-west-2.amazonaws.com",
1398              "tags" : [ "fips" ]
1399            } ]
1400          }
1401        }
1402      },
1403      "app-integrations" : {
1404        "endpoints" : {
1405          "af-south-1" : { },
1406          "ap-northeast-1" : { },
1407          "ap-northeast-2" : { },
1408          "ap-southeast-1" : { },
1409          "ap-southeast-2" : { },
1410          "ca-central-1" : { },
1411          "eu-central-1" : { },
1412          "eu-west-2" : { },
1413          "us-east-1" : { },
1414          "us-west-2" : { }
1415        }
1416      },
1417      "appconfig" : {
1418        "endpoints" : {
1419          "af-south-1" : { },
1420          "ap-east-1" : { },
1421          "ap-northeast-1" : { },
1422          "ap-northeast-2" : { },
1423          "ap-northeast-3" : { },
1424          "ap-south-1" : { },
1425          "ap-south-2" : { },
1426          "ap-southeast-1" : { },
1427          "ap-southeast-2" : { },
1428          "ap-southeast-3" : { },
1429          "ap-southeast-4" : { },
1430          "ca-central-1" : { },
1431          "ca-west-1" : { },
1432          "eu-central-1" : { },
1433          "eu-central-2" : { },
1434          "eu-north-1" : { },
1435          "eu-south-1" : { },
1436          "eu-south-2" : { },
1437          "eu-west-1" : { },
1438          "eu-west-2" : { },
1439          "eu-west-3" : { },
1440          "il-central-1" : { },
1441          "me-central-1" : { },
1442          "me-south-1" : { },
1443          "sa-east-1" : { },
1444          "us-east-1" : { },
1445          "us-east-2" : { },
1446          "us-west-1" : { },
1447          "us-west-2" : { }
1448        }
1449      },
1450      "appconfigdata" : {
1451        "endpoints" : {
1452          "af-south-1" : { },
1453          "ap-east-1" : { },
1454          "ap-northeast-1" : { },
1455          "ap-northeast-2" : { },
1456          "ap-northeast-3" : { },
1457          "ap-south-1" : { },
1458          "ap-south-2" : { },
1459          "ap-southeast-1" : { },
1460          "ap-southeast-2" : { },
1461          "ap-southeast-3" : { },
1462          "ap-southeast-4" : { },
1463          "ca-central-1" : { },
1464          "ca-west-1" : { },
1465          "eu-central-1" : { },
1466          "eu-central-2" : { },
1467          "eu-north-1" : { },
1468          "eu-south-1" : { },
1469          "eu-south-2" : { },
1470          "eu-west-1" : { },
1471          "eu-west-2" : { },
1472          "eu-west-3" : { },
1473          "il-central-1" : { },
1474          "me-central-1" : { },
1475          "me-south-1" : { },
1476          "sa-east-1" : { },
1477          "us-east-1" : { },
1478          "us-east-2" : { },
1479          "us-west-1" : { },
1480          "us-west-2" : { }
1481        }
1482      },
1483      "appflow" : {
1484        "endpoints" : {
1485          "af-south-1" : { },
1486          "ap-northeast-1" : { },
1487          "ap-northeast-2" : { },
1488          "ap-south-1" : { },
1489          "ap-southeast-1" : { },
1490          "ap-southeast-2" : { },
1491          "ca-central-1" : { },
1492          "eu-central-1" : { },
1493          "eu-west-1" : { },
1494          "eu-west-2" : { },
1495          "eu-west-3" : { },
1496          "fips-us-east-1" : {
1497            "credentialScope" : {
1498              "region" : "us-east-1"
1499            },
1500            "deprecated" : true,
1501            "hostname" : "appflow-fips.us-east-1.amazonaws.com"
1502          },
1503          "fips-us-east-2" : {
1504            "credentialScope" : {
1505              "region" : "us-east-2"
1506            },
1507            "deprecated" : true,
1508            "hostname" : "appflow-fips.us-east-2.amazonaws.com"
1509          },
1510          "fips-us-west-1" : {
1511            "credentialScope" : {
1512              "region" : "us-west-1"
1513            },
1514            "deprecated" : true,
1515            "hostname" : "appflow-fips.us-west-1.amazonaws.com"
1516          },
1517          "fips-us-west-2" : {
1518            "credentialScope" : {
1519              "region" : "us-west-2"
1520            },
1521            "deprecated" : true,
1522            "hostname" : "appflow-fips.us-west-2.amazonaws.com"
1523          },
1524          "sa-east-1" : { },
1525          "us-east-1" : {
1526            "variants" : [ {
1527              "hostname" : "appflow-fips.us-east-1.amazonaws.com",
1528              "tags" : [ "fips" ]
1529            } ]
1530          },
1531          "us-east-2" : {
1532            "variants" : [ {
1533              "hostname" : "appflow-fips.us-east-2.amazonaws.com",
1534              "tags" : [ "fips" ]
1535            } ]
1536          },
1537          "us-west-1" : {
1538            "variants" : [ {
1539              "hostname" : "appflow-fips.us-west-1.amazonaws.com",
1540              "tags" : [ "fips" ]
1541            } ]
1542          },
1543          "us-west-2" : {
1544            "variants" : [ {
1545              "hostname" : "appflow-fips.us-west-2.amazonaws.com",
1546              "tags" : [ "fips" ]
1547            } ]
1548          }
1549        }
1550      },
1551      "application-autoscaling" : {
1552        "defaults" : {
1553          "protocols" : [ "http", "https" ]
1554        },
1555        "endpoints" : {
1556          "af-south-1" : { },
1557          "ap-east-1" : { },
1558          "ap-northeast-1" : { },
1559          "ap-northeast-2" : { },
1560          "ap-northeast-3" : { },
1561          "ap-south-1" : { },
1562          "ap-south-2" : { },
1563          "ap-southeast-1" : { },
1564          "ap-southeast-2" : { },
1565          "ap-southeast-3" : { },
1566          "ap-southeast-4" : { },
1567          "ca-central-1" : { },
1568          "ca-west-1" : { },
1569          "eu-central-1" : { },
1570          "eu-central-2" : { },
1571          "eu-north-1" : { },
1572          "eu-south-1" : { },
1573          "eu-south-2" : { },
1574          "eu-west-1" : { },
1575          "eu-west-2" : { },
1576          "eu-west-3" : { },
1577          "il-central-1" : { },
1578          "me-central-1" : { },
1579          "me-south-1" : { },
1580          "sa-east-1" : { },
1581          "us-east-1" : { },
1582          "us-east-2" : { },
1583          "us-west-1" : { },
1584          "us-west-2" : { }
1585        }
1586      },
1587      "applicationinsights" : {
1588        "endpoints" : {
1589          "af-south-1" : { },
1590          "ap-east-1" : { },
1591          "ap-northeast-1" : { },
1592          "ap-northeast-2" : { },
1593          "ap-northeast-3" : { },
1594          "ap-south-1" : { },
1595          "ap-south-2" : { },
1596          "ap-southeast-1" : { },
1597          "ap-southeast-2" : { },
1598          "ap-southeast-3" : { },
1599          "ca-central-1" : { },
1600          "eu-central-1" : { },
1601          "eu-central-2" : { },
1602          "eu-north-1" : { },
1603          "eu-south-1" : { },
1604          "eu-south-2" : { },
1605          "eu-west-1" : { },
1606          "eu-west-2" : { },
1607          "eu-west-3" : { },
1608          "me-central-1" : { },
1609          "me-south-1" : { },
1610          "sa-east-1" : { },
1611          "us-east-1" : { },
1612          "us-east-2" : { },
1613          "us-west-1" : { },
1614          "us-west-2" : { }
1615        }
1616      },
1617      "appmesh" : {
1618        "endpoints" : {
1619          "af-south-1" : {
1620            "variants" : [ {
1621              "hostname" : "appmesh.af-south-1.api.aws",
1622              "tags" : [ "dualstack" ]
1623            } ]
1624          },
1625          "ap-east-1" : {
1626            "variants" : [ {
1627              "hostname" : "appmesh.ap-east-1.api.aws",
1628              "tags" : [ "dualstack" ]
1629            } ]
1630          },
1631          "ap-northeast-1" : {
1632            "variants" : [ {
1633              "hostname" : "appmesh.ap-northeast-1.api.aws",
1634              "tags" : [ "dualstack" ]
1635            } ]
1636          },
1637          "ap-northeast-2" : {
1638            "variants" : [ {
1639              "hostname" : "appmesh.ap-northeast-2.api.aws",
1640              "tags" : [ "dualstack" ]
1641            } ]
1642          },
1643          "ap-northeast-3" : {
1644            "variants" : [ {
1645              "hostname" : "appmesh.ap-northeast-3.api.aws",
1646              "tags" : [ "dualstack" ]
1647            } ]
1648          },
1649          "ap-south-1" : {
1650            "variants" : [ {
1651              "hostname" : "appmesh.ap-south-1.api.aws",
1652              "tags" : [ "dualstack" ]
1653            } ]
1654          },
1655          "ap-southeast-1" : {
1656            "variants" : [ {
1657              "hostname" : "appmesh.ap-southeast-1.api.aws",
1658              "tags" : [ "dualstack" ]
1659            } ]
1660          },
1661          "ap-southeast-2" : {
1662            "variants" : [ {
1663              "hostname" : "appmesh.ap-southeast-2.api.aws",
1664              "tags" : [ "dualstack" ]
1665            } ]
1666          },
1667          "ap-southeast-3" : {
1668            "variants" : [ {
1669              "hostname" : "appmesh.ap-southeast-3.api.aws",
1670              "tags" : [ "dualstack" ]
1671            } ]
1672          },
1673          "ca-central-1" : {
1674            "variants" : [ {
1675              "hostname" : "appmesh-fips.ca-central-1.amazonaws.com",
1676              "tags" : [ "fips" ]
1677            }, {
1678              "hostname" : "appmesh-fips.ca-central-1.api.aws",
1679              "tags" : [ "dualstack", "fips" ]
1680            }, {
1681              "hostname" : "appmesh.ca-central-1.api.aws",
1682              "tags" : [ "dualstack" ]
1683            } ]
1684          },
1685          "ca-central-1-fips" : {
1686            "credentialScope" : {
1687              "region" : "ca-central-1"
1688            },
1689            "deprecated" : true,
1690            "hostname" : "appmesh-fips.ca-central-1.amazonaws.com"
1691          },
1692          "eu-central-1" : {
1693            "variants" : [ {
1694              "hostname" : "appmesh.eu-central-1.api.aws",
1695              "tags" : [ "dualstack" ]
1696            } ]
1697          },
1698          "eu-north-1" : {
1699            "variants" : [ {
1700              "hostname" : "appmesh.eu-north-1.api.aws",
1701              "tags" : [ "dualstack" ]
1702            } ]
1703          },
1704          "eu-south-1" : {
1705            "variants" : [ {
1706              "hostname" : "appmesh.eu-south-1.api.aws",
1707              "tags" : [ "dualstack" ]
1708            } ]
1709          },
1710          "eu-west-1" : {
1711            "variants" : [ {
1712              "hostname" : "appmesh.eu-west-1.api.aws",
1713              "tags" : [ "dualstack" ]
1714            } ]
1715          },
1716          "eu-west-2" : {
1717            "variants" : [ {
1718              "hostname" : "appmesh.eu-west-2.api.aws",
1719              "tags" : [ "dualstack" ]
1720            } ]
1721          },
1722          "eu-west-3" : {
1723            "variants" : [ {
1724              "hostname" : "appmesh.eu-west-3.api.aws",
1725              "tags" : [ "dualstack" ]
1726            } ]
1727          },
1728          "il-central-1" : {
1729            "variants" : [ {
1730              "hostname" : "appmesh.il-central-1.api.aws",
1731              "tags" : [ "dualstack" ]
1732            } ]
1733          },
1734          "me-south-1" : {
1735            "variants" : [ {
1736              "hostname" : "appmesh.me-south-1.api.aws",
1737              "tags" : [ "dualstack" ]
1738            } ]
1739          },
1740          "sa-east-1" : {
1741            "variants" : [ {
1742              "hostname" : "appmesh.sa-east-1.api.aws",
1743              "tags" : [ "dualstack" ]
1744            } ]
1745          },
1746          "us-east-1" : {
1747            "variants" : [ {
1748              "hostname" : "appmesh-fips.us-east-1.amazonaws.com",
1749              "tags" : [ "fips" ]
1750            }, {
1751              "hostname" : "appmesh-fips.us-east-1.api.aws",
1752              "tags" : [ "dualstack", "fips" ]
1753            }, {
1754              "hostname" : "appmesh.us-east-1.api.aws",
1755              "tags" : [ "dualstack" ]
1756            } ]
1757          },
1758          "us-east-1-fips" : {
1759            "credentialScope" : {
1760              "region" : "us-east-1"
1761            },
1762            "deprecated" : true,
1763            "hostname" : "appmesh-fips.us-east-1.amazonaws.com"
1764          },
1765          "us-east-2" : {
1766            "variants" : [ {
1767              "hostname" : "appmesh-fips.us-east-2.amazonaws.com",
1768              "tags" : [ "fips" ]
1769            }, {
1770              "hostname" : "appmesh-fips.us-east-2.api.aws",
1771              "tags" : [ "dualstack", "fips" ]
1772            }, {
1773              "hostname" : "appmesh.us-east-2.api.aws",
1774              "tags" : [ "dualstack" ]
1775            } ]
1776          },
1777          "us-east-2-fips" : {
1778            "credentialScope" : {
1779              "region" : "us-east-2"
1780            },
1781            "deprecated" : true,
1782            "hostname" : "appmesh-fips.us-east-2.amazonaws.com"
1783          },
1784          "us-west-1" : {
1785            "variants" : [ {
1786              "hostname" : "appmesh-fips.us-west-1.amazonaws.com",
1787              "tags" : [ "fips" ]
1788            }, {
1789              "hostname" : "appmesh-fips.us-west-1.api.aws",
1790              "tags" : [ "dualstack", "fips" ]
1791            }, {
1792              "hostname" : "appmesh.us-west-1.api.aws",
1793              "tags" : [ "dualstack" ]
1794            } ]
1795          },
1796          "us-west-1-fips" : {
1797            "credentialScope" : {
1798              "region" : "us-west-1"
1799            },
1800            "deprecated" : true,
1801            "hostname" : "appmesh-fips.us-west-1.amazonaws.com"
1802          },
1803          "us-west-2" : {
1804            "variants" : [ {
1805              "hostname" : "appmesh-fips.us-west-2.amazonaws.com",
1806              "tags" : [ "fips" ]
1807            }, {
1808              "hostname" : "appmesh-fips.us-west-2.api.aws",
1809              "tags" : [ "dualstack", "fips" ]
1810            }, {
1811              "hostname" : "appmesh.us-west-2.api.aws",
1812              "tags" : [ "dualstack" ]
1813            } ]
1814          },
1815          "us-west-2-fips" : {
1816            "credentialScope" : {
1817              "region" : "us-west-2"
1818            },
1819            "deprecated" : true,
1820            "hostname" : "appmesh-fips.us-west-2.amazonaws.com"
1821          }
1822        }
1823      },
1824      "apprunner" : {
1825        "endpoints" : {
1826          "ap-northeast-1" : { },
1827          "ap-south-1" : { },
1828          "ap-southeast-1" : { },
1829          "ap-southeast-2" : { },
1830          "eu-central-1" : { },
1831          "eu-west-1" : { },
1832          "eu-west-2" : { },
1833          "eu-west-3" : { },
1834          "fips-us-east-1" : {
1835            "credentialScope" : {
1836              "region" : "us-east-1"
1837            },
1838            "deprecated" : true,
1839            "hostname" : "apprunner-fips.us-east-1.amazonaws.com"
1840          },
1841          "fips-us-east-2" : {
1842            "credentialScope" : {
1843              "region" : "us-east-2"
1844            },
1845            "deprecated" : true,
1846            "hostname" : "apprunner-fips.us-east-2.amazonaws.com"
1847          },
1848          "fips-us-west-2" : {
1849            "credentialScope" : {
1850              "region" : "us-west-2"
1851            },
1852            "deprecated" : true,
1853            "hostname" : "apprunner-fips.us-west-2.amazonaws.com"
1854          },
1855          "us-east-1" : {
1856            "variants" : [ {
1857              "hostname" : "apprunner-fips.us-east-1.amazonaws.com",
1858              "tags" : [ "fips" ]
1859            } ]
1860          },
1861          "us-east-2" : {
1862            "variants" : [ {
1863              "hostname" : "apprunner-fips.us-east-2.amazonaws.com",
1864              "tags" : [ "fips" ]
1865            } ]
1866          },
1867          "us-west-2" : {
1868            "variants" : [ {
1869              "hostname" : "apprunner-fips.us-west-2.amazonaws.com",
1870              "tags" : [ "fips" ]
1871            } ]
1872          }
1873        }
1874      },
1875      "appstream2" : {
1876        "defaults" : {
1877          "credentialScope" : {
1878            "service" : "appstream"
1879          },
1880          "protocols" : [ "https" ]
1881        },
1882        "endpoints" : {
1883          "ap-northeast-1" : { },
1884          "ap-northeast-2" : { },
1885          "ap-south-1" : { },
1886          "ap-southeast-1" : { },
1887          "ap-southeast-2" : { },
1888          "ca-central-1" : { },
1889          "eu-central-1" : { },
1890          "eu-west-1" : { },
1891          "eu-west-2" : { },
1892          "fips" : {
1893            "credentialScope" : {
1894              "region" : "us-west-2"
1895            },
1896            "deprecated" : true,
1897            "hostname" : "appstream2-fips.us-west-2.amazonaws.com"
1898          },
1899          "sa-east-1" : { },
1900          "us-east-1" : {
1901            "variants" : [ {
1902              "hostname" : "appstream2-fips.us-east-1.amazonaws.com",
1903              "tags" : [ "fips" ]
1904            } ]
1905          },
1906          "us-east-1-fips" : {
1907            "credentialScope" : {
1908              "region" : "us-east-1"
1909            },
1910            "deprecated" : true,
1911            "hostname" : "appstream2-fips.us-east-1.amazonaws.com"
1912          },
1913          "us-east-2" : { },
1914          "us-west-2" : {
1915            "variants" : [ {
1916              "hostname" : "appstream2-fips.us-west-2.amazonaws.com",
1917              "tags" : [ "fips" ]
1918            } ]
1919          },
1920          "us-west-2-fips" : {
1921            "credentialScope" : {
1922              "region" : "us-west-2"
1923            },
1924            "deprecated" : true,
1925            "hostname" : "appstream2-fips.us-west-2.amazonaws.com"
1926          }
1927        }
1928      },
1929      "appsync" : {
1930        "endpoints" : {
1931          "af-south-1" : { },
1932          "ap-east-1" : { },
1933          "ap-northeast-1" : { },
1934          "ap-northeast-2" : { },
1935          "ap-northeast-3" : { },
1936          "ap-south-1" : { },
1937          "ap-south-2" : { },
1938          "ap-southeast-1" : { },
1939          "ap-southeast-2" : { },
1940          "ap-southeast-3" : { },
1941          "ap-southeast-4" : { },
1942          "ca-central-1" : { },
1943          "eu-central-1" : { },
1944          "eu-central-2" : { },
1945          "eu-north-1" : { },
1946          "eu-south-1" : { },
1947          "eu-south-2" : { },
1948          "eu-west-1" : { },
1949          "eu-west-2" : { },
1950          "eu-west-3" : { },
1951          "il-central-1" : { },
1952          "me-central-1" : { },
1953          "me-south-1" : { },
1954          "sa-east-1" : { },
1955          "us-east-1" : { },
1956          "us-east-2" : { },
1957          "us-west-1" : { },
1958          "us-west-2" : { }
1959        }
1960      },
1961      "aps" : {
1962        "defaults" : {
1963          "protocols" : [ "https" ]
1964        },
1965        "endpoints" : {
1966          "ap-northeast-1" : { },
1967          "ap-northeast-2" : { },
1968          "ap-south-1" : { },
1969          "ap-southeast-1" : { },
1970          "ap-southeast-2" : { },
1971          "eu-central-1" : { },
1972          "eu-north-1" : { },
1973          "eu-west-1" : { },
1974          "eu-west-2" : { },
1975          "eu-west-3" : { },
1976          "sa-east-1" : { },
1977          "us-east-1" : { },
1978          "us-east-2" : { },
1979          "us-west-2" : { }
1980        }
1981      },
1982      "arc-zonal-shift" : {
1983        "endpoints" : {
1984          "af-south-1" : { },
1985          "ap-east-1" : { },
1986          "ap-northeast-1" : { },
1987          "ap-northeast-2" : { },
1988          "ap-northeast-3" : { },
1989          "ap-south-1" : { },
1990          "ap-south-2" : { },
1991          "ap-southeast-1" : { },
1992          "ap-southeast-2" : { },
1993          "ap-southeast-3" : { },
1994          "ap-southeast-4" : { },
1995          "ca-central-1" : { },
1996          "ca-west-1" : { },
1997          "eu-central-1" : { },
1998          "eu-central-2" : { },
1999          "eu-north-1" : { },
2000          "eu-south-1" : { },
2001          "eu-south-2" : { },
2002          "eu-west-1" : { },
2003          "eu-west-2" : { },
2004          "eu-west-3" : { },
2005          "il-central-1" : { },
2006          "me-central-1" : { },
2007          "me-south-1" : { },
2008          "sa-east-1" : { },
2009          "us-east-1" : { },
2010          "us-east-2" : { },
2011          "us-west-1" : { },
2012          "us-west-2" : { }
2013        }
2014      },
2015      "athena" : {
2016        "endpoints" : {
2017          "af-south-1" : {
2018            "variants" : [ {
2019              "hostname" : "athena.af-south-1.api.aws",
2020              "tags" : [ "dualstack" ]
2021            } ]
2022          },
2023          "ap-east-1" : {
2024            "variants" : [ {
2025              "hostname" : "athena.ap-east-1.api.aws",
2026              "tags" : [ "dualstack" ]
2027            } ]
2028          },
2029          "ap-northeast-1" : {
2030            "variants" : [ {
2031              "hostname" : "athena.ap-northeast-1.api.aws",
2032              "tags" : [ "dualstack" ]
2033            } ]
2034          },
2035          "ap-northeast-2" : {
2036            "variants" : [ {
2037              "hostname" : "athena.ap-northeast-2.api.aws",
2038              "tags" : [ "dualstack" ]
2039            } ]
2040          },
2041          "ap-northeast-3" : {
2042            "variants" : [ {
2043              "hostname" : "athena.ap-northeast-3.api.aws",
2044              "tags" : [ "dualstack" ]
2045            } ]
2046          },
2047          "ap-south-1" : {
2048            "variants" : [ {
2049              "hostname" : "athena.ap-south-1.api.aws",
2050              "tags" : [ "dualstack" ]
2051            } ]
2052          },
2053          "ap-south-2" : {
2054            "variants" : [ {
2055              "hostname" : "athena.ap-south-2.api.aws",
2056              "tags" : [ "dualstack" ]
2057            } ]
2058          },
2059          "ap-southeast-1" : {
2060            "variants" : [ {
2061              "hostname" : "athena.ap-southeast-1.api.aws",
2062              "tags" : [ "dualstack" ]
2063            } ]
2064          },
2065          "ap-southeast-2" : {
2066            "variants" : [ {
2067              "hostname" : "athena.ap-southeast-2.api.aws",
2068              "tags" : [ "dualstack" ]
2069            } ]
2070          },
2071          "ap-southeast-3" : {
2072            "variants" : [ {
2073              "hostname" : "athena.ap-southeast-3.api.aws",
2074              "tags" : [ "dualstack" ]
2075            } ]
2076          },
2077          "ap-southeast-4" : {
2078            "variants" : [ {
2079              "hostname" : "athena.ap-southeast-4.api.aws",
2080              "tags" : [ "dualstack" ]
2081            } ]
2082          },
2083          "ca-central-1" : {
2084            "variants" : [ {
2085              "hostname" : "athena.ca-central-1.api.aws",
2086              "tags" : [ "dualstack" ]
2087            } ]
2088          },
2089          "eu-central-1" : {
2090            "variants" : [ {
2091              "hostname" : "athena.eu-central-1.api.aws",
2092              "tags" : [ "dualstack" ]
2093            } ]
2094          },
2095          "eu-central-2" : {
2096            "variants" : [ {
2097              "hostname" : "athena.eu-central-2.api.aws",
2098              "tags" : [ "dualstack" ]
2099            } ]
2100          },
2101          "eu-north-1" : {
2102            "variants" : [ {
2103              "hostname" : "athena.eu-north-1.api.aws",
2104              "tags" : [ "dualstack" ]
2105            } ]
2106          },
2107          "eu-south-1" : {
2108            "variants" : [ {
2109              "hostname" : "athena.eu-south-1.api.aws",
2110              "tags" : [ "dualstack" ]
2111            } ]
2112          },
2113          "eu-south-2" : {
2114            "variants" : [ {
2115              "hostname" : "athena.eu-south-2.api.aws",
2116              "tags" : [ "dualstack" ]
2117            } ]
2118          },
2119          "eu-west-1" : {
2120            "variants" : [ {
2121              "hostname" : "athena.eu-west-1.api.aws",
2122              "tags" : [ "dualstack" ]
2123            } ]
2124          },
2125          "eu-west-2" : {
2126            "variants" : [ {
2127              "hostname" : "athena.eu-west-2.api.aws",
2128              "tags" : [ "dualstack" ]
2129            } ]
2130          },
2131          "eu-west-3" : {
2132            "variants" : [ {
2133              "hostname" : "athena.eu-west-3.api.aws",
2134              "tags" : [ "dualstack" ]
2135            } ]
2136          },
2137          "fips-us-east-1" : {
2138            "credentialScope" : {
2139              "region" : "us-east-1"
2140            },
2141            "deprecated" : true,
2142            "hostname" : "athena-fips.us-east-1.amazonaws.com"
2143          },
2144          "fips-us-east-2" : {
2145            "credentialScope" : {
2146              "region" : "us-east-2"
2147            },
2148            "deprecated" : true,
2149            "hostname" : "athena-fips.us-east-2.amazonaws.com"
2150          },
2151          "fips-us-west-1" : {
2152            "credentialScope" : {
2153              "region" : "us-west-1"
2154            },
2155            "deprecated" : true,
2156            "hostname" : "athena-fips.us-west-1.amazonaws.com"
2157          },
2158          "fips-us-west-2" : {
2159            "credentialScope" : {
2160              "region" : "us-west-2"
2161            },
2162            "deprecated" : true,
2163            "hostname" : "athena-fips.us-west-2.amazonaws.com"
2164          },
2165          "il-central-1" : {
2166            "variants" : [ {
2167              "hostname" : "athena.il-central-1.api.aws",
2168              "tags" : [ "dualstack" ]
2169            } ]
2170          },
2171          "me-central-1" : {
2172            "variants" : [ {
2173              "hostname" : "athena.me-central-1.api.aws",
2174              "tags" : [ "dualstack" ]
2175            } ]
2176          },
2177          "me-south-1" : {
2178            "variants" : [ {
2179              "hostname" : "athena.me-south-1.api.aws",
2180              "tags" : [ "dualstack" ]
2181            } ]
2182          },
2183          "sa-east-1" : {
2184            "variants" : [ {
2185              "hostname" : "athena.sa-east-1.api.aws",
2186              "tags" : [ "dualstack" ]
2187            } ]
2188          },
2189          "us-east-1" : {
2190            "variants" : [ {
2191              "hostname" : "athena-fips.us-east-1.amazonaws.com",
2192              "tags" : [ "fips" ]
2193            }, {
2194              "hostname" : "athena-fips.us-east-1.api.aws",
2195              "tags" : [ "dualstack", "fips" ]
2196            }, {
2197              "hostname" : "athena.us-east-1.api.aws",
2198              "tags" : [ "dualstack" ]
2199            } ]
2200          },
2201          "us-east-2" : {
2202            "variants" : [ {
2203              "hostname" : "athena-fips.us-east-2.amazonaws.com",
2204              "tags" : [ "fips" ]
2205            }, {
2206              "hostname" : "athena-fips.us-east-2.api.aws",
2207              "tags" : [ "dualstack", "fips" ]
2208            }, {
2209              "hostname" : "athena.us-east-2.api.aws",
2210              "tags" : [ "dualstack" ]
2211            } ]
2212          },
2213          "us-west-1" : {
2214            "variants" : [ {
2215              "hostname" : "athena-fips.us-west-1.amazonaws.com",
2216              "tags" : [ "fips" ]
2217            }, {
2218              "hostname" : "athena-fips.us-west-1.api.aws",
2219              "tags" : [ "dualstack", "fips" ]
2220            }, {
2221              "hostname" : "athena.us-west-1.api.aws",
2222              "tags" : [ "dualstack" ]
2223            } ]
2224          },
2225          "us-west-2" : {
2226            "variants" : [ {
2227              "hostname" : "athena-fips.us-west-2.amazonaws.com",
2228              "tags" : [ "fips" ]
2229            }, {
2230              "hostname" : "athena-fips.us-west-2.api.aws",
2231              "tags" : [ "dualstack", "fips" ]
2232            }, {
2233              "hostname" : "athena.us-west-2.api.aws",
2234              "tags" : [ "dualstack" ]
2235            } ]
2236          }
2237        }
2238      },
2239      "auditmanager" : {
2240        "endpoints" : {
2241          "ap-northeast-1" : { },
2242          "ap-south-1" : { },
2243          "ap-southeast-1" : { },
2244          "ap-southeast-2" : { },
2245          "ca-central-1" : { },
2246          "eu-central-1" : { },
2247          "eu-west-1" : { },
2248          "eu-west-2" : { },
2249          "us-east-1" : { },
2250          "us-east-2" : { },
2251          "us-west-1" : { },
2252          "us-west-2" : { }
2253        }
2254      },
2255      "autoscaling" : {
2256        "defaults" : {
2257          "protocols" : [ "http", "https" ]
2258        },
2259        "endpoints" : {
2260          "af-south-1" : { },
2261          "ap-east-1" : { },
2262          "ap-northeast-1" : { },
2263          "ap-northeast-2" : { },
2264          "ap-northeast-3" : { },
2265          "ap-south-1" : { },
2266          "ap-south-2" : { },
2267          "ap-southeast-1" : { },
2268          "ap-southeast-2" : { },
2269          "ap-southeast-3" : { },
2270          "ap-southeast-4" : { },
2271          "ca-central-1" : {
2272            "variants" : [ {
2273              "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
2274              "tags" : [ "fips" ]
2275            } ]
2276          },
2277          "ca-west-1" : {
2278            "variants" : [ {
2279              "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com",
2280              "tags" : [ "fips" ]
2281            } ]
2282          },
2283          "eu-central-1" : { },
2284          "eu-central-2" : { },
2285          "eu-north-1" : { },
2286          "eu-south-1" : { },
2287          "eu-south-2" : { },
2288          "eu-west-1" : { },
2289          "eu-west-2" : { },
2290          "eu-west-3" : { },
2291          "fips-ca-central-1" : {
2292            "credentialScope" : {
2293              "region" : "ca-central-1"
2294            },
2295            "deprecated" : true,
2296            "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2297          },
2298          "fips-ca-west-1" : {
2299            "credentialScope" : {
2300              "region" : "ca-west-1"
2301            },
2302            "deprecated" : true,
2303            "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com"
2304          },
2305          "fips-us-east-1" : {
2306            "credentialScope" : {
2307              "region" : "us-east-1"
2308            },
2309            "deprecated" : true,
2310            "hostname" : "autoscaling-fips.us-east-1.amazonaws.com"
2311          },
2312          "fips-us-east-2" : {
2313            "credentialScope" : {
2314              "region" : "us-east-2"
2315            },
2316            "deprecated" : true,
2317            "hostname" : "autoscaling-fips.us-east-2.amazonaws.com"
2318          },
2319          "fips-us-west-1" : {
2320            "credentialScope" : {
2321              "region" : "us-west-1"
2322            },
2323            "deprecated" : true,
2324            "hostname" : "autoscaling-fips.us-west-1.amazonaws.com"
2325          },
2326          "fips-us-west-2" : {
2327            "credentialScope" : {
2328              "region" : "us-west-2"
2329            },
2330            "deprecated" : true,
2331            "hostname" : "autoscaling-fips.us-west-2.amazonaws.com"
2332          },
2333          "il-central-1" : { },
2334          "me-central-1" : { },
2335          "me-south-1" : { },
2336          "sa-east-1" : { },
2337          "us-east-1" : {
2338            "variants" : [ {
2339              "hostname" : "autoscaling-fips.us-east-1.amazonaws.com",
2340              "tags" : [ "fips" ]
2341            } ]
2342          },
2343          "us-east-2" : {
2344            "variants" : [ {
2345              "hostname" : "autoscaling-fips.us-east-2.amazonaws.com",
2346              "tags" : [ "fips" ]
2347            } ]
2348          },
2349          "us-west-1" : {
2350            "variants" : [ {
2351              "hostname" : "autoscaling-fips.us-west-1.amazonaws.com",
2352              "tags" : [ "fips" ]
2353            } ]
2354          },
2355          "us-west-2" : {
2356            "variants" : [ {
2357              "hostname" : "autoscaling-fips.us-west-2.amazonaws.com",
2358              "tags" : [ "fips" ]
2359            } ]
2360          }
2361        }
2362      },
2363      "autoscaling-plans" : {
2364        "defaults" : {
2365          "protocols" : [ "http", "https" ]
2366        },
2367        "endpoints" : {
2368          "af-south-1" : { },
2369          "ap-east-1" : { },
2370          "ap-northeast-1" : { },
2371          "ap-northeast-2" : { },
2372          "ap-northeast-3" : { },
2373          "ap-south-1" : { },
2374          "ap-southeast-1" : { },
2375          "ap-southeast-2" : { },
2376          "ap-southeast-3" : { },
2377          "ca-central-1" : { },
2378          "eu-central-1" : { },
2379          "eu-north-1" : { },
2380          "eu-south-1" : { },
2381          "eu-west-1" : { },
2382          "eu-west-2" : { },
2383          "eu-west-3" : { },
2384          "me-south-1" : { },
2385          "sa-east-1" : { },
2386          "us-east-1" : { },
2387          "us-east-2" : { },
2388          "us-west-1" : { },
2389          "us-west-2" : { }
2390        }
2391      },
2392      "backup" : {
2393        "endpoints" : {
2394          "af-south-1" : { },
2395          "ap-east-1" : { },
2396          "ap-northeast-1" : { },
2397          "ap-northeast-2" : { },
2398          "ap-northeast-3" : { },
2399          "ap-south-1" : { },
2400          "ap-south-2" : { },
2401          "ap-southeast-1" : { },
2402          "ap-southeast-2" : { },
2403          "ap-southeast-3" : { },
2404          "ap-southeast-4" : { },
2405          "ca-central-1" : { },
2406          "eu-central-1" : { },
2407          "eu-central-2" : { },
2408          "eu-north-1" : { },
2409          "eu-south-1" : { },
2410          "eu-south-2" : { },
2411          "eu-west-1" : { },
2412          "eu-west-2" : { },
2413          "eu-west-3" : { },
2414          "il-central-1" : { },
2415          "me-central-1" : { },
2416          "me-south-1" : { },
2417          "sa-east-1" : { },
2418          "us-east-1" : { },
2419          "us-east-2" : { },
2420          "us-west-1" : { },
2421          "us-west-2" : { }
2422        }
2423      },
2424      "backup-gateway" : {
2425        "endpoints" : {
2426          "af-south-1" : { },
2427          "ap-east-1" : { },
2428          "ap-northeast-1" : { },
2429          "ap-northeast-2" : { },
2430          "ap-northeast-3" : { },
2431          "ap-south-1" : { },
2432          "ap-southeast-1" : { },
2433          "ap-southeast-2" : { },
2434          "ca-central-1" : { },
2435          "eu-central-1" : { },
2436          "eu-north-1" : { },
2437          "eu-south-1" : { },
2438          "eu-west-1" : { },
2439          "eu-west-2" : { },
2440          "eu-west-3" : { },
2441          "me-south-1" : { },
2442          "sa-east-1" : { },
2443          "us-east-1" : { },
2444          "us-east-2" : { },
2445          "us-west-1" : { },
2446          "us-west-2" : { }
2447        }
2448      },
2449      "backupstorage" : {
2450        "endpoints" : {
2451          "af-south-1" : { },
2452          "ap-east-1" : { },
2453          "ap-northeast-1" : { },
2454          "ap-northeast-2" : { },
2455          "ap-northeast-3" : { },
2456          "ap-south-1" : { },
2457          "ap-south-2" : { },
2458          "ap-southeast-1" : { },
2459          "ap-southeast-2" : { },
2460          "ap-southeast-3" : { },
2461          "ap-southeast-4" : { },
2462          "ca-central-1" : { },
2463          "eu-central-1" : { },
2464          "eu-central-2" : { },
2465          "eu-north-1" : { },
2466          "eu-south-1" : { },
2467          "eu-south-2" : { },
2468          "eu-west-1" : { },
2469          "eu-west-2" : { },
2470          "eu-west-3" : { },
2471          "me-central-1" : { },
2472          "me-south-1" : { },
2473          "sa-east-1" : { },
2474          "us-east-1" : { },
2475          "us-east-2" : { },
2476          "us-west-1" : { },
2477          "us-west-2" : { }
2478        }
2479      },
2480      "batch" : {
2481        "defaults" : {
2482          "variants" : [ {
2483            "hostname" : "fips.batch.{region}.{dnsSuffix}",
2484            "tags" : [ "fips" ]
2485          } ]
2486        },
2487        "endpoints" : {
2488          "af-south-1" : { },
2489          "ap-east-1" : { },
2490          "ap-northeast-1" : { },
2491          "ap-northeast-2" : { },
2492          "ap-northeast-3" : { },
2493          "ap-south-1" : { },
2494          "ap-south-2" : { },
2495          "ap-southeast-1" : { },
2496          "ap-southeast-2" : { },
2497          "ap-southeast-3" : { },
2498          "ap-southeast-4" : { },
2499          "ca-central-1" : { },
2500          "ca-west-1" : { },
2501          "eu-central-1" : { },
2502          "eu-central-2" : { },
2503          "eu-north-1" : { },
2504          "eu-south-1" : { },
2505          "eu-south-2" : { },
2506          "eu-west-1" : { },
2507          "eu-west-2" : { },
2508          "eu-west-3" : { },
2509          "fips-us-east-1" : {
2510            "credentialScope" : {
2511              "region" : "us-east-1"
2512            },
2513            "deprecated" : true,
2514            "hostname" : "fips.batch.us-east-1.amazonaws.com"
2515          },
2516          "fips-us-east-2" : {
2517            "credentialScope" : {
2518              "region" : "us-east-2"
2519            },
2520            "deprecated" : true,
2521            "hostname" : "fips.batch.us-east-2.amazonaws.com"
2522          },
2523          "fips-us-west-1" : {
2524            "credentialScope" : {
2525              "region" : "us-west-1"
2526            },
2527            "deprecated" : true,
2528            "hostname" : "fips.batch.us-west-1.amazonaws.com"
2529          },
2530          "fips-us-west-2" : {
2531            "credentialScope" : {
2532              "region" : "us-west-2"
2533            },
2534            "deprecated" : true,
2535            "hostname" : "fips.batch.us-west-2.amazonaws.com"
2536          },
2537          "il-central-1" : { },
2538          "me-central-1" : { },
2539          "me-south-1" : { },
2540          "sa-east-1" : { },
2541          "us-east-1" : {
2542            "variants" : [ {
2543              "hostname" : "fips.batch.us-east-1.amazonaws.com",
2544              "tags" : [ "fips" ]
2545            } ]
2546          },
2547          "us-east-2" : {
2548            "variants" : [ {
2549              "hostname" : "fips.batch.us-east-2.amazonaws.com",
2550              "tags" : [ "fips" ]
2551            } ]
2552          },
2553          "us-west-1" : {
2554            "variants" : [ {
2555              "hostname" : "fips.batch.us-west-1.amazonaws.com",
2556              "tags" : [ "fips" ]
2557            } ]
2558          },
2559          "us-west-2" : {
2560            "variants" : [ {
2561              "hostname" : "fips.batch.us-west-2.amazonaws.com",
2562              "tags" : [ "fips" ]
2563            } ]
2564          }
2565        }
2566      },
2567      "bedrock" : {
2568        "endpoints" : {
2569          "ap-northeast-1" : { },
2570          "ap-southeast-1" : { },
2571          "bedrock-ap-northeast-1" : {
2572            "credentialScope" : {
2573              "region" : "ap-northeast-1"
2574            },
2575            "hostname" : "bedrock.ap-northeast-1.amazonaws.com"
2576          },
2577          "bedrock-ap-southeast-1" : {
2578            "credentialScope" : {
2579              "region" : "ap-southeast-1"
2580            },
2581            "hostname" : "bedrock.ap-southeast-1.amazonaws.com"
2582          },
2583          "bedrock-eu-central-1" : {
2584            "credentialScope" : {
2585              "region" : "eu-central-1"
2586            },
2587            "hostname" : "bedrock.eu-central-1.amazonaws.com"
2588          },
2589          "bedrock-fips-us-east-1" : {
2590            "credentialScope" : {
2591              "region" : "us-east-1"
2592            },
2593            "hostname" : "bedrock-fips.us-east-1.amazonaws.com"
2594          },
2595          "bedrock-fips-us-west-2" : {
2596            "credentialScope" : {
2597              "region" : "us-west-2"
2598            },
2599            "hostname" : "bedrock-fips.us-west-2.amazonaws.com"
2600          },
2601          "bedrock-runtime-ap-northeast-1" : {
2602            "credentialScope" : {
2603              "region" : "ap-northeast-1"
2604            },
2605            "hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
2606          },
2607          "bedrock-runtime-ap-southeast-1" : {
2608            "credentialScope" : {
2609              "region" : "ap-southeast-1"
2610            },
2611            "hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
2612          },
2613          "bedrock-runtime-eu-central-1" : {
2614            "credentialScope" : {
2615              "region" : "eu-central-1"
2616            },
2617            "hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
2618          },
2619          "bedrock-runtime-fips-us-east-1" : {
2620            "credentialScope" : {
2621              "region" : "us-east-1"
2622            },
2623            "hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
2624          },
2625          "bedrock-runtime-fips-us-west-2" : {
2626            "credentialScope" : {
2627              "region" : "us-west-2"
2628            },
2629            "hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
2630          },
2631          "bedrock-runtime-us-east-1" : {
2632            "credentialScope" : {
2633              "region" : "us-east-1"
2634            },
2635            "hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
2636          },
2637          "bedrock-runtime-us-west-2" : {
2638            "credentialScope" : {
2639              "region" : "us-west-2"
2640            },
2641            "hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
2642          },
2643          "bedrock-us-east-1" : {
2644            "credentialScope" : {
2645              "region" : "us-east-1"
2646            },
2647            "hostname" : "bedrock.us-east-1.amazonaws.com"
2648          },
2649          "bedrock-us-west-2" : {
2650            "credentialScope" : {
2651              "region" : "us-west-2"
2652            },
2653            "hostname" : "bedrock.us-west-2.amazonaws.com"
2654          },
2655          "eu-central-1" : { },
2656          "us-east-1" : { },
2657          "us-west-2" : { }
2658        }
2659      },
2660      "billingconductor" : {
2661        "endpoints" : {
2662          "aws-global" : {
2663            "credentialScope" : {
2664              "region" : "us-east-1"
2665            },
2666            "hostname" : "billingconductor.us-east-1.amazonaws.com"
2667          }
2668        },
2669        "isRegionalized" : false,
2670        "partitionEndpoint" : "aws-global"
2671      },
2672      "braket" : {
2673        "endpoints" : {
2674          "eu-west-2" : { },
2675          "us-east-1" : { },
2676          "us-west-1" : { },
2677          "us-west-2" : { }
2678        }
2679      },
2680      "budgets" : {
2681        "endpoints" : {
2682          "aws-global" : {
2683            "credentialScope" : {
2684              "region" : "us-east-1"
2685            },
2686            "hostname" : "budgets.amazonaws.com"
2687          }
2688        },
2689        "isRegionalized" : false,
2690        "partitionEndpoint" : "aws-global"
2691      },
2692      "cases" : {
2693        "endpoints" : {
2694          "ap-southeast-1" : { },
2695          "ap-southeast-2" : { },
2696          "ca-central-1" : { },
2697          "eu-central-1" : { },
2698          "eu-west-2" : { },
2699          "fips-us-east-1" : {
2700            "deprecated" : true
2701          },
2702          "fips-us-west-2" : {
2703            "deprecated" : true
2704          },
2705          "us-east-1" : {
2706            "variants" : [ {
2707              "tags" : [ "fips" ]
2708            } ]
2709          },
2710          "us-west-2" : {
2711            "variants" : [ {
2712              "tags" : [ "fips" ]
2713            } ]
2714          }
2715        }
2716      },
2717      "cassandra" : {
2718        "endpoints" : {
2719          "ap-east-1" : { },
2720          "ap-northeast-1" : { },
2721          "ap-northeast-2" : { },
2722          "ap-south-1" : { },
2723          "ap-southeast-1" : { },
2724          "ap-southeast-2" : { },
2725          "ca-central-1" : { },
2726          "eu-central-1" : { },
2727          "eu-north-1" : { },
2728          "eu-west-1" : { },
2729          "eu-west-2" : { },
2730          "eu-west-3" : { },
2731          "fips-us-east-1" : {
2732            "credentialScope" : {
2733              "region" : "us-east-1"
2734            },
2735            "deprecated" : true,
2736            "hostname" : "cassandra-fips.us-east-1.amazonaws.com"
2737          },
2738          "fips-us-west-2" : {
2739            "credentialScope" : {
2740              "region" : "us-west-2"
2741            },
2742            "deprecated" : true,
2743            "hostname" : "cassandra-fips.us-west-2.amazonaws.com"
2744          },
2745          "me-south-1" : { },
2746          "sa-east-1" : { },
2747          "us-east-1" : {
2748            "variants" : [ {
2749              "hostname" : "cassandra-fips.us-east-1.amazonaws.com",
2750              "tags" : [ "fips" ]
2751            } ]
2752          },
2753          "us-east-2" : { },
2754          "us-west-1" : { },
2755          "us-west-2" : {
2756            "variants" : [ {
2757              "hostname" : "cassandra-fips.us-west-2.amazonaws.com",
2758              "tags" : [ "fips" ]
2759            } ]
2760          }
2761        }
2762      },
2763      "catalog.marketplace" : {
2764        "endpoints" : {
2765          "us-east-1" : { }
2766        }
2767      },
2768      "ce" : {
2769        "endpoints" : {
2770          "aws-global" : {
2771            "credentialScope" : {
2772              "region" : "us-east-1"
2773            },
2774            "hostname" : "ce.us-east-1.amazonaws.com"
2775          }
2776        },
2777        "isRegionalized" : false,
2778        "partitionEndpoint" : "aws-global"
2779      },
2780      "chime" : {
2781        "defaults" : {
2782          "protocols" : [ "https" ]
2783        },
2784        "endpoints" : {
2785          "aws-global" : {
2786            "credentialScope" : {
2787              "region" : "us-east-1"
2788            },
2789            "hostname" : "chime.us-east-1.amazonaws.com",
2790            "protocols" : [ "https" ]
2791          }
2792        },
2793        "isRegionalized" : false,
2794        "partitionEndpoint" : "aws-global"
2795      },
2796      "cleanrooms" : {
2797        "endpoints" : {
2798          "ap-northeast-1" : { },
2799          "ap-northeast-2" : { },
2800          "ap-southeast-1" : { },
2801          "ap-southeast-2" : { },
2802          "eu-central-1" : { },
2803          "eu-north-1" : { },
2804          "eu-west-1" : { },
2805          "eu-west-2" : { },
2806          "us-east-1" : { },
2807          "us-east-2" : { },
2808          "us-west-2" : { }
2809        }
2810      },
2811      "cloud9" : {
2812        "endpoints" : {
2813          "af-south-1" : { },
2814          "ap-east-1" : { },
2815          "ap-northeast-1" : { },
2816          "ap-northeast-2" : { },
2817          "ap-northeast-3" : { },
2818          "ap-south-1" : { },
2819          "ap-southeast-1" : { },
2820          "ap-southeast-2" : { },
2821          "ca-central-1" : { },
2822          "eu-central-1" : { },
2823          "eu-north-1" : { },
2824          "eu-south-1" : { },
2825          "eu-west-1" : { },
2826          "eu-west-2" : { },
2827          "eu-west-3" : { },
2828          "il-central-1" : { },
2829          "me-south-1" : { },
2830          "sa-east-1" : { },
2831          "us-east-1" : { },
2832          "us-east-2" : { },
2833          "us-west-1" : { },
2834          "us-west-2" : { }
2835        }
2836      },
2837      "cloudcontrolapi" : {
2838        "endpoints" : {
2839          "af-south-1" : { },
2840          "ap-east-1" : { },
2841          "ap-northeast-1" : { },
2842          "ap-northeast-2" : { },
2843          "ap-northeast-3" : { },
2844          "ap-south-1" : { },
2845          "ap-south-2" : { },
2846          "ap-southeast-1" : { },
2847          "ap-southeast-2" : { },
2848          "ap-southeast-3" : { },
2849          "ap-southeast-4" : { },
2850          "ca-central-1" : {
2851            "variants" : [ {
2852              "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
2853              "tags" : [ "fips" ]
2854            } ]
2855          },
2856          "ca-west-1" : {
2857            "variants" : [ {
2858              "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
2859              "tags" : [ "fips" ]
2860            } ]
2861          },
2862          "eu-central-1" : { },
2863          "eu-central-2" : { },
2864          "eu-north-1" : { },
2865          "eu-south-1" : { },
2866          "eu-south-2" : { },
2867          "eu-west-1" : { },
2868          "eu-west-2" : { },
2869          "eu-west-3" : { },
2870          "fips-ca-central-1" : {
2871            "credentialScope" : {
2872              "region" : "ca-central-1"
2873            },
2874            "deprecated" : true,
2875            "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
2876          },
2877          "fips-ca-west-1" : {
2878            "credentialScope" : {
2879              "region" : "ca-west-1"
2880            },
2881            "deprecated" : true,
2882            "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com"
2883          },
2884          "fips-us-east-1" : {
2885            "credentialScope" : {
2886              "region" : "us-east-1"
2887            },
2888            "deprecated" : true,
2889            "hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com"
2890          },
2891          "fips-us-east-2" : {
2892            "credentialScope" : {
2893              "region" : "us-east-2"
2894            },
2895            "deprecated" : true,
2896            "hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com"
2897          },
2898          "fips-us-west-1" : {
2899            "credentialScope" : {
2900              "region" : "us-west-1"
2901            },
2902            "deprecated" : true,
2903            "hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com"
2904          },
2905          "fips-us-west-2" : {
2906            "credentialScope" : {
2907              "region" : "us-west-2"
2908            },
2909            "deprecated" : true,
2910            "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
2911          },
2912          "il-central-1" : { },
2913          "me-central-1" : { },
2914          "me-south-1" : { },
2915          "sa-east-1" : { },
2916          "us-east-1" : {
2917            "variants" : [ {
2918              "hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com",
2919              "tags" : [ "fips" ]
2920            } ]
2921          },
2922          "us-east-2" : {
2923            "variants" : [ {
2924              "hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com",
2925              "tags" : [ "fips" ]
2926            } ]
2927          },
2928          "us-west-1" : {
2929            "variants" : [ {
2930              "hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com",
2931              "tags" : [ "fips" ]
2932            } ]
2933          },
2934          "us-west-2" : {
2935            "variants" : [ {
2936              "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com",
2937              "tags" : [ "fips" ]
2938            } ]
2939          }
2940        }
2941      },
2942      "clouddirectory" : {
2943        "endpoints" : {
2944          "ap-southeast-1" : { },
2945          "ap-southeast-2" : { },
2946          "ca-central-1" : { },
2947          "eu-central-1" : { },
2948          "eu-west-1" : { },
2949          "eu-west-2" : { },
2950          "us-east-1" : { },
2951          "us-east-2" : { },
2952          "us-west-2" : { }
2953        }
2954      },
2955      "cloudformation" : {
2956        "endpoints" : {
2957          "af-south-1" : { },
2958          "ap-east-1" : { },
2959          "ap-northeast-1" : { },
2960          "ap-northeast-2" : { },
2961          "ap-northeast-3" : { },
2962          "ap-south-1" : { },
2963          "ap-south-2" : { },
2964          "ap-southeast-1" : { },
2965          "ap-southeast-2" : { },
2966          "ap-southeast-3" : { },
2967          "ap-southeast-4" : { },
2968          "ca-central-1" : { },
2969          "ca-west-1" : { },
2970          "eu-central-1" : { },
2971          "eu-central-2" : { },
2972          "eu-north-1" : { },
2973          "eu-south-1" : { },
2974          "eu-south-2" : { },
2975          "eu-west-1" : { },
2976          "eu-west-2" : { },
2977          "eu-west-3" : { },
2978          "il-central-1" : { },
2979          "me-central-1" : { },
2980          "me-south-1" : { },
2981          "sa-east-1" : { },
2982          "us-east-1" : {
2983            "variants" : [ {
2984              "hostname" : "cloudformation-fips.us-east-1.amazonaws.com",
2985              "tags" : [ "fips" ]
2986            } ]
2987          },
2988          "us-east-1-fips" : {
2989            "credentialScope" : {
2990              "region" : "us-east-1"
2991            },
2992            "deprecated" : true,
2993            "hostname" : "cloudformation-fips.us-east-1.amazonaws.com"
2994          },
2995          "us-east-2" : {
2996            "variants" : [ {
2997              "hostname" : "cloudformation-fips.us-east-2.amazonaws.com",
2998              "tags" : [ "fips" ]
2999            } ]
3000          },
3001          "us-east-2-fips" : {
3002            "credentialScope" : {
3003              "region" : "us-east-2"
3004            },
3005            "deprecated" : true,
3006            "hostname" : "cloudformation-fips.us-east-2.amazonaws.com"
3007          },
3008          "us-west-1" : {
3009            "variants" : [ {
3010              "hostname" : "cloudformation-fips.us-west-1.amazonaws.com",
3011              "tags" : [ "fips" ]
3012            } ]
3013          },
3014          "us-west-1-fips" : {
3015            "credentialScope" : {
3016              "region" : "us-west-1"
3017            },
3018            "deprecated" : true,
3019            "hostname" : "cloudformation-fips.us-west-1.amazonaws.com"
3020          },
3021          "us-west-2" : {
3022            "variants" : [ {
3023              "hostname" : "cloudformation-fips.us-west-2.amazonaws.com",
3024              "tags" : [ "fips" ]
3025            } ]
3026          },
3027          "us-west-2-fips" : {
3028            "credentialScope" : {
3029              "region" : "us-west-2"
3030            },
3031            "deprecated" : true,
3032            "hostname" : "cloudformation-fips.us-west-2.amazonaws.com"
3033          }
3034        }
3035      },
3036      "cloudfront" : {
3037        "endpoints" : {
3038          "aws-global" : {
3039            "credentialScope" : {
3040              "region" : "us-east-1"
3041            },
3042            "hostname" : "cloudfront.amazonaws.com",
3043            "protocols" : [ "http", "https" ]
3044          }
3045        },
3046        "isRegionalized" : false,
3047        "partitionEndpoint" : "aws-global"
3048      },
3049      "cloudhsm" : {
3050        "endpoints" : {
3051          "us-east-1" : { }
3052        }
3053      },
3054      "cloudhsmv2" : {
3055        "defaults" : {
3056          "credentialScope" : {
3057            "service" : "cloudhsm"
3058          }
3059        },
3060        "endpoints" : {
3061          "af-south-1" : { },
3062          "ap-east-1" : { },
3063          "ap-northeast-1" : { },
3064          "ap-northeast-2" : { },
3065          "ap-northeast-3" : { },
3066          "ap-south-1" : { },
3067          "ap-south-2" : { },
3068          "ap-southeast-1" : { },
3069          "ap-southeast-2" : { },
3070          "ap-southeast-3" : { },
3071          "ca-central-1" : { },
3072          "eu-central-1" : { },
3073          "eu-central-2" : { },
3074          "eu-north-1" : { },
3075          "eu-south-1" : { },
3076          "eu-west-1" : { },
3077          "eu-west-2" : { },
3078          "eu-west-3" : { },
3079          "il-central-1" : { },
3080          "me-central-1" : { },
3081          "me-south-1" : { },
3082          "sa-east-1" : { },
3083          "us-east-1" : { },
3084          "us-east-2" : { },
3085          "us-west-1" : { },
3086          "us-west-2" : { }
3087        }
3088      },
3089      "cloudsearch" : {
3090        "endpoints" : {
3091          "ap-northeast-1" : { },
3092          "ap-northeast-2" : { },
3093          "ap-southeast-1" : { },
3094          "ap-southeast-2" : { },
3095          "eu-central-1" : { },
3096          "eu-west-1" : { },
3097          "sa-east-1" : { },
3098          "us-east-1" : { },
3099          "us-west-1" : { },
3100          "us-west-2" : { }
3101        }
3102      },
3103      "cloudtrail" : {
3104        "endpoints" : {
3105          "af-south-1" : { },
3106          "ap-east-1" : { },
3107          "ap-northeast-1" : { },
3108          "ap-northeast-2" : { },
3109          "ap-northeast-3" : { },
3110          "ap-south-1" : { },
3111          "ap-south-2" : { },
3112          "ap-southeast-1" : { },
3113          "ap-southeast-2" : { },
3114          "ap-southeast-3" : { },
3115          "ap-southeast-4" : { },
3116          "ca-central-1" : { },
3117          "ca-west-1" : { },
3118          "eu-central-1" : { },
3119          "eu-central-2" : { },
3120          "eu-north-1" : { },
3121          "eu-south-1" : { },
3122          "eu-south-2" : { },
3123          "eu-west-1" : { },
3124          "eu-west-2" : { },
3125          "eu-west-3" : { },
3126          "fips-us-east-1" : {
3127            "credentialScope" : {
3128              "region" : "us-east-1"
3129            },
3130            "deprecated" : true,
3131            "hostname" : "cloudtrail-fips.us-east-1.amazonaws.com"
3132          },
3133          "fips-us-east-2" : {
3134            "credentialScope" : {
3135              "region" : "us-east-2"
3136            },
3137            "deprecated" : true,
3138            "hostname" : "cloudtrail-fips.us-east-2.amazonaws.com"
3139          },
3140          "fips-us-west-1" : {
3141            "credentialScope" : {
3142              "region" : "us-west-1"
3143            },
3144            "deprecated" : true,
3145            "hostname" : "cloudtrail-fips.us-west-1.amazonaws.com"
3146          },
3147          "fips-us-west-2" : {
3148            "credentialScope" : {
3149              "region" : "us-west-2"
3150            },
3151            "deprecated" : true,
3152            "hostname" : "cloudtrail-fips.us-west-2.amazonaws.com"
3153          },
3154          "il-central-1" : { },
3155          "me-central-1" : { },
3156          "me-south-1" : { },
3157          "sa-east-1" : { },
3158          "us-east-1" : {
3159            "variants" : [ {
3160              "hostname" : "cloudtrail-fips.us-east-1.amazonaws.com",
3161              "tags" : [ "fips" ]
3162            } ]
3163          },
3164          "us-east-2" : {
3165            "variants" : [ {
3166              "hostname" : "cloudtrail-fips.us-east-2.amazonaws.com",
3167              "tags" : [ "fips" ]
3168            } ]
3169          },
3170          "us-west-1" : {
3171            "variants" : [ {
3172              "hostname" : "cloudtrail-fips.us-west-1.amazonaws.com",
3173              "tags" : [ "fips" ]
3174            } ]
3175          },
3176          "us-west-2" : {
3177            "variants" : [ {
3178              "hostname" : "cloudtrail-fips.us-west-2.amazonaws.com",
3179              "tags" : [ "fips" ]
3180            } ]
3181          }
3182        }
3183      },
3184      "cloudtrail-data" : {
3185        "endpoints" : {
3186          "af-south-1" : { },
3187          "ap-east-1" : { },
3188          "ap-northeast-1" : { },
3189          "ap-northeast-2" : { },
3190          "ap-northeast-3" : { },
3191          "ap-south-1" : { },
3192          "ap-southeast-1" : { },
3193          "ap-southeast-2" : { },
3194          "ap-southeast-3" : { },
3195          "ca-central-1" : { },
3196          "eu-central-1" : { },
3197          "eu-north-1" : { },
3198          "eu-south-1" : { },
3199          "eu-west-1" : { },
3200          "eu-west-2" : { },
3201          "eu-west-3" : { },
3202          "me-south-1" : { },
3203          "sa-east-1" : { },
3204          "us-east-1" : { },
3205          "us-east-2" : { },
3206          "us-west-1" : { },
3207          "us-west-2" : { }
3208        }
3209      },
3210      "codeartifact" : {
3211        "endpoints" : {
3212          "ap-northeast-1" : { },
3213          "ap-south-1" : { },
3214          "ap-southeast-1" : { },
3215          "ap-southeast-2" : { },
3216          "eu-central-1" : { },
3217          "eu-north-1" : { },
3218          "eu-south-1" : { },
3219          "eu-west-1" : { },
3220          "eu-west-2" : { },
3221          "eu-west-3" : { },
3222          "us-east-1" : { },
3223          "us-east-2" : { },
3224          "us-west-2" : { }
3225        }
3226      },
3227      "codebuild" : {
3228        "endpoints" : {
3229          "af-south-1" : { },
3230          "ap-east-1" : { },
3231          "ap-northeast-1" : { },
3232          "ap-northeast-2" : { },
3233          "ap-northeast-3" : { },
3234          "ap-south-1" : { },
3235          "ap-south-2" : { },
3236          "ap-southeast-1" : { },
3237          "ap-southeast-2" : { },
3238          "ap-southeast-3" : { },
3239          "ap-southeast-4" : { },
3240          "ca-central-1" : { },
3241          "eu-central-1" : { },
3242          "eu-central-2" : { },
3243          "eu-north-1" : { },
3244          "eu-south-1" : { },
3245          "eu-south-2" : { },
3246          "eu-west-1" : { },
3247          "eu-west-2" : { },
3248          "eu-west-3" : { },
3249          "il-central-1" : { },
3250          "me-central-1" : { },
3251          "me-south-1" : { },
3252          "sa-east-1" : { },
3253          "us-east-1" : {
3254            "variants" : [ {
3255              "hostname" : "codebuild-fips.us-east-1.amazonaws.com",
3256              "tags" : [ "fips" ]
3257            } ]
3258          },
3259          "us-east-1-fips" : {
3260            "credentialScope" : {
3261              "region" : "us-east-1"
3262            },
3263            "deprecated" : true,
3264            "hostname" : "codebuild-fips.us-east-1.amazonaws.com"
3265          },
3266          "us-east-2" : {
3267            "variants" : [ {
3268              "hostname" : "codebuild-fips.us-east-2.amazonaws.com",
3269              "tags" : [ "fips" ]
3270            } ]
3271          },
3272          "us-east-2-fips" : {
3273            "credentialScope" : {
3274              "region" : "us-east-2"
3275            },
3276            "deprecated" : true,
3277            "hostname" : "codebuild-fips.us-east-2.amazonaws.com"
3278          },
3279          "us-west-1" : {
3280            "variants" : [ {
3281              "hostname" : "codebuild-fips.us-west-1.amazonaws.com",
3282              "tags" : [ "fips" ]
3283            } ]
3284          },
3285          "us-west-1-fips" : {
3286            "credentialScope" : {
3287              "region" : "us-west-1"
3288            },
3289            "deprecated" : true,
3290            "hostname" : "codebuild-fips.us-west-1.amazonaws.com"
3291          },
3292          "us-west-2" : {
3293            "variants" : [ {
3294              "hostname" : "codebuild-fips.us-west-2.amazonaws.com",
3295              "tags" : [ "fips" ]
3296            } ]
3297          },
3298          "us-west-2-fips" : {
3299            "credentialScope" : {
3300              "region" : "us-west-2"
3301            },
3302            "deprecated" : true,
3303            "hostname" : "codebuild-fips.us-west-2.amazonaws.com"
3304          }
3305        }
3306      },
3307      "codecatalyst" : {
3308        "endpoints" : {
3309          "aws-global" : {
3310            "hostname" : "codecatalyst.global.api.aws"
3311          }
3312        },
3313        "isRegionalized" : false,
3314        "partitionEndpoint" : "aws-global"
3315      },
3316      "codecommit" : {
3317        "endpoints" : {
3318          "af-south-1" : { },
3319          "ap-east-1" : { },
3320          "ap-northeast-1" : { },
3321          "ap-northeast-2" : { },
3322          "ap-northeast-3" : { },
3323          "ap-south-1" : { },
3324          "ap-south-2" : { },
3325          "ap-southeast-1" : { },
3326          "ap-southeast-2" : { },
3327          "ap-southeast-3" : { },
3328          "ca-central-1" : {
3329            "variants" : [ {
3330              "hostname" : "codecommit-fips.ca-central-1.amazonaws.com",
3331              "tags" : [ "fips" ]
3332            } ]
3333          },
3334          "ca-central-1-fips" : {
3335            "credentialScope" : {
3336              "region" : "ca-central-1"
3337            },
3338            "deprecated" : true,
3339            "hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
3340          },
3341          "eu-central-1" : { },
3342          "eu-north-1" : { },
3343          "eu-south-1" : { },
3344          "eu-west-1" : { },
3345          "eu-west-2" : { },
3346          "eu-west-3" : { },
3347          "fips" : {
3348            "credentialScope" : {
3349              "region" : "ca-central-1"
3350            },
3351            "deprecated" : true,
3352            "hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
3353          },
3354          "il-central-1" : { },
3355          "me-central-1" : { },
3356          "me-south-1" : { },
3357          "sa-east-1" : { },
3358          "us-east-1" : {
3359            "variants" : [ {
3360              "hostname" : "codecommit-fips.us-east-1.amazonaws.com",
3361              "tags" : [ "fips" ]
3362            } ]
3363          },
3364          "us-east-1-fips" : {
3365            "credentialScope" : {
3366              "region" : "us-east-1"
3367            },
3368            "deprecated" : true,
3369            "hostname" : "codecommit-fips.us-east-1.amazonaws.com"
3370          },
3371          "us-east-2" : {
3372            "variants" : [ {
3373              "hostname" : "codecommit-fips.us-east-2.amazonaws.com",
3374              "tags" : [ "fips" ]
3375            } ]
3376          },
3377          "us-east-2-fips" : {
3378            "credentialScope" : {
3379              "region" : "us-east-2"
3380            },
3381            "deprecated" : true,
3382            "hostname" : "codecommit-fips.us-east-2.amazonaws.com"
3383          },
3384          "us-west-1" : {
3385            "variants" : [ {
3386              "hostname" : "codecommit-fips.us-west-1.amazonaws.com",
3387              "tags" : [ "fips" ]
3388            } ]
3389          },
3390          "us-west-1-fips" : {
3391            "credentialScope" : {
3392              "region" : "us-west-1"
3393            },
3394            "deprecated" : true,
3395            "hostname" : "codecommit-fips.us-west-1.amazonaws.com"
3396          },
3397          "us-west-2" : {
3398            "variants" : [ {
3399              "hostname" : "codecommit-fips.us-west-2.amazonaws.com",
3400              "tags" : [ "fips" ]
3401            } ]
3402          },
3403          "us-west-2-fips" : {
3404            "credentialScope" : {
3405              "region" : "us-west-2"
3406            },
3407            "deprecated" : true,
3408            "hostname" : "codecommit-fips.us-west-2.amazonaws.com"
3409          }
3410        }
3411      },
3412      "codedeploy" : {
3413        "endpoints" : {
3414          "af-south-1" : { },
3415          "ap-east-1" : { },
3416          "ap-northeast-1" : { },
3417          "ap-northeast-2" : { },
3418          "ap-northeast-3" : { },
3419          "ap-south-1" : { },
3420          "ap-south-2" : { },
3421          "ap-southeast-1" : { },
3422          "ap-southeast-2" : { },
3423          "ap-southeast-3" : { },
3424          "ap-southeast-4" : { },
3425          "ca-central-1" : { },
3426          "ca-west-1" : { },
3427          "eu-central-1" : { },
3428          "eu-central-2" : { },
3429          "eu-north-1" : { },
3430          "eu-south-1" : { },
3431          "eu-south-2" : { },
3432          "eu-west-1" : { },
3433          "eu-west-2" : { },
3434          "eu-west-3" : { },
3435          "il-central-1" : { },
3436          "me-central-1" : { },
3437          "me-south-1" : { },
3438          "sa-east-1" : { },
3439          "us-east-1" : {
3440            "variants" : [ {
3441              "hostname" : "codedeploy-fips.us-east-1.amazonaws.com",
3442              "tags" : [ "fips" ]
3443            } ]
3444          },
3445          "us-east-1-fips" : {
3446            "credentialScope" : {
3447              "region" : "us-east-1"
3448            },
3449            "deprecated" : true,
3450            "hostname" : "codedeploy-fips.us-east-1.amazonaws.com"
3451          },
3452          "us-east-2" : {
3453            "variants" : [ {
3454              "hostname" : "codedeploy-fips.us-east-2.amazonaws.com",
3455              "tags" : [ "fips" ]
3456            } ]
3457          },
3458          "us-east-2-fips" : {
3459            "credentialScope" : {
3460              "region" : "us-east-2"
3461            },
3462            "deprecated" : true,
3463            "hostname" : "codedeploy-fips.us-east-2.amazonaws.com"
3464          },
3465          "us-west-1" : {
3466            "variants" : [ {
3467              "hostname" : "codedeploy-fips.us-west-1.amazonaws.com",
3468              "tags" : [ "fips" ]
3469            } ]
3470          },
3471          "us-west-1-fips" : {
3472            "credentialScope" : {
3473              "region" : "us-west-1"
3474            },
3475            "deprecated" : true,
3476            "hostname" : "codedeploy-fips.us-west-1.amazonaws.com"
3477          },
3478          "us-west-2" : {
3479            "variants" : [ {
3480              "hostname" : "codedeploy-fips.us-west-2.amazonaws.com",
3481              "tags" : [ "fips" ]
3482            } ]
3483          },
3484          "us-west-2-fips" : {
3485            "credentialScope" : {
3486              "region" : "us-west-2"
3487            },
3488            "deprecated" : true,
3489            "hostname" : "codedeploy-fips.us-west-2.amazonaws.com"
3490          }
3491        }
3492      },
3493      "codeguru-reviewer" : {
3494        "endpoints" : {
3495          "ap-northeast-1" : { },
3496          "ap-southeast-1" : { },
3497          "ap-southeast-2" : { },
3498          "eu-central-1" : { },
3499          "eu-north-1" : { },
3500          "eu-west-1" : { },
3501          "eu-west-2" : { },
3502          "us-east-1" : { },
3503          "us-east-2" : { },
3504          "us-west-2" : { }
3505        }
3506      },
3507      "codepipeline" : {
3508        "endpoints" : {
3509          "af-south-1" : { },
3510          "ap-east-1" : { },
3511          "ap-northeast-1" : { },
3512          "ap-northeast-2" : { },
3513          "ap-northeast-3" : { },
3514          "ap-south-1" : { },
3515          "ap-south-2" : { },
3516          "ap-southeast-1" : { },
3517          "ap-southeast-2" : { },
3518          "ap-southeast-3" : { },
3519          "ap-southeast-4" : { },
3520          "ca-central-1" : {
3521            "variants" : [ {
3522              "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
3523              "tags" : [ "fips" ]
3524            } ]
3525          },
3526          "eu-central-1" : { },
3527          "eu-central-2" : { },
3528          "eu-north-1" : { },
3529          "eu-south-1" : { },
3530          "eu-south-2" : { },
3531          "eu-west-1" : { },
3532          "eu-west-2" : { },
3533          "eu-west-3" : { },
3534          "fips-ca-central-1" : {
3535            "credentialScope" : {
3536              "region" : "ca-central-1"
3537            },
3538            "deprecated" : true,
3539            "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com"
3540          },
3541          "fips-us-east-1" : {
3542            "credentialScope" : {
3543              "region" : "us-east-1"
3544            },
3545            "deprecated" : true,
3546            "hostname" : "codepipeline-fips.us-east-1.amazonaws.com"
3547          },
3548          "fips-us-east-2" : {
3549            "credentialScope" : {
3550              "region" : "us-east-2"
3551            },
3552            "deprecated" : true,
3553            "hostname" : "codepipeline-fips.us-east-2.amazonaws.com"
3554          },
3555          "fips-us-west-1" : {
3556            "credentialScope" : {
3557              "region" : "us-west-1"
3558            },
3559            "deprecated" : true,
3560            "hostname" : "codepipeline-fips.us-west-1.amazonaws.com"
3561          },
3562          "fips-us-west-2" : {
3563            "credentialScope" : {
3564              "region" : "us-west-2"
3565            },
3566            "deprecated" : true,
3567            "hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
3568          },
3569          "il-central-1" : { },
3570          "me-central-1" : { },
3571          "me-south-1" : { },
3572          "sa-east-1" : { },
3573          "us-east-1" : {
3574            "variants" : [ {
3575              "hostname" : "codepipeline-fips.us-east-1.amazonaws.com",
3576              "tags" : [ "fips" ]
3577            } ]
3578          },
3579          "us-east-2" : {
3580            "variants" : [ {
3581              "hostname" : "codepipeline-fips.us-east-2.amazonaws.com",
3582              "tags" : [ "fips" ]
3583            } ]
3584          },
3585          "us-west-1" : {
3586            "variants" : [ {
3587              "hostname" : "codepipeline-fips.us-west-1.amazonaws.com",
3588              "tags" : [ "fips" ]
3589            } ]
3590          },
3591          "us-west-2" : {
3592            "variants" : [ {
3593              "hostname" : "codepipeline-fips.us-west-2.amazonaws.com",
3594              "tags" : [ "fips" ]
3595            } ]
3596          }
3597        }
3598      },
3599      "codestar" : {
3600        "endpoints" : {
3601          "ap-northeast-1" : { },
3602          "ap-northeast-2" : { },
3603          "ap-southeast-1" : { },
3604          "ap-southeast-2" : { },
3605          "ca-central-1" : { },
3606          "eu-central-1" : { },
3607          "eu-north-1" : { },
3608          "eu-west-1" : { },
3609          "eu-west-2" : { },
3610          "us-east-1" : { },
3611          "us-east-2" : { },
3612          "us-west-1" : { },
3613          "us-west-2" : { }
3614        }
3615      },
3616      "codestar-connections" : {
3617        "endpoints" : {
3618          "ap-northeast-1" : { },
3619          "ap-northeast-2" : { },
3620          "ap-south-1" : { },
3621          "ap-southeast-1" : { },
3622          "ap-southeast-2" : { },
3623          "ca-central-1" : { },
3624          "eu-central-1" : { },
3625          "eu-north-1" : { },
3626          "eu-south-1" : { },
3627          "eu-west-1" : { },
3628          "eu-west-2" : { },
3629          "eu-west-3" : { },
3630          "sa-east-1" : { },
3631          "us-east-1" : { },
3632          "us-east-2" : { },
3633          "us-west-1" : { },
3634          "us-west-2" : { }
3635        }
3636      },
3637      "codestar-notifications" : {
3638        "endpoints" : {
3639          "ap-east-1" : { },
3640          "ap-northeast-1" : { },
3641          "ap-northeast-2" : { },
3642          "ap-south-1" : { },
3643          "ap-southeast-1" : { },
3644          "ap-southeast-2" : { },
3645          "ca-central-1" : { },
3646          "eu-central-1" : { },
3647          "eu-north-1" : { },
3648          "eu-west-1" : { },
3649          "eu-west-2" : { },
3650          "eu-west-3" : { },
3651          "me-south-1" : { },
3652          "sa-east-1" : { },
3653          "us-east-1" : { },
3654          "us-east-2" : { },
3655          "us-west-1" : { },
3656          "us-west-2" : { }
3657        }
3658      },
3659      "cognito-identity" : {
3660        "endpoints" : {
3661          "af-south-1" : { },
3662          "ap-northeast-1" : { },
3663          "ap-northeast-2" : { },
3664          "ap-northeast-3" : { },
3665          "ap-south-1" : { },
3666          "ap-southeast-1" : { },
3667          "ap-southeast-2" : { },
3668          "ap-southeast-3" : { },
3669          "ca-central-1" : { },
3670          "eu-central-1" : { },
3671          "eu-north-1" : { },
3672          "eu-south-1" : { },
3673          "eu-west-1" : { },
3674          "eu-west-2" : { },
3675          "eu-west-3" : { },
3676          "fips-us-east-1" : {
3677            "credentialScope" : {
3678              "region" : "us-east-1"
3679            },
3680            "deprecated" : true,
3681            "hostname" : "cognito-identity-fips.us-east-1.amazonaws.com"
3682          },
3683          "fips-us-east-2" : {
3684            "credentialScope" : {
3685              "region" : "us-east-2"
3686            },
3687            "deprecated" : true,
3688            "hostname" : "cognito-identity-fips.us-east-2.amazonaws.com"
3689          },
3690          "fips-us-west-1" : {
3691            "credentialScope" : {
3692              "region" : "us-west-1"
3693            },
3694            "deprecated" : true,
3695            "hostname" : "cognito-identity-fips.us-west-1.amazonaws.com"
3696          },
3697          "fips-us-west-2" : {
3698            "credentialScope" : {
3699              "region" : "us-west-2"
3700            },
3701            "deprecated" : true,
3702            "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
3703          },
3704          "il-central-1" : { },
3705          "me-south-1" : { },
3706          "sa-east-1" : { },
3707          "us-east-1" : {
3708            "variants" : [ {
3709              "hostname" : "cognito-identity-fips.us-east-1.amazonaws.com",
3710              "tags" : [ "fips" ]
3711            } ]
3712          },
3713          "us-east-2" : {
3714            "variants" : [ {
3715              "hostname" : "cognito-identity-fips.us-east-2.amazonaws.com",
3716              "tags" : [ "fips" ]
3717            } ]
3718          },
3719          "us-west-1" : {
3720            "variants" : [ {
3721              "hostname" : "cognito-identity-fips.us-west-1.amazonaws.com",
3722              "tags" : [ "fips" ]
3723            } ]
3724          },
3725          "us-west-2" : {
3726            "variants" : [ {
3727              "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com",
3728              "tags" : [ "fips" ]
3729            } ]
3730          }
3731        }
3732      },
3733      "cognito-idp" : {
3734        "endpoints" : {
3735          "af-south-1" : { },
3736          "ap-northeast-1" : { },
3737          "ap-northeast-2" : { },
3738          "ap-northeast-3" : { },
3739          "ap-south-1" : { },
3740          "ap-southeast-1" : { },
3741          "ap-southeast-2" : { },
3742          "ap-southeast-3" : { },
3743          "ca-central-1" : { },
3744          "eu-central-1" : { },
3745          "eu-north-1" : { },
3746          "eu-south-1" : { },
3747          "eu-west-1" : { },
3748          "eu-west-2" : { },
3749          "eu-west-3" : { },
3750          "fips-us-east-1" : {
3751            "credentialScope" : {
3752              "region" : "us-east-1"
3753            },
3754            "deprecated" : true,
3755            "hostname" : "cognito-idp-fips.us-east-1.amazonaws.com"
3756          },
3757          "fips-us-east-2" : {
3758            "credentialScope" : {
3759              "region" : "us-east-2"
3760            },
3761            "deprecated" : true,
3762            "hostname" : "cognito-idp-fips.us-east-2.amazonaws.com"
3763          },
3764          "fips-us-west-1" : {
3765            "credentialScope" : {
3766              "region" : "us-west-1"
3767            },
3768            "deprecated" : true,
3769            "hostname" : "cognito-idp-fips.us-west-1.amazonaws.com"
3770          },
3771          "fips-us-west-2" : {
3772            "credentialScope" : {
3773              "region" : "us-west-2"
3774            },
3775            "deprecated" : true,
3776            "hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
3777          },
3778          "il-central-1" : { },
3779          "me-south-1" : { },
3780          "sa-east-1" : { },
3781          "us-east-1" : {
3782            "variants" : [ {
3783              "hostname" : "cognito-idp-fips.us-east-1.amazonaws.com",
3784              "tags" : [ "fips" ]
3785            } ]
3786          },
3787          "us-east-2" : {
3788            "variants" : [ {
3789              "hostname" : "cognito-idp-fips.us-east-2.amazonaws.com",
3790              "tags" : [ "fips" ]
3791            } ]
3792          },
3793          "us-west-1" : {
3794            "variants" : [ {
3795              "hostname" : "cognito-idp-fips.us-west-1.amazonaws.com",
3796              "tags" : [ "fips" ]
3797            } ]
3798          },
3799          "us-west-2" : {
3800            "variants" : [ {
3801              "hostname" : "cognito-idp-fips.us-west-2.amazonaws.com",
3802              "tags" : [ "fips" ]
3803            } ]
3804          }
3805        }
3806      },
3807      "cognito-sync" : {
3808        "endpoints" : {
3809          "ap-northeast-1" : { },
3810          "ap-northeast-2" : { },
3811          "ap-south-1" : { },
3812          "ap-southeast-1" : { },
3813          "ap-southeast-2" : { },
3814          "eu-central-1" : { },
3815          "eu-west-1" : { },
3816          "eu-west-2" : { },
3817          "us-east-1" : { },
3818          "us-east-2" : { },
3819          "us-west-2" : { }
3820        }
3821      },
3822      "comprehend" : {
3823        "defaults" : {
3824          "protocols" : [ "https" ]
3825        },
3826        "endpoints" : {
3827          "ap-northeast-1" : { },
3828          "ap-northeast-2" : { },
3829          "ap-south-1" : { },
3830          "ap-southeast-1" : { },
3831          "ap-southeast-2" : { },
3832          "ca-central-1" : { },
3833          "eu-central-1" : { },
3834          "eu-west-1" : { },
3835          "eu-west-2" : { },
3836          "fips-us-east-1" : {
3837            "credentialScope" : {
3838              "region" : "us-east-1"
3839            },
3840            "deprecated" : true,
3841            "hostname" : "comprehend-fips.us-east-1.amazonaws.com"
3842          },
3843          "fips-us-east-2" : {
3844            "credentialScope" : {
3845              "region" : "us-east-2"
3846            },
3847            "deprecated" : true,
3848            "hostname" : "comprehend-fips.us-east-2.amazonaws.com"
3849          },
3850          "fips-us-west-2" : {
3851            "credentialScope" : {
3852              "region" : "us-west-2"
3853            },
3854            "deprecated" : true,
3855            "hostname" : "comprehend-fips.us-west-2.amazonaws.com"
3856          },
3857          "us-east-1" : {
3858            "variants" : [ {
3859              "hostname" : "comprehend-fips.us-east-1.amazonaws.com",
3860              "tags" : [ "fips" ]
3861            } ]
3862          },
3863          "us-east-2" : {
3864            "variants" : [ {
3865              "hostname" : "comprehend-fips.us-east-2.amazonaws.com",
3866              "tags" : [ "fips" ]
3867            } ]
3868          },
3869          "us-west-2" : {
3870            "variants" : [ {
3871              "hostname" : "comprehend-fips.us-west-2.amazonaws.com",
3872              "tags" : [ "fips" ]
3873            } ]
3874          }
3875        }
3876      },
3877      "comprehendmedical" : {
3878        "endpoints" : {
3879          "ap-southeast-2" : { },
3880          "ca-central-1" : { },
3881          "eu-west-1" : { },
3882          "eu-west-2" : { },
3883          "fips-us-east-1" : {
3884            "credentialScope" : {
3885              "region" : "us-east-1"
3886            },
3887            "deprecated" : true,
3888            "hostname" : "comprehendmedical-fips.us-east-1.amazonaws.com"
3889          },
3890          "fips-us-east-2" : {
3891            "credentialScope" : {
3892              "region" : "us-east-2"
3893            },
3894            "deprecated" : true,
3895            "hostname" : "comprehendmedical-fips.us-east-2.amazonaws.com"
3896          },
3897          "fips-us-west-2" : {
3898            "credentialScope" : {
3899              "region" : "us-west-2"
3900            },
3901            "deprecated" : true,
3902            "hostname" : "comprehendmedical-fips.us-west-2.amazonaws.com"
3903          },
3904          "us-east-1" : {
3905            "variants" : [ {
3906              "hostname" : "comprehendmedical-fips.us-east-1.amazonaws.com",
3907              "tags" : [ "fips" ]
3908            } ]
3909          },
3910          "us-east-2" : {
3911            "variants" : [ {
3912              "hostname" : "comprehendmedical-fips.us-east-2.amazonaws.com",
3913              "tags" : [ "fips" ]
3914            } ]
3915          },
3916          "us-west-2" : {
3917            "variants" : [ {
3918              "hostname" : "comprehendmedical-fips.us-west-2.amazonaws.com",
3919              "tags" : [ "fips" ]
3920            } ]
3921          }
3922        }
3923      },
3924      "compute-optimizer" : {
3925        "endpoints" : {
3926          "af-south-1" : {
3927            "credentialScope" : {
3928              "region" : "af-south-1"
3929            },
3930            "hostname" : "compute-optimizer.af-south-1.amazonaws.com"
3931          },
3932          "ap-east-1" : {
3933            "credentialScope" : {
3934              "region" : "ap-east-1"
3935            },
3936            "hostname" : "compute-optimizer.ap-east-1.amazonaws.com"
3937          },
3938          "ap-northeast-1" : {
3939            "credentialScope" : {
3940              "region" : "ap-northeast-1"
3941            },
3942            "hostname" : "compute-optimizer.ap-northeast-1.amazonaws.com"
3943          },
3944          "ap-northeast-2" : {
3945            "credentialScope" : {
3946              "region" : "ap-northeast-2"
3947            },
3948            "hostname" : "compute-optimizer.ap-northeast-2.amazonaws.com"
3949          },
3950          "ap-northeast-3" : {
3951            "credentialScope" : {
3952              "region" : "ap-northeast-3"
3953            },
3954            "hostname" : "compute-optimizer.ap-northeast-3.amazonaws.com"
3955          },
3956          "ap-south-1" : {
3957            "credentialScope" : {
3958              "region" : "ap-south-1"
3959            },
3960            "hostname" : "compute-optimizer.ap-south-1.amazonaws.com"
3961          },
3962          "ap-south-2" : {
3963            "credentialScope" : {
3964              "region" : "ap-south-2"
3965            },
3966            "hostname" : "compute-optimizer.ap-south-2.amazonaws.com"
3967          },
3968          "ap-southeast-1" : {
3969            "credentialScope" : {
3970              "region" : "ap-southeast-1"
3971            },
3972            "hostname" : "compute-optimizer.ap-southeast-1.amazonaws.com"
3973          },
3974          "ap-southeast-2" : {
3975            "credentialScope" : {
3976              "region" : "ap-southeast-2"
3977            },
3978            "hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com"
3979          },
3980          "ap-southeast-3" : {
3981            "credentialScope" : {
3982              "region" : "ap-southeast-3"
3983            },
3984            "hostname" : "compute-optimizer.ap-southeast-3.amazonaws.com"
3985          },
3986          "ap-southeast-4" : {
3987            "credentialScope" : {
3988              "region" : "ap-southeast-4"
3989            },
3990            "hostname" : "compute-optimizer.ap-southeast-4.amazonaws.com"
3991          },
3992          "ca-central-1" : {
3993            "credentialScope" : {
3994              "region" : "ca-central-1"
3995            },
3996            "hostname" : "compute-optimizer.ca-central-1.amazonaws.com"
3997          },
3998          "eu-central-1" : {
3999            "credentialScope" : {
4000              "region" : "eu-central-1"
4001            },
4002            "hostname" : "compute-optimizer.eu-central-1.amazonaws.com"
4003          },
4004          "eu-central-2" : {
4005            "credentialScope" : {
4006              "region" : "eu-central-2"
4007            },
4008            "hostname" : "compute-optimizer.eu-central-2.amazonaws.com"
4009          },
4010          "eu-north-1" : {
4011            "credentialScope" : {
4012              "region" : "eu-north-1"
4013            },
4014            "hostname" : "compute-optimizer.eu-north-1.amazonaws.com"
4015          },
4016          "eu-south-1" : {
4017            "credentialScope" : {
4018              "region" : "eu-south-1"
4019            },
4020            "hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
4021          },
4022          "eu-south-2" : {
4023            "credentialScope" : {
4024              "region" : "eu-south-2"
4025            },
4026            "hostname" : "compute-optimizer.eu-south-2.amazonaws.com"
4027          },
4028          "eu-west-1" : {
4029            "credentialScope" : {
4030              "region" : "eu-west-1"
4031            },
4032            "hostname" : "compute-optimizer.eu-west-1.amazonaws.com"
4033          },
4034          "eu-west-2" : {
4035            "credentialScope" : {
4036              "region" : "eu-west-2"
4037            },
4038            "hostname" : "compute-optimizer.eu-west-2.amazonaws.com"
4039          },
4040          "eu-west-3" : {
4041            "credentialScope" : {
4042              "region" : "eu-west-3"
4043            },
4044            "hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
4045          },
4046          "il-central-1" : {
4047            "credentialScope" : {
4048              "region" : "il-central-1"
4049            },
4050            "hostname" : "compute-optimizer.il-central-1.amazonaws.com"
4051          },
4052          "me-central-1" : {
4053            "credentialScope" : {
4054              "region" : "me-central-1"
4055            },
4056            "hostname" : "compute-optimizer.me-central-1.amazonaws.com"
4057          },
4058          "me-south-1" : {
4059            "credentialScope" : {
4060              "region" : "me-south-1"
4061            },
4062            "hostname" : "compute-optimizer.me-south-1.amazonaws.com"
4063          },
4064          "sa-east-1" : {
4065            "credentialScope" : {
4066              "region" : "sa-east-1"
4067            },
4068            "hostname" : "compute-optimizer.sa-east-1.amazonaws.com"
4069          },
4070          "us-east-1" : {
4071            "credentialScope" : {
4072              "region" : "us-east-1"
4073            },
4074            "hostname" : "compute-optimizer.us-east-1.amazonaws.com"
4075          },
4076          "us-east-2" : {
4077            "credentialScope" : {
4078              "region" : "us-east-2"
4079            },
4080            "hostname" : "compute-optimizer.us-east-2.amazonaws.com"
4081          },
4082          "us-west-1" : {
4083            "credentialScope" : {
4084              "region" : "us-west-1"
4085            },
4086            "hostname" : "compute-optimizer.us-west-1.amazonaws.com"
4087          },
4088          "us-west-2" : {
4089            "credentialScope" : {
4090              "region" : "us-west-2"
4091            },
4092            "hostname" : "compute-optimizer.us-west-2.amazonaws.com"
4093          }
4094        }
4095      },
4096      "config" : {
4097        "endpoints" : {
4098          "af-south-1" : { },
4099          "ap-east-1" : { },
4100          "ap-northeast-1" : { },
4101          "ap-northeast-2" : { },
4102          "ap-northeast-3" : { },
4103          "ap-south-1" : { },
4104          "ap-south-2" : { },
4105          "ap-southeast-1" : { },
4106          "ap-southeast-2" : { },
4107          "ap-southeast-3" : { },
4108          "ap-southeast-4" : { },
4109          "ca-central-1" : { },
4110          "ca-west-1" : { },
4111          "eu-central-1" : { },
4112          "eu-central-2" : { },
4113          "eu-north-1" : { },
4114          "eu-south-1" : { },
4115          "eu-south-2" : { },
4116          "eu-west-1" : { },
4117          "eu-west-2" : { },
4118          "eu-west-3" : { },
4119          "fips-us-east-1" : {
4120            "credentialScope" : {
4121              "region" : "us-east-1"
4122            },
4123            "deprecated" : true,
4124            "hostname" : "config-fips.us-east-1.amazonaws.com"
4125          },
4126          "fips-us-east-2" : {
4127            "credentialScope" : {
4128              "region" : "us-east-2"
4129            },
4130            "deprecated" : true,
4131            "hostname" : "config-fips.us-east-2.amazonaws.com"
4132          },
4133          "fips-us-west-1" : {
4134            "credentialScope" : {
4135              "region" : "us-west-1"
4136            },
4137            "deprecated" : true,
4138            "hostname" : "config-fips.us-west-1.amazonaws.com"
4139          },
4140          "fips-us-west-2" : {
4141            "credentialScope" : {
4142              "region" : "us-west-2"
4143            },
4144            "deprecated" : true,
4145            "hostname" : "config-fips.us-west-2.amazonaws.com"
4146          },
4147          "il-central-1" : { },
4148          "me-central-1" : { },
4149          "me-south-1" : { },
4150          "sa-east-1" : { },
4151          "us-east-1" : {
4152            "variants" : [ {
4153              "hostname" : "config-fips.us-east-1.amazonaws.com",
4154              "tags" : [ "fips" ]
4155            } ]
4156          },
4157          "us-east-2" : {
4158            "variants" : [ {
4159              "hostname" : "config-fips.us-east-2.amazonaws.com",
4160              "tags" : [ "fips" ]
4161            } ]
4162          },
4163          "us-west-1" : {
4164            "variants" : [ {
4165              "hostname" : "config-fips.us-west-1.amazonaws.com",
4166              "tags" : [ "fips" ]
4167            } ]
4168          },
4169          "us-west-2" : {
4170            "variants" : [ {
4171              "hostname" : "config-fips.us-west-2.amazonaws.com",
4172              "tags" : [ "fips" ]
4173            } ]
4174          }
4175        }
4176      },
4177      "connect" : {
4178        "endpoints" : {
4179          "af-south-1" : { },
4180          "ap-northeast-1" : { },
4181          "ap-northeast-2" : { },
4182          "ap-southeast-1" : { },
4183          "ap-southeast-2" : { },
4184          "ca-central-1" : { },
4185          "eu-central-1" : { },
4186          "eu-west-2" : { },
4187          "fips-us-east-1" : {
4188            "credentialScope" : {
4189              "region" : "us-east-1"
4190            },
4191            "deprecated" : true,
4192            "hostname" : "connect-fips.us-east-1.amazonaws.com"
4193          },
4194          "fips-us-west-2" : {
4195            "credentialScope" : {
4196              "region" : "us-west-2"
4197            },
4198            "deprecated" : true,
4199            "hostname" : "connect-fips.us-west-2.amazonaws.com"
4200          },
4201          "us-east-1" : {
4202            "variants" : [ {
4203              "hostname" : "connect-fips.us-east-1.amazonaws.com",
4204              "tags" : [ "fips" ]
4205            } ]
4206          },
4207          "us-west-2" : {
4208            "variants" : [ {
4209              "hostname" : "connect-fips.us-west-2.amazonaws.com",
4210              "tags" : [ "fips" ]
4211            } ]
4212          }
4213        }
4214      },
4215      "connect-campaigns" : {
4216        "endpoints" : {
4217          "ap-southeast-2" : { },
4218          "ca-central-1" : { },
4219          "eu-central-1" : { },
4220          "eu-west-2" : { },
4221          "fips-us-east-1" : {
4222            "credentialScope" : {
4223              "region" : "us-east-1"
4224            },
4225            "deprecated" : true,
4226            "hostname" : "connect-campaigns-fips.us-east-1.amazonaws.com"
4227          },
4228          "fips-us-west-2" : {
4229            "credentialScope" : {
4230              "region" : "us-west-2"
4231            },
4232            "deprecated" : true,
4233            "hostname" : "connect-campaigns-fips.us-west-2.amazonaws.com"
4234          },
4235          "us-east-1" : {
4236            "variants" : [ {
4237              "hostname" : "connect-campaigns-fips.us-east-1.amazonaws.com",
4238              "tags" : [ "fips" ]
4239            } ]
4240          },
4241          "us-west-2" : {
4242            "variants" : [ {
4243              "hostname" : "connect-campaigns-fips.us-west-2.amazonaws.com",
4244              "tags" : [ "fips" ]
4245            } ]
4246          }
4247        }
4248      },
4249      "contact-lens" : {
4250        "endpoints" : {
4251          "ap-northeast-1" : { },
4252          "ap-northeast-2" : { },
4253          "ap-south-1" : { },
4254          "ap-southeast-1" : { },
4255          "ap-southeast-2" : { },
4256          "ca-central-1" : { },
4257          "eu-central-1" : { },
4258          "eu-west-2" : { },
4259          "us-east-1" : { },
4260          "us-west-2" : { }
4261        }
4262      },
4263      "controltower" : {
4264        "endpoints" : {
4265          "af-south-1" : { },
4266          "ap-east-1" : { },
4267          "ap-northeast-1" : { },
4268          "ap-northeast-2" : { },
4269          "ap-northeast-3" : { },
4270          "ap-south-1" : { },
4271          "ap-south-2" : { },
4272          "ap-southeast-1" : { },
4273          "ap-southeast-2" : { },
4274          "ap-southeast-3" : { },
4275          "ap-southeast-4" : { },
4276          "ca-central-1" : {
4277            "variants" : [ {
4278              "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
4279              "tags" : [ "fips" ]
4280            } ]
4281          },
4282          "ca-central-1-fips" : {
4283            "credentialScope" : {
4284              "region" : "ca-central-1"
4285            },
4286            "deprecated" : true,
4287            "hostname" : "controltower-fips.ca-central-1.amazonaws.com"
4288          },
4289          "eu-central-1" : { },
4290          "eu-central-2" : { },
4291          "eu-north-1" : { },
4292          "eu-south-1" : { },
4293          "eu-south-2" : { },
4294          "eu-west-1" : { },
4295          "eu-west-2" : { },
4296          "eu-west-3" : { },
4297          "il-central-1" : { },
4298          "me-central-1" : { },
4299          "me-south-1" : { },
4300          "sa-east-1" : { },
4301          "us-east-1" : {
4302            "variants" : [ {
4303              "hostname" : "controltower-fips.us-east-1.amazonaws.com",
4304              "tags" : [ "fips" ]
4305            } ]
4306          },
4307          "us-east-1-fips" : {
4308            "credentialScope" : {
4309              "region" : "us-east-1"
4310            },
4311            "deprecated" : true,
4312            "hostname" : "controltower-fips.us-east-1.amazonaws.com"
4313          },
4314          "us-east-2" : {
4315            "variants" : [ {
4316              "hostname" : "controltower-fips.us-east-2.amazonaws.com",
4317              "tags" : [ "fips" ]
4318            } ]
4319          },
4320          "us-east-2-fips" : {
4321            "credentialScope" : {
4322              "region" : "us-east-2"
4323            },
4324            "deprecated" : true,
4325            "hostname" : "controltower-fips.us-east-2.amazonaws.com"
4326          },
4327          "us-west-1" : {
4328            "variants" : [ {
4329              "hostname" : "controltower-fips.us-west-1.amazonaws.com",
4330              "tags" : [ "fips" ]
4331            } ]
4332          },
4333          "us-west-1-fips" : {
4334            "credentialScope" : {
4335              "region" : "us-west-1"
4336            },
4337            "deprecated" : true,
4338            "hostname" : "controltower-fips.us-west-1.amazonaws.com"
4339          },
4340          "us-west-2" : {
4341            "variants" : [ {
4342              "hostname" : "controltower-fips.us-west-2.amazonaws.com",
4343              "tags" : [ "fips" ]
4344            } ]
4345          },
4346          "us-west-2-fips" : {
4347            "credentialScope" : {
4348              "region" : "us-west-2"
4349            },
4350            "deprecated" : true,
4351            "hostname" : "controltower-fips.us-west-2.amazonaws.com"
4352          }
4353        }
4354      },
4355      "cost-optimization-hub" : {
4356        "endpoints" : {
4357          "us-east-1" : {
4358            "credentialScope" : {
4359              "region" : "us-east-1"
4360            },
4361            "hostname" : "cost-optimization-hub.us-east-1.amazonaws.com"
4362          }
4363        }
4364      },
4365      "cur" : {
4366        "endpoints" : {
4367          "us-east-1" : { }
4368        }
4369      },
4370      "data-ats.iot" : {
4371        "defaults" : {
4372          "credentialScope" : {
4373            "service" : "iotdata"
4374          },
4375          "protocols" : [ "https" ]
4376        },
4377        "endpoints" : {
4378          "ap-east-1" : { },
4379          "ap-northeast-1" : { },
4380          "ap-northeast-2" : { },
4381          "ap-south-1" : { },
4382          "ap-southeast-1" : { },
4383          "ap-southeast-2" : { },
4384          "ca-central-1" : {
4385            "variants" : [ {
4386              "hostname" : "data.iot-fips.ca-central-1.amazonaws.com",
4387              "tags" : [ "fips" ]
4388            } ]
4389          },
4390          "eu-central-1" : { },
4391          "eu-north-1" : { },
4392          "eu-west-1" : { },
4393          "eu-west-2" : { },
4394          "eu-west-3" : { },
4395          "fips-ca-central-1" : {
4396            "credentialScope" : {
4397              "service" : "iotdata"
4398            },
4399            "deprecated" : true,
4400            "hostname" : "data.iot-fips.ca-central-1.amazonaws.com"
4401          },
4402          "fips-us-east-1" : {
4403            "credentialScope" : {
4404              "service" : "iotdata"
4405            },
4406            "deprecated" : true,
4407            "hostname" : "data.iot-fips.us-east-1.amazonaws.com"
4408          },
4409          "fips-us-east-2" : {
4410            "credentialScope" : {
4411              "service" : "iotdata"
4412            },
4413            "deprecated" : true,
4414            "hostname" : "data.iot-fips.us-east-2.amazonaws.com"
4415          },
4416          "fips-us-west-1" : {
4417            "credentialScope" : {
4418              "service" : "iotdata"
4419            },
4420            "deprecated" : true,
4421            "hostname" : "data.iot-fips.us-west-1.amazonaws.com"
4422          },
4423          "fips-us-west-2" : {
4424            "credentialScope" : {
4425              "service" : "iotdata"
4426            },
4427            "deprecated" : true,
4428            "hostname" : "data.iot-fips.us-west-2.amazonaws.com"
4429          },
4430          "me-central-1" : { },
4431          "me-south-1" : { },
4432          "sa-east-1" : { },
4433          "us-east-1" : {
4434            "variants" : [ {
4435              "hostname" : "data.iot-fips.us-east-1.amazonaws.com",
4436              "tags" : [ "fips" ]
4437            } ]
4438          },
4439          "us-east-2" : {
4440            "variants" : [ {
4441              "hostname" : "data.iot-fips.us-east-2.amazonaws.com",
4442              "tags" : [ "fips" ]
4443            } ]
4444          },
4445          "us-west-1" : {
4446            "variants" : [ {
4447              "hostname" : "data.iot-fips.us-west-1.amazonaws.com",
4448              "tags" : [ "fips" ]
4449            } ]
4450          },
4451          "us-west-2" : {
4452            "variants" : [ {
4453              "hostname" : "data.iot-fips.us-west-2.amazonaws.com",
4454              "tags" : [ "fips" ]
4455            } ]
4456          }
4457        }
4458      },
4459      "data.iot" : {
4460        "defaults" : {
4461          "credentialScope" : {
4462            "service" : "iotdata"
4463          },
4464          "protocols" : [ "https" ]
4465        },
4466        "endpoints" : {
4467          "ap-east-1" : { },
4468          "ap-northeast-1" : { },
4469          "ap-northeast-2" : { },
4470          "ap-south-1" : { },
4471          "ap-southeast-1" : { },
4472          "ap-southeast-2" : { },
4473          "ca-central-1" : {
4474            "variants" : [ {
4475              "hostname" : "data.iot-fips.ca-central-1.amazonaws.com",
4476              "tags" : [ "fips" ]
4477            } ]
4478          },
4479          "eu-central-1" : { },
4480          "eu-north-1" : { },
4481          "eu-west-1" : { },
4482          "eu-west-2" : { },
4483          "eu-west-3" : { },
4484          "fips-ca-central-1" : {
4485            "credentialScope" : {
4486              "service" : "iotdata"
4487            },
4488            "deprecated" : true,
4489            "hostname" : "data.iot-fips.ca-central-1.amazonaws.com"
4490          },
4491          "fips-us-east-1" : {
4492            "credentialScope" : {
4493              "service" : "iotdata"
4494            },
4495            "deprecated" : true,
4496            "hostname" : "data.iot-fips.us-east-1.amazonaws.com"
4497          },
4498          "fips-us-east-2" : {
4499            "credentialScope" : {
4500              "service" : "iotdata"
4501            },
4502            "deprecated" : true,
4503            "hostname" : "data.iot-fips.us-east-2.amazonaws.com"
4504          },
4505          "fips-us-west-1" : {
4506            "credentialScope" : {
4507              "service" : "iotdata"
4508            },
4509            "deprecated" : true,
4510            "hostname" : "data.iot-fips.us-west-1.amazonaws.com"
4511          },
4512          "fips-us-west-2" : {
4513            "credentialScope" : {
4514              "service" : "iotdata"
4515            },
4516            "deprecated" : true,
4517            "hostname" : "data.iot-fips.us-west-2.amazonaws.com"
4518          },
4519          "me-south-1" : { },
4520          "sa-east-1" : { },
4521          "us-east-1" : {
4522            "variants" : [ {
4523              "hostname" : "data.iot-fips.us-east-1.amazonaws.com",
4524              "tags" : [ "fips" ]
4525            } ]
4526          },
4527          "us-east-2" : {
4528            "variants" : [ {
4529              "hostname" : "data.iot-fips.us-east-2.amazonaws.com",
4530              "tags" : [ "fips" ]
4531            } ]
4532          },
4533          "us-west-1" : {
4534            "variants" : [ {
4535              "hostname" : "data.iot-fips.us-west-1.amazonaws.com",
4536              "tags" : [ "fips" ]
4537            } ]
4538          },
4539          "us-west-2" : {
4540            "variants" : [ {
4541              "hostname" : "data.iot-fips.us-west-2.amazonaws.com",
4542              "tags" : [ "fips" ]
4543            } ]
4544          }
4545        }
4546      },
4547      "data.jobs.iot" : {
4548        "endpoints" : {
4549          "ap-east-1" : { },
4550          "ap-northeast-1" : { },
4551          "ap-northeast-2" : { },
4552          "ap-south-1" : { },
4553          "ap-southeast-1" : { },
4554          "ap-southeast-2" : { },
4555          "ca-central-1" : {
4556            "variants" : [ {
4557              "hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com",
4558              "tags" : [ "fips" ]
4559            } ]
4560          },
4561          "eu-central-1" : { },
4562          "eu-north-1" : { },
4563          "eu-west-1" : { },
4564          "eu-west-2" : { },
4565          "eu-west-3" : { },
4566          "fips-ca-central-1" : {
4567            "credentialScope" : {
4568              "region" : "ca-central-1"
4569            },
4570            "deprecated" : true,
4571            "hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com"
4572          },
4573          "fips-us-east-1" : {
4574            "credentialScope" : {
4575              "region" : "us-east-1"
4576            },
4577            "deprecated" : true,
4578            "hostname" : "data.jobs.iot-fips.us-east-1.amazonaws.com"
4579          },
4580          "fips-us-east-2" : {
4581            "credentialScope" : {
4582              "region" : "us-east-2"
4583            },
4584            "deprecated" : true,
4585            "hostname" : "data.jobs.iot-fips.us-east-2.amazonaws.com"
4586          },
4587          "fips-us-west-1" : {
4588            "credentialScope" : {
4589              "region" : "us-west-1"
4590            },
4591            "deprecated" : true,
4592            "hostname" : "data.jobs.iot-fips.us-west-1.amazonaws.com"
4593          },
4594          "fips-us-west-2" : {
4595            "credentialScope" : {
4596              "region" : "us-west-2"
4597            },
4598            "deprecated" : true,
4599            "hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com"
4600          },
4601          "me-south-1" : { },
4602          "sa-east-1" : { },
4603          "us-east-1" : {
4604            "variants" : [ {
4605              "hostname" : "data.jobs.iot-fips.us-east-1.amazonaws.com",
4606              "tags" : [ "fips" ]
4607            } ]
4608          },
4609          "us-east-2" : {
4610            "variants" : [ {
4611              "hostname" : "data.jobs.iot-fips.us-east-2.amazonaws.com",
4612              "tags" : [ "fips" ]
4613            } ]
4614          },
4615          "us-west-1" : {
4616            "variants" : [ {
4617              "hostname" : "data.jobs.iot-fips.us-west-1.amazonaws.com",
4618              "tags" : [ "fips" ]
4619            } ]
4620          },
4621          "us-west-2" : {
4622            "variants" : [ {
4623              "hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com",
4624              "tags" : [ "fips" ]
4625            } ]
4626          }
4627        }
4628      },
4629      "data.mediastore" : {
4630        "endpoints" : {
4631          "ap-northeast-1" : { },
4632          "ap-northeast-2" : { },
4633          "ap-southeast-2" : { },
4634          "eu-central-1" : { },
4635          "eu-north-1" : { },
4636          "eu-west-1" : { },
4637          "eu-west-2" : { },
4638          "us-east-1" : { },
4639          "us-west-2" : { }
4640        }
4641      },
4642      "databrew" : {
4643        "endpoints" : {
4644          "af-south-1" : { },
4645          "ap-east-1" : { },
4646          "ap-northeast-1" : { },
4647          "ap-northeast-2" : { },
4648          "ap-south-1" : { },
4649          "ap-southeast-1" : { },
4650          "ap-southeast-2" : { },
4651          "ca-central-1" : { },
4652          "eu-central-1" : { },
4653          "eu-north-1" : { },
4654          "eu-south-1" : { },
4655          "eu-west-1" : { },
4656          "eu-west-2" : { },
4657          "eu-west-3" : { },
4658          "fips-us-east-1" : {
4659            "credentialScope" : {
4660              "region" : "us-east-1"
4661            },
4662            "deprecated" : true,
4663            "hostname" : "databrew-fips.us-east-1.amazonaws.com"
4664          },
4665          "fips-us-east-2" : {
4666            "credentialScope" : {
4667              "region" : "us-east-2"
4668            },
4669            "deprecated" : true,
4670            "hostname" : "databrew-fips.us-east-2.amazonaws.com"
4671          },
4672          "fips-us-west-1" : {
4673            "credentialScope" : {
4674              "region" : "us-west-1"
4675            },
4676            "deprecated" : true,
4677            "hostname" : "databrew-fips.us-west-1.amazonaws.com"
4678          },
4679          "fips-us-west-2" : {
4680            "credentialScope" : {
4681              "region" : "us-west-2"
4682            },
4683            "deprecated" : true,
4684            "hostname" : "databrew-fips.us-west-2.amazonaws.com"
4685          },
4686          "sa-east-1" : { },
4687          "us-east-1" : {
4688            "variants" : [ {
4689              "hostname" : "databrew-fips.us-east-1.amazonaws.com",
4690              "tags" : [ "fips" ]
4691            } ]
4692          },
4693          "us-east-2" : {
4694            "variants" : [ {
4695              "hostname" : "databrew-fips.us-east-2.amazonaws.com",
4696              "tags" : [ "fips" ]
4697            } ]
4698          },
4699          "us-west-1" : {
4700            "variants" : [ {
4701              "hostname" : "databrew-fips.us-west-1.amazonaws.com",
4702              "tags" : [ "fips" ]
4703            } ]
4704          },
4705          "us-west-2" : {
4706            "variants" : [ {
4707              "hostname" : "databrew-fips.us-west-2.amazonaws.com",
4708              "tags" : [ "fips" ]
4709            } ]
4710          }
4711        }
4712      },
4713      "dataexchange" : {
4714        "endpoints" : {
4715          "ap-northeast-1" : { },
4716          "ap-northeast-2" : { },
4717          "ap-southeast-1" : { },
4718          "ap-southeast-2" : { },
4719          "eu-central-1" : { },
4720          "eu-west-1" : { },
4721          "eu-west-2" : { },
4722          "us-east-1" : { },
4723          "us-east-2" : { },
4724          "us-west-1" : { },
4725          "us-west-2" : { }
4726        }
4727      },
4728      "datapipeline" : {
4729        "endpoints" : {
4730          "ap-northeast-1" : { },
4731          "ap-southeast-2" : { },
4732          "eu-west-1" : { },
4733          "us-east-1" : { },
4734          "us-west-2" : { }
4735        }
4736      },
4737      "datasync" : {
4738        "endpoints" : {
4739          "af-south-1" : { },
4740          "ap-east-1" : { },
4741          "ap-northeast-1" : { },
4742          "ap-northeast-2" : { },
4743          "ap-northeast-3" : { },
4744          "ap-south-1" : { },
4745          "ap-south-2" : { },
4746          "ap-southeast-1" : { },
4747          "ap-southeast-2" : { },
4748          "ap-southeast-3" : { },
4749          "ap-southeast-4" : { },
4750          "ca-central-1" : {
4751            "variants" : [ {
4752              "hostname" : "datasync-fips.ca-central-1.amazonaws.com",
4753              "tags" : [ "fips" ]
4754            } ]
4755          },
4756          "ca-west-1" : {
4757            "variants" : [ {
4758              "hostname" : "datasync-fips.ca-west-1.amazonaws.com",
4759              "tags" : [ "fips" ]
4760            } ]
4761          },
4762          "eu-central-1" : { },
4763          "eu-central-2" : { },
4764          "eu-north-1" : { },
4765          "eu-south-1" : { },
4766          "eu-south-2" : { },
4767          "eu-west-1" : { },
4768          "eu-west-2" : { },
4769          "eu-west-3" : { },
4770          "fips-ca-central-1" : {
4771            "credentialScope" : {
4772              "region" : "ca-central-1"
4773            },
4774            "deprecated" : true,
4775            "hostname" : "datasync-fips.ca-central-1.amazonaws.com"
4776          },
4777          "fips-ca-west-1" : {
4778            "credentialScope" : {
4779              "region" : "ca-west-1"
4780            },
4781            "deprecated" : true,
4782            "hostname" : "datasync-fips.ca-west-1.amazonaws.com"
4783          },
4784          "fips-us-east-1" : {
4785            "credentialScope" : {
4786              "region" : "us-east-1"
4787            },
4788            "deprecated" : true,
4789            "hostname" : "datasync-fips.us-east-1.amazonaws.com"
4790          },
4791          "fips-us-east-2" : {
4792            "credentialScope" : {
4793              "region" : "us-east-2"
4794            },
4795            "deprecated" : true,
4796            "hostname" : "datasync-fips.us-east-2.amazonaws.com"
4797          },
4798          "fips-us-west-1" : {
4799            "credentialScope" : {
4800              "region" : "us-west-1"
4801            },
4802            "deprecated" : true,
4803            "hostname" : "datasync-fips.us-west-1.amazonaws.com"
4804          },
4805          "fips-us-west-2" : {
4806            "credentialScope" : {
4807              "region" : "us-west-2"
4808            },
4809            "deprecated" : true,
4810            "hostname" : "datasync-fips.us-west-2.amazonaws.com"
4811          },
4812          "il-central-1" : { },
4813          "me-central-1" : { },
4814          "me-south-1" : { },
4815          "sa-east-1" : { },
4816          "us-east-1" : {
4817            "variants" : [ {
4818              "hostname" : "datasync-fips.us-east-1.amazonaws.com",
4819              "tags" : [ "fips" ]
4820            } ]
4821          },
4822          "us-east-2" : {
4823            "variants" : [ {
4824              "hostname" : "datasync-fips.us-east-2.amazonaws.com",
4825              "tags" : [ "fips" ]
4826            } ]
4827          },
4828          "us-west-1" : {
4829            "variants" : [ {
4830              "hostname" : "datasync-fips.us-west-1.amazonaws.com",
4831              "tags" : [ "fips" ]
4832            } ]
4833          },
4834          "us-west-2" : {
4835            "variants" : [ {
4836              "hostname" : "datasync-fips.us-west-2.amazonaws.com",
4837              "tags" : [ "fips" ]
4838            } ]
4839          }
4840        }
4841      },
4842      "datazone" : {
4843        "defaults" : {
4844          "dnsSuffix" : "api.aws",
4845          "variants" : [ {
4846            "dnsSuffix" : "api.aws",
4847            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
4848            "tags" : [ "fips" ]
4849          } ]
4850        },
4851        "endpoints" : {
4852          "af-south-1" : {
4853            "hostname" : "datazone.af-south-1.api.aws"
4854          },
4855          "ap-east-1" : {
4856            "hostname" : "datazone.ap-east-1.api.aws"
4857          },
4858          "ap-northeast-1" : {
4859            "hostname" : "datazone.ap-northeast-1.api.aws"
4860          },
4861          "ap-northeast-2" : {
4862            "hostname" : "datazone.ap-northeast-2.api.aws"
4863          },
4864          "ap-northeast-3" : {
4865            "hostname" : "datazone.ap-northeast-3.api.aws"
4866          },
4867          "ap-south-1" : {
4868            "hostname" : "datazone.ap-south-1.api.aws"
4869          },
4870          "ap-south-2" : {
4871            "hostname" : "datazone.ap-south-2.api.aws"
4872          },
4873          "ap-southeast-1" : {
4874            "hostname" : "datazone.ap-southeast-1.api.aws"
4875          },
4876          "ap-southeast-2" : {
4877            "hostname" : "datazone.ap-southeast-2.api.aws"
4878          },
4879          "ap-southeast-3" : {
4880            "hostname" : "datazone.ap-southeast-3.api.aws"
4881          },
4882          "ap-southeast-4" : {
4883            "hostname" : "datazone.ap-southeast-4.api.aws"
4884          },
4885          "ca-central-1" : {
4886            "hostname" : "datazone.ca-central-1.api.aws",
4887            "variants" : [ {
4888              "hostname" : "datazone-fips.ca-central-1.amazonaws.com",
4889              "tags" : [ "fips" ]
4890            } ]
4891          },
4892          "ca-west-1" : {
4893            "hostname" : "datazone.ca-west-1.api.aws"
4894          },
4895          "eu-central-1" : {
4896            "hostname" : "datazone.eu-central-1.api.aws"
4897          },
4898          "eu-central-2" : {
4899            "hostname" : "datazone.eu-central-2.api.aws"
4900          },
4901          "eu-north-1" : {
4902            "hostname" : "datazone.eu-north-1.api.aws"
4903          },
4904          "eu-south-1" : {
4905            "hostname" : "datazone.eu-south-1.api.aws"
4906          },
4907          "eu-south-2" : {
4908            "hostname" : "datazone.eu-south-2.api.aws"
4909          },
4910          "eu-west-1" : {
4911            "hostname" : "datazone.eu-west-1.api.aws"
4912          },
4913          "eu-west-2" : {
4914            "hostname" : "datazone.eu-west-2.api.aws"
4915          },
4916          "eu-west-3" : {
4917            "hostname" : "datazone.eu-west-3.api.aws"
4918          },
4919          "il-central-1" : {
4920            "hostname" : "datazone.il-central-1.api.aws"
4921          },
4922          "me-central-1" : {
4923            "hostname" : "datazone.me-central-1.api.aws"
4924          },
4925          "me-south-1" : {
4926            "hostname" : "datazone.me-south-1.api.aws"
4927          },
4928          "sa-east-1" : {
4929            "hostname" : "datazone.sa-east-1.api.aws"
4930          },
4931          "us-east-1" : {
4932            "hostname" : "datazone.us-east-1.api.aws",
4933            "variants" : [ {
4934              "hostname" : "datazone-fips.us-east-1.amazonaws.com",
4935              "tags" : [ "fips" ]
4936            } ]
4937          },
4938          "us-east-2" : {
4939            "hostname" : "datazone.us-east-2.api.aws",
4940            "variants" : [ {
4941              "hostname" : "datazone-fips.us-east-2.amazonaws.com",
4942              "tags" : [ "fips" ]
4943            } ]
4944          },
4945          "us-west-1" : {
4946            "hostname" : "datazone.us-west-1.api.aws"
4947          },
4948          "us-west-2" : {
4949            "hostname" : "datazone.us-west-2.api.aws",
4950            "variants" : [ {
4951              "hostname" : "datazone-fips.us-west-2.amazonaws.com",
4952              "tags" : [ "fips" ]
4953            } ]
4954          }
4955        }
4956      },
4957      "dax" : {
4958        "endpoints" : {
4959          "ap-northeast-1" : { },
4960          "ap-south-1" : { },
4961          "ap-southeast-1" : { },
4962          "ap-southeast-2" : { },
4963          "eu-central-1" : { },
4964          "eu-west-1" : { },
4965          "eu-west-2" : { },
4966          "eu-west-3" : { },
4967          "sa-east-1" : { },
4968          "us-east-1" : { },
4969          "us-east-2" : { },
4970          "us-west-1" : { },
4971          "us-west-2" : { }
4972        }
4973      },
4974      "devicefarm" : {
4975        "endpoints" : {
4976          "us-west-2" : { }
4977        }
4978      },
4979      "devops-guru" : {
4980        "defaults" : {
4981          "protocols" : [ "https" ]
4982        },
4983        "endpoints" : {
4984          "ap-northeast-1" : { },
4985          "ap-northeast-2" : { },
4986          "ap-south-1" : { },
4987          "ap-southeast-1" : { },
4988          "ap-southeast-2" : { },
4989          "ca-central-1" : {
4990            "variants" : [ {
4991              "hostname" : "devops-guru-fips.ca-central-1.amazonaws.com",
4992              "tags" : [ "fips" ]
4993            } ]
4994          },
4995          "eu-central-1" : { },
4996          "eu-north-1" : { },
4997          "eu-west-1" : { },
4998          "eu-west-2" : { },
4999          "eu-west-3" : { },
5000          "fips-ca-central-1" : {
5001            "credentialScope" : {
5002              "region" : "ca-central-1"
5003            },
5004            "deprecated" : true,
5005            "hostname" : "devops-guru-fips.ca-central-1.amazonaws.com"
5006          },
5007          "fips-us-east-1" : {
5008            "credentialScope" : {
5009              "region" : "us-east-1"
5010            },
5011            "deprecated" : true,
5012            "hostname" : "devops-guru-fips.us-east-1.amazonaws.com"
5013          },
5014          "fips-us-east-2" : {
5015            "credentialScope" : {
5016              "region" : "us-east-2"
5017            },
5018            "deprecated" : true,
5019            "hostname" : "devops-guru-fips.us-east-2.amazonaws.com"
5020          },
5021          "fips-us-west-1" : {
5022            "credentialScope" : {
5023              "region" : "us-west-1"
5024            },
5025            "deprecated" : true,
5026            "hostname" : "devops-guru-fips.us-west-1.amazonaws.com"
5027          },
5028          "fips-us-west-2" : {
5029            "credentialScope" : {
5030              "region" : "us-west-2"
5031            },
5032            "deprecated" : true,
5033            "hostname" : "devops-guru-fips.us-west-2.amazonaws.com"
5034          },
5035          "sa-east-1" : { },
5036          "us-east-1" : {
5037            "variants" : [ {
5038              "hostname" : "devops-guru-fips.us-east-1.amazonaws.com",
5039              "tags" : [ "fips" ]
5040            } ]
5041          },
5042          "us-east-2" : {
5043            "variants" : [ {
5044              "hostname" : "devops-guru-fips.us-east-2.amazonaws.com",
5045              "tags" : [ "fips" ]
5046            } ]
5047          },
5048          "us-west-1" : {
5049            "variants" : [ {
5050              "hostname" : "devops-guru-fips.us-west-1.amazonaws.com",
5051              "tags" : [ "fips" ]
5052            } ]
5053          },
5054          "us-west-2" : {
5055            "variants" : [ {
5056              "hostname" : "devops-guru-fips.us-west-2.amazonaws.com",
5057              "tags" : [ "fips" ]
5058            } ]
5059          }
5060        }
5061      },
5062      "directconnect" : {
5063        "endpoints" : {
5064          "af-south-1" : { },
5065          "ap-east-1" : { },
5066          "ap-northeast-1" : { },
5067          "ap-northeast-2" : { },
5068          "ap-northeast-3" : { },
5069          "ap-south-1" : { },
5070          "ap-south-2" : { },
5071          "ap-southeast-1" : { },
5072          "ap-southeast-2" : { },
5073          "ap-southeast-3" : { },
5074          "ap-southeast-4" : { },
5075          "ca-central-1" : { },
5076          "ca-west-1" : { },
5077          "eu-central-1" : { },
5078          "eu-central-2" : { },
5079          "eu-north-1" : { },
5080          "eu-south-1" : { },
5081          "eu-south-2" : { },
5082          "eu-west-1" : { },
5083          "eu-west-2" : { },
5084          "eu-west-3" : { },
5085          "fips-us-east-1" : {
5086            "credentialScope" : {
5087              "region" : "us-east-1"
5088            },
5089            "deprecated" : true,
5090            "hostname" : "directconnect-fips.us-east-1.amazonaws.com"
5091          },
5092          "fips-us-east-2" : {
5093            "credentialScope" : {
5094              "region" : "us-east-2"
5095            },
5096            "deprecated" : true,
5097            "hostname" : "directconnect-fips.us-east-2.amazonaws.com"
5098          },
5099          "fips-us-west-1" : {
5100            "credentialScope" : {
5101              "region" : "us-west-1"
5102            },
5103            "deprecated" : true,
5104            "hostname" : "directconnect-fips.us-west-1.amazonaws.com"
5105          },
5106          "fips-us-west-2" : {
5107            "credentialScope" : {
5108              "region" : "us-west-2"
5109            },
5110            "deprecated" : true,
5111            "hostname" : "directconnect-fips.us-west-2.amazonaws.com"
5112          },
5113          "il-central-1" : { },
5114          "me-central-1" : { },
5115          "me-south-1" : { },
5116          "sa-east-1" : { },
5117          "us-east-1" : {
5118            "variants" : [ {
5119              "hostname" : "directconnect-fips.us-east-1.amazonaws.com",
5120              "tags" : [ "fips" ]
5121            } ]
5122          },
5123          "us-east-2" : {
5124            "variants" : [ {
5125              "hostname" : "directconnect-fips.us-east-2.amazonaws.com",
5126              "tags" : [ "fips" ]
5127            } ]
5128          },
5129          "us-west-1" : {
5130            "variants" : [ {
5131              "hostname" : "directconnect-fips.us-west-1.amazonaws.com",
5132              "tags" : [ "fips" ]
5133            } ]
5134          },
5135          "us-west-2" : {
5136            "variants" : [ {
5137              "hostname" : "directconnect-fips.us-west-2.amazonaws.com",
5138              "tags" : [ "fips" ]
5139            } ]
5140          }
5141        }
5142      },
5143      "discovery" : {
5144        "endpoints" : {
5145          "ap-northeast-1" : { },
5146          "ap-southeast-2" : { },
5147          "eu-central-1" : { },
5148          "eu-west-1" : { },
5149          "eu-west-2" : { },
5150          "us-east-1" : { },
5151          "us-west-2" : { }
5152        }
5153      },
5154      "dlm" : {
5155        "endpoints" : {
5156          "af-south-1" : { },
5157          "ap-east-1" : { },
5158          "ap-northeast-1" : { },
5159          "ap-northeast-2" : { },
5160          "ap-northeast-3" : { },
5161          "ap-south-1" : { },
5162          "ap-south-2" : { },
5163          "ap-southeast-1" : { },
5164          "ap-southeast-2" : { },
5165          "ap-southeast-3" : { },
5166          "ap-southeast-4" : { },
5167          "ca-central-1" : { },
5168          "ca-west-1" : { },
5169          "eu-central-1" : { },
5170          "eu-central-2" : { },
5171          "eu-north-1" : { },
5172          "eu-south-1" : { },
5173          "eu-south-2" : { },
5174          "eu-west-1" : { },
5175          "eu-west-2" : { },
5176          "eu-west-3" : { },
5177          "il-central-1" : { },
5178          "me-central-1" : { },
5179          "me-south-1" : { },
5180          "sa-east-1" : { },
5181          "us-east-1" : { },
5182          "us-east-2" : { },
5183          "us-west-1" : { },
5184          "us-west-2" : { }
5185        }
5186      },
5187      "dms" : {
5188        "endpoints" : {
5189          "af-south-1" : { },
5190          "ap-east-1" : { },
5191          "ap-northeast-1" : { },
5192          "ap-northeast-2" : { },
5193          "ap-northeast-3" : { },
5194          "ap-south-1" : { },
5195          "ap-south-2" : { },
5196          "ap-southeast-1" : { },
5197          "ap-southeast-2" : { },
5198          "ap-southeast-3" : { },
5199          "ap-southeast-4" : { },
5200          "ca-central-1" : { },
5201          "ca-west-1" : { },
5202          "dms" : {
5203            "credentialScope" : {
5204              "region" : "us-west-1"
5205            },
5206            "deprecated" : true,
5207            "variants" : [ {
5208              "hostname" : "dms-fips.us-west-1.amazonaws.com",
5209              "tags" : [ "fips" ]
5210            } ]
5211          },
5212          "dms-fips" : {
5213            "credentialScope" : {
5214              "region" : "us-west-1"
5215            },
5216            "deprecated" : true,
5217            "hostname" : "dms-fips.us-west-1.amazonaws.com"
5218          },
5219          "eu-central-1" : { },
5220          "eu-central-2" : { },
5221          "eu-north-1" : { },
5222          "eu-south-1" : { },
5223          "eu-south-2" : { },
5224          "eu-west-1" : { },
5225          "eu-west-2" : { },
5226          "eu-west-3" : { },
5227          "il-central-1" : { },
5228          "me-central-1" : { },
5229          "me-south-1" : { },
5230          "sa-east-1" : { },
5231          "us-east-1" : {
5232            "variants" : [ {
5233              "hostname" : "dms-fips.us-east-1.amazonaws.com",
5234              "tags" : [ "fips" ]
5235            } ]
5236          },
5237          "us-east-1-fips" : {
5238            "credentialScope" : {
5239              "region" : "us-east-1"
5240            },
5241            "deprecated" : true,
5242            "hostname" : "dms-fips.us-east-1.amazonaws.com"
5243          },
5244          "us-east-2" : {
5245            "variants" : [ {
5246              "hostname" : "dms-fips.us-east-2.amazonaws.com",
5247              "tags" : [ "fips" ]
5248            } ]
5249          },
5250          "us-east-2-fips" : {
5251            "credentialScope" : {
5252              "region" : "us-east-2"
5253            },
5254            "deprecated" : true,
5255            "hostname" : "dms-fips.us-east-2.amazonaws.com"
5256          },
5257          "us-west-1" : {
5258            "variants" : [ {
5259              "hostname" : "dms-fips.us-west-1.amazonaws.com",
5260              "tags" : [ "fips" ]
5261            } ]
5262          },
5263          "us-west-1-fips" : {
5264            "credentialScope" : {
5265              "region" : "us-west-1"
5266            },
5267            "deprecated" : true,
5268            "hostname" : "dms-fips.us-west-1.amazonaws.com"
5269          },
5270          "us-west-2" : {
5271            "variants" : [ {
5272              "hostname" : "dms-fips.us-west-2.amazonaws.com",
5273              "tags" : [ "fips" ]
5274            } ]
5275          },
5276          "us-west-2-fips" : {
5277            "credentialScope" : {
5278              "region" : "us-west-2"
5279            },
5280            "deprecated" : true,
5281            "hostname" : "dms-fips.us-west-2.amazonaws.com"
5282          }
5283        }
5284      },
5285      "docdb" : {
5286        "endpoints" : {
5287          "ap-northeast-1" : {
5288            "credentialScope" : {
5289              "region" : "ap-northeast-1"
5290            },
5291            "hostname" : "rds.ap-northeast-1.amazonaws.com"
5292          },
5293          "ap-northeast-2" : {
5294            "credentialScope" : {
5295              "region" : "ap-northeast-2"
5296            },
5297            "hostname" : "rds.ap-northeast-2.amazonaws.com"
5298          },
5299          "ap-south-1" : {
5300            "credentialScope" : {
5301              "region" : "ap-south-1"
5302            },
5303            "hostname" : "rds.ap-south-1.amazonaws.com"
5304          },
5305          "ap-southeast-1" : {
5306            "credentialScope" : {
5307              "region" : "ap-southeast-1"
5308            },
5309            "hostname" : "rds.ap-southeast-1.amazonaws.com"
5310          },
5311          "ap-southeast-2" : {
5312            "credentialScope" : {
5313              "region" : "ap-southeast-2"
5314            },
5315            "hostname" : "rds.ap-southeast-2.amazonaws.com"
5316          },
5317          "ca-central-1" : {
5318            "credentialScope" : {
5319              "region" : "ca-central-1"
5320            },
5321            "hostname" : "rds.ca-central-1.amazonaws.com"
5322          },
5323          "eu-central-1" : {
5324            "credentialScope" : {
5325              "region" : "eu-central-1"
5326            },
5327            "hostname" : "rds.eu-central-1.amazonaws.com"
5328          },
5329          "eu-west-1" : {
5330            "credentialScope" : {
5331              "region" : "eu-west-1"
5332            },
5333            "hostname" : "rds.eu-west-1.amazonaws.com"
5334          },
5335          "eu-west-2" : {
5336            "credentialScope" : {
5337              "region" : "eu-west-2"
5338            },
5339            "hostname" : "rds.eu-west-2.amazonaws.com"
5340          },
5341          "eu-west-3" : {
5342            "credentialScope" : {
5343              "region" : "eu-west-3"
5344            },
5345            "hostname" : "rds.eu-west-3.amazonaws.com"
5346          },
5347          "sa-east-1" : {
5348            "credentialScope" : {
5349              "region" : "sa-east-1"
5350            },
5351            "hostname" : "rds.sa-east-1.amazonaws.com"
5352          },
5353          "us-east-1" : {
5354            "credentialScope" : {
5355              "region" : "us-east-1"
5356            },
5357            "hostname" : "rds.us-east-1.amazonaws.com"
5358          },
5359          "us-east-2" : {
5360            "credentialScope" : {
5361              "region" : "us-east-2"
5362            },
5363            "hostname" : "rds.us-east-2.amazonaws.com"
5364          },
5365          "us-west-2" : {
5366            "credentialScope" : {
5367              "region" : "us-west-2"
5368            },
5369            "hostname" : "rds.us-west-2.amazonaws.com"
5370          }
5371        }
5372      },
5373      "drs" : {
5374        "endpoints" : {
5375          "af-south-1" : { },
5376          "ap-east-1" : { },
5377          "ap-northeast-1" : { },
5378          "ap-northeast-2" : { },
5379          "ap-northeast-3" : { },
5380          "ap-south-1" : { },
5381          "ap-south-2" : { },
5382          "ap-southeast-1" : { },
5383          "ap-southeast-2" : { },
5384          "ap-southeast-3" : { },
5385          "ap-southeast-4" : { },
5386          "ca-central-1" : { },
5387          "eu-central-1" : { },
5388          "eu-central-2" : { },
5389          "eu-north-1" : { },
5390          "eu-south-1" : { },
5391          "eu-south-2" : { },
5392          "eu-west-1" : { },
5393          "eu-west-2" : { },
5394          "eu-west-3" : { },
5395          "fips-us-east-1" : {
5396            "credentialScope" : {
5397              "region" : "us-east-1"
5398            },
5399            "deprecated" : true,
5400            "hostname" : "drs-fips.us-east-1.amazonaws.com"
5401          },
5402          "fips-us-east-2" : {
5403            "credentialScope" : {
5404              "region" : "us-east-2"
5405            },
5406            "deprecated" : true,
5407            "hostname" : "drs-fips.us-east-2.amazonaws.com"
5408          },
5409          "fips-us-west-1" : {
5410            "credentialScope" : {
5411              "region" : "us-west-1"
5412            },
5413            "deprecated" : true,
5414            "hostname" : "drs-fips.us-west-1.amazonaws.com"
5415          },
5416          "fips-us-west-2" : {
5417            "credentialScope" : {
5418              "region" : "us-west-2"
5419            },
5420            "deprecated" : true,
5421            "hostname" : "drs-fips.us-west-2.amazonaws.com"
5422          },
5423          "il-central-1" : { },
5424          "me-central-1" : { },
5425          "me-south-1" : { },
5426          "sa-east-1" : { },
5427          "us-east-1" : {
5428            "variants" : [ {
5429              "hostname" : "drs-fips.us-east-1.amazonaws.com",
5430              "tags" : [ "fips" ]
5431            } ]
5432          },
5433          "us-east-2" : {
5434            "variants" : [ {
5435              "hostname" : "drs-fips.us-east-2.amazonaws.com",
5436              "tags" : [ "fips" ]
5437            } ]
5438          },
5439          "us-west-1" : {
5440            "variants" : [ {
5441              "hostname" : "drs-fips.us-west-1.amazonaws.com",
5442              "tags" : [ "fips" ]
5443            } ]
5444          },
5445          "us-west-2" : {
5446            "variants" : [ {
5447              "hostname" : "drs-fips.us-west-2.amazonaws.com",
5448              "tags" : [ "fips" ]
5449            } ]
5450          }
5451        }
5452      },
5453      "ds" : {
5454        "endpoints" : {
5455          "af-south-1" : { },
5456          "ap-east-1" : { },
5457          "ap-northeast-1" : { },
5458          "ap-northeast-2" : { },
5459          "ap-northeast-3" : { },
5460          "ap-south-1" : { },
5461          "ap-south-2" : { },
5462          "ap-southeast-1" : { },
5463          "ap-southeast-2" : { },
5464          "ap-southeast-3" : { },
5465          "ap-southeast-4" : { },
5466          "ca-central-1" : {
5467            "variants" : [ {
5468              "hostname" : "ds-fips.ca-central-1.amazonaws.com",
5469              "tags" : [ "fips" ]
5470            } ]
5471          },
5472          "ca-west-1" : {
5473            "variants" : [ {
5474              "hostname" : "ds-fips.ca-west-1.amazonaws.com",
5475              "tags" : [ "fips" ]
5476            } ]
5477          },
5478          "eu-central-1" : { },
5479          "eu-central-2" : { },
5480          "eu-north-1" : { },
5481          "eu-south-1" : { },
5482          "eu-south-2" : { },
5483          "eu-west-1" : { },
5484          "eu-west-2" : { },
5485          "eu-west-3" : { },
5486          "fips-ca-central-1" : {
5487            "credentialScope" : {
5488              "region" : "ca-central-1"
5489            },
5490            "deprecated" : true,
5491            "hostname" : "ds-fips.ca-central-1.amazonaws.com"
5492          },
5493          "fips-ca-west-1" : {
5494            "credentialScope" : {
5495              "region" : "ca-west-1"
5496            },
5497            "deprecated" : true,
5498            "hostname" : "ds-fips.ca-west-1.amazonaws.com"
5499          },
5500          "fips-us-east-1" : {
5501            "credentialScope" : {
5502              "region" : "us-east-1"
5503            },
5504            "deprecated" : true,
5505            "hostname" : "ds-fips.us-east-1.amazonaws.com"
5506          },
5507          "fips-us-east-2" : {
5508            "credentialScope" : {
5509              "region" : "us-east-2"
5510            },
5511            "deprecated" : true,
5512            "hostname" : "ds-fips.us-east-2.amazonaws.com"
5513          },
5514          "fips-us-west-1" : {
5515            "credentialScope" : {
5516              "region" : "us-west-1"
5517            },
5518            "deprecated" : true,
5519            "hostname" : "ds-fips.us-west-1.amazonaws.com"
5520          },
5521          "fips-us-west-2" : {
5522            "credentialScope" : {
5523              "region" : "us-west-2"
5524            },
5525            "deprecated" : true,
5526            "hostname" : "ds-fips.us-west-2.amazonaws.com"
5527          },
5528          "il-central-1" : { },
5529          "me-central-1" : { },
5530          "me-south-1" : { },
5531          "sa-east-1" : { },
5532          "us-east-1" : {
5533            "variants" : [ {
5534              "hostname" : "ds-fips.us-east-1.amazonaws.com",
5535              "tags" : [ "fips" ]
5536            } ]
5537          },
5538          "us-east-2" : {
5539            "variants" : [ {
5540              "hostname" : "ds-fips.us-east-2.amazonaws.com",
5541              "tags" : [ "fips" ]
5542            } ]
5543          },
5544          "us-west-1" : {
5545            "variants" : [ {
5546              "hostname" : "ds-fips.us-west-1.amazonaws.com",
5547              "tags" : [ "fips" ]
5548            } ]
5549          },
5550          "us-west-2" : {
5551            "variants" : [ {
5552              "hostname" : "ds-fips.us-west-2.amazonaws.com",
5553              "tags" : [ "fips" ]
5554            } ]
5555          }
5556        }
5557      },
5558      "dynamodb" : {
5559        "defaults" : {
5560          "protocols" : [ "http", "https" ]
5561        },
5562        "endpoints" : {
5563          "af-south-1" : { },
5564          "ap-east-1" : { },
5565          "ap-northeast-1" : { },
5566          "ap-northeast-2" : { },
5567          "ap-northeast-3" : { },
5568          "ap-south-1" : { },
5569          "ap-south-2" : { },
5570          "ap-southeast-1" : { },
5571          "ap-southeast-2" : { },
5572          "ap-southeast-3" : { },
5573          "ap-southeast-4" : { },
5574          "ca-central-1" : {
5575            "variants" : [ {
5576              "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com",
5577              "tags" : [ "fips" ]
5578            } ]
5579          },
5580          "ca-central-1-fips" : {
5581            "credentialScope" : {
5582              "region" : "ca-central-1"
5583            },
5584            "deprecated" : true,
5585            "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
5586          },
5587          "ca-west-1" : {
5588            "variants" : [ {
5589              "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com",
5590              "tags" : [ "fips" ]
5591            } ]
5592          },
5593          "ca-west-1-fips" : {
5594            "credentialScope" : {
5595              "region" : "ca-west-1"
5596            },
5597            "deprecated" : true,
5598            "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com"
5599          },
5600          "eu-central-1" : { },
5601          "eu-central-2" : { },
5602          "eu-north-1" : { },
5603          "eu-south-1" : { },
5604          "eu-south-2" : { },
5605          "eu-west-1" : { },
5606          "eu-west-2" : { },
5607          "eu-west-3" : { },
5608          "il-central-1" : { },
5609          "local" : {
5610            "credentialScope" : {
5611              "region" : "us-east-1"
5612            },
5613            "hostname" : "localhost:8000",
5614            "protocols" : [ "http" ]
5615          },
5616          "me-central-1" : { },
5617          "me-south-1" : { },
5618          "sa-east-1" : { },
5619          "us-east-1" : {
5620            "variants" : [ {
5621              "hostname" : "dynamodb-fips.us-east-1.amazonaws.com",
5622              "tags" : [ "fips" ]
5623            } ]
5624          },
5625          "us-east-1-fips" : {
5626            "credentialScope" : {
5627              "region" : "us-east-1"
5628            },
5629            "deprecated" : true,
5630            "hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
5631          },
5632          "us-east-2" : {
5633            "variants" : [ {
5634              "hostname" : "dynamodb-fips.us-east-2.amazonaws.com",
5635              "tags" : [ "fips" ]
5636            } ]
5637          },
5638          "us-east-2-fips" : {
5639            "credentialScope" : {
5640              "region" : "us-east-2"
5641            },
5642            "deprecated" : true,
5643            "hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
5644          },
5645          "us-west-1" : {
5646            "variants" : [ {
5647              "hostname" : "dynamodb-fips.us-west-1.amazonaws.com",
5648              "tags" : [ "fips" ]
5649            } ]
5650          },
5651          "us-west-1-fips" : {
5652            "credentialScope" : {
5653              "region" : "us-west-1"
5654            },
5655            "deprecated" : true,
5656            "hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
5657          },
5658          "us-west-2" : {
5659            "variants" : [ {
5660              "hostname" : "dynamodb-fips.us-west-2.amazonaws.com",
5661              "tags" : [ "fips" ]
5662            } ]
5663          },
5664          "us-west-2-fips" : {
5665            "credentialScope" : {
5666              "region" : "us-west-2"
5667            },
5668            "deprecated" : true,
5669            "hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
5670          }
5671        }
5672      },
5673      "ebs" : {
5674        "endpoints" : {
5675          "af-south-1" : { },
5676          "ap-east-1" : { },
5677          "ap-northeast-1" : { },
5678          "ap-northeast-2" : { },
5679          "ap-northeast-3" : { },
5680          "ap-south-1" : { },
5681          "ap-south-2" : { },
5682          "ap-southeast-1" : { },
5683          "ap-southeast-2" : { },
5684          "ap-southeast-3" : { },
5685          "ap-southeast-4" : { },
5686          "ca-central-1" : {
5687            "variants" : [ {
5688              "hostname" : "ebs-fips.ca-central-1.amazonaws.com",
5689              "tags" : [ "fips" ]
5690            } ]
5691          },
5692          "ca-west-1" : {
5693            "variants" : [ {
5694              "hostname" : "ebs-fips.ca-west-1.amazonaws.com",
5695              "tags" : [ "fips" ]
5696            } ]
5697          },
5698          "eu-central-1" : { },
5699          "eu-central-2" : { },
5700          "eu-north-1" : { },
5701          "eu-south-1" : { },
5702          "eu-south-2" : { },
5703          "eu-west-1" : { },
5704          "eu-west-2" : { },
5705          "eu-west-3" : { },
5706          "fips-ca-central-1" : {
5707            "credentialScope" : {
5708              "region" : "ca-central-1"
5709            },
5710            "deprecated" : true,
5711            "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
5712          },
5713          "fips-ca-west-1" : {
5714            "credentialScope" : {
5715              "region" : "ca-west-1"
5716            },
5717            "deprecated" : true,
5718            "hostname" : "ebs-fips.ca-west-1.amazonaws.com"
5719          },
5720          "fips-us-east-1" : {
5721            "credentialScope" : {
5722              "region" : "us-east-1"
5723            },
5724            "deprecated" : true,
5725            "hostname" : "ebs-fips.us-east-1.amazonaws.com"
5726          },
5727          "fips-us-east-2" : {
5728            "credentialScope" : {
5729              "region" : "us-east-2"
5730            },
5731            "deprecated" : true,
5732            "hostname" : "ebs-fips.us-east-2.amazonaws.com"
5733          },
5734          "fips-us-west-1" : {
5735            "credentialScope" : {
5736              "region" : "us-west-1"
5737            },
5738            "deprecated" : true,
5739            "hostname" : "ebs-fips.us-west-1.amazonaws.com"
5740          },
5741          "fips-us-west-2" : {
5742            "credentialScope" : {
5743              "region" : "us-west-2"
5744            },
5745            "deprecated" : true,
5746            "hostname" : "ebs-fips.us-west-2.amazonaws.com"
5747          },
5748          "il-central-1" : { },
5749          "me-central-1" : { },
5750          "me-south-1" : { },
5751          "sa-east-1" : { },
5752          "us-east-1" : {
5753            "variants" : [ {
5754              "hostname" : "ebs-fips.us-east-1.amazonaws.com",
5755              "tags" : [ "fips" ]
5756            } ]
5757          },
5758          "us-east-2" : {
5759            "variants" : [ {
5760              "hostname" : "ebs-fips.us-east-2.amazonaws.com",
5761              "tags" : [ "fips" ]
5762            } ]
5763          },
5764          "us-west-1" : {
5765            "variants" : [ {
5766              "hostname" : "ebs-fips.us-west-1.amazonaws.com",
5767              "tags" : [ "fips" ]
5768            } ]
5769          },
5770          "us-west-2" : {
5771            "variants" : [ {
5772              "hostname" : "ebs-fips.us-west-2.amazonaws.com",
5773              "tags" : [ "fips" ]
5774            } ]
5775          }
5776        }
5777      },
5778      "ec2" : {
5779        "defaults" : {
5780          "protocols" : [ "http", "https" ]
5781        },
5782        "endpoints" : {
5783          "af-south-1" : { },
5784          "ap-east-1" : { },
5785          "ap-northeast-1" : { },
5786          "ap-northeast-2" : { },
5787          "ap-northeast-3" : { },
5788          "ap-south-1" : {
5789            "variants" : [ {
5790              "hostname" : "ec2.ap-south-1.api.aws",
5791              "tags" : [ "dualstack" ]
5792            } ]
5793          },
5794          "ap-south-2" : { },
5795          "ap-southeast-1" : { },
5796          "ap-southeast-2" : { },
5797          "ap-southeast-3" : { },
5798          "ap-southeast-4" : { },
5799          "ca-central-1" : {
5800            "variants" : [ {
5801              "hostname" : "ec2-fips.ca-central-1.amazonaws.com",
5802              "tags" : [ "fips" ]
5803            } ]
5804          },
5805          "eu-central-1" : { },
5806          "eu-central-2" : { },
5807          "eu-north-1" : { },
5808          "eu-south-1" : { },
5809          "eu-south-2" : { },
5810          "eu-west-1" : {
5811            "variants" : [ {
5812              "hostname" : "ec2.eu-west-1.api.aws",
5813              "tags" : [ "dualstack" ]
5814            } ]
5815          },
5816          "eu-west-2" : { },
5817          "eu-west-3" : { },
5818          "fips-ca-central-1" : {
5819            "credentialScope" : {
5820              "region" : "ca-central-1"
5821            },
5822            "deprecated" : true,
5823            "hostname" : "ec2-fips.ca-central-1.amazonaws.com"
5824          },
5825          "fips-us-east-1" : {
5826            "credentialScope" : {
5827              "region" : "us-east-1"
5828            },
5829            "deprecated" : true,
5830            "hostname" : "ec2-fips.us-east-1.amazonaws.com"
5831          },
5832          "fips-us-east-2" : {
5833            "credentialScope" : {
5834              "region" : "us-east-2"
5835            },
5836            "deprecated" : true,
5837            "hostname" : "ec2-fips.us-east-2.amazonaws.com"
5838          },
5839          "fips-us-west-1" : {
5840            "credentialScope" : {
5841              "region" : "us-west-1"
5842            },
5843            "deprecated" : true,
5844            "hostname" : "ec2-fips.us-west-1.amazonaws.com"
5845          },
5846          "fips-us-west-2" : {
5847            "credentialScope" : {
5848              "region" : "us-west-2"
5849            },
5850            "deprecated" : true,
5851            "hostname" : "ec2-fips.us-west-2.amazonaws.com"
5852          },
5853          "il-central-1" : { },
5854          "me-central-1" : { },
5855          "me-south-1" : { },
5856          "sa-east-1" : {
5857            "variants" : [ {
5858              "hostname" : "ec2.sa-east-1.api.aws",
5859              "tags" : [ "dualstack" ]
5860            } ]
5861          },
5862          "us-east-1" : {
5863            "variants" : [ {
5864              "hostname" : "ec2-fips.us-east-1.amazonaws.com",
5865              "tags" : [ "fips" ]
5866            }, {
5867              "hostname" : "ec2.us-east-1.api.aws",
5868              "tags" : [ "dualstack" ]
5869            } ]
5870          },
5871          "us-east-2" : {
5872            "variants" : [ {
5873              "hostname" : "ec2-fips.us-east-2.amazonaws.com",
5874              "tags" : [ "fips" ]
5875            }, {
5876              "hostname" : "ec2.us-east-2.api.aws",
5877              "tags" : [ "dualstack" ]
5878            } ]
5879          },
5880          "us-west-1" : {
5881            "variants" : [ {
5882              "hostname" : "ec2-fips.us-west-1.amazonaws.com",
5883              "tags" : [ "fips" ]
5884            } ]
5885          },
5886          "us-west-2" : {
5887            "variants" : [ {
5888              "hostname" : "ec2-fips.us-west-2.amazonaws.com",
5889              "tags" : [ "fips" ]
5890            }, {
5891              "hostname" : "ec2.us-west-2.api.aws",
5892              "tags" : [ "dualstack" ]
5893            } ]
5894          }
5895        }
5896      },
5897      "ecs" : {
5898        "endpoints" : {
5899          "af-south-1" : { },
5900          "ap-east-1" : { },
5901          "ap-northeast-1" : { },
5902          "ap-northeast-2" : { },
5903          "ap-northeast-3" : { },
5904          "ap-south-1" : { },
5905          "ap-south-2" : { },
5906          "ap-southeast-1" : { },
5907          "ap-southeast-2" : { },
5908          "ap-southeast-3" : { },
5909          "ap-southeast-4" : { },
5910          "ca-central-1" : { },
5911          "ca-west-1" : { },
5912          "eu-central-1" : { },
5913          "eu-central-2" : { },
5914          "eu-north-1" : { },
5915          "eu-south-1" : { },
5916          "eu-south-2" : { },
5917          "eu-west-1" : { },
5918          "eu-west-2" : { },
5919          "eu-west-3" : { },
5920          "fips-us-east-1" : {
5921            "credentialScope" : {
5922              "region" : "us-east-1"
5923            },
5924            "deprecated" : true,
5925            "hostname" : "ecs-fips.us-east-1.amazonaws.com"
5926          },
5927          "fips-us-east-2" : {
5928            "credentialScope" : {
5929              "region" : "us-east-2"
5930            },
5931            "deprecated" : true,
5932            "hostname" : "ecs-fips.us-east-2.amazonaws.com"
5933          },
5934          "fips-us-west-1" : {
5935            "credentialScope" : {
5936              "region" : "us-west-1"
5937            },
5938            "deprecated" : true,
5939            "hostname" : "ecs-fips.us-west-1.amazonaws.com"
5940          },
5941          "fips-us-west-2" : {
5942            "credentialScope" : {
5943              "region" : "us-west-2"
5944            },
5945            "deprecated" : true,
5946            "hostname" : "ecs-fips.us-west-2.amazonaws.com"
5947          },
5948          "il-central-1" : { },
5949          "me-central-1" : { },
5950          "me-south-1" : { },
5951          "sa-east-1" : { },
5952          "us-east-1" : {
5953            "variants" : [ {
5954              "hostname" : "ecs-fips.us-east-1.amazonaws.com",
5955              "tags" : [ "fips" ]
5956            } ]
5957          },
5958          "us-east-2" : {
5959            "variants" : [ {
5960              "hostname" : "ecs-fips.us-east-2.amazonaws.com",
5961              "tags" : [ "fips" ]
5962            } ]
5963          },
5964          "us-west-1" : {
5965            "variants" : [ {
5966              "hostname" : "ecs-fips.us-west-1.amazonaws.com",
5967              "tags" : [ "fips" ]
5968            } ]
5969          },
5970          "us-west-2" : {
5971            "variants" : [ {
5972              "hostname" : "ecs-fips.us-west-2.amazonaws.com",
5973              "tags" : [ "fips" ]
5974            } ]
5975          }
5976        }
5977      },
5978      "edge.sagemaker" : {
5979        "endpoints" : {
5980          "ap-northeast-1" : { },
5981          "eu-central-1" : { },
5982          "eu-west-1" : { },
5983          "us-east-1" : { },
5984          "us-east-2" : { },
5985          "us-west-2" : { }
5986        }
5987      },
5988      "eks" : {
5989        "defaults" : {
5990          "protocols" : [ "http", "https" ],
5991          "variants" : [ {
5992            "hostname" : "fips.eks.{region}.{dnsSuffix}",
5993            "tags" : [ "fips" ]
5994          } ]
5995        },
5996        "endpoints" : {
5997          "af-south-1" : { },
5998          "ap-east-1" : { },
5999          "ap-northeast-1" : { },
6000          "ap-northeast-2" : { },
6001          "ap-northeast-3" : { },
6002          "ap-south-1" : { },
6003          "ap-south-2" : { },
6004          "ap-southeast-1" : { },
6005          "ap-southeast-2" : { },
6006          "ap-southeast-3" : { },
6007          "ap-southeast-4" : { },
6008          "ca-central-1" : { },
6009          "ca-west-1" : { },
6010          "eu-central-1" : { },
6011          "eu-central-2" : { },
6012          "eu-north-1" : { },
6013          "eu-south-1" : { },
6014          "eu-south-2" : { },
6015          "eu-west-1" : { },
6016          "eu-west-2" : { },
6017          "eu-west-3" : { },
6018          "fips-us-east-1" : {
6019            "credentialScope" : {
6020              "region" : "us-east-1"
6021            },
6022            "deprecated" : true,
6023            "hostname" : "fips.eks.us-east-1.amazonaws.com"
6024          },
6025          "fips-us-east-2" : {
6026            "credentialScope" : {
6027              "region" : "us-east-2"
6028            },
6029            "deprecated" : true,
6030            "hostname" : "fips.eks.us-east-2.amazonaws.com"
6031          },
6032          "fips-us-west-1" : {
6033            "credentialScope" : {
6034              "region" : "us-west-1"
6035            },
6036            "deprecated" : true,
6037            "hostname" : "fips.eks.us-west-1.amazonaws.com"
6038          },
6039          "fips-us-west-2" : {
6040            "credentialScope" : {
6041              "region" : "us-west-2"
6042            },
6043            "deprecated" : true,
6044            "hostname" : "fips.eks.us-west-2.amazonaws.com"
6045          },
6046          "il-central-1" : { },
6047          "me-central-1" : { },
6048          "me-south-1" : { },
6049          "sa-east-1" : { },
6050          "us-east-1" : {
6051            "variants" : [ {
6052              "hostname" : "fips.eks.us-east-1.amazonaws.com",
6053              "tags" : [ "fips" ]
6054            } ]
6055          },
6056          "us-east-2" : {
6057            "variants" : [ {
6058              "hostname" : "fips.eks.us-east-2.amazonaws.com",
6059              "tags" : [ "fips" ]
6060            } ]
6061          },
6062          "us-west-1" : {
6063            "variants" : [ {
6064              "hostname" : "fips.eks.us-west-1.amazonaws.com",
6065              "tags" : [ "fips" ]
6066            } ]
6067          },
6068          "us-west-2" : {
6069            "variants" : [ {
6070              "hostname" : "fips.eks.us-west-2.amazonaws.com",
6071              "tags" : [ "fips" ]
6072            } ]
6073          }
6074        }
6075      },
6076      "eks-auth" : {
6077        "defaults" : {
6078          "dnsSuffix" : "api.aws",
6079          "variants" : [ {
6080            "dnsSuffix" : "api.aws",
6081            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
6082            "tags" : [ "fips" ]
6083          } ]
6084        },
6085        "endpoints" : {
6086          "af-south-1" : {
6087            "hostname" : "eks-auth.af-south-1.api.aws"
6088          },
6089          "ap-east-1" : {
6090            "hostname" : "eks-auth.ap-east-1.api.aws"
6091          },
6092          "ap-northeast-1" : {
6093            "hostname" : "eks-auth.ap-northeast-1.api.aws"
6094          },
6095          "ap-northeast-2" : {
6096            "hostname" : "eks-auth.ap-northeast-2.api.aws"
6097          },
6098          "ap-northeast-3" : {
6099            "hostname" : "eks-auth.ap-northeast-3.api.aws"
6100          },
6101          "ap-south-1" : {
6102            "hostname" : "eks-auth.ap-south-1.api.aws"
6103          },
6104          "ap-south-2" : {
6105            "hostname" : "eks-auth.ap-south-2.api.aws"
6106          },
6107          "ap-southeast-1" : {
6108            "hostname" : "eks-auth.ap-southeast-1.api.aws"
6109          },
6110          "ap-southeast-2" : {
6111            "hostname" : "eks-auth.ap-southeast-2.api.aws"
6112          },
6113          "ap-southeast-3" : {
6114            "hostname" : "eks-auth.ap-southeast-3.api.aws"
6115          },
6116          "ap-southeast-4" : {
6117            "hostname" : "eks-auth.ap-southeast-4.api.aws"
6118          },
6119          "ca-central-1" : {
6120            "hostname" : "eks-auth.ca-central-1.api.aws"
6121          },
6122          "ca-west-1" : {
6123            "hostname" : "eks-auth.ca-west-1.api.aws"
6124          },
6125          "eu-central-1" : {
6126            "hostname" : "eks-auth.eu-central-1.api.aws"
6127          },
6128          "eu-central-2" : {
6129            "hostname" : "eks-auth.eu-central-2.api.aws"
6130          },
6131          "eu-north-1" : {
6132            "hostname" : "eks-auth.eu-north-1.api.aws"
6133          },
6134          "eu-south-1" : {
6135            "hostname" : "eks-auth.eu-south-1.api.aws"
6136          },
6137          "eu-south-2" : {
6138            "hostname" : "eks-auth.eu-south-2.api.aws"
6139          },
6140          "eu-west-1" : {
6141            "hostname" : "eks-auth.eu-west-1.api.aws"
6142          },
6143          "eu-west-2" : {
6144            "hostname" : "eks-auth.eu-west-2.api.aws"
6145          },
6146          "eu-west-3" : {
6147            "hostname" : "eks-auth.eu-west-3.api.aws"
6148          },
6149          "il-central-1" : {
6150            "hostname" : "eks-auth.il-central-1.api.aws"
6151          },
6152          "me-central-1" : {
6153            "hostname" : "eks-auth.me-central-1.api.aws"
6154          },
6155          "me-south-1" : {
6156            "hostname" : "eks-auth.me-south-1.api.aws"
6157          },
6158          "sa-east-1" : {
6159            "hostname" : "eks-auth.sa-east-1.api.aws"
6160          },
6161          "us-east-1" : {
6162            "hostname" : "eks-auth.us-east-1.api.aws"
6163          },
6164          "us-east-2" : {
6165            "hostname" : "eks-auth.us-east-2.api.aws"
6166          },
6167          "us-west-1" : {
6168            "hostname" : "eks-auth.us-west-1.api.aws"
6169          },
6170          "us-west-2" : {
6171            "hostname" : "eks-auth.us-west-2.api.aws"
6172          }
6173        }
6174      },
6175      "elasticache" : {
6176        "endpoints" : {
6177          "af-south-1" : { },
6178          "ap-east-1" : { },
6179          "ap-northeast-1" : { },
6180          "ap-northeast-2" : { },
6181          "ap-northeast-3" : { },
6182          "ap-south-1" : { },
6183          "ap-south-2" : { },
6184          "ap-southeast-1" : { },
6185          "ap-southeast-2" : { },
6186          "ap-southeast-3" : { },
6187          "ap-southeast-4" : { },
6188          "ca-central-1" : { },
6189          "ca-west-1" : { },
6190          "eu-central-1" : { },
6191          "eu-central-2" : { },
6192          "eu-north-1" : { },
6193          "eu-south-1" : { },
6194          "eu-south-2" : { },
6195          "eu-west-1" : { },
6196          "eu-west-2" : { },
6197          "eu-west-3" : { },
6198          "fips" : {
6199            "credentialScope" : {
6200              "region" : "us-west-1"
6201            },
6202            "deprecated" : true,
6203            "hostname" : "elasticache-fips.us-west-1.amazonaws.com"
6204          },
6205          "il-central-1" : { },
6206          "me-central-1" : { },
6207          "me-south-1" : { },
6208          "sa-east-1" : { },
6209          "us-east-1" : {
6210            "variants" : [ {
6211              "hostname" : "elasticache-fips.us-east-1.amazonaws.com",
6212              "tags" : [ "fips" ]
6213            } ]
6214          },
6215          "us-east-1-fips" : {
6216            "credentialScope" : {
6217              "region" : "us-east-1"
6218            },
6219            "deprecated" : true,
6220            "hostname" : "elasticache-fips.us-east-1.amazonaws.com"
6221          },
6222          "us-east-2" : {
6223            "variants" : [ {
6224              "hostname" : "elasticache-fips.us-east-2.amazonaws.com",
6225              "tags" : [ "fips" ]
6226            } ]
6227          },
6228          "us-east-2-fips" : {
6229            "credentialScope" : {
6230              "region" : "us-east-2"
6231            },
6232            "deprecated" : true,
6233            "hostname" : "elasticache-fips.us-east-2.amazonaws.com"
6234          },
6235          "us-west-1" : {
6236            "variants" : [ {
6237              "hostname" : "elasticache-fips.us-west-1.amazonaws.com",
6238              "tags" : [ "fips" ]
6239            } ]
6240          },
6241          "us-west-1-fips" : {
6242            "credentialScope" : {
6243              "region" : "us-west-1"
6244            },
6245            "deprecated" : true,
6246            "hostname" : "elasticache-fips.us-west-1.amazonaws.com"
6247          },
6248          "us-west-2" : {
6249            "variants" : [ {
6250              "hostname" : "elasticache-fips.us-west-2.amazonaws.com",
6251              "tags" : [ "fips" ]
6252            } ]
6253          },
6254          "us-west-2-fips" : {
6255            "credentialScope" : {
6256              "region" : "us-west-2"
6257            },
6258            "deprecated" : true,
6259            "hostname" : "elasticache-fips.us-west-2.amazonaws.com"
6260          }
6261        }
6262      },
6263      "elasticbeanstalk" : {
6264        "endpoints" : {
6265          "af-south-1" : { },
6266          "ap-east-1" : { },
6267          "ap-northeast-1" : { },
6268          "ap-northeast-2" : { },
6269          "ap-northeast-3" : { },
6270          "ap-south-1" : { },
6271          "ap-southeast-1" : { },
6272          "ap-southeast-2" : { },
6273          "ap-southeast-3" : { },
6274          "ca-central-1" : { },
6275          "eu-central-1" : { },
6276          "eu-north-1" : { },
6277          "eu-south-1" : { },
6278          "eu-west-1" : { },
6279          "eu-west-2" : { },
6280          "eu-west-3" : { },
6281          "fips-us-east-1" : {
6282            "credentialScope" : {
6283              "region" : "us-east-1"
6284            },
6285            "deprecated" : true,
6286            "hostname" : "elasticbeanstalk-fips.us-east-1.amazonaws.com"
6287          },
6288          "fips-us-east-2" : {
6289            "credentialScope" : {
6290              "region" : "us-east-2"
6291            },
6292            "deprecated" : true,
6293            "hostname" : "elasticbeanstalk-fips.us-east-2.amazonaws.com"
6294          },
6295          "fips-us-west-1" : {
6296            "credentialScope" : {
6297              "region" : "us-west-1"
6298            },
6299            "deprecated" : true,
6300            "hostname" : "elasticbeanstalk-fips.us-west-1.amazonaws.com"
6301          },
6302          "fips-us-west-2" : {
6303            "credentialScope" : {
6304              "region" : "us-west-2"
6305            },
6306            "deprecated" : true,
6307            "hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com"
6308          },
6309          "il-central-1" : { },
6310          "me-south-1" : { },
6311          "sa-east-1" : { },
6312          "us-east-1" : {
6313            "variants" : [ {
6314              "hostname" : "elasticbeanstalk-fips.us-east-1.amazonaws.com",
6315              "tags" : [ "fips" ]
6316            } ]
6317          },
6318          "us-east-2" : {
6319            "variants" : [ {
6320              "hostname" : "elasticbeanstalk-fips.us-east-2.amazonaws.com",
6321              "tags" : [ "fips" ]
6322            } ]
6323          },
6324          "us-west-1" : {
6325            "variants" : [ {
6326              "hostname" : "elasticbeanstalk-fips.us-west-1.amazonaws.com",
6327              "tags" : [ "fips" ]
6328            } ]
6329          },
6330          "us-west-2" : {
6331            "variants" : [ {
6332              "hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com",
6333              "tags" : [ "fips" ]
6334            } ]
6335          }
6336        }
6337      },
6338      "elasticfilesystem" : {
6339        "endpoints" : {
6340          "af-south-1" : {
6341            "variants" : [ {
6342              "hostname" : "elasticfilesystem-fips.af-south-1.amazonaws.com",
6343              "tags" : [ "fips" ]
6344            } ]
6345          },
6346          "ap-east-1" : {
6347            "variants" : [ {
6348              "hostname" : "elasticfilesystem-fips.ap-east-1.amazonaws.com",
6349              "tags" : [ "fips" ]
6350            } ]
6351          },
6352          "ap-northeast-1" : {
6353            "variants" : [ {
6354              "hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com",
6355              "tags" : [ "fips" ]
6356            } ]
6357          },
6358          "ap-northeast-2" : {
6359            "variants" : [ {
6360              "hostname" : "elasticfilesystem-fips.ap-northeast-2.amazonaws.com",
6361              "tags" : [ "fips" ]
6362            } ]
6363          },
6364          "ap-northeast-3" : {
6365            "variants" : [ {
6366              "hostname" : "elasticfilesystem-fips.ap-northeast-3.amazonaws.com",
6367              "tags" : [ "fips" ]
6368            } ]
6369          },
6370          "ap-south-1" : {
6371            "variants" : [ {
6372              "hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com",
6373              "tags" : [ "fips" ]
6374            } ]
6375          },
6376          "ap-south-2" : {
6377            "variants" : [ {
6378              "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
6379              "tags" : [ "fips" ]
6380            } ]
6381          },
6382          "ap-southeast-1" : {
6383            "variants" : [ {
6384              "hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
6385              "tags" : [ "fips" ]
6386            } ]
6387          },
6388          "ap-southeast-2" : {
6389            "variants" : [ {
6390              "hostname" : "elasticfilesystem-fips.ap-southeast-2.amazonaws.com",
6391              "tags" : [ "fips" ]
6392            } ]
6393          },
6394          "ap-southeast-3" : {
6395            "variants" : [ {
6396              "hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com",
6397              "tags" : [ "fips" ]
6398            } ]
6399          },
6400          "ap-southeast-4" : {
6401            "variants" : [ {
6402              "hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com",
6403              "tags" : [ "fips" ]
6404            } ]
6405          },
6406          "ca-central-1" : {
6407            "variants" : [ {
6408              "hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
6409              "tags" : [ "fips" ]
6410            } ]
6411          },
6412          "eu-central-1" : {
6413            "variants" : [ {
6414              "hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com",
6415              "tags" : [ "fips" ]
6416            } ]
6417          },
6418          "eu-central-2" : {
6419            "variants" : [ {
6420              "hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com",
6421              "tags" : [ "fips" ]
6422            } ]
6423          },
6424          "eu-north-1" : {
6425            "variants" : [ {
6426              "hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com",
6427              "tags" : [ "fips" ]
6428            } ]
6429          },
6430          "eu-south-1" : {
6431            "variants" : [ {
6432              "hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com",
6433              "tags" : [ "fips" ]
6434            } ]
6435          },
6436          "eu-south-2" : {
6437            "variants" : [ {
6438              "hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com",
6439              "tags" : [ "fips" ]
6440            } ]
6441          },
6442          "eu-west-1" : {
6443            "variants" : [ {
6444              "hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com",
6445              "tags" : [ "fips" ]
6446            } ]
6447          },
6448          "eu-west-2" : {
6449            "variants" : [ {
6450              "hostname" : "elasticfilesystem-fips.eu-west-2.amazonaws.com",
6451              "tags" : [ "fips" ]
6452            } ]
6453          },
6454          "eu-west-3" : {
6455            "variants" : [ {
6456              "hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com",
6457              "tags" : [ "fips" ]
6458            } ]
6459          },
6460          "fips-af-south-1" : {
6461            "credentialScope" : {
6462              "region" : "af-south-1"
6463            },
6464            "deprecated" : true,
6465            "hostname" : "elasticfilesystem-fips.af-south-1.amazonaws.com"
6466          },
6467          "fips-ap-east-1" : {
6468            "credentialScope" : {
6469              "region" : "ap-east-1"
6470            },
6471            "deprecated" : true,
6472            "hostname" : "elasticfilesystem-fips.ap-east-1.amazonaws.com"
6473          },
6474          "fips-ap-northeast-1" : {
6475            "credentialScope" : {
6476              "region" : "ap-northeast-1"
6477            },
6478            "deprecated" : true,
6479            "hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com"
6480          },
6481          "fips-ap-northeast-2" : {
6482            "credentialScope" : {
6483              "region" : "ap-northeast-2"
6484            },
6485            "deprecated" : true,
6486            "hostname" : "elasticfilesystem-fips.ap-northeast-2.amazonaws.com"
6487          },
6488          "fips-ap-northeast-3" : {
6489            "credentialScope" : {
6490              "region" : "ap-northeast-3"
6491            },
6492            "deprecated" : true,
6493            "hostname" : "elasticfilesystem-fips.ap-northeast-3.amazonaws.com"
6494          },
6495          "fips-ap-south-1" : {
6496            "credentialScope" : {
6497              "region" : "ap-south-1"
6498            },
6499            "deprecated" : true,
6500            "hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
6501          },
6502          "fips-ap-south-2" : {
6503            "credentialScope" : {
6504              "region" : "ap-south-2"
6505            },
6506            "deprecated" : true,
6507            "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
6508          },
6509          "fips-ap-southeast-1" : {
6510            "credentialScope" : {
6511              "region" : "ap-southeast-1"
6512            },
6513            "deprecated" : true,
6514            "hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com"
6515          },
6516          "fips-ap-southeast-2" : {
6517            "credentialScope" : {
6518              "region" : "ap-southeast-2"
6519            },
6520            "deprecated" : true,
6521            "hostname" : "elasticfilesystem-fips.ap-southeast-2.amazonaws.com"
6522          },
6523          "fips-ap-southeast-3" : {
6524            "credentialScope" : {
6525              "region" : "ap-southeast-3"
6526            },
6527            "deprecated" : true,
6528            "hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com"
6529          },
6530          "fips-ap-southeast-4" : {
6531            "credentialScope" : {
6532              "region" : "ap-southeast-4"
6533            },
6534            "deprecated" : true,
6535            "hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
6536          },
6537          "fips-ca-central-1" : {
6538            "credentialScope" : {
6539              "region" : "ca-central-1"
6540            },
6541            "deprecated" : true,
6542            "hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com"
6543          },
6544          "fips-eu-central-1" : {
6545            "credentialScope" : {
6546              "region" : "eu-central-1"
6547            },
6548            "deprecated" : true,
6549            "hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com"
6550          },
6551          "fips-eu-central-2" : {
6552            "credentialScope" : {
6553              "region" : "eu-central-2"
6554            },
6555            "deprecated" : true,
6556            "hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com"
6557          },
6558          "fips-eu-north-1" : {
6559            "credentialScope" : {
6560              "region" : "eu-north-1"
6561            },
6562            "deprecated" : true,
6563            "hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com"
6564          },
6565          "fips-eu-south-1" : {
6566            "credentialScope" : {
6567              "region" : "eu-south-1"
6568            },
6569            "deprecated" : true,
6570            "hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com"
6571          },
6572          "fips-eu-south-2" : {
6573            "credentialScope" : {
6574              "region" : "eu-south-2"
6575            },
6576            "deprecated" : true,
6577            "hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com"
6578          },
6579          "fips-eu-west-1" : {
6580            "credentialScope" : {
6581              "region" : "eu-west-1"
6582            },
6583            "deprecated" : true,
6584            "hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com"
6585          },
6586          "fips-eu-west-2" : {
6587            "credentialScope" : {
6588              "region" : "eu-west-2"
6589            },
6590            "deprecated" : true,
6591            "hostname" : "elasticfilesystem-fips.eu-west-2.amazonaws.com"
6592          },
6593          "fips-eu-west-3" : {
6594            "credentialScope" : {
6595              "region" : "eu-west-3"
6596            },
6597            "deprecated" : true,
6598            "hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com"
6599          },
6600          "fips-il-central-1" : {
6601            "credentialScope" : {
6602              "region" : "il-central-1"
6603            },
6604            "deprecated" : true,
6605            "hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com"
6606          },
6607          "fips-me-central-1" : {
6608            "credentialScope" : {
6609              "region" : "me-central-1"
6610            },
6611            "deprecated" : true,
6612            "hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com"
6613          },
6614          "fips-me-south-1" : {
6615            "credentialScope" : {
6616              "region" : "me-south-1"
6617            },
6618            "deprecated" : true,
6619            "hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com"
6620          },
6621          "fips-sa-east-1" : {
6622            "credentialScope" : {
6623              "region" : "sa-east-1"
6624            },
6625            "deprecated" : true,
6626            "hostname" : "elasticfilesystem-fips.sa-east-1.amazonaws.com"
6627          },
6628          "fips-us-east-1" : {
6629            "credentialScope" : {
6630              "region" : "us-east-1"
6631            },
6632            "deprecated" : true,
6633            "hostname" : "elasticfilesystem-fips.us-east-1.amazonaws.com"
6634          },
6635          "fips-us-east-2" : {
6636            "credentialScope" : {
6637              "region" : "us-east-2"
6638            },
6639            "deprecated" : true,
6640            "hostname" : "elasticfilesystem-fips.us-east-2.amazonaws.com"
6641          },
6642          "fips-us-west-1" : {
6643            "credentialScope" : {
6644              "region" : "us-west-1"
6645            },
6646            "deprecated" : true,
6647            "hostname" : "elasticfilesystem-fips.us-west-1.amazonaws.com"
6648          },
6649          "fips-us-west-2" : {
6650            "credentialScope" : {
6651              "region" : "us-west-2"
6652            },
6653            "deprecated" : true,
6654            "hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com"
6655          },
6656          "il-central-1" : {
6657            "variants" : [ {
6658              "hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com",
6659              "tags" : [ "fips" ]
6660            } ]
6661          },
6662          "me-central-1" : {
6663            "variants" : [ {
6664              "hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com",
6665              "tags" : [ "fips" ]
6666            } ]
6667          },
6668          "me-south-1" : {
6669            "variants" : [ {
6670              "hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com",
6671              "tags" : [ "fips" ]
6672            } ]
6673          },
6674          "sa-east-1" : {
6675            "variants" : [ {
6676              "hostname" : "elasticfilesystem-fips.sa-east-1.amazonaws.com",
6677              "tags" : [ "fips" ]
6678            } ]
6679          },
6680          "us-east-1" : {
6681            "variants" : [ {
6682              "hostname" : "elasticfilesystem-fips.us-east-1.amazonaws.com",
6683              "tags" : [ "fips" ]
6684            } ]
6685          },
6686          "us-east-2" : {
6687            "variants" : [ {
6688              "hostname" : "elasticfilesystem-fips.us-east-2.amazonaws.com",
6689              "tags" : [ "fips" ]
6690            } ]
6691          },
6692          "us-west-1" : {
6693            "variants" : [ {
6694              "hostname" : "elasticfilesystem-fips.us-west-1.amazonaws.com",
6695              "tags" : [ "fips" ]
6696            } ]
6697          },
6698          "us-west-2" : {
6699            "variants" : [ {
6700              "hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com",
6701              "tags" : [ "fips" ]
6702            } ]
6703          }
6704        }
6705      },
6706      "elasticloadbalancing" : {
6707        "defaults" : {
6708          "protocols" : [ "https" ]
6709        },
6710        "endpoints" : {
6711          "af-south-1" : { },
6712          "ap-east-1" : { },
6713          "ap-northeast-1" : { },
6714          "ap-northeast-2" : { },
6715          "ap-northeast-3" : { },
6716          "ap-south-1" : { },
6717          "ap-south-2" : { },
6718          "ap-southeast-1" : { },
6719          "ap-southeast-2" : { },
6720          "ap-southeast-3" : { },
6721          "ap-southeast-4" : { },
6722          "ca-central-1" : { },
6723          "ca-west-1" : { },
6724          "eu-central-1" : { },
6725          "eu-central-2" : { },
6726          "eu-north-1" : { },
6727          "eu-south-1" : { },
6728          "eu-south-2" : { },
6729          "eu-west-1" : { },
6730          "eu-west-2" : { },
6731          "eu-west-3" : { },
6732          "fips-us-east-1" : {
6733            "credentialScope" : {
6734              "region" : "us-east-1"
6735            },
6736            "deprecated" : true,
6737            "hostname" : "elasticloadbalancing-fips.us-east-1.amazonaws.com"
6738          },
6739          "fips-us-east-2" : {
6740            "credentialScope" : {
6741              "region" : "us-east-2"
6742            },
6743            "deprecated" : true,
6744            "hostname" : "elasticloadbalancing-fips.us-east-2.amazonaws.com"
6745          },
6746          "fips-us-west-1" : {
6747            "credentialScope" : {
6748              "region" : "us-west-1"
6749            },
6750            "deprecated" : true,
6751            "hostname" : "elasticloadbalancing-fips.us-west-1.amazonaws.com"
6752          },
6753          "fips-us-west-2" : {
6754            "credentialScope" : {
6755              "region" : "us-west-2"
6756            },
6757            "deprecated" : true,
6758            "hostname" : "elasticloadbalancing-fips.us-west-2.amazonaws.com"
6759          },
6760          "il-central-1" : { },
6761          "me-central-1" : { },
6762          "me-south-1" : { },
6763          "sa-east-1" : { },
6764          "us-east-1" : {
6765            "variants" : [ {
6766              "hostname" : "elasticloadbalancing-fips.us-east-1.amazonaws.com",
6767              "tags" : [ "fips" ]
6768            } ]
6769          },
6770          "us-east-2" : {
6771            "variants" : [ {
6772              "hostname" : "elasticloadbalancing-fips.us-east-2.amazonaws.com",
6773              "tags" : [ "fips" ]
6774            } ]
6775          },
6776          "us-west-1" : {
6777            "variants" : [ {
6778              "hostname" : "elasticloadbalancing-fips.us-west-1.amazonaws.com",
6779              "tags" : [ "fips" ]
6780            } ]
6781          },
6782          "us-west-2" : {
6783            "variants" : [ {
6784              "hostname" : "elasticloadbalancing-fips.us-west-2.amazonaws.com",
6785              "tags" : [ "fips" ]
6786            } ]
6787          }
6788        }
6789      },
6790      "elasticmapreduce" : {
6791        "defaults" : {
6792          "protocols" : [ "https" ],
6793          "sslCommonName" : "{region}.{service}.{dnsSuffix}"
6794        },
6795        "endpoints" : {
6796          "af-south-1" : { },
6797          "ap-east-1" : { },
6798          "ap-northeast-1" : { },
6799          "ap-northeast-2" : { },
6800          "ap-northeast-3" : { },
6801          "ap-south-1" : { },
6802          "ap-south-2" : { },
6803          "ap-southeast-1" : { },
6804          "ap-southeast-2" : { },
6805          "ap-southeast-3" : { },
6806          "ap-southeast-4" : { },
6807          "ca-central-1" : {
6808            "variants" : [ {
6809              "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com",
6810              "tags" : [ "fips" ]
6811            } ]
6812          },
6813          "ca-west-1" : {
6814            "variants" : [ {
6815              "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com",
6816              "tags" : [ "fips" ]
6817            } ]
6818          },
6819          "eu-central-1" : {
6820            "sslCommonName" : "{service}.{region}.{dnsSuffix}"
6821          },
6822          "eu-central-2" : { },
6823          "eu-north-1" : { },
6824          "eu-south-1" : { },
6825          "eu-south-2" : { },
6826          "eu-west-1" : { },
6827          "eu-west-2" : { },
6828          "eu-west-3" : { },
6829          "fips-ca-central-1" : {
6830            "credentialScope" : {
6831              "region" : "ca-central-1"
6832            },
6833            "deprecated" : true,
6834            "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com"
6835          },
6836          "fips-ca-west-1" : {
6837            "credentialScope" : {
6838              "region" : "ca-west-1"
6839            },
6840            "deprecated" : true,
6841            "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com"
6842          },
6843          "fips-us-east-1" : {
6844            "credentialScope" : {
6845              "region" : "us-east-1"
6846            },
6847            "deprecated" : true,
6848            "hostname" : "elasticmapreduce-fips.us-east-1.amazonaws.com"
6849          },
6850          "fips-us-east-2" : {
6851            "credentialScope" : {
6852              "region" : "us-east-2"
6853            },
6854            "deprecated" : true,
6855            "hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com"
6856          },
6857          "fips-us-west-1" : {
6858            "credentialScope" : {
6859              "region" : "us-west-1"
6860            },
6861            "deprecated" : true,
6862            "hostname" : "elasticmapreduce-fips.us-west-1.amazonaws.com"
6863          },
6864          "fips-us-west-2" : {
6865            "credentialScope" : {
6866              "region" : "us-west-2"
6867            },
6868            "deprecated" : true,
6869            "hostname" : "elasticmapreduce-fips.us-west-2.amazonaws.com"
6870          },
6871          "il-central-1" : { },
6872          "me-central-1" : { },
6873          "me-south-1" : { },
6874          "sa-east-1" : { },
6875          "us-east-1" : {
6876            "sslCommonName" : "{service}.{region}.{dnsSuffix}",
6877            "variants" : [ {
6878              "hostname" : "elasticmapreduce-fips.us-east-1.amazonaws.com",
6879              "tags" : [ "fips" ]
6880            } ]
6881          },
6882          "us-east-2" : {
6883            "variants" : [ {
6884              "hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com",
6885              "tags" : [ "fips" ]
6886            }, {
6887              "hostname" : "elasticmapreduce.us-east-2.api.aws",
6888              "tags" : [ "dualstack" ]
6889            } ]
6890          },
6891          "us-west-1" : {
6892            "variants" : [ {
6893              "hostname" : "elasticmapreduce-fips.us-west-1.amazonaws.com",
6894              "tags" : [ "fips" ]
6895            } ]
6896          },
6897          "us-west-2" : {
6898            "variants" : [ {
6899              "hostname" : "elasticmapreduce-fips.us-west-2.amazonaws.com",
6900              "tags" : [ "fips" ]
6901            } ]
6902          }
6903        }
6904      },
6905      "elastictranscoder" : {
6906        "endpoints" : {
6907          "ap-northeast-1" : { },
6908          "ap-south-1" : { },
6909          "ap-southeast-1" : { },
6910          "ap-southeast-2" : { },
6911          "eu-west-1" : { },
6912          "us-east-1" : { },
6913          "us-west-1" : { },
6914          "us-west-2" : { }
6915        }
6916      },
6917      "email" : {
6918        "endpoints" : {
6919          "af-south-1" : { },
6920          "ap-northeast-1" : { },
6921          "ap-northeast-2" : { },
6922          "ap-northeast-3" : { },
6923          "ap-south-1" : { },
6924          "ap-southeast-1" : { },
6925          "ap-southeast-2" : { },
6926          "ap-southeast-3" : { },
6927          "ca-central-1" : {
6928            "variants" : [ {
6929              "hostname" : "email-fips.ca-central-1.amazonaws.com",
6930              "tags" : [ "fips" ]
6931            } ]
6932          },
6933          "eu-central-1" : { },
6934          "eu-north-1" : { },
6935          "eu-south-1" : { },
6936          "eu-west-1" : { },
6937          "eu-west-2" : { },
6938          "eu-west-3" : { },
6939          "fips-ca-central-1" : {
6940            "credentialScope" : {
6941              "region" : "ca-central-1"
6942            },
6943            "deprecated" : true,
6944            "hostname" : "email-fips.ca-central-1.amazonaws.com"
6945          },
6946          "fips-us-east-1" : {
6947            "credentialScope" : {
6948              "region" : "us-east-1"
6949            },
6950            "deprecated" : true,
6951            "hostname" : "email-fips.us-east-1.amazonaws.com"
6952          },
6953          "fips-us-east-2" : {
6954            "credentialScope" : {
6955              "region" : "us-east-2"
6956            },
6957            "deprecated" : true,
6958            "hostname" : "email-fips.us-east-2.amazonaws.com"
6959          },
6960          "fips-us-west-1" : {
6961            "credentialScope" : {
6962              "region" : "us-west-1"
6963            },
6964            "deprecated" : true,
6965            "hostname" : "email-fips.us-west-1.amazonaws.com"
6966          },
6967          "fips-us-west-2" : {
6968            "credentialScope" : {
6969              "region" : "us-west-2"
6970            },
6971            "deprecated" : true,
6972            "hostname" : "email-fips.us-west-2.amazonaws.com"
6973          },
6974          "il-central-1" : { },
6975          "me-south-1" : { },
6976          "sa-east-1" : { },
6977          "us-east-1" : {
6978            "variants" : [ {
6979              "hostname" : "email-fips.us-east-1.amazonaws.com",
6980              "tags" : [ "fips" ]
6981            } ]
6982          },
6983          "us-east-2" : {
6984            "variants" : [ {
6985              "hostname" : "email-fips.us-east-2.amazonaws.com",
6986              "tags" : [ "fips" ]
6987            } ]
6988          },
6989          "us-west-1" : {
6990            "variants" : [ {
6991              "hostname" : "email-fips.us-west-1.amazonaws.com",
6992              "tags" : [ "fips" ]
6993            } ]
6994          },
6995          "us-west-2" : {
6996            "variants" : [ {
6997              "hostname" : "email-fips.us-west-2.amazonaws.com",
6998              "tags" : [ "fips" ]
6999            } ]
7000          }
7001        }
7002      },
7003      "emr-containers" : {
7004        "endpoints" : {
7005          "af-south-1" : { },
7006          "ap-east-1" : { },
7007          "ap-northeast-1" : { },
7008          "ap-northeast-2" : { },
7009          "ap-northeast-3" : { },
7010          "ap-south-1" : { },
7011          "ap-southeast-1" : { },
7012          "ap-southeast-2" : { },
7013          "ap-southeast-3" : { },
7014          "ca-central-1" : {
7015            "variants" : [ {
7016              "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com",
7017              "tags" : [ "fips" ]
7018            } ]
7019          },
7020          "eu-central-1" : { },
7021          "eu-north-1" : { },
7022          "eu-south-1" : { },
7023          "eu-west-1" : { },
7024          "eu-west-2" : { },
7025          "eu-west-3" : { },
7026          "fips-ca-central-1" : {
7027            "credentialScope" : {
7028              "region" : "ca-central-1"
7029            },
7030            "deprecated" : true,
7031            "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com"
7032          },
7033          "fips-us-east-1" : {
7034            "credentialScope" : {
7035              "region" : "us-east-1"
7036            },
7037            "deprecated" : true,
7038            "hostname" : "emr-containers-fips.us-east-1.amazonaws.com"
7039          },
7040          "fips-us-east-2" : {
7041            "credentialScope" : {
7042              "region" : "us-east-2"
7043            },
7044            "deprecated" : true,
7045            "hostname" : "emr-containers-fips.us-east-2.amazonaws.com"
7046          },
7047          "fips-us-west-1" : {
7048            "credentialScope" : {
7049              "region" : "us-west-1"
7050            },
7051            "deprecated" : true,
7052            "hostname" : "emr-containers-fips.us-west-1.amazonaws.com"
7053          },
7054          "fips-us-west-2" : {
7055            "credentialScope" : {
7056              "region" : "us-west-2"
7057            },
7058            "deprecated" : true,
7059            "hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
7060          },
7061          "me-central-1" : { },
7062          "me-south-1" : { },
7063          "sa-east-1" : { },
7064          "us-east-1" : {
7065            "variants" : [ {
7066              "hostname" : "emr-containers-fips.us-east-1.amazonaws.com",
7067              "tags" : [ "fips" ]
7068            } ]
7069          },
7070          "us-east-2" : {
7071            "variants" : [ {
7072              "hostname" : "emr-containers-fips.us-east-2.amazonaws.com",
7073              "tags" : [ "fips" ]
7074            } ]
7075          },
7076          "us-west-1" : {
7077            "variants" : [ {
7078              "hostname" : "emr-containers-fips.us-west-1.amazonaws.com",
7079              "tags" : [ "fips" ]
7080            } ]
7081          },
7082          "us-west-2" : {
7083            "variants" : [ {
7084              "hostname" : "emr-containers-fips.us-west-2.amazonaws.com",
7085              "tags" : [ "fips" ]
7086            } ]
7087          }
7088        }
7089      },
7090      "emr-serverless" : {
7091        "endpoints" : {
7092          "af-south-1" : { },
7093          "ap-east-1" : { },
7094          "ap-northeast-1" : { },
7095          "ap-northeast-2" : { },
7096          "ap-northeast-3" : { },
7097          "ap-south-1" : { },
7098          "ap-southeast-1" : { },
7099          "ap-southeast-2" : { },
7100          "ap-southeast-3" : { },
7101          "ca-central-1" : {
7102            "variants" : [ {
7103              "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
7104              "tags" : [ "fips" ]
7105            } ]
7106          },
7107          "eu-central-1" : { },
7108          "eu-north-1" : { },
7109          "eu-south-1" : { },
7110          "eu-west-1" : { },
7111          "eu-west-2" : { },
7112          "eu-west-3" : { },
7113          "fips-ca-central-1" : {
7114            "credentialScope" : {
7115              "region" : "ca-central-1"
7116            },
7117            "deprecated" : true,
7118            "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com"
7119          },
7120          "fips-us-east-1" : {
7121            "credentialScope" : {
7122              "region" : "us-east-1"
7123            },
7124            "deprecated" : true,
7125            "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
7126          },
7127          "fips-us-east-2" : {
7128            "credentialScope" : {
7129              "region" : "us-east-2"
7130            },
7131            "deprecated" : true,
7132            "hostname" : "emr-serverless-fips.us-east-2.amazonaws.com"
7133          },
7134          "fips-us-west-1" : {
7135            "credentialScope" : {
7136              "region" : "us-west-1"
7137            },
7138            "deprecated" : true,
7139            "hostname" : "emr-serverless-fips.us-west-1.amazonaws.com"
7140          },
7141          "fips-us-west-2" : {
7142            "credentialScope" : {
7143              "region" : "us-west-2"
7144            },
7145            "deprecated" : true,
7146            "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
7147          },
7148          "me-central-1" : { },
7149          "me-south-1" : { },
7150          "sa-east-1" : { },
7151          "us-east-1" : {
7152            "variants" : [ {
7153              "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
7154              "tags" : [ "fips" ]
7155            } ]
7156          },
7157          "us-east-2" : {
7158            "variants" : [ {
7159              "hostname" : "emr-serverless-fips.us-east-2.amazonaws.com",
7160              "tags" : [ "fips" ]
7161            } ]
7162          },
7163          "us-west-1" : {
7164            "variants" : [ {
7165              "hostname" : "emr-serverless-fips.us-west-1.amazonaws.com",
7166              "tags" : [ "fips" ]
7167            } ]
7168          },
7169          "us-west-2" : {
7170            "variants" : [ {
7171              "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
7172              "tags" : [ "fips" ]
7173            } ]
7174          }
7175        }
7176      },
7177      "entitlement.marketplace" : {
7178        "defaults" : {
7179          "credentialScope" : {
7180            "service" : "aws-marketplace"
7181          }
7182        },
7183        "endpoints" : {
7184          "us-east-1" : { }
7185        }
7186      },
7187      "es" : {
7188        "endpoints" : {
7189          "af-south-1" : {
7190            "variants" : [ {
7191              "hostname" : "aos.af-south-1.api.aws",
7192              "tags" : [ "dualstack" ]
7193            } ]
7194          },
7195          "ap-east-1" : {
7196            "variants" : [ {
7197              "hostname" : "aos.ap-east-1.api.aws",
7198              "tags" : [ "dualstack" ]
7199            } ]
7200          },
7201          "ap-northeast-1" : {
7202            "variants" : [ {
7203              "hostname" : "aos.ap-northeast-1.api.aws",
7204              "tags" : [ "dualstack" ]
7205            } ]
7206          },
7207          "ap-northeast-2" : {
7208            "variants" : [ {
7209              "hostname" : "aos.ap-northeast-2.api.aws",
7210              "tags" : [ "dualstack" ]
7211            } ]
7212          },
7213          "ap-northeast-3" : {
7214            "variants" : [ {
7215              "hostname" : "aos.ap-northeast-3.api.aws",
7216              "tags" : [ "dualstack" ]
7217            } ]
7218          },
7219          "ap-south-1" : {
7220            "variants" : [ {
7221              "hostname" : "aos.ap-south-1.api.aws",
7222              "tags" : [ "dualstack" ]
7223            } ]
7224          },
7225          "ap-south-2" : {
7226            "variants" : [ {
7227              "hostname" : "aos.ap-south-2.api.aws",
7228              "tags" : [ "dualstack" ]
7229            } ]
7230          },
7231          "ap-southeast-1" : {
7232            "variants" : [ {
7233              "hostname" : "aos.ap-southeast-1.api.aws",
7234              "tags" : [ "dualstack" ]
7235            } ]
7236          },
7237          "ap-southeast-2" : {
7238            "variants" : [ {
7239              "hostname" : "aos.ap-southeast-2.api.aws",
7240              "tags" : [ "dualstack" ]
7241            } ]
7242          },
7243          "ap-southeast-3" : {
7244            "variants" : [ {
7245              "hostname" : "aos.ap-southeast-3.api.aws",
7246              "tags" : [ "dualstack" ]
7247            } ]
7248          },
7249          "ap-southeast-4" : {
7250            "variants" : [ {
7251              "hostname" : "aos.ap-southeast-4.api.aws",
7252              "tags" : [ "dualstack" ]
7253            } ]
7254          },
7255          "ca-central-1" : {
7256            "variants" : [ {
7257              "hostname" : "aos.ca-central-1.api.aws",
7258              "tags" : [ "dualstack" ]
7259            } ]
7260          },
7261          "ca-west-1" : {
7262            "variants" : [ {
7263              "hostname" : "aos.ca-west-1.api.aws",
7264              "tags" : [ "dualstack" ]
7265            } ]
7266          },
7267          "eu-central-1" : {
7268            "variants" : [ {
7269              "hostname" : "aos.eu-central-1.api.aws",
7270              "tags" : [ "dualstack" ]
7271            } ]
7272          },
7273          "eu-central-2" : {
7274            "variants" : [ {
7275              "hostname" : "aos.eu-central-2.api.aws",
7276              "tags" : [ "dualstack" ]
7277            } ]
7278          },
7279          "eu-north-1" : {
7280            "variants" : [ {
7281              "hostname" : "aos.eu-north-1.api.aws",
7282              "tags" : [ "dualstack" ]
7283            } ]
7284          },
7285          "eu-south-1" : {
7286            "variants" : [ {
7287              "hostname" : "aos.eu-south-1.api.aws",
7288              "tags" : [ "dualstack" ]
7289            } ]
7290          },
7291          "eu-south-2" : {
7292            "variants" : [ {
7293              "hostname" : "aos.eu-south-2.api.aws",
7294              "tags" : [ "dualstack" ]
7295            } ]
7296          },
7297          "eu-west-1" : {
7298            "variants" : [ {
7299              "hostname" : "aos.eu-west-1.api.aws",
7300              "tags" : [ "dualstack" ]
7301            } ]
7302          },
7303          "eu-west-2" : {
7304            "variants" : [ {
7305              "hostname" : "aos.eu-west-2.api.aws",
7306              "tags" : [ "dualstack" ]
7307            } ]
7308          },
7309          "eu-west-3" : {
7310            "variants" : [ {
7311              "hostname" : "aos.eu-west-3.api.aws",
7312              "tags" : [ "dualstack" ]
7313            } ]
7314          },
7315          "fips" : {
7316            "credentialScope" : {
7317              "region" : "us-west-1"
7318            },
7319            "deprecated" : true,
7320            "hostname" : "es-fips.us-west-1.amazonaws.com"
7321          },
7322          "il-central-1" : {
7323            "variants" : [ {
7324              "hostname" : "aos.il-central-1.api.aws",
7325              "tags" : [ "dualstack" ]
7326            } ]
7327          },
7328          "me-central-1" : {
7329            "variants" : [ {
7330              "hostname" : "aos.me-central-1.api.aws",
7331              "tags" : [ "dualstack" ]
7332            } ]
7333          },
7334          "me-south-1" : {
7335            "variants" : [ {
7336              "hostname" : "aos.me-south-1.api.aws",
7337              "tags" : [ "dualstack" ]
7338            } ]
7339          },
7340          "sa-east-1" : {
7341            "variants" : [ {
7342              "hostname" : "aos.sa-east-1.api.aws",
7343              "tags" : [ "dualstack" ]
7344            } ]
7345          },
7346          "us-east-1" : {
7347            "variants" : [ {
7348              "hostname" : "aos.us-east-1.api.aws",
7349              "tags" : [ "dualstack" ]
7350            }, {
7351              "hostname" : "es-fips.us-east-1.amazonaws.com",
7352              "tags" : [ "fips" ]
7353            } ]
7354          },
7355          "us-east-1-fips" : {
7356            "credentialScope" : {
7357              "region" : "us-east-1"
7358            },
7359            "deprecated" : true,
7360            "hostname" : "es-fips.us-east-1.amazonaws.com"
7361          },
7362          "us-east-2" : {
7363            "variants" : [ {
7364              "hostname" : "aos.us-east-2.api.aws",
7365              "tags" : [ "dualstack" ]
7366            }, {
7367              "hostname" : "es-fips.us-east-2.amazonaws.com",
7368              "tags" : [ "fips" ]
7369            } ]
7370          },
7371          "us-east-2-fips" : {
7372            "credentialScope" : {
7373              "region" : "us-east-2"
7374            },
7375            "deprecated" : true,
7376            "hostname" : "es-fips.us-east-2.amazonaws.com"
7377          },
7378          "us-west-1" : {
7379            "variants" : [ {
7380              "hostname" : "aos.us-west-1.api.aws",
7381              "tags" : [ "dualstack" ]
7382            }, {
7383              "hostname" : "es-fips.us-west-1.amazonaws.com",
7384              "tags" : [ "fips" ]
7385            } ]
7386          },
7387          "us-west-1-fips" : {
7388            "credentialScope" : {
7389              "region" : "us-west-1"
7390            },
7391            "deprecated" : true,
7392            "hostname" : "es-fips.us-west-1.amazonaws.com"
7393          },
7394          "us-west-2" : {
7395            "variants" : [ {
7396              "hostname" : "aos.us-west-2.api.aws",
7397              "tags" : [ "dualstack" ]
7398            }, {
7399              "hostname" : "es-fips.us-west-2.amazonaws.com",
7400              "tags" : [ "fips" ]
7401            } ]
7402          },
7403          "us-west-2-fips" : {
7404            "credentialScope" : {
7405              "region" : "us-west-2"
7406            },
7407            "deprecated" : true,
7408            "hostname" : "es-fips.us-west-2.amazonaws.com"
7409          }
7410        }
7411      },
7412      "events" : {
7413        "endpoints" : {
7414          "af-south-1" : { },
7415          "ap-east-1" : { },
7416          "ap-northeast-1" : { },
7417          "ap-northeast-2" : { },
7418          "ap-northeast-3" : { },
7419          "ap-south-1" : { },
7420          "ap-south-2" : { },
7421          "ap-southeast-1" : { },
7422          "ap-southeast-2" : { },
7423          "ap-southeast-3" : { },
7424          "ap-southeast-4" : { },
7425          "ca-central-1" : { },
7426          "ca-west-1" : { },
7427          "eu-central-1" : { },
7428          "eu-central-2" : { },
7429          "eu-north-1" : { },
7430          "eu-south-1" : { },
7431          "eu-south-2" : { },
7432          "eu-west-1" : { },
7433          "eu-west-2" : { },
7434          "eu-west-3" : { },
7435          "fips-us-east-1" : {
7436            "credentialScope" : {
7437              "region" : "us-east-1"
7438            },
7439            "deprecated" : true,
7440            "hostname" : "events-fips.us-east-1.amazonaws.com"
7441          },
7442          "fips-us-east-2" : {
7443            "credentialScope" : {
7444              "region" : "us-east-2"
7445            },
7446            "deprecated" : true,
7447            "hostname" : "events-fips.us-east-2.amazonaws.com"
7448          },
7449          "fips-us-west-1" : {
7450            "credentialScope" : {
7451              "region" : "us-west-1"
7452            },
7453            "deprecated" : true,
7454            "hostname" : "events-fips.us-west-1.amazonaws.com"
7455          },
7456          "fips-us-west-2" : {
7457            "credentialScope" : {
7458              "region" : "us-west-2"
7459            },
7460            "deprecated" : true,
7461            "hostname" : "events-fips.us-west-2.amazonaws.com"
7462          },
7463          "il-central-1" : { },
7464          "me-central-1" : { },
7465          "me-south-1" : { },
7466          "sa-east-1" : { },
7467          "us-east-1" : {
7468            "variants" : [ {
7469              "hostname" : "events-fips.us-east-1.amazonaws.com",
7470              "tags" : [ "fips" ]
7471            } ]
7472          },
7473          "us-east-2" : {
7474            "variants" : [ {
7475              "hostname" : "events-fips.us-east-2.amazonaws.com",
7476              "tags" : [ "fips" ]
7477            } ]
7478          },
7479          "us-west-1" : {
7480            "variants" : [ {
7481              "hostname" : "events-fips.us-west-1.amazonaws.com",
7482              "tags" : [ "fips" ]
7483            } ]
7484          },
7485          "us-west-2" : {
7486            "variants" : [ {
7487              "hostname" : "events-fips.us-west-2.amazonaws.com",
7488              "tags" : [ "fips" ]
7489            } ]
7490          }
7491        }
7492      },
7493      "evidently" : {
7494        "endpoints" : {
7495          "ap-northeast-1" : {
7496            "hostname" : "evidently.ap-northeast-1.amazonaws.com"
7497          },
7498          "ap-southeast-1" : {
7499            "hostname" : "evidently.ap-southeast-1.amazonaws.com"
7500          },
7501          "ap-southeast-2" : {
7502            "hostname" : "evidently.ap-southeast-2.amazonaws.com"
7503          },
7504          "eu-central-1" : {
7505            "hostname" : "evidently.eu-central-1.amazonaws.com"
7506          },
7507          "eu-north-1" : {
7508            "hostname" : "evidently.eu-north-1.amazonaws.com"
7509          },
7510          "eu-west-1" : {
7511            "hostname" : "evidently.eu-west-1.amazonaws.com"
7512          },
7513          "us-east-1" : {
7514            "hostname" : "evidently.us-east-1.amazonaws.com"
7515          },
7516          "us-east-2" : {
7517            "hostname" : "evidently.us-east-2.amazonaws.com"
7518          },
7519          "us-west-2" : {
7520            "hostname" : "evidently.us-west-2.amazonaws.com"
7521          }
7522        }
7523      },
7524      "finspace" : {
7525        "endpoints" : {
7526          "ap-northeast-1" : { },
7527          "ap-southeast-1" : { },
7528          "ap-southeast-2" : { },
7529          "ca-central-1" : { },
7530          "eu-central-1" : { },
7531          "eu-west-1" : { },
7532          "eu-west-2" : { },
7533          "us-east-1" : { },
7534          "us-east-2" : { },
7535          "us-west-2" : { }
7536        }
7537      },
7538      "finspace-api" : {
7539        "endpoints" : {
7540          "ca-central-1" : { },
7541          "eu-west-1" : { },
7542          "us-east-1" : { },
7543          "us-east-2" : { },
7544          "us-west-2" : { }
7545        }
7546      },
7547      "firehose" : {
7548        "endpoints" : {
7549          "af-south-1" : { },
7550          "ap-east-1" : { },
7551          "ap-northeast-1" : { },
7552          "ap-northeast-2" : { },
7553          "ap-northeast-3" : { },
7554          "ap-south-1" : { },
7555          "ap-south-2" : { },
7556          "ap-southeast-1" : { },
7557          "ap-southeast-2" : { },
7558          "ap-southeast-3" : { },
7559          "ap-southeast-4" : { },
7560          "ca-central-1" : { },
7561          "ca-west-1" : { },
7562          "eu-central-1" : { },
7563          "eu-central-2" : { },
7564          "eu-north-1" : { },
7565          "eu-south-1" : { },
7566          "eu-south-2" : { },
7567          "eu-west-1" : { },
7568          "eu-west-2" : { },
7569          "eu-west-3" : { },
7570          "fips-us-east-1" : {
7571            "credentialScope" : {
7572              "region" : "us-east-1"
7573            },
7574            "deprecated" : true,
7575            "hostname" : "firehose-fips.us-east-1.amazonaws.com"
7576          },
7577          "fips-us-east-2" : {
7578            "credentialScope" : {
7579              "region" : "us-east-2"
7580            },
7581            "deprecated" : true,
7582            "hostname" : "firehose-fips.us-east-2.amazonaws.com"
7583          },
7584          "fips-us-west-1" : {
7585            "credentialScope" : {
7586              "region" : "us-west-1"
7587            },
7588            "deprecated" : true,
7589            "hostname" : "firehose-fips.us-west-1.amazonaws.com"
7590          },
7591          "fips-us-west-2" : {
7592            "credentialScope" : {
7593              "region" : "us-west-2"
7594            },
7595            "deprecated" : true,
7596            "hostname" : "firehose-fips.us-west-2.amazonaws.com"
7597          },
7598          "il-central-1" : { },
7599          "me-central-1" : { },
7600          "me-south-1" : { },
7601          "sa-east-1" : { },
7602          "us-east-1" : {
7603            "variants" : [ {
7604              "hostname" : "firehose-fips.us-east-1.amazonaws.com",
7605              "tags" : [ "fips" ]
7606            } ]
7607          },
7608          "us-east-2" : {
7609            "variants" : [ {
7610              "hostname" : "firehose-fips.us-east-2.amazonaws.com",
7611              "tags" : [ "fips" ]
7612            } ]
7613          },
7614          "us-west-1" : {
7615            "variants" : [ {
7616              "hostname" : "firehose-fips.us-west-1.amazonaws.com",
7617              "tags" : [ "fips" ]
7618            } ]
7619          },
7620          "us-west-2" : {
7621            "variants" : [ {
7622              "hostname" : "firehose-fips.us-west-2.amazonaws.com",
7623              "tags" : [ "fips" ]
7624            } ]
7625          }
7626        }
7627      },
7628      "fms" : {
7629        "defaults" : {
7630          "protocols" : [ "https" ]
7631        },
7632        "endpoints" : {
7633          "af-south-1" : {
7634            "variants" : [ {
7635              "hostname" : "fms-fips.af-south-1.amazonaws.com",
7636              "tags" : [ "fips" ]
7637            } ]
7638          },
7639          "ap-east-1" : {
7640            "variants" : [ {
7641              "hostname" : "fms-fips.ap-east-1.amazonaws.com",
7642              "tags" : [ "fips" ]
7643            } ]
7644          },
7645          "ap-northeast-1" : {
7646            "variants" : [ {
7647              "hostname" : "fms-fips.ap-northeast-1.amazonaws.com",
7648              "tags" : [ "fips" ]
7649            } ]
7650          },
7651          "ap-northeast-2" : {
7652            "variants" : [ {
7653              "hostname" : "fms-fips.ap-northeast-2.amazonaws.com",
7654              "tags" : [ "fips" ]
7655            } ]
7656          },
7657          "ap-northeast-3" : { },
7658          "ap-south-1" : {
7659            "variants" : [ {
7660              "hostname" : "fms-fips.ap-south-1.amazonaws.com",
7661              "tags" : [ "fips" ]
7662            } ]
7663          },
7664          "ap-south-2" : { },
7665          "ap-southeast-1" : {
7666            "variants" : [ {
7667              "hostname" : "fms-fips.ap-southeast-1.amazonaws.com",
7668              "tags" : [ "fips" ]
7669            } ]
7670          },
7671          "ap-southeast-2" : {
7672            "variants" : [ {
7673              "hostname" : "fms-fips.ap-southeast-2.amazonaws.com",
7674              "tags" : [ "fips" ]
7675            } ]
7676          },
7677          "ap-southeast-3" : { },
7678          "ap-southeast-4" : { },
7679          "ca-central-1" : {
7680            "variants" : [ {
7681              "hostname" : "fms-fips.ca-central-1.amazonaws.com",
7682              "tags" : [ "fips" ]
7683            } ]
7684          },
7685          "eu-central-1" : {
7686            "variants" : [ {
7687              "hostname" : "fms-fips.eu-central-1.amazonaws.com",
7688              "tags" : [ "fips" ]
7689            } ]
7690          },
7691          "eu-central-2" : { },
7692          "eu-north-1" : { },
7693          "eu-south-1" : {
7694            "variants" : [ {
7695              "hostname" : "fms-fips.eu-south-1.amazonaws.com",
7696              "tags" : [ "fips" ]
7697            } ]
7698          },
7699          "eu-south-2" : { },
7700          "eu-west-1" : {
7701            "variants" : [ {
7702              "hostname" : "fms-fips.eu-west-1.amazonaws.com",
7703              "tags" : [ "fips" ]
7704            } ]
7705          },
7706          "eu-west-2" : {
7707            "variants" : [ {
7708              "hostname" : "fms-fips.eu-west-2.amazonaws.com",
7709              "tags" : [ "fips" ]
7710            } ]
7711          },
7712          "eu-west-3" : {
7713            "variants" : [ {
7714              "hostname" : "fms-fips.eu-west-3.amazonaws.com",
7715              "tags" : [ "fips" ]
7716            } ]
7717          },
7718          "fips-af-south-1" : {
7719            "credentialScope" : {
7720              "region" : "af-south-1"
7721            },
7722            "deprecated" : true,
7723            "hostname" : "fms-fips.af-south-1.amazonaws.com"
7724          },
7725          "fips-ap-east-1" : {
7726            "credentialScope" : {
7727              "region" : "ap-east-1"
7728            },
7729            "deprecated" : true,
7730            "hostname" : "fms-fips.ap-east-1.amazonaws.com"
7731          },
7732          "fips-ap-northeast-1" : {
7733            "credentialScope" : {
7734              "region" : "ap-northeast-1"
7735            },
7736            "deprecated" : true,
7737            "hostname" : "fms-fips.ap-northeast-1.amazonaws.com"
7738          },
7739          "fips-ap-northeast-2" : {
7740            "credentialScope" : {
7741              "region" : "ap-northeast-2"
7742            },
7743            "deprecated" : true,
7744            "hostname" : "fms-fips.ap-northeast-2.amazonaws.com"
7745          },
7746          "fips-ap-south-1" : {
7747            "credentialScope" : {
7748              "region" : "ap-south-1"
7749            },
7750            "deprecated" : true,
7751            "hostname" : "fms-fips.ap-south-1.amazonaws.com"
7752          },
7753          "fips-ap-southeast-1" : {
7754            "credentialScope" : {
7755              "region" : "ap-southeast-1"
7756            },
7757            "deprecated" : true,
7758            "hostname" : "fms-fips.ap-southeast-1.amazonaws.com"
7759          },
7760          "fips-ap-southeast-2" : {
7761            "credentialScope" : {
7762              "region" : "ap-southeast-2"
7763            },
7764            "deprecated" : true,
7765            "hostname" : "fms-fips.ap-southeast-2.amazonaws.com"
7766          },
7767          "fips-ca-central-1" : {
7768            "credentialScope" : {
7769              "region" : "ca-central-1"
7770            },
7771            "deprecated" : true,
7772            "hostname" : "fms-fips.ca-central-1.amazonaws.com"
7773          },
7774          "fips-eu-central-1" : {
7775            "credentialScope" : {
7776              "region" : "eu-central-1"
7777            },
7778            "deprecated" : true,
7779            "hostname" : "fms-fips.eu-central-1.amazonaws.com"
7780          },
7781          "fips-eu-south-1" : {
7782            "credentialScope" : {
7783              "region" : "eu-south-1"
7784            },
7785            "deprecated" : true,
7786            "hostname" : "fms-fips.eu-south-1.amazonaws.com"
7787          },
7788          "fips-eu-west-1" : {
7789            "credentialScope" : {
7790              "region" : "eu-west-1"
7791            },
7792            "deprecated" : true,
7793            "hostname" : "fms-fips.eu-west-1.amazonaws.com"
7794          },
7795          "fips-eu-west-2" : {
7796            "credentialScope" : {
7797              "region" : "eu-west-2"
7798            },
7799            "deprecated" : true,
7800            "hostname" : "fms-fips.eu-west-2.amazonaws.com"
7801          },
7802          "fips-eu-west-3" : {
7803            "credentialScope" : {
7804              "region" : "eu-west-3"
7805            },
7806            "deprecated" : true,
7807            "hostname" : "fms-fips.eu-west-3.amazonaws.com"
7808          },
7809          "fips-me-south-1" : {
7810            "credentialScope" : {
7811              "region" : "me-south-1"
7812            },
7813            "deprecated" : true,
7814            "hostname" : "fms-fips.me-south-1.amazonaws.com"
7815          },
7816          "fips-sa-east-1" : {
7817            "credentialScope" : {
7818              "region" : "sa-east-1"
7819            },
7820            "deprecated" : true,
7821            "hostname" : "fms-fips.sa-east-1.amazonaws.com"
7822          },
7823          "fips-us-east-1" : {
7824            "credentialScope" : {
7825              "region" : "us-east-1"
7826            },
7827            "deprecated" : true,
7828            "hostname" : "fms-fips.us-east-1.amazonaws.com"
7829          },
7830          "fips-us-east-2" : {
7831            "credentialScope" : {
7832              "region" : "us-east-2"
7833            },
7834            "deprecated" : true,
7835            "hostname" : "fms-fips.us-east-2.amazonaws.com"
7836          },
7837          "fips-us-west-1" : {
7838            "credentialScope" : {
7839              "region" : "us-west-1"
7840            },
7841            "deprecated" : true,
7842            "hostname" : "fms-fips.us-west-1.amazonaws.com"
7843          },
7844          "fips-us-west-2" : {
7845            "credentialScope" : {
7846              "region" : "us-west-2"
7847            },
7848            "deprecated" : true,
7849            "hostname" : "fms-fips.us-west-2.amazonaws.com"
7850          },
7851          "il-central-1" : { },
7852          "me-central-1" : { },
7853          "me-south-1" : {
7854            "variants" : [ {
7855              "hostname" : "fms-fips.me-south-1.amazonaws.com",
7856              "tags" : [ "fips" ]
7857            } ]
7858          },
7859          "sa-east-1" : {
7860            "variants" : [ {
7861              "hostname" : "fms-fips.sa-east-1.amazonaws.com",
7862              "tags" : [ "fips" ]
7863            } ]
7864          },
7865          "us-east-1" : {
7866            "variants" : [ {
7867              "hostname" : "fms-fips.us-east-1.amazonaws.com",
7868              "tags" : [ "fips" ]
7869            } ]
7870          },
7871          "us-east-2" : {
7872            "variants" : [ {
7873              "hostname" : "fms-fips.us-east-2.amazonaws.com",
7874              "tags" : [ "fips" ]
7875            } ]
7876          },
7877          "us-west-1" : {
7878            "variants" : [ {
7879              "hostname" : "fms-fips.us-west-1.amazonaws.com",
7880              "tags" : [ "fips" ]
7881            } ]
7882          },
7883          "us-west-2" : {
7884            "variants" : [ {
7885              "hostname" : "fms-fips.us-west-2.amazonaws.com",
7886              "tags" : [ "fips" ]
7887            } ]
7888          }
7889        }
7890      },
7891      "forecast" : {
7892        "endpoints" : {
7893          "ap-northeast-1" : { },
7894          "ap-northeast-2" : { },
7895          "ap-south-1" : { },
7896          "ap-southeast-1" : { },
7897          "ap-southeast-2" : { },
7898          "eu-central-1" : { },
7899          "eu-west-1" : { },
7900          "fips-us-east-1" : {
7901            "credentialScope" : {
7902              "region" : "us-east-1"
7903            },
7904            "deprecated" : true,
7905            "hostname" : "forecast-fips.us-east-1.amazonaws.com"
7906          },
7907          "fips-us-east-2" : {
7908            "credentialScope" : {
7909              "region" : "us-east-2"
7910            },
7911            "deprecated" : true,
7912            "hostname" : "forecast-fips.us-east-2.amazonaws.com"
7913          },
7914          "fips-us-west-2" : {
7915            "credentialScope" : {
7916              "region" : "us-west-2"
7917            },
7918            "deprecated" : true,
7919            "hostname" : "forecast-fips.us-west-2.amazonaws.com"
7920          },
7921          "us-east-1" : {
7922            "variants" : [ {
7923              "hostname" : "forecast-fips.us-east-1.amazonaws.com",
7924              "tags" : [ "fips" ]
7925            } ]
7926          },
7927          "us-east-2" : {
7928            "variants" : [ {
7929              "hostname" : "forecast-fips.us-east-2.amazonaws.com",
7930              "tags" : [ "fips" ]
7931            } ]
7932          },
7933          "us-west-2" : {
7934            "variants" : [ {
7935              "hostname" : "forecast-fips.us-west-2.amazonaws.com",
7936              "tags" : [ "fips" ]
7937            } ]
7938          }
7939        }
7940      },
7941      "forecastquery" : {
7942        "endpoints" : {
7943          "ap-northeast-1" : { },
7944          "ap-northeast-2" : { },
7945          "ap-south-1" : { },
7946          "ap-southeast-1" : { },
7947          "ap-southeast-2" : { },
7948          "eu-central-1" : { },
7949          "eu-west-1" : { },
7950          "fips-us-east-1" : {
7951            "credentialScope" : {
7952              "region" : "us-east-1"
7953            },
7954            "deprecated" : true,
7955            "hostname" : "forecastquery-fips.us-east-1.amazonaws.com"
7956          },
7957          "fips-us-east-2" : {
7958            "credentialScope" : {
7959              "region" : "us-east-2"
7960            },
7961            "deprecated" : true,
7962            "hostname" : "forecastquery-fips.us-east-2.amazonaws.com"
7963          },
7964          "fips-us-west-2" : {
7965            "credentialScope" : {
7966              "region" : "us-west-2"
7967            },
7968            "deprecated" : true,
7969            "hostname" : "forecastquery-fips.us-west-2.amazonaws.com"
7970          },
7971          "us-east-1" : {
7972            "variants" : [ {
7973              "hostname" : "forecastquery-fips.us-east-1.amazonaws.com",
7974              "tags" : [ "fips" ]
7975            } ]
7976          },
7977          "us-east-2" : {
7978            "variants" : [ {
7979              "hostname" : "forecastquery-fips.us-east-2.amazonaws.com",
7980              "tags" : [ "fips" ]
7981            } ]
7982          },
7983          "us-west-2" : {
7984            "variants" : [ {
7985              "hostname" : "forecastquery-fips.us-west-2.amazonaws.com",
7986              "tags" : [ "fips" ]
7987            } ]
7988          }
7989        }
7990      },
7991      "frauddetector" : {
7992        "endpoints" : {
7993          "ap-southeast-1" : { },
7994          "ap-southeast-2" : { },
7995          "eu-west-1" : { },
7996          "us-east-1" : { },
7997          "us-east-2" : { },
7998          "us-west-2" : { }
7999        }
8000      },
8001      "fsx" : {
8002        "endpoints" : {
8003          "af-south-1" : { },
8004          "ap-east-1" : { },
8005          "ap-northeast-1" : { },
8006          "ap-northeast-2" : { },
8007          "ap-northeast-3" : { },
8008          "ap-south-1" : { },
8009          "ap-south-2" : { },
8010          "ap-southeast-1" : { },
8011          "ap-southeast-2" : { },
8012          "ap-southeast-3" : { },
8013          "ap-southeast-4" : { },
8014          "ca-central-1" : {
8015            "variants" : [ {
8016              "hostname" : "fsx-fips.ca-central-1.amazonaws.com",
8017              "tags" : [ "fips" ]
8018            } ]
8019          },
8020          "eu-central-1" : { },
8021          "eu-central-2" : { },
8022          "eu-north-1" : { },
8023          "eu-south-1" : { },
8024          "eu-south-2" : { },
8025          "eu-west-1" : { },
8026          "eu-west-2" : { },
8027          "eu-west-3" : { },
8028          "fips-ca-central-1" : {
8029            "credentialScope" : {
8030              "region" : "ca-central-1"
8031            },
8032            "deprecated" : true,
8033            "hostname" : "fsx-fips.ca-central-1.amazonaws.com"
8034          },
8035          "fips-prod-ca-central-1" : {
8036            "credentialScope" : {
8037              "region" : "ca-central-1"
8038            },
8039            "deprecated" : true,
8040            "hostname" : "fsx-fips.ca-central-1.amazonaws.com"
8041          },
8042          "fips-prod-us-east-1" : {
8043            "credentialScope" : {
8044              "region" : "us-east-1"
8045            },
8046            "deprecated" : true,
8047            "hostname" : "fsx-fips.us-east-1.amazonaws.com"
8048          },
8049          "fips-prod-us-east-2" : {
8050            "credentialScope" : {
8051              "region" : "us-east-2"
8052            },
8053            "deprecated" : true,
8054            "hostname" : "fsx-fips.us-east-2.amazonaws.com"
8055          },
8056          "fips-prod-us-west-1" : {
8057            "credentialScope" : {
8058              "region" : "us-west-1"
8059            },
8060            "deprecated" : true,
8061            "hostname" : "fsx-fips.us-west-1.amazonaws.com"
8062          },
8063          "fips-prod-us-west-2" : {
8064            "credentialScope" : {
8065              "region" : "us-west-2"
8066            },
8067            "deprecated" : true,
8068            "hostname" : "fsx-fips.us-west-2.amazonaws.com"
8069          },
8070          "fips-us-east-1" : {
8071            "credentialScope" : {
8072              "region" : "us-east-1"
8073            },
8074            "deprecated" : true,
8075            "hostname" : "fsx-fips.us-east-1.amazonaws.com"
8076          },
8077          "fips-us-east-2" : {
8078            "credentialScope" : {
8079              "region" : "us-east-2"
8080            },
8081            "deprecated" : true,
8082            "hostname" : "fsx-fips.us-east-2.amazonaws.com"
8083          },
8084          "fips-us-west-1" : {
8085            "credentialScope" : {
8086              "region" : "us-west-1"
8087            },
8088            "deprecated" : true,
8089            "hostname" : "fsx-fips.us-west-1.amazonaws.com"
8090          },
8091          "fips-us-west-2" : {
8092            "credentialScope" : {
8093              "region" : "us-west-2"
8094            },
8095            "deprecated" : true,
8096            "hostname" : "fsx-fips.us-west-2.amazonaws.com"
8097          },
8098          "il-central-1" : { },
8099          "me-central-1" : { },
8100          "me-south-1" : { },
8101          "prod-ca-central-1" : {
8102            "credentialScope" : {
8103              "region" : "ca-central-1"
8104            },
8105            "deprecated" : true,
8106            "variants" : [ {
8107              "hostname" : "fsx-fips.ca-central-1.amazonaws.com",
8108              "tags" : [ "fips" ]
8109            } ]
8110          },
8111          "prod-us-east-1" : {
8112            "credentialScope" : {
8113              "region" : "us-east-1"
8114            },
8115            "deprecated" : true,
8116            "variants" : [ {
8117              "hostname" : "fsx-fips.us-east-1.amazonaws.com",
8118              "tags" : [ "fips" ]
8119            } ]
8120          },
8121          "prod-us-east-2" : {
8122            "credentialScope" : {
8123              "region" : "us-east-2"
8124            },
8125            "deprecated" : true,
8126            "variants" : [ {
8127              "hostname" : "fsx-fips.us-east-2.amazonaws.com",
8128              "tags" : [ "fips" ]
8129            } ]
8130          },
8131          "prod-us-west-1" : {
8132            "credentialScope" : {
8133              "region" : "us-west-1"
8134            },
8135            "deprecated" : true,
8136            "variants" : [ {
8137              "hostname" : "fsx-fips.us-west-1.amazonaws.com",
8138              "tags" : [ "fips" ]
8139            } ]
8140          },
8141          "prod-us-west-2" : {
8142            "credentialScope" : {
8143              "region" : "us-west-2"
8144            },
8145            "deprecated" : true,
8146            "variants" : [ {
8147              "hostname" : "fsx-fips.us-west-2.amazonaws.com",
8148              "tags" : [ "fips" ]
8149            } ]
8150          },
8151          "sa-east-1" : { },
8152          "us-east-1" : {
8153            "variants" : [ {
8154              "hostname" : "fsx-fips.us-east-1.amazonaws.com",
8155              "tags" : [ "fips" ]
8156            } ]
8157          },
8158          "us-east-2" : {
8159            "variants" : [ {
8160              "hostname" : "fsx-fips.us-east-2.amazonaws.com",
8161              "tags" : [ "fips" ]
8162            } ]
8163          },
8164          "us-west-1" : {
8165            "variants" : [ {
8166              "hostname" : "fsx-fips.us-west-1.amazonaws.com",
8167              "tags" : [ "fips" ]
8168            } ]
8169          },
8170          "us-west-2" : {
8171            "variants" : [ {
8172              "hostname" : "fsx-fips.us-west-2.amazonaws.com",
8173              "tags" : [ "fips" ]
8174            } ]
8175          }
8176        }
8177      },
8178      "gamelift" : {
8179        "endpoints" : {
8180          "af-south-1" : { },
8181          "ap-east-1" : { },
8182          "ap-northeast-1" : { },
8183          "ap-northeast-2" : { },
8184          "ap-northeast-3" : { },
8185          "ap-south-1" : { },
8186          "ap-southeast-1" : { },
8187          "ap-southeast-2" : { },
8188          "ca-central-1" : { },
8189          "eu-central-1" : { },
8190          "eu-north-1" : { },
8191          "eu-south-1" : { },
8192          "eu-west-1" : { },
8193          "eu-west-2" : { },
8194          "eu-west-3" : { },
8195          "me-south-1" : { },
8196          "sa-east-1" : { },
8197          "us-east-1" : { },
8198          "us-east-2" : { },
8199          "us-west-1" : { },
8200          "us-west-2" : { }
8201        }
8202      },
8203      "geo" : {
8204        "endpoints" : {
8205          "ap-northeast-1" : { },
8206          "ap-south-1" : { },
8207          "ap-southeast-1" : { },
8208          "ap-southeast-2" : { },
8209          "ca-central-1" : { },
8210          "eu-central-1" : { },
8211          "eu-north-1" : { },
8212          "eu-west-1" : { },
8213          "eu-west-2" : { },
8214          "sa-east-1" : { },
8215          "us-east-1" : { },
8216          "us-east-2" : { },
8217          "us-west-2" : { }
8218        }
8219      },
8220      "glacier" : {
8221        "defaults" : {
8222          "protocols" : [ "http", "https" ]
8223        },
8224        "endpoints" : {
8225          "af-south-1" : { },
8226          "ap-east-1" : { },
8227          "ap-northeast-1" : { },
8228          "ap-northeast-2" : { },
8229          "ap-northeast-3" : { },
8230          "ap-south-1" : { },
8231          "ap-southeast-1" : { },
8232          "ap-southeast-2" : { },
8233          "ap-southeast-3" : { },
8234          "ca-central-1" : {
8235            "variants" : [ {
8236              "hostname" : "glacier-fips.ca-central-1.amazonaws.com",
8237              "tags" : [ "fips" ]
8238            } ]
8239          },
8240          "eu-central-1" : { },
8241          "eu-north-1" : { },
8242          "eu-south-1" : { },
8243          "eu-west-1" : { },
8244          "eu-west-2" : { },
8245          "eu-west-3" : { },
8246          "fips-ca-central-1" : {
8247            "credentialScope" : {
8248              "region" : "ca-central-1"
8249            },
8250            "deprecated" : true,
8251            "hostname" : "glacier-fips.ca-central-1.amazonaws.com"
8252          },
8253          "fips-us-east-1" : {
8254            "credentialScope" : {
8255              "region" : "us-east-1"
8256            },
8257            "deprecated" : true,
8258            "hostname" : "glacier-fips.us-east-1.amazonaws.com"
8259          },
8260          "fips-us-east-2" : {
8261            "credentialScope" : {
8262              "region" : "us-east-2"
8263            },
8264            "deprecated" : true,
8265            "hostname" : "glacier-fips.us-east-2.amazonaws.com"
8266          },
8267          "fips-us-west-1" : {
8268            "credentialScope" : {
8269              "region" : "us-west-1"
8270            },
8271            "deprecated" : true,
8272            "hostname" : "glacier-fips.us-west-1.amazonaws.com"
8273          },
8274          "fips-us-west-2" : {
8275            "credentialScope" : {
8276              "region" : "us-west-2"
8277            },
8278            "deprecated" : true,
8279            "hostname" : "glacier-fips.us-west-2.amazonaws.com"
8280          },
8281          "me-south-1" : { },
8282          "sa-east-1" : { },
8283          "us-east-1" : {
8284            "variants" : [ {
8285              "hostname" : "glacier-fips.us-east-1.amazonaws.com",
8286              "tags" : [ "fips" ]
8287            } ]
8288          },
8289          "us-east-2" : {
8290            "variants" : [ {
8291              "hostname" : "glacier-fips.us-east-2.amazonaws.com",
8292              "tags" : [ "fips" ]
8293            } ]
8294          },
8295          "us-west-1" : {
8296            "variants" : [ {
8297              "hostname" : "glacier-fips.us-west-1.amazonaws.com",
8298              "tags" : [ "fips" ]
8299            } ]
8300          },
8301          "us-west-2" : {
8302            "variants" : [ {
8303              "hostname" : "glacier-fips.us-west-2.amazonaws.com",
8304              "tags" : [ "fips" ]
8305            } ]
8306          }
8307        }
8308      },
8309      "glue" : {
8310        "endpoints" : {
8311          "af-south-1" : { },
8312          "ap-east-1" : { },
8313          "ap-northeast-1" : { },
8314          "ap-northeast-2" : { },
8315          "ap-northeast-3" : { },
8316          "ap-south-1" : { },
8317          "ap-south-2" : { },
8318          "ap-southeast-1" : { },
8319          "ap-southeast-2" : { },
8320          "ap-southeast-3" : { },
8321          "ap-southeast-4" : { },
8322          "ca-central-1" : { },
8323          "eu-central-1" : { },
8324          "eu-central-2" : { },
8325          "eu-north-1" : { },
8326          "eu-south-1" : { },
8327          "eu-south-2" : { },
8328          "eu-west-1" : { },
8329          "eu-west-2" : { },
8330          "eu-west-3" : { },
8331          "fips-us-east-1" : {
8332            "credentialScope" : {
8333              "region" : "us-east-1"
8334            },
8335            "deprecated" : true,
8336            "hostname" : "glue-fips.us-east-1.amazonaws.com"
8337          },
8338          "fips-us-east-2" : {
8339            "credentialScope" : {
8340              "region" : "us-east-2"
8341            },
8342            "deprecated" : true,
8343            "hostname" : "glue-fips.us-east-2.amazonaws.com"
8344          },
8345          "fips-us-west-1" : {
8346            "credentialScope" : {
8347              "region" : "us-west-1"
8348            },
8349            "deprecated" : true,
8350            "hostname" : "glue-fips.us-west-1.amazonaws.com"
8351          },
8352          "fips-us-west-2" : {
8353            "credentialScope" : {
8354              "region" : "us-west-2"
8355            },
8356            "deprecated" : true,
8357            "hostname" : "glue-fips.us-west-2.amazonaws.com"
8358          },
8359          "il-central-1" : { },
8360          "me-central-1" : { },
8361          "me-south-1" : { },
8362          "sa-east-1" : { },
8363          "us-east-1" : {
8364            "variants" : [ {
8365              "hostname" : "glue-fips.us-east-1.amazonaws.com",
8366              "tags" : [ "fips" ]
8367            } ]
8368          },
8369          "us-east-2" : {
8370            "variants" : [ {
8371              "hostname" : "glue-fips.us-east-2.amazonaws.com",
8372              "tags" : [ "fips" ]
8373            } ]
8374          },
8375          "us-west-1" : {
8376            "variants" : [ {
8377              "hostname" : "glue-fips.us-west-1.amazonaws.com",
8378              "tags" : [ "fips" ]
8379            } ]
8380          },
8381          "us-west-2" : {
8382            "variants" : [ {
8383              "hostname" : "glue-fips.us-west-2.amazonaws.com",
8384              "tags" : [ "fips" ]
8385            } ]
8386          }
8387        }
8388      },
8389      "grafana" : {
8390        "endpoints" : {
8391          "ap-northeast-1" : {
8392            "credentialScope" : {
8393              "region" : "ap-northeast-1"
8394            },
8395            "hostname" : "grafana.ap-northeast-1.amazonaws.com"
8396          },
8397          "ap-northeast-2" : {
8398            "credentialScope" : {
8399              "region" : "ap-northeast-2"
8400            },
8401            "hostname" : "grafana.ap-northeast-2.amazonaws.com"
8402          },
8403          "ap-southeast-1" : {
8404            "credentialScope" : {
8405              "region" : "ap-southeast-1"
8406            },
8407            "hostname" : "grafana.ap-southeast-1.amazonaws.com"
8408          },
8409          "ap-southeast-2" : {
8410            "credentialScope" : {
8411              "region" : "ap-southeast-2"
8412            },
8413            "hostname" : "grafana.ap-southeast-2.amazonaws.com"
8414          },
8415          "eu-central-1" : {
8416            "credentialScope" : {
8417              "region" : "eu-central-1"
8418            },
8419            "hostname" : "grafana.eu-central-1.amazonaws.com"
8420          },
8421          "eu-west-1" : {
8422            "credentialScope" : {
8423              "region" : "eu-west-1"
8424            },
8425            "hostname" : "grafana.eu-west-1.amazonaws.com"
8426          },
8427          "eu-west-2" : {
8428            "credentialScope" : {
8429              "region" : "eu-west-2"
8430            },
8431            "hostname" : "grafana.eu-west-2.amazonaws.com"
8432          },
8433          "us-east-1" : {
8434            "credentialScope" : {
8435              "region" : "us-east-1"
8436            },
8437            "hostname" : "grafana.us-east-1.amazonaws.com"
8438          },
8439          "us-east-2" : {
8440            "credentialScope" : {
8441              "region" : "us-east-2"
8442            },
8443            "hostname" : "grafana.us-east-2.amazonaws.com"
8444          },
8445          "us-west-2" : {
8446            "credentialScope" : {
8447              "region" : "us-west-2"
8448            },
8449            "hostname" : "grafana.us-west-2.amazonaws.com"
8450          }
8451        }
8452      },
8453      "greengrass" : {
8454        "defaults" : {
8455          "protocols" : [ "https" ]
8456        },
8457        "endpoints" : {
8458          "ap-northeast-1" : { },
8459          "ap-northeast-2" : { },
8460          "ap-south-1" : { },
8461          "ap-southeast-1" : { },
8462          "ap-southeast-2" : { },
8463          "ca-central-1" : {
8464            "variants" : [ {
8465              "hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
8466              "tags" : [ "fips" ]
8467            } ]
8468          },
8469          "eu-central-1" : { },
8470          "eu-west-1" : { },
8471          "eu-west-2" : { },
8472          "fips-ca-central-1" : {
8473            "credentialScope" : {
8474              "region" : "ca-central-1"
8475            },
8476            "deprecated" : true,
8477            "hostname" : "greengrass-fips.ca-central-1.amazonaws.com"
8478          },
8479          "fips-us-east-1" : {
8480            "credentialScope" : {
8481              "region" : "us-east-1"
8482            },
8483            "deprecated" : true,
8484            "hostname" : "greengrass-fips.us-east-1.amazonaws.com"
8485          },
8486          "fips-us-east-2" : {
8487            "credentialScope" : {
8488              "region" : "us-east-2"
8489            },
8490            "deprecated" : true,
8491            "hostname" : "greengrass-fips.us-east-2.amazonaws.com"
8492          },
8493          "fips-us-west-2" : {
8494            "credentialScope" : {
8495              "region" : "us-west-2"
8496            },
8497            "deprecated" : true,
8498            "hostname" : "greengrass-fips.us-west-2.amazonaws.com"
8499          },
8500          "us-east-1" : {
8501            "variants" : [ {
8502              "hostname" : "greengrass-fips.us-east-1.amazonaws.com",
8503              "tags" : [ "fips" ]
8504            } ]
8505          },
8506          "us-east-2" : {
8507            "variants" : [ {
8508              "hostname" : "greengrass-fips.us-east-2.amazonaws.com",
8509              "tags" : [ "fips" ]
8510            } ]
8511          },
8512          "us-west-2" : {
8513            "variants" : [ {
8514              "hostname" : "greengrass-fips.us-west-2.amazonaws.com",
8515              "tags" : [ "fips" ]
8516            } ]
8517          }
8518        },
8519        "isRegionalized" : true
8520      },
8521      "groundstation" : {
8522        "endpoints" : {
8523          "af-south-1" : { },
8524          "ap-northeast-2" : { },
8525          "ap-southeast-1" : { },
8526          "ap-southeast-2" : { },
8527          "eu-central-1" : { },
8528          "eu-north-1" : { },
8529          "eu-west-1" : { },
8530          "fips-us-east-1" : {
8531            "credentialScope" : {
8532              "region" : "us-east-1"
8533            },
8534            "deprecated" : true,
8535            "hostname" : "groundstation-fips.us-east-1.amazonaws.com"
8536          },
8537          "fips-us-east-2" : {
8538            "credentialScope" : {
8539              "region" : "us-east-2"
8540            },
8541            "deprecated" : true,
8542            "hostname" : "groundstation-fips.us-east-2.amazonaws.com"
8543          },
8544          "fips-us-west-2" : {
8545            "credentialScope" : {
8546              "region" : "us-west-2"
8547            },
8548            "deprecated" : true,
8549            "hostname" : "groundstation-fips.us-west-2.amazonaws.com"
8550          },
8551          "me-south-1" : { },
8552          "sa-east-1" : { },
8553          "us-east-1" : {
8554            "variants" : [ {
8555              "hostname" : "groundstation-fips.us-east-1.amazonaws.com",
8556              "tags" : [ "fips" ]
8557            } ]
8558          },
8559          "us-east-2" : {
8560            "variants" : [ {
8561              "hostname" : "groundstation-fips.us-east-2.amazonaws.com",
8562              "tags" : [ "fips" ]
8563            } ]
8564          },
8565          "us-west-2" : {
8566            "variants" : [ {
8567              "hostname" : "groundstation-fips.us-west-2.amazonaws.com",
8568              "tags" : [ "fips" ]
8569            } ]
8570          }
8571        }
8572      },
8573      "guardduty" : {
8574        "defaults" : {
8575          "protocols" : [ "https" ]
8576        },
8577        "endpoints" : {
8578          "af-south-1" : { },
8579          "ap-east-1" : { },
8580          "ap-northeast-1" : { },
8581          "ap-northeast-2" : { },
8582          "ap-northeast-3" : { },
8583          "ap-south-1" : { },
8584          "ap-south-2" : { },
8585          "ap-southeast-1" : { },
8586          "ap-southeast-2" : { },
8587          "ap-southeast-3" : { },
8588          "ap-southeast-4" : { },
8589          "ca-central-1" : { },
8590          "eu-central-1" : { },
8591          "eu-central-2" : { },
8592          "eu-north-1" : { },
8593          "eu-south-1" : { },
8594          "eu-south-2" : { },
8595          "eu-west-1" : { },
8596          "eu-west-2" : { },
8597          "eu-west-3" : { },
8598          "il-central-1" : { },
8599          "me-central-1" : { },
8600          "me-south-1" : { },
8601          "sa-east-1" : { },
8602          "us-east-1" : {
8603            "variants" : [ {
8604              "hostname" : "guardduty-fips.us-east-1.amazonaws.com",
8605              "tags" : [ "fips" ]
8606            } ]
8607          },
8608          "us-east-1-fips" : {
8609            "credentialScope" : {
8610              "region" : "us-east-1"
8611            },
8612            "deprecated" : true,
8613            "hostname" : "guardduty-fips.us-east-1.amazonaws.com"
8614          },
8615          "us-east-2" : {
8616            "variants" : [ {
8617              "hostname" : "guardduty-fips.us-east-2.amazonaws.com",
8618              "tags" : [ "fips" ]
8619            } ]
8620          },
8621          "us-east-2-fips" : {
8622            "credentialScope" : {
8623              "region" : "us-east-2"
8624            },
8625            "deprecated" : true,
8626            "hostname" : "guardduty-fips.us-east-2.amazonaws.com"
8627          },
8628          "us-west-1" : {
8629            "variants" : [ {
8630              "hostname" : "guardduty-fips.us-west-1.amazonaws.com",
8631              "tags" : [ "fips" ]
8632            } ]
8633          },
8634          "us-west-1-fips" : {
8635            "credentialScope" : {
8636              "region" : "us-west-1"
8637            },
8638            "deprecated" : true,
8639            "hostname" : "guardduty-fips.us-west-1.amazonaws.com"
8640          },
8641          "us-west-2" : {
8642            "variants" : [ {
8643              "hostname" : "guardduty-fips.us-west-2.amazonaws.com",
8644              "tags" : [ "fips" ]
8645            } ]
8646          },
8647          "us-west-2-fips" : {
8648            "credentialScope" : {
8649              "region" : "us-west-2"
8650            },
8651            "deprecated" : true,
8652            "hostname" : "guardduty-fips.us-west-2.amazonaws.com"
8653          }
8654        },
8655        "isRegionalized" : true
8656      },
8657      "health" : {
8658        "defaults" : {
8659          "protocols" : [ "https" ],
8660          "sslCommonName" : "health.us-east-1.amazonaws.com"
8661        },
8662        "endpoints" : {
8663          "aws-global" : {
8664            "credentialScope" : {
8665              "region" : "us-east-1"
8666            },
8667            "hostname" : "global.health.amazonaws.com"
8668          },
8669          "fips-us-east-2" : {
8670            "credentialScope" : {
8671              "region" : "us-east-2"
8672            },
8673            "deprecated" : true,
8674            "hostname" : "health-fips.us-east-2.amazonaws.com"
8675          },
8676          "us-east-2" : {
8677            "credentialScope" : {
8678              "region" : "us-east-2"
8679            },
8680            "deprecated" : true,
8681            "variants" : [ {
8682              "hostname" : "health-fips.us-east-2.amazonaws.com",
8683              "tags" : [ "fips" ]
8684            } ]
8685          }
8686        },
8687        "isRegionalized" : false,
8688        "partitionEndpoint" : "aws-global"
8689      },
8690      "healthlake" : {
8691        "defaults" : {
8692          "protocols" : [ "https" ]
8693        },
8694        "endpoints" : {
8695          "ap-south-1" : { },
8696          "us-east-1" : { },
8697          "us-east-2" : { },
8698          "us-west-2" : { }
8699        }
8700      },
8701      "honeycode" : {
8702        "endpoints" : {
8703          "us-west-2" : { }
8704        }
8705      },
8706      "iam" : {
8707        "endpoints" : {
8708          "aws-global" : {
8709            "credentialScope" : {
8710              "region" : "us-east-1"
8711            },
8712            "hostname" : "iam.amazonaws.com",
8713            "variants" : [ {
8714              "hostname" : "iam-fips.amazonaws.com",
8715              "tags" : [ "fips" ]
8716            } ]
8717          },
8718          "aws-global-fips" : {
8719            "credentialScope" : {
8720              "region" : "us-east-1"
8721            },
8722            "deprecated" : true,
8723            "hostname" : "iam-fips.amazonaws.com"
8724          },
8725          "iam" : {
8726            "credentialScope" : {
8727              "region" : "us-east-1"
8728            },
8729            "deprecated" : true,
8730            "variants" : [ {
8731              "hostname" : "iam-fips.amazonaws.com",
8732              "tags" : [ "fips" ]
8733            } ]
8734          },
8735          "iam-fips" : {
8736            "credentialScope" : {
8737              "region" : "us-east-1"
8738            },
8739            "deprecated" : true,
8740            "hostname" : "iam-fips.amazonaws.com"
8741          }
8742        },
8743        "isRegionalized" : false,
8744        "partitionEndpoint" : "aws-global"
8745      },
8746      "identity-chime" : {
8747        "endpoints" : {
8748          "eu-central-1" : { },
8749          "us-east-1" : {
8750            "variants" : [ {
8751              "hostname" : "identity-chime-fips.us-east-1.amazonaws.com",
8752              "tags" : [ "fips" ]
8753            } ]
8754          },
8755          "us-east-1-fips" : {
8756            "credentialScope" : {
8757              "region" : "us-east-1"
8758            },
8759            "deprecated" : true,
8760            "hostname" : "identity-chime-fips.us-east-1.amazonaws.com"
8761          }
8762        }
8763      },
8764      "identitystore" : {
8765        "endpoints" : {
8766          "af-south-1" : { },
8767          "ap-east-1" : { },
8768          "ap-northeast-1" : { },
8769          "ap-northeast-2" : { },
8770          "ap-northeast-3" : { },
8771          "ap-south-1" : { },
8772          "ap-southeast-1" : { },
8773          "ap-southeast-2" : { },
8774          "ap-southeast-3" : { },
8775          "ap-southeast-4" : { },
8776          "ca-central-1" : { },
8777          "eu-central-1" : { },
8778          "eu-central-2" : { },
8779          "eu-north-1" : { },
8780          "eu-south-1" : { },
8781          "eu-west-1" : { },
8782          "eu-west-2" : { },
8783          "eu-west-3" : { },
8784          "il-central-1" : { },
8785          "me-central-1" : { },
8786          "me-south-1" : { },
8787          "sa-east-1" : { },
8788          "us-east-1" : { },
8789          "us-east-2" : { },
8790          "us-west-1" : { },
8791          "us-west-2" : { }
8792        }
8793      },
8794      "importexport" : {
8795        "endpoints" : {
8796          "aws-global" : {
8797            "credentialScope" : {
8798              "region" : "us-east-1",
8799              "service" : "IngestionService"
8800            },
8801            "hostname" : "importexport.amazonaws.com",
8802            "signatureVersions" : [ "v2", "v4" ]
8803          }
8804        },
8805        "isRegionalized" : false,
8806        "partitionEndpoint" : "aws-global"
8807      },
8808      "ingest.timestream" : {
8809        "endpoints" : {
8810          "ap-northeast-1" : { },
8811          "ap-southeast-2" : { },
8812          "eu-central-1" : { },
8813          "eu-west-1" : { },
8814          "ingest-fips-us-east-1" : {
8815            "credentialScope" : {
8816              "region" : "us-east-1"
8817            },
8818            "deprecated" : true,
8819            "hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com"
8820          },
8821          "ingest-fips-us-east-2" : {
8822            "credentialScope" : {
8823              "region" : "us-east-2"
8824            },
8825            "deprecated" : true,
8826            "hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com"
8827          },
8828          "ingest-fips-us-west-2" : {
8829            "credentialScope" : {
8830              "region" : "us-west-2"
8831            },
8832            "deprecated" : true,
8833            "hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com"
8834          },
8835          "ingest-us-east-1" : {
8836            "credentialScope" : {
8837              "region" : "us-east-1"
8838            },
8839            "deprecated" : true,
8840            "variants" : [ {
8841              "hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com",
8842              "tags" : [ "fips" ]
8843            } ]
8844          },
8845          "ingest-us-east-2" : {
8846            "credentialScope" : {
8847              "region" : "us-east-2"
8848            },
8849            "deprecated" : true,
8850            "variants" : [ {
8851              "hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com",
8852              "tags" : [ "fips" ]
8853            } ]
8854          },
8855          "ingest-us-west-2" : {
8856            "credentialScope" : {
8857              "region" : "us-west-2"
8858            },
8859            "deprecated" : true,
8860            "variants" : [ {
8861              "hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com",
8862              "tags" : [ "fips" ]
8863            } ]
8864          },
8865          "us-east-1" : { },
8866          "us-east-2" : { },
8867          "us-west-2" : { }
8868        }
8869      },
8870      "inspector" : {
8871        "endpoints" : {
8872          "ap-northeast-1" : { },
8873          "ap-northeast-2" : { },
8874          "ap-south-1" : { },
8875          "ap-southeast-2" : { },
8876          "eu-central-1" : { },
8877          "eu-north-1" : { },
8878          "eu-west-1" : { },
8879          "eu-west-2" : { },
8880          "fips-us-east-1" : {
8881            "credentialScope" : {
8882              "region" : "us-east-1"
8883            },
8884            "deprecated" : true,
8885            "hostname" : "inspector-fips.us-east-1.amazonaws.com"
8886          },
8887          "fips-us-east-2" : {
8888            "credentialScope" : {
8889              "region" : "us-east-2"
8890            },
8891            "deprecated" : true,
8892            "hostname" : "inspector-fips.us-east-2.amazonaws.com"
8893          },
8894          "fips-us-west-1" : {
8895            "credentialScope" : {
8896              "region" : "us-west-1"
8897            },
8898            "deprecated" : true,
8899            "hostname" : "inspector-fips.us-west-1.amazonaws.com"
8900          },
8901          "fips-us-west-2" : {
8902            "credentialScope" : {
8903              "region" : "us-west-2"
8904            },
8905            "deprecated" : true,
8906            "hostname" : "inspector-fips.us-west-2.amazonaws.com"
8907          },
8908          "us-east-1" : {
8909            "variants" : [ {
8910              "hostname" : "inspector-fips.us-east-1.amazonaws.com",
8911              "tags" : [ "fips" ]
8912            } ]
8913          },
8914          "us-east-2" : {
8915            "variants" : [ {
8916              "hostname" : "inspector-fips.us-east-2.amazonaws.com",
8917              "tags" : [ "fips" ]
8918            } ]
8919          },
8920          "us-west-1" : {
8921            "variants" : [ {
8922              "hostname" : "inspector-fips.us-west-1.amazonaws.com",
8923              "tags" : [ "fips" ]
8924            } ]
8925          },
8926          "us-west-2" : {
8927            "variants" : [ {
8928              "hostname" : "inspector-fips.us-west-2.amazonaws.com",
8929              "tags" : [ "fips" ]
8930            } ]
8931          }
8932        }
8933      },
8934      "inspector2" : {
8935        "endpoints" : {
8936          "af-south-1" : { },
8937          "ap-east-1" : { },
8938          "ap-northeast-1" : { },
8939          "ap-northeast-2" : { },
8940          "ap-northeast-3" : { },
8941          "ap-south-1" : { },
8942          "ap-southeast-1" : { },
8943          "ap-southeast-2" : { },
8944          "ap-southeast-3" : { },
8945          "ca-central-1" : { },
8946          "eu-central-1" : { },
8947          "eu-central-2" : { },
8948          "eu-north-1" : { },
8949          "eu-south-1" : { },
8950          "eu-west-1" : { },
8951          "eu-west-2" : { },
8952          "eu-west-3" : { },
8953          "fips-us-east-1" : {
8954            "credentialScope" : {
8955              "region" : "us-east-1"
8956            },
8957            "deprecated" : true,
8958            "hostname" : "inspector2-fips.us-east-1.amazonaws.com"
8959          },
8960          "fips-us-east-2" : {
8961            "credentialScope" : {
8962              "region" : "us-east-2"
8963            },
8964            "deprecated" : true,
8965            "hostname" : "inspector2-fips.us-east-2.amazonaws.com"
8966          },
8967          "fips-us-west-1" : {
8968            "credentialScope" : {
8969              "region" : "us-west-1"
8970            },
8971            "deprecated" : true,
8972            "hostname" : "inspector2-fips.us-west-1.amazonaws.com"
8973          },
8974          "fips-us-west-2" : {
8975            "credentialScope" : {
8976              "region" : "us-west-2"
8977            },
8978            "deprecated" : true,
8979            "hostname" : "inspector2-fips.us-west-2.amazonaws.com"
8980          },
8981          "me-south-1" : { },
8982          "sa-east-1" : { },
8983          "us-east-1" : {
8984            "variants" : [ {
8985              "hostname" : "inspector2-fips.us-east-1.amazonaws.com",
8986              "tags" : [ "fips" ]
8987            } ]
8988          },
8989          "us-east-2" : {
8990            "variants" : [ {
8991              "hostname" : "inspector2-fips.us-east-2.amazonaws.com",
8992              "tags" : [ "fips" ]
8993            } ]
8994          },
8995          "us-west-1" : {
8996            "variants" : [ {
8997              "hostname" : "inspector2-fips.us-west-1.amazonaws.com",
8998              "tags" : [ "fips" ]
8999            } ]
9000          },
9001          "us-west-2" : {
9002            "variants" : [ {
9003              "hostname" : "inspector2-fips.us-west-2.amazonaws.com",
9004              "tags" : [ "fips" ]
9005            } ]
9006          }
9007        }
9008      },
9009      "internetmonitor" : {
9010        "defaults" : {
9011          "dnsSuffix" : "api.aws",
9012          "variants" : [ {
9013            "dnsSuffix" : "api.aws",
9014            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
9015            "tags" : [ "fips" ]
9016          } ]
9017        },
9018        "endpoints" : {
9019          "af-south-1" : {
9020            "hostname" : "internetmonitor.af-south-1.api.aws"
9021          },
9022          "ap-east-1" : {
9023            "hostname" : "internetmonitor.ap-east-1.api.aws"
9024          },
9025          "ap-northeast-1" : {
9026            "hostname" : "internetmonitor.ap-northeast-1.api.aws"
9027          },
9028          "ap-northeast-2" : {
9029            "hostname" : "internetmonitor.ap-northeast-2.api.aws"
9030          },
9031          "ap-northeast-3" : {
9032            "hostname" : "internetmonitor.ap-northeast-3.api.aws"
9033          },
9034          "ap-south-1" : {
9035            "hostname" : "internetmonitor.ap-south-1.api.aws"
9036          },
9037          "ap-south-2" : {
9038            "hostname" : "internetmonitor.ap-south-2.api.aws"
9039          },
9040          "ap-southeast-1" : {
9041            "hostname" : "internetmonitor.ap-southeast-1.api.aws"
9042          },
9043          "ap-southeast-2" : {
9044            "hostname" : "internetmonitor.ap-southeast-2.api.aws"
9045          },
9046          "ap-southeast-3" : {
9047            "hostname" : "internetmonitor.ap-southeast-3.api.aws"
9048          },
9049          "ap-southeast-4" : {
9050            "hostname" : "internetmonitor.ap-southeast-4.api.aws"
9051          },
9052          "ca-central-1" : {
9053            "hostname" : "internetmonitor.ca-central-1.api.aws",
9054            "variants" : [ {
9055              "hostname" : "internetmonitor-fips.ca-central-1.amazonaws.com",
9056              "tags" : [ "fips" ]
9057            } ]
9058          },
9059          "ca-west-1" : {
9060            "hostname" : "internetmonitor.ca-west-1.api.aws"
9061          },
9062          "eu-central-1" : {
9063            "hostname" : "internetmonitor.eu-central-1.api.aws"
9064          },
9065          "eu-central-2" : {
9066            "hostname" : "internetmonitor.eu-central-2.api.aws"
9067          },
9068          "eu-north-1" : {
9069            "hostname" : "internetmonitor.eu-north-1.api.aws"
9070          },
9071          "eu-south-1" : {
9072            "hostname" : "internetmonitor.eu-south-1.api.aws"
9073          },
9074          "eu-south-2" : {
9075            "hostname" : "internetmonitor.eu-south-2.api.aws"
9076          },
9077          "eu-west-1" : {
9078            "hostname" : "internetmonitor.eu-west-1.api.aws"
9079          },
9080          "eu-west-2" : {
9081            "hostname" : "internetmonitor.eu-west-2.api.aws"
9082          },
9083          "eu-west-3" : {
9084            "hostname" : "internetmonitor.eu-west-3.api.aws"
9085          },
9086          "il-central-1" : {
9087            "hostname" : "internetmonitor.il-central-1.api.aws"
9088          },
9089          "me-central-1" : {
9090            "hostname" : "internetmonitor.me-central-1.api.aws"
9091          },
9092          "me-south-1" : {
9093            "hostname" : "internetmonitor.me-south-1.api.aws"
9094          },
9095          "sa-east-1" : {
9096            "hostname" : "internetmonitor.sa-east-1.api.aws"
9097          },
9098          "us-east-1" : {
9099            "hostname" : "internetmonitor.us-east-1.api.aws",
9100            "variants" : [ {
9101              "hostname" : "internetmonitor-fips.us-east-1.amazonaws.com",
9102              "tags" : [ "fips" ]
9103            } ]
9104          },
9105          "us-east-2" : {
9106            "hostname" : "internetmonitor.us-east-2.api.aws",
9107            "variants" : [ {
9108              "hostname" : "internetmonitor-fips.us-east-2.amazonaws.com",
9109              "tags" : [ "fips" ]
9110            } ]
9111          },
9112          "us-west-1" : {
9113            "hostname" : "internetmonitor.us-west-1.api.aws",
9114            "variants" : [ {
9115              "hostname" : "internetmonitor-fips.us-west-1.amazonaws.com",
9116              "tags" : [ "fips" ]
9117            } ]
9118          },
9119          "us-west-2" : {
9120            "hostname" : "internetmonitor.us-west-2.api.aws",
9121            "variants" : [ {
9122              "hostname" : "internetmonitor-fips.us-west-2.amazonaws.com",
9123              "tags" : [ "fips" ]
9124            } ]
9125          }
9126        }
9127      },
9128      "iot" : {
9129        "endpoints" : {
9130          "ap-east-1" : { },
9131          "ap-northeast-1" : { },
9132          "ap-northeast-2" : { },
9133          "ap-south-1" : { },
9134          "ap-southeast-1" : { },
9135          "ap-southeast-2" : { },
9136          "ca-central-1" : {
9137            "variants" : [ {
9138              "hostname" : "iot-fips.ca-central-1.amazonaws.com",
9139              "tags" : [ "fips" ]
9140            } ]
9141          },
9142          "eu-central-1" : { },
9143          "eu-north-1" : { },
9144          "eu-west-1" : { },
9145          "eu-west-2" : { },
9146          "eu-west-3" : { },
9147          "fips-ca-central-1" : {
9148            "deprecated" : true,
9149            "hostname" : "iot-fips.ca-central-1.amazonaws.com"
9150          },
9151          "fips-us-east-1" : {
9152            "deprecated" : true,
9153            "hostname" : "iot-fips.us-east-1.amazonaws.com"
9154          },
9155          "fips-us-east-2" : {
9156            "deprecated" : true,
9157            "hostname" : "iot-fips.us-east-2.amazonaws.com"
9158          },
9159          "fips-us-west-1" : {
9160            "deprecated" : true,
9161            "hostname" : "iot-fips.us-west-1.amazonaws.com"
9162          },
9163          "fips-us-west-2" : {
9164            "deprecated" : true,
9165            "hostname" : "iot-fips.us-west-2.amazonaws.com"
9166          },
9167          "me-central-1" : { },
9168          "me-south-1" : { },
9169          "sa-east-1" : { },
9170          "us-east-1" : {
9171            "variants" : [ {
9172              "hostname" : "iot-fips.us-east-1.amazonaws.com",
9173              "tags" : [ "fips" ]
9174            } ]
9175          },
9176          "us-east-2" : {
9177            "variants" : [ {
9178              "hostname" : "iot-fips.us-east-2.amazonaws.com",
9179              "tags" : [ "fips" ]
9180            } ]
9181          },
9182          "us-west-1" : {
9183            "variants" : [ {
9184              "hostname" : "iot-fips.us-west-1.amazonaws.com",
9185              "tags" : [ "fips" ]
9186            } ]
9187          },
9188          "us-west-2" : {
9189            "variants" : [ {
9190              "hostname" : "iot-fips.us-west-2.amazonaws.com",
9191              "tags" : [ "fips" ]
9192            } ]
9193          }
9194        }
9195      },
9196      "iotanalytics" : {
9197        "endpoints" : {
9198          "ap-northeast-1" : { },
9199          "ap-south-1" : { },
9200          "ap-southeast-2" : { },
9201          "eu-central-1" : { },
9202          "eu-west-1" : { },
9203          "us-east-1" : { },
9204          "us-east-2" : { },
9205          "us-west-2" : { }
9206        }
9207      },
9208      "iotevents" : {
9209        "endpoints" : {
9210          "ap-northeast-1" : { },
9211          "ap-northeast-2" : { },
9212          "ap-south-1" : { },
9213          "ap-southeast-1" : { },
9214          "ap-southeast-2" : { },
9215          "ca-central-1" : {
9216            "variants" : [ {
9217              "hostname" : "iotevents-fips.ca-central-1.amazonaws.com",
9218              "tags" : [ "fips" ]
9219            } ]
9220          },
9221          "eu-central-1" : { },
9222          "eu-west-1" : { },
9223          "eu-west-2" : { },
9224          "fips-ca-central-1" : {
9225            "credentialScope" : {
9226              "region" : "ca-central-1"
9227            },
9228            "deprecated" : true,
9229            "hostname" : "iotevents-fips.ca-central-1.amazonaws.com"
9230          },
9231          "fips-us-east-1" : {
9232            "credentialScope" : {
9233              "region" : "us-east-1"
9234            },
9235            "deprecated" : true,
9236            "hostname" : "iotevents-fips.us-east-1.amazonaws.com"
9237          },
9238          "fips-us-east-2" : {
9239            "credentialScope" : {
9240              "region" : "us-east-2"
9241            },
9242            "deprecated" : true,
9243            "hostname" : "iotevents-fips.us-east-2.amazonaws.com"
9244          },
9245          "fips-us-west-2" : {
9246            "credentialScope" : {
9247              "region" : "us-west-2"
9248            },
9249            "deprecated" : true,
9250            "hostname" : "iotevents-fips.us-west-2.amazonaws.com"
9251          },
9252          "us-east-1" : {
9253            "variants" : [ {
9254              "hostname" : "iotevents-fips.us-east-1.amazonaws.com",
9255              "tags" : [ "fips" ]
9256            } ]
9257          },
9258          "us-east-2" : {
9259            "variants" : [ {
9260              "hostname" : "iotevents-fips.us-east-2.amazonaws.com",
9261              "tags" : [ "fips" ]
9262            } ]
9263          },
9264          "us-west-2" : {
9265            "variants" : [ {
9266              "hostname" : "iotevents-fips.us-west-2.amazonaws.com",
9267              "tags" : [ "fips" ]
9268            } ]
9269          }
9270        }
9271      },
9272      "ioteventsdata" : {
9273        "endpoints" : {
9274          "ap-northeast-1" : {
9275            "credentialScope" : {
9276              "region" : "ap-northeast-1"
9277            },
9278            "hostname" : "data.iotevents.ap-northeast-1.amazonaws.com"
9279          },
9280          "ap-northeast-2" : {
9281            "credentialScope" : {
9282              "region" : "ap-northeast-2"
9283            },
9284            "hostname" : "data.iotevents.ap-northeast-2.amazonaws.com"
9285          },
9286          "ap-south-1" : {
9287            "credentialScope" : {
9288              "region" : "ap-south-1"
9289            },
9290            "hostname" : "data.iotevents.ap-south-1.amazonaws.com"
9291          },
9292          "ap-southeast-1" : {
9293            "credentialScope" : {
9294              "region" : "ap-southeast-1"
9295            },
9296            "hostname" : "data.iotevents.ap-southeast-1.amazonaws.com"
9297          },
9298          "ap-southeast-2" : {
9299            "credentialScope" : {
9300              "region" : "ap-southeast-2"
9301            },
9302            "hostname" : "data.iotevents.ap-southeast-2.amazonaws.com"
9303          },
9304          "ca-central-1" : {
9305            "credentialScope" : {
9306              "region" : "ca-central-1"
9307            },
9308            "hostname" : "data.iotevents.ca-central-1.amazonaws.com",
9309            "variants" : [ {
9310              "hostname" : "data.iotevents-fips.ca-central-1.amazonaws.com",
9311              "tags" : [ "fips" ]
9312            } ]
9313          },
9314          "eu-central-1" : {
9315            "credentialScope" : {
9316              "region" : "eu-central-1"
9317            },
9318            "hostname" : "data.iotevents.eu-central-1.amazonaws.com"
9319          },
9320          "eu-west-1" : {
9321            "credentialScope" : {
9322              "region" : "eu-west-1"
9323            },
9324            "hostname" : "data.iotevents.eu-west-1.amazonaws.com"
9325          },
9326          "eu-west-2" : {
9327            "credentialScope" : {
9328              "region" : "eu-west-2"
9329            },
9330            "hostname" : "data.iotevents.eu-west-2.amazonaws.com"
9331          },
9332          "fips-ca-central-1" : {
9333            "credentialScope" : {
9334              "region" : "ca-central-1"
9335            },
9336            "deprecated" : true,
9337            "hostname" : "data.iotevents-fips.ca-central-1.amazonaws.com"
9338          },
9339          "fips-us-east-1" : {
9340            "credentialScope" : {
9341              "region" : "us-east-1"
9342            },
9343            "deprecated" : true,
9344            "hostname" : "data.iotevents-fips.us-east-1.amazonaws.com"
9345          },
9346          "fips-us-east-2" : {
9347            "credentialScope" : {
9348              "region" : "us-east-2"
9349            },
9350            "deprecated" : true,
9351            "hostname" : "data.iotevents-fips.us-east-2.amazonaws.com"
9352          },
9353          "fips-us-west-2" : {
9354            "credentialScope" : {
9355              "region" : "us-west-2"
9356            },
9357            "deprecated" : true,
9358            "hostname" : "data.iotevents-fips.us-west-2.amazonaws.com"
9359          },
9360          "us-east-1" : {
9361            "credentialScope" : {
9362              "region" : "us-east-1"
9363            },
9364            "hostname" : "data.iotevents.us-east-1.amazonaws.com",
9365            "variants" : [ {
9366              "hostname" : "data.iotevents-fips.us-east-1.amazonaws.com",
9367              "tags" : [ "fips" ]
9368            } ]
9369          },
9370          "us-east-2" : {
9371            "credentialScope" : {
9372              "region" : "us-east-2"
9373            },
9374            "hostname" : "data.iotevents.us-east-2.amazonaws.com",
9375            "variants" : [ {
9376              "hostname" : "data.iotevents-fips.us-east-2.amazonaws.com",
9377              "tags" : [ "fips" ]
9378            } ]
9379          },
9380          "us-west-2" : {
9381            "credentialScope" : {
9382              "region" : "us-west-2"
9383            },
9384            "hostname" : "data.iotevents.us-west-2.amazonaws.com",
9385            "variants" : [ {
9386              "hostname" : "data.iotevents-fips.us-west-2.amazonaws.com",
9387              "tags" : [ "fips" ]
9388            } ]
9389          }
9390        }
9391      },
9392      "iotfleetwise" : {
9393        "endpoints" : {
9394          "eu-central-1" : { },
9395          "us-east-1" : { }
9396        }
9397      },
9398      "iotroborunner" : {
9399        "endpoints" : {
9400          "eu-central-1" : { },
9401          "us-east-1" : { }
9402        }
9403      },
9404      "iotsecuredtunneling" : {
9405        "defaults" : {
9406          "variants" : [ {
9407            "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
9408            "tags" : [ "fips" ]
9409          } ]
9410        },
9411        "endpoints" : {
9412          "ap-east-1" : { },
9413          "ap-northeast-1" : { },
9414          "ap-northeast-2" : { },
9415          "ap-south-1" : { },
9416          "ap-southeast-1" : { },
9417          "ap-southeast-2" : { },
9418          "ca-central-1" : {
9419            "variants" : [ {
9420              "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com",
9421              "tags" : [ "fips" ]
9422            } ]
9423          },
9424          "eu-central-1" : { },
9425          "eu-north-1" : { },
9426          "eu-west-1" : { },
9427          "eu-west-2" : { },
9428          "eu-west-3" : { },
9429          "fips-ca-central-1" : {
9430            "credentialScope" : {
9431              "region" : "ca-central-1"
9432            },
9433            "deprecated" : true,
9434            "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
9435          },
9436          "fips-us-east-1" : {
9437            "credentialScope" : {
9438              "region" : "us-east-1"
9439            },
9440            "deprecated" : true,
9441            "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
9442          },
9443          "fips-us-east-2" : {
9444            "credentialScope" : {
9445              "region" : "us-east-2"
9446            },
9447            "deprecated" : true,
9448            "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
9449          },
9450          "fips-us-west-1" : {
9451            "credentialScope" : {
9452              "region" : "us-west-1"
9453            },
9454            "deprecated" : true,
9455            "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
9456          },
9457          "fips-us-west-2" : {
9458            "credentialScope" : {
9459              "region" : "us-west-2"
9460            },
9461            "deprecated" : true,
9462            "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
9463          },
9464          "me-south-1" : { },
9465          "sa-east-1" : { },
9466          "us-east-1" : {
9467            "variants" : [ {
9468              "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com",
9469              "tags" : [ "fips" ]
9470            } ]
9471          },
9472          "us-east-2" : {
9473            "variants" : [ {
9474              "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com",
9475              "tags" : [ "fips" ]
9476            } ]
9477          },
9478          "us-west-1" : {
9479            "variants" : [ {
9480              "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com",
9481              "tags" : [ "fips" ]
9482            } ]
9483          },
9484          "us-west-2" : {
9485            "variants" : [ {
9486              "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com",
9487              "tags" : [ "fips" ]
9488            } ]
9489          }
9490        }
9491      },
9492      "iotsitewise" : {
9493        "endpoints" : {
9494          "ap-northeast-1" : { },
9495          "ap-northeast-2" : { },
9496          "ap-south-1" : { },
9497          "ap-southeast-1" : { },
9498          "ap-southeast-2" : { },
9499          "ca-central-1" : {
9500            "variants" : [ {
9501              "hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com",
9502              "tags" : [ "fips" ]
9503            } ]
9504          },
9505          "eu-central-1" : { },
9506          "eu-west-1" : { },
9507          "fips-ca-central-1" : {
9508            "credentialScope" : {
9509              "region" : "ca-central-1"
9510            },
9511            "deprecated" : true,
9512            "hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com"
9513          },
9514          "fips-us-east-1" : {
9515            "credentialScope" : {
9516              "region" : "us-east-1"
9517            },
9518            "deprecated" : true,
9519            "hostname" : "iotsitewise-fips.us-east-1.amazonaws.com"
9520          },
9521          "fips-us-east-2" : {
9522            "credentialScope" : {
9523              "region" : "us-east-2"
9524            },
9525            "deprecated" : true,
9526            "hostname" : "iotsitewise-fips.us-east-2.amazonaws.com"
9527          },
9528          "fips-us-west-2" : {
9529            "credentialScope" : {
9530              "region" : "us-west-2"
9531            },
9532            "deprecated" : true,
9533            "hostname" : "iotsitewise-fips.us-west-2.amazonaws.com"
9534          },
9535          "us-east-1" : {
9536            "variants" : [ {
9537              "hostname" : "iotsitewise-fips.us-east-1.amazonaws.com",
9538              "tags" : [ "fips" ]
9539            } ]
9540          },
9541          "us-east-2" : {
9542            "variants" : [ {
9543              "hostname" : "iotsitewise-fips.us-east-2.amazonaws.com",
9544              "tags" : [ "fips" ]
9545            } ]
9546          },
9547          "us-west-2" : {
9548            "variants" : [ {
9549              "hostname" : "iotsitewise-fips.us-west-2.amazonaws.com",
9550              "tags" : [ "fips" ]
9551            } ]
9552          }
9553        }
9554      },
9555      "iotthingsgraph" : {
9556        "defaults" : {
9557          "credentialScope" : {
9558            "service" : "iotthingsgraph"
9559          }
9560        },
9561        "endpoints" : {
9562          "ap-northeast-1" : { },
9563          "ap-northeast-2" : { },
9564          "ap-southeast-2" : { },
9565          "eu-west-1" : { },
9566          "us-east-1" : { },
9567          "us-west-2" : { }
9568        }
9569      },
9570      "iottwinmaker" : {
9571        "endpoints" : {
9572          "ap-northeast-1" : { },
9573          "ap-northeast-2" : { },
9574          "ap-south-1" : { },
9575          "ap-southeast-1" : { },
9576          "ap-southeast-2" : { },
9577          "api-ap-northeast-1" : {
9578            "credentialScope" : {
9579              "region" : "ap-northeast-1"
9580            },
9581            "hostname" : "api.iottwinmaker.ap-northeast-1.amazonaws.com"
9582          },
9583          "api-ap-northeast-2" : {
9584            "credentialScope" : {
9585              "region" : "ap-northeast-2"
9586            },
9587            "hostname" : "api.iottwinmaker.ap-northeast-2.amazonaws.com"
9588          },
9589          "api-ap-south-1" : {
9590            "credentialScope" : {
9591              "region" : "ap-south-1"
9592            },
9593            "hostname" : "api.iottwinmaker.ap-south-1.amazonaws.com"
9594          },
9595          "api-ap-southeast-1" : {
9596            "credentialScope" : {
9597              "region" : "ap-southeast-1"
9598            },
9599            "hostname" : "api.iottwinmaker.ap-southeast-1.amazonaws.com"
9600          },
9601          "api-ap-southeast-2" : {
9602            "credentialScope" : {
9603              "region" : "ap-southeast-2"
9604            },
9605            "hostname" : "api.iottwinmaker.ap-southeast-2.amazonaws.com"
9606          },
9607          "api-eu-central-1" : {
9608            "credentialScope" : {
9609              "region" : "eu-central-1"
9610            },
9611            "hostname" : "api.iottwinmaker.eu-central-1.amazonaws.com"
9612          },
9613          "api-eu-west-1" : {
9614            "credentialScope" : {
9615              "region" : "eu-west-1"
9616            },
9617            "hostname" : "api.iottwinmaker.eu-west-1.amazonaws.com"
9618          },
9619          "api-us-east-1" : {
9620            "credentialScope" : {
9621              "region" : "us-east-1"
9622            },
9623            "hostname" : "api.iottwinmaker.us-east-1.amazonaws.com"
9624          },
9625          "api-us-west-2" : {
9626            "credentialScope" : {
9627              "region" : "us-west-2"
9628            },
9629            "hostname" : "api.iottwinmaker.us-west-2.amazonaws.com"
9630          },
9631          "data-ap-northeast-1" : {
9632            "credentialScope" : {
9633              "region" : "ap-northeast-1"
9634            },
9635            "hostname" : "data.iottwinmaker.ap-northeast-1.amazonaws.com"
9636          },
9637          "data-ap-northeast-2" : {
9638            "credentialScope" : {
9639              "region" : "ap-northeast-2"
9640            },
9641            "hostname" : "data.iottwinmaker.ap-northeast-2.amazonaws.com"
9642          },
9643          "data-ap-south-1" : {
9644            "credentialScope" : {
9645              "region" : "ap-south-1"
9646            },
9647            "hostname" : "data.iottwinmaker.ap-south-1.amazonaws.com"
9648          },
9649          "data-ap-southeast-1" : {
9650            "credentialScope" : {
9651              "region" : "ap-southeast-1"
9652            },
9653            "hostname" : "data.iottwinmaker.ap-southeast-1.amazonaws.com"
9654          },
9655          "data-ap-southeast-2" : {
9656            "credentialScope" : {
9657              "region" : "ap-southeast-2"
9658            },
9659            "hostname" : "data.iottwinmaker.ap-southeast-2.amazonaws.com"
9660          },
9661          "data-eu-central-1" : {
9662            "credentialScope" : {
9663              "region" : "eu-central-1"
9664            },
9665            "hostname" : "data.iottwinmaker.eu-central-1.amazonaws.com"
9666          },
9667          "data-eu-west-1" : {
9668            "credentialScope" : {
9669              "region" : "eu-west-1"
9670            },
9671            "hostname" : "data.iottwinmaker.eu-west-1.amazonaws.com"
9672          },
9673          "data-us-east-1" : {
9674            "credentialScope" : {
9675              "region" : "us-east-1"
9676            },
9677            "hostname" : "data.iottwinmaker.us-east-1.amazonaws.com"
9678          },
9679          "data-us-west-2" : {
9680            "credentialScope" : {
9681              "region" : "us-west-2"
9682            },
9683            "hostname" : "data.iottwinmaker.us-west-2.amazonaws.com"
9684          },
9685          "eu-central-1" : { },
9686          "eu-west-1" : { },
9687          "fips-api-us-east-1" : {
9688            "credentialScope" : {
9689              "region" : "us-east-1"
9690            },
9691            "hostname" : "api.iottwinmaker-fips.us-east-1.amazonaws.com"
9692          },
9693          "fips-api-us-west-2" : {
9694            "credentialScope" : {
9695              "region" : "us-west-2"
9696            },
9697            "hostname" : "api.iottwinmaker-fips.us-west-2.amazonaws.com"
9698          },
9699          "fips-data-us-east-1" : {
9700            "credentialScope" : {
9701              "region" : "us-east-1"
9702            },
9703            "hostname" : "data.iottwinmaker-fips.us-east-1.amazonaws.com"
9704          },
9705          "fips-data-us-west-2" : {
9706            "credentialScope" : {
9707              "region" : "us-west-2"
9708            },
9709            "hostname" : "data.iottwinmaker-fips.us-west-2.amazonaws.com"
9710          },
9711          "fips-us-east-1" : {
9712            "credentialScope" : {
9713              "region" : "us-east-1"
9714            },
9715            "deprecated" : true,
9716            "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com"
9717          },
9718          "fips-us-west-2" : {
9719            "credentialScope" : {
9720              "region" : "us-west-2"
9721            },
9722            "deprecated" : true,
9723            "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com"
9724          },
9725          "us-east-1" : {
9726            "variants" : [ {
9727              "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com",
9728              "tags" : [ "fips" ]
9729            } ]
9730          },
9731          "us-west-2" : {
9732            "variants" : [ {
9733              "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com",
9734              "tags" : [ "fips" ]
9735            } ]
9736          }
9737        }
9738      },
9739      "iotwireless" : {
9740        "endpoints" : {
9741          "ap-northeast-1" : {
9742            "credentialScope" : {
9743              "region" : "ap-northeast-1"
9744            },
9745            "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
9746          },
9747          "ap-southeast-2" : {
9748            "credentialScope" : {
9749              "region" : "ap-southeast-2"
9750            },
9751            "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
9752          },
9753          "eu-west-1" : {
9754            "credentialScope" : {
9755              "region" : "eu-west-1"
9756            },
9757            "hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
9758          },
9759          "us-east-1" : {
9760            "credentialScope" : {
9761              "region" : "us-east-1"
9762            },
9763            "hostname" : "api.iotwireless.us-east-1.amazonaws.com"
9764          },
9765          "us-west-2" : {
9766            "credentialScope" : {
9767              "region" : "us-west-2"
9768            },
9769            "hostname" : "api.iotwireless.us-west-2.amazonaws.com"
9770          }
9771        }
9772      },
9773      "ivs" : {
9774        "endpoints" : {
9775          "ap-northeast-1" : { },
9776          "ap-northeast-2" : { },
9777          "ap-south-1" : { },
9778          "eu-central-1" : { },
9779          "eu-west-1" : { },
9780          "us-east-1" : { },
9781          "us-west-2" : { }
9782        }
9783      },
9784      "ivschat" : {
9785        "endpoints" : {
9786          "ap-northeast-1" : { },
9787          "ap-northeast-2" : { },
9788          "ap-south-1" : { },
9789          "eu-central-1" : { },
9790          "eu-west-1" : { },
9791          "us-east-1" : { },
9792          "us-west-2" : { }
9793        }
9794      },
9795      "ivsrealtime" : {
9796        "endpoints" : {
9797          "ap-northeast-1" : { },
9798          "ap-northeast-2" : { },
9799          "ap-south-1" : { },
9800          "eu-central-1" : { },
9801          "eu-west-1" : { },
9802          "us-east-1" : { },
9803          "us-west-2" : { }
9804        }
9805      },
9806      "kafka" : {
9807        "endpoints" : {
9808          "af-south-1" : { },
9809          "ap-east-1" : { },
9810          "ap-northeast-1" : { },
9811          "ap-northeast-2" : { },
9812          "ap-northeast-3" : { },
9813          "ap-south-1" : { },
9814          "ap-south-2" : { },
9815          "ap-southeast-1" : { },
9816          "ap-southeast-2" : { },
9817          "ap-southeast-3" : { },
9818          "ap-southeast-4" : { },
9819          "ca-central-1" : {
9820            "variants" : [ {
9821              "hostname" : "kafka-fips.ca-central-1.amazonaws.com",
9822              "tags" : [ "fips" ]
9823            } ]
9824          },
9825          "eu-central-1" : { },
9826          "eu-central-2" : { },
9827          "eu-north-1" : { },
9828          "eu-south-1" : { },
9829          "eu-south-2" : { },
9830          "eu-west-1" : { },
9831          "eu-west-2" : { },
9832          "eu-west-3" : { },
9833          "fips-ca-central-1" : {
9834            "credentialScope" : {
9835              "region" : "ca-central-1"
9836            },
9837            "deprecated" : true,
9838            "hostname" : "kafka-fips.ca-central-1.amazonaws.com"
9839          },
9840          "fips-us-east-1" : {
9841            "credentialScope" : {
9842              "region" : "us-east-1"
9843            },
9844            "deprecated" : true,
9845            "hostname" : "kafka-fips.us-east-1.amazonaws.com"
9846          },
9847          "fips-us-east-2" : {
9848            "credentialScope" : {
9849              "region" : "us-east-2"
9850            },
9851            "deprecated" : true,
9852            "hostname" : "kafka-fips.us-east-2.amazonaws.com"
9853          },
9854          "fips-us-west-1" : {
9855            "credentialScope" : {
9856              "region" : "us-west-1"
9857            },
9858            "deprecated" : true,
9859            "hostname" : "kafka-fips.us-west-1.amazonaws.com"
9860          },
9861          "fips-us-west-2" : {
9862            "credentialScope" : {
9863              "region" : "us-west-2"
9864            },
9865            "deprecated" : true,
9866            "hostname" : "kafka-fips.us-west-2.amazonaws.com"
9867          },
9868          "il-central-1" : { },
9869          "me-central-1" : { },
9870          "me-south-1" : { },
9871          "sa-east-1" : { },
9872          "us-east-1" : {
9873            "variants" : [ {
9874              "hostname" : "kafka-fips.us-east-1.amazonaws.com",
9875              "tags" : [ "fips" ]
9876            } ]
9877          },
9878          "us-east-2" : {
9879            "variants" : [ {
9880              "hostname" : "kafka-fips.us-east-2.amazonaws.com",
9881              "tags" : [ "fips" ]
9882            } ]
9883          },
9884          "us-west-1" : {
9885            "variants" : [ {
9886              "hostname" : "kafka-fips.us-west-1.amazonaws.com",
9887              "tags" : [ "fips" ]
9888            } ]
9889          },
9890          "us-west-2" : {
9891            "variants" : [ {
9892              "hostname" : "kafka-fips.us-west-2.amazonaws.com",
9893              "tags" : [ "fips" ]
9894            } ]
9895          }
9896        }
9897      },
9898      "kafkaconnect" : {
9899        "endpoints" : {
9900          "ap-northeast-1" : { },
9901          "ap-northeast-2" : { },
9902          "ap-south-1" : { },
9903          "ap-southeast-1" : { },
9904          "ap-southeast-2" : { },
9905          "ca-central-1" : { },
9906          "eu-central-1" : { },
9907          "eu-north-1" : { },
9908          "eu-west-1" : { },
9909          "eu-west-2" : { },
9910          "eu-west-3" : { },
9911          "sa-east-1" : { },
9912          "us-east-1" : { },
9913          "us-east-2" : { },
9914          "us-west-1" : { },
9915          "us-west-2" : { }
9916        }
9917      },
9918      "kendra" : {
9919        "endpoints" : {
9920          "ap-northeast-1" : { },
9921          "ap-south-1" : { },
9922          "ap-southeast-1" : { },
9923          "ap-southeast-2" : { },
9924          "ca-central-1" : { },
9925          "eu-west-1" : { },
9926          "eu-west-2" : { },
9927          "fips-us-east-1" : {
9928            "credentialScope" : {
9929              "region" : "us-east-1"
9930            },
9931            "deprecated" : true,
9932            "hostname" : "kendra-fips.us-east-1.amazonaws.com"
9933          },
9934          "fips-us-east-2" : {
9935            "credentialScope" : {
9936              "region" : "us-east-2"
9937            },
9938            "deprecated" : true,
9939            "hostname" : "kendra-fips.us-east-2.amazonaws.com"
9940          },
9941          "fips-us-west-2" : {
9942            "credentialScope" : {
9943              "region" : "us-west-2"
9944            },
9945            "deprecated" : true,
9946            "hostname" : "kendra-fips.us-west-2.amazonaws.com"
9947          },
9948          "us-east-1" : {
9949            "variants" : [ {
9950              "hostname" : "kendra-fips.us-east-1.amazonaws.com",
9951              "tags" : [ "fips" ]
9952            } ]
9953          },
9954          "us-east-2" : {
9955            "variants" : [ {
9956              "hostname" : "kendra-fips.us-east-2.amazonaws.com",
9957              "tags" : [ "fips" ]
9958            } ]
9959          },
9960          "us-west-2" : {
9961            "variants" : [ {
9962              "hostname" : "kendra-fips.us-west-2.amazonaws.com",
9963              "tags" : [ "fips" ]
9964            } ]
9965          }
9966        }
9967      },
9968      "kendra-ranking" : {
9969        "defaults" : {
9970          "dnsSuffix" : "api.aws",
9971          "variants" : [ {
9972            "dnsSuffix" : "api.aws",
9973            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
9974            "tags" : [ "fips" ]
9975          } ]
9976        },
9977        "endpoints" : {
9978          "af-south-1" : {
9979            "hostname" : "kendra-ranking.af-south-1.api.aws"
9980          },
9981          "ap-east-1" : {
9982            "hostname" : "kendra-ranking.ap-east-1.api.aws"
9983          },
9984          "ap-northeast-1" : {
9985            "hostname" : "kendra-ranking.ap-northeast-1.api.aws"
9986          },
9987          "ap-northeast-2" : {
9988            "hostname" : "kendra-ranking.ap-northeast-2.api.aws"
9989          },
9990          "ap-northeast-3" : {
9991            "hostname" : "kendra-ranking.ap-northeast-3.api.aws"
9992          },
9993          "ap-south-1" : {
9994            "hostname" : "kendra-ranking.ap-south-1.api.aws"
9995          },
9996          "ap-south-2" : {
9997            "hostname" : "kendra-ranking.ap-south-2.api.aws"
9998          },
9999          "ap-southeast-1" : {
10000            "hostname" : "kendra-ranking.ap-southeast-1.api.aws"
10001          },
10002          "ap-southeast-2" : {
10003            "hostname" : "kendra-ranking.ap-southeast-2.api.aws"
10004          },
10005          "ap-southeast-3" : {
10006            "hostname" : "kendra-ranking.ap-southeast-3.api.aws"
10007          },
10008          "ap-southeast-4" : {
10009            "hostname" : "kendra-ranking.ap-southeast-4.api.aws"
10010          },
10011          "ca-central-1" : {
10012            "hostname" : "kendra-ranking.ca-central-1.api.aws",
10013            "variants" : [ {
10014              "hostname" : "kendra-ranking-fips.ca-central-1.api.aws",
10015              "tags" : [ "fips" ]
10016            } ]
10017          },
10018          "ca-west-1" : {
10019            "hostname" : "kendra-ranking.ca-west-1.api.aws"
10020          },
10021          "eu-central-2" : {
10022            "hostname" : "kendra-ranking.eu-central-2.api.aws"
10023          },
10024          "eu-north-1" : {
10025            "hostname" : "kendra-ranking.eu-north-1.api.aws"
10026          },
10027          "eu-south-1" : {
10028            "hostname" : "kendra-ranking.eu-south-1.api.aws"
10029          },
10030          "eu-south-2" : {
10031            "hostname" : "kendra-ranking.eu-south-2.api.aws"
10032          },
10033          "eu-west-1" : {
10034            "hostname" : "kendra-ranking.eu-west-1.api.aws"
10035          },
10036          "eu-west-3" : {
10037            "hostname" : "kendra-ranking.eu-west-3.api.aws"
10038          },
10039          "il-central-1" : {
10040            "hostname" : "kendra-ranking.il-central-1.api.aws"
10041          },
10042          "me-central-1" : {
10043            "hostname" : "kendra-ranking.me-central-1.api.aws"
10044          },
10045          "me-south-1" : {
10046            "hostname" : "kendra-ranking.me-south-1.api.aws"
10047          },
10048          "sa-east-1" : {
10049            "hostname" : "kendra-ranking.sa-east-1.api.aws"
10050          },
10051          "us-east-1" : {
10052            "hostname" : "kendra-ranking.us-east-1.api.aws",
10053            "variants" : [ {
10054              "hostname" : "kendra-ranking-fips.us-east-1.api.aws",
10055              "tags" : [ "fips" ]
10056            } ]
10057          },
10058          "us-east-2" : {
10059            "hostname" : "kendra-ranking.us-east-2.api.aws",
10060            "variants" : [ {
10061              "hostname" : "kendra-ranking-fips.us-east-2.api.aws",
10062              "tags" : [ "fips" ]
10063            } ]
10064          },
10065          "us-west-1" : {
10066            "hostname" : "kendra-ranking.us-west-1.api.aws"
10067          },
10068          "us-west-2" : {
10069            "hostname" : "kendra-ranking.us-west-2.api.aws",
10070            "variants" : [ {
10071              "hostname" : "kendra-ranking-fips.us-west-2.api.aws",
10072              "tags" : [ "fips" ]
10073            } ]
10074          }
10075        }
10076      },
10077      "kinesis" : {
10078        "endpoints" : {
10079          "af-south-1" : { },
10080          "ap-east-1" : { },
10081          "ap-northeast-1" : { },
10082          "ap-northeast-2" : { },
10083          "ap-northeast-3" : { },
10084          "ap-south-1" : { },
10085          "ap-south-2" : { },
10086          "ap-southeast-1" : { },
10087          "ap-southeast-2" : { },
10088          "ap-southeast-3" : { },
10089          "ap-southeast-4" : { },
10090          "ca-central-1" : { },
10091          "ca-west-1" : { },
10092          "eu-central-1" : { },
10093          "eu-central-2" : { },
10094          "eu-north-1" : { },
10095          "eu-south-1" : { },
10096          "eu-south-2" : { },
10097          "eu-west-1" : { },
10098          "eu-west-2" : { },
10099          "eu-west-3" : { },
10100          "fips-us-east-1" : {
10101            "credentialScope" : {
10102              "region" : "us-east-1"
10103            },
10104            "deprecated" : true,
10105            "hostname" : "kinesis-fips.us-east-1.amazonaws.com"
10106          },
10107          "fips-us-east-2" : {
10108            "credentialScope" : {
10109              "region" : "us-east-2"
10110            },
10111            "deprecated" : true,
10112            "hostname" : "kinesis-fips.us-east-2.amazonaws.com"
10113          },
10114          "fips-us-west-1" : {
10115            "credentialScope" : {
10116              "region" : "us-west-1"
10117            },
10118            "deprecated" : true,
10119            "hostname" : "kinesis-fips.us-west-1.amazonaws.com"
10120          },
10121          "fips-us-west-2" : {
10122            "credentialScope" : {
10123              "region" : "us-west-2"
10124            },
10125            "deprecated" : true,
10126            "hostname" : "kinesis-fips.us-west-2.amazonaws.com"
10127          },
10128          "il-central-1" : { },
10129          "me-central-1" : { },
10130          "me-south-1" : { },
10131          "sa-east-1" : { },
10132          "us-east-1" : {
10133            "variants" : [ {
10134              "hostname" : "kinesis-fips.us-east-1.amazonaws.com",
10135              "tags" : [ "fips" ]
10136            } ]
10137          },
10138          "us-east-2" : {
10139            "variants" : [ {
10140              "hostname" : "kinesis-fips.us-east-2.amazonaws.com",
10141              "tags" : [ "fips" ]
10142            } ]
10143          },
10144          "us-west-1" : {
10145            "variants" : [ {
10146              "hostname" : "kinesis-fips.us-west-1.amazonaws.com",
10147              "tags" : [ "fips" ]
10148            } ]
10149          },
10150          "us-west-2" : {
10151            "variants" : [ {
10152              "hostname" : "kinesis-fips.us-west-2.amazonaws.com",
10153              "tags" : [ "fips" ]
10154            } ]
10155          }
10156        }
10157      },
10158      "kinesisanalytics" : {
10159        "endpoints" : {
10160          "af-south-1" : { },
10161          "ap-east-1" : { },
10162          "ap-northeast-1" : { },
10163          "ap-northeast-2" : { },
10164          "ap-northeast-3" : { },
10165          "ap-south-1" : { },
10166          "ap-south-2" : { },
10167          "ap-southeast-1" : { },
10168          "ap-southeast-2" : { },
10169          "ap-southeast-3" : { },
10170          "ap-southeast-4" : { },
10171          "ca-central-1" : { },
10172          "eu-central-1" : { },
10173          "eu-central-2" : { },
10174          "eu-north-1" : { },
10175          "eu-south-1" : { },
10176          "eu-south-2" : { },
10177          "eu-west-1" : { },
10178          "eu-west-2" : { },
10179          "eu-west-3" : { },
10180          "il-central-1" : { },
10181          "me-central-1" : { },
10182          "me-south-1" : { },
10183          "sa-east-1" : { },
10184          "us-east-1" : { },
10185          "us-east-2" : { },
10186          "us-west-1" : { },
10187          "us-west-2" : { }
10188        }
10189      },
10190      "kinesisvideo" : {
10191        "endpoints" : {
10192          "af-south-1" : { },
10193          "ap-east-1" : { },
10194          "ap-northeast-1" : { },
10195          "ap-northeast-2" : { },
10196          "ap-south-1" : { },
10197          "ap-southeast-1" : { },
10198          "ap-southeast-2" : { },
10199          "ca-central-1" : { },
10200          "eu-central-1" : { },
10201          "eu-west-1" : { },
10202          "eu-west-2" : { },
10203          "eu-west-3" : { },
10204          "sa-east-1" : { },
10205          "us-east-1" : { },
10206          "us-east-2" : { },
10207          "us-west-2" : { }
10208        }
10209      },
10210      "kms" : {
10211        "endpoints" : {
10212          "ProdFips" : {
10213            "credentialScope" : {
10214              "region" : "eu-central-2"
10215            },
10216            "deprecated" : true,
10217            "hostname" : "kms-fips.eu-central-2.amazonaws.com"
10218          },
10219          "af-south-1" : {
10220            "variants" : [ {
10221              "hostname" : "kms-fips.af-south-1.amazonaws.com",
10222              "tags" : [ "fips" ]
10223            } ]
10224          },
10225          "af-south-1-fips" : {
10226            "credentialScope" : {
10227              "region" : "af-south-1"
10228            },
10229            "deprecated" : true,
10230            "hostname" : "kms-fips.af-south-1.amazonaws.com"
10231          },
10232          "ap-east-1" : {
10233            "variants" : [ {
10234              "hostname" : "kms-fips.ap-east-1.amazonaws.com",
10235              "tags" : [ "fips" ]
10236            } ]
10237          },
10238          "ap-east-1-fips" : {
10239            "credentialScope" : {
10240              "region" : "ap-east-1"
10241            },
10242            "deprecated" : true,
10243            "hostname" : "kms-fips.ap-east-1.amazonaws.com"
10244          },
10245          "ap-northeast-1" : {
10246            "variants" : [ {
10247              "hostname" : "kms-fips.ap-northeast-1.amazonaws.com",
10248              "tags" : [ "fips" ]
10249            } ]
10250          },
10251          "ap-northeast-1-fips" : {
10252            "credentialScope" : {
10253              "region" : "ap-northeast-1"
10254            },
10255            "deprecated" : true,
10256            "hostname" : "kms-fips.ap-northeast-1.amazonaws.com"
10257          },
10258          "ap-northeast-2" : {
10259            "variants" : [ {
10260              "hostname" : "kms-fips.ap-northeast-2.amazonaws.com",
10261              "tags" : [ "fips" ]
10262            } ]
10263          },
10264          "ap-northeast-2-fips" : {
10265            "credentialScope" : {
10266              "region" : "ap-northeast-2"
10267            },
10268            "deprecated" : true,
10269            "hostname" : "kms-fips.ap-northeast-2.amazonaws.com"
10270          },
10271          "ap-northeast-3" : {
10272            "variants" : [ {
10273              "hostname" : "kms-fips.ap-northeast-3.amazonaws.com",
10274              "tags" : [ "fips" ]
10275            } ]
10276          },
10277          "ap-northeast-3-fips" : {
10278            "credentialScope" : {
10279              "region" : "ap-northeast-3"
10280            },
10281            "deprecated" : true,
10282            "hostname" : "kms-fips.ap-northeast-3.amazonaws.com"
10283          },
10284          "ap-south-1" : {
10285            "variants" : [ {
10286              "hostname" : "kms-fips.ap-south-1.amazonaws.com",
10287              "tags" : [ "fips" ]
10288            } ]
10289          },
10290          "ap-south-1-fips" : {
10291            "credentialScope" : {
10292              "region" : "ap-south-1"
10293            },
10294            "deprecated" : true,
10295            "hostname" : "kms-fips.ap-south-1.amazonaws.com"
10296          },
10297          "ap-south-2" : {
10298            "variants" : [ {
10299              "hostname" : "kms-fips.ap-south-2.amazonaws.com",
10300              "tags" : [ "fips" ]
10301            } ]
10302          },
10303          "ap-south-2-fips" : {
10304            "credentialScope" : {
10305              "region" : "ap-south-2"
10306            },
10307            "deprecated" : true,
10308            "hostname" : "kms-fips.ap-south-2.amazonaws.com"
10309          },
10310          "ap-southeast-1" : {
10311            "variants" : [ {
10312              "hostname" : "kms-fips.ap-southeast-1.amazonaws.com",
10313              "tags" : [ "fips" ]
10314            } ]
10315          },
10316          "ap-southeast-1-fips" : {
10317            "credentialScope" : {
10318              "region" : "ap-southeast-1"
10319            },
10320            "deprecated" : true,
10321            "hostname" : "kms-fips.ap-southeast-1.amazonaws.com"
10322          },
10323          "ap-southeast-2" : {
10324            "variants" : [ {
10325              "hostname" : "kms-fips.ap-southeast-2.amazonaws.com",
10326              "tags" : [ "fips" ]
10327            } ]
10328          },
10329          "ap-southeast-2-fips" : {
10330            "credentialScope" : {
10331              "region" : "ap-southeast-2"
10332            },
10333            "deprecated" : true,
10334            "hostname" : "kms-fips.ap-southeast-2.amazonaws.com"
10335          },
10336          "ap-southeast-3" : {
10337            "variants" : [ {
10338              "hostname" : "kms-fips.ap-southeast-3.amazonaws.com",
10339              "tags" : [ "fips" ]
10340            } ]
10341          },
10342          "ap-southeast-3-fips" : {
10343            "credentialScope" : {
10344              "region" : "ap-southeast-3"
10345            },
10346            "deprecated" : true,
10347            "hostname" : "kms-fips.ap-southeast-3.amazonaws.com"
10348          },
10349          "ap-southeast-4" : {
10350            "variants" : [ {
10351              "hostname" : "kms-fips.ap-southeast-4.amazonaws.com",
10352              "tags" : [ "fips" ]
10353            } ]
10354          },
10355          "ap-southeast-4-fips" : {
10356            "credentialScope" : {
10357              "region" : "ap-southeast-4"
10358            },
10359            "deprecated" : true,
10360            "hostname" : "kms-fips.ap-southeast-4.amazonaws.com"
10361          },
10362          "ca-central-1" : {
10363            "variants" : [ {
10364              "hostname" : "kms-fips.ca-central-1.amazonaws.com",
10365              "tags" : [ "fips" ]
10366            } ]
10367          },
10368          "ca-central-1-fips" : {
10369            "credentialScope" : {
10370              "region" : "ca-central-1"
10371            },
10372            "deprecated" : true,
10373            "hostname" : "kms-fips.ca-central-1.amazonaws.com"
10374          },
10375          "ca-west-1" : {
10376            "variants" : [ {
10377              "hostname" : "kms-fips.ca-west-1.amazonaws.com",
10378              "tags" : [ "fips" ]
10379            } ]
10380          },
10381          "ca-west-1-fips" : {
10382            "credentialScope" : {
10383              "region" : "ca-west-1"
10384            },
10385            "deprecated" : true,
10386            "hostname" : "kms-fips.ca-west-1.amazonaws.com"
10387          },
10388          "eu-central-1" : {
10389            "variants" : [ {
10390              "hostname" : "kms-fips.eu-central-1.amazonaws.com",
10391              "tags" : [ "fips" ]
10392            } ]
10393          },
10394          "eu-central-1-fips" : {
10395            "credentialScope" : {
10396              "region" : "eu-central-1"
10397            },
10398            "deprecated" : true,
10399            "hostname" : "kms-fips.eu-central-1.amazonaws.com"
10400          },
10401          "eu-central-2" : {
10402            "variants" : [ {
10403              "hostname" : "kms-fips.eu-central-2.amazonaws.com",
10404              "tags" : [ "fips" ]
10405            } ]
10406          },
10407          "eu-central-2-fips" : {
10408            "credentialScope" : {
10409              "region" : "eu-central-2"
10410            },
10411            "deprecated" : true,
10412            "hostname" : "kms-fips.eu-central-2.amazonaws.com"
10413          },
10414          "eu-north-1" : {
10415            "variants" : [ {
10416              "hostname" : "kms-fips.eu-north-1.amazonaws.com",
10417              "tags" : [ "fips" ]
10418            } ]
10419          },
10420          "eu-north-1-fips" : {
10421            "credentialScope" : {
10422              "region" : "eu-north-1"
10423            },
10424            "deprecated" : true,
10425            "hostname" : "kms-fips.eu-north-1.amazonaws.com"
10426          },
10427          "eu-south-1" : {
10428            "variants" : [ {
10429              "hostname" : "kms-fips.eu-south-1.amazonaws.com",
10430              "tags" : [ "fips" ]
10431            } ]
10432          },
10433          "eu-south-1-fips" : {
10434            "credentialScope" : {
10435              "region" : "eu-south-1"
10436            },
10437            "deprecated" : true,
10438            "hostname" : "kms-fips.eu-south-1.amazonaws.com"
10439          },
10440          "eu-south-2" : {
10441            "variants" : [ {
10442              "hostname" : "kms-fips.eu-south-2.amazonaws.com",
10443              "tags" : [ "fips" ]
10444            } ]
10445          },
10446          "eu-south-2-fips" : {
10447            "credentialScope" : {
10448              "region" : "eu-south-2"
10449            },
10450            "deprecated" : true,
10451            "hostname" : "kms-fips.eu-south-2.amazonaws.com"
10452          },
10453          "eu-west-1" : {
10454            "variants" : [ {
10455              "hostname" : "kms-fips.eu-west-1.amazonaws.com",
10456              "tags" : [ "fips" ]
10457            } ]
10458          },
10459          "eu-west-1-fips" : {
10460            "credentialScope" : {
10461              "region" : "eu-west-1"
10462            },
10463            "deprecated" : true,
10464            "hostname" : "kms-fips.eu-west-1.amazonaws.com"
10465          },
10466          "eu-west-2" : {
10467            "variants" : [ {
10468              "hostname" : "kms-fips.eu-west-2.amazonaws.com",
10469              "tags" : [ "fips" ]
10470            } ]
10471          },
10472          "eu-west-2-fips" : {
10473            "credentialScope" : {
10474              "region" : "eu-west-2"
10475            },
10476            "deprecated" : true,
10477            "hostname" : "kms-fips.eu-west-2.amazonaws.com"
10478          },
10479          "eu-west-3" : {
10480            "variants" : [ {
10481              "hostname" : "kms-fips.eu-west-3.amazonaws.com",
10482              "tags" : [ "fips" ]
10483            } ]
10484          },
10485          "eu-west-3-fips" : {
10486            "credentialScope" : {
10487              "region" : "eu-west-3"
10488            },
10489            "deprecated" : true,
10490            "hostname" : "kms-fips.eu-west-3.amazonaws.com"
10491          },
10492          "il-central-1" : {
10493            "variants" : [ {
10494              "hostname" : "kms-fips.il-central-1.amazonaws.com",
10495              "tags" : [ "fips" ]
10496            } ]
10497          },
10498          "il-central-1-fips" : {
10499            "credentialScope" : {
10500              "region" : "il-central-1"
10501            },
10502            "deprecated" : true,
10503            "hostname" : "kms-fips.il-central-1.amazonaws.com"
10504          },
10505          "me-central-1" : {
10506            "variants" : [ {
10507              "hostname" : "kms-fips.me-central-1.amazonaws.com",
10508              "tags" : [ "fips" ]
10509            } ]
10510          },
10511          "me-central-1-fips" : {
10512            "credentialScope" : {
10513              "region" : "me-central-1"
10514            },
10515            "deprecated" : true,
10516            "hostname" : "kms-fips.me-central-1.amazonaws.com"
10517          },
10518          "me-south-1" : {
10519            "variants" : [ {
10520              "hostname" : "kms-fips.me-south-1.amazonaws.com",
10521              "tags" : [ "fips" ]
10522            } ]
10523          },
10524          "me-south-1-fips" : {
10525            "credentialScope" : {
10526              "region" : "me-south-1"
10527            },
10528            "deprecated" : true,
10529            "hostname" : "kms-fips.me-south-1.amazonaws.com"
10530          },
10531          "sa-east-1" : {
10532            "variants" : [ {
10533              "hostname" : "kms-fips.sa-east-1.amazonaws.com",
10534              "tags" : [ "fips" ]
10535            } ]
10536          },
10537          "sa-east-1-fips" : {
10538            "credentialScope" : {
10539              "region" : "sa-east-1"
10540            },
10541            "deprecated" : true,
10542            "hostname" : "kms-fips.sa-east-1.amazonaws.com"
10543          },
10544          "us-east-1" : {
10545            "variants" : [ {
10546              "hostname" : "kms-fips.us-east-1.amazonaws.com",
10547              "tags" : [ "fips" ]
10548            } ]
10549          },
10550          "us-east-1-fips" : {
10551            "credentialScope" : {
10552              "region" : "us-east-1"
10553            },
10554            "deprecated" : true,
10555            "hostname" : "kms-fips.us-east-1.amazonaws.com"
10556          },
10557          "us-east-2" : {
10558            "variants" : [ {
10559              "hostname" : "kms-fips.us-east-2.amazonaws.com",
10560              "tags" : [ "fips" ]
10561            } ]
10562          },
10563          "us-east-2-fips" : {
10564            "credentialScope" : {
10565              "region" : "us-east-2"
10566            },
10567            "deprecated" : true,
10568            "hostname" : "kms-fips.us-east-2.amazonaws.com"
10569          },
10570          "us-west-1" : {
10571            "variants" : [ {
10572              "hostname" : "kms-fips.us-west-1.amazonaws.com",
10573              "tags" : [ "fips" ]
10574            } ]
10575          },
10576          "us-west-1-fips" : {
10577            "credentialScope" : {
10578              "region" : "us-west-1"
10579            },
10580            "deprecated" : true,
10581            "hostname" : "kms-fips.us-west-1.amazonaws.com"
10582          },
10583          "us-west-2" : {
10584            "variants" : [ {
10585              "hostname" : "kms-fips.us-west-2.amazonaws.com",
10586              "tags" : [ "fips" ]
10587            } ]
10588          },
10589          "us-west-2-fips" : {
10590            "credentialScope" : {
10591              "region" : "us-west-2"
10592            },
10593            "deprecated" : true,
10594            "hostname" : "kms-fips.us-west-2.amazonaws.com"
10595          }
10596        }
10597      },
10598      "lakeformation" : {
10599        "endpoints" : {
10600          "af-south-1" : { },
10601          "ap-east-1" : { },
10602          "ap-northeast-1" : { },
10603          "ap-northeast-2" : { },
10604          "ap-northeast-3" : { },
10605          "ap-south-1" : { },
10606          "ap-south-2" : { },
10607          "ap-southeast-1" : { },
10608          "ap-southeast-2" : { },
10609          "ap-southeast-3" : { },
10610          "ap-southeast-4" : { },
10611          "ca-central-1" : { },
10612          "eu-central-1" : { },
10613          "eu-central-2" : { },
10614          "eu-north-1" : { },
10615          "eu-south-1" : { },
10616          "eu-south-2" : { },
10617          "eu-west-1" : { },
10618          "eu-west-2" : { },
10619          "eu-west-3" : { },
10620          "fips-us-east-1" : {
10621            "credentialScope" : {
10622              "region" : "us-east-1"
10623            },
10624            "deprecated" : true,
10625            "hostname" : "lakeformation-fips.us-east-1.amazonaws.com"
10626          },
10627          "fips-us-east-2" : {
10628            "credentialScope" : {
10629              "region" : "us-east-2"
10630            },
10631            "deprecated" : true,
10632            "hostname" : "lakeformation-fips.us-east-2.amazonaws.com"
10633          },
10634          "fips-us-west-1" : {
10635            "credentialScope" : {
10636              "region" : "us-west-1"
10637            },
10638            "deprecated" : true,
10639            "hostname" : "lakeformation-fips.us-west-1.amazonaws.com"
10640          },
10641          "fips-us-west-2" : {
10642            "credentialScope" : {
10643              "region" : "us-west-2"
10644            },
10645            "deprecated" : true,
10646            "hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
10647          },
10648          "il-central-1" : { },
10649          "me-central-1" : { },
10650          "me-south-1" : { },
10651          "sa-east-1" : { },
10652          "us-east-1" : {
10653            "variants" : [ {
10654              "hostname" : "lakeformation-fips.us-east-1.amazonaws.com",
10655              "tags" : [ "fips" ]
10656            } ]
10657          },
10658          "us-east-2" : {
10659            "variants" : [ {
10660              "hostname" : "lakeformation-fips.us-east-2.amazonaws.com",
10661              "tags" : [ "fips" ]
10662            } ]
10663          },
10664          "us-west-1" : {
10665            "variants" : [ {
10666              "hostname" : "lakeformation-fips.us-west-1.amazonaws.com",
10667              "tags" : [ "fips" ]
10668            } ]
10669          },
10670          "us-west-2" : {
10671            "variants" : [ {
10672              "hostname" : "lakeformation-fips.us-west-2.amazonaws.com",
10673              "tags" : [ "fips" ]
10674            } ]
10675          }
10676        }
10677      },
10678      "lambda" : {
10679        "endpoints" : {
10680          "af-south-1" : {
10681            "variants" : [ {
10682              "hostname" : "lambda.af-south-1.api.aws",
10683              "tags" : [ "dualstack" ]
10684            } ]
10685          },
10686          "ap-east-1" : {
10687            "variants" : [ {
10688              "hostname" : "lambda.ap-east-1.api.aws",
10689              "tags" : [ "dualstack" ]
10690            } ]
10691          },
10692          "ap-northeast-1" : {
10693            "variants" : [ {
10694              "hostname" : "lambda.ap-northeast-1.api.aws",
10695              "tags" : [ "dualstack" ]
10696            } ]
10697          },
10698          "ap-northeast-2" : {
10699            "variants" : [ {
10700              "hostname" : "lambda.ap-northeast-2.api.aws",
10701              "tags" : [ "dualstack" ]
10702            } ]
10703          },
10704          "ap-northeast-3" : {
10705            "variants" : [ {
10706              "hostname" : "lambda.ap-northeast-3.api.aws",
10707              "tags" : [ "dualstack" ]
10708            } ]
10709          },
10710          "ap-south-1" : {
10711            "variants" : [ {
10712              "hostname" : "lambda.ap-south-1.api.aws",
10713              "tags" : [ "dualstack" ]
10714            } ]
10715          },
10716          "ap-south-2" : {
10717            "variants" : [ {
10718              "hostname" : "lambda.ap-south-2.api.aws",
10719              "tags" : [ "dualstack" ]
10720            } ]
10721          },
10722          "ap-southeast-1" : {
10723            "variants" : [ {
10724              "hostname" : "lambda.ap-southeast-1.api.aws",
10725              "tags" : [ "dualstack" ]
10726            } ]
10727          },
10728          "ap-southeast-2" : {
10729            "variants" : [ {
10730              "hostname" : "lambda.ap-southeast-2.api.aws",
10731              "tags" : [ "dualstack" ]
10732            } ]
10733          },
10734          "ap-southeast-3" : {
10735            "variants" : [ {
10736              "hostname" : "lambda.ap-southeast-3.api.aws",
10737              "tags" : [ "dualstack" ]
10738            } ]
10739          },
10740          "ap-southeast-4" : {
10741            "variants" : [ {
10742              "hostname" : "lambda.ap-southeast-4.api.aws",
10743              "tags" : [ "dualstack" ]
10744            } ]
10745          },
10746          "ca-central-1" : {
10747            "variants" : [ {
10748              "hostname" : "lambda.ca-central-1.api.aws",
10749              "tags" : [ "dualstack" ]
10750            } ]
10751          },
10752          "ca-west-1" : {
10753            "variants" : [ {
10754              "hostname" : "lambda.ca-west-1.api.aws",
10755              "tags" : [ "dualstack" ]
10756            } ]
10757          },
10758          "eu-central-1" : {
10759            "variants" : [ {
10760              "hostname" : "lambda.eu-central-1.api.aws",
10761              "tags" : [ "dualstack" ]
10762            } ]
10763          },
10764          "eu-central-2" : {
10765            "variants" : [ {
10766              "hostname" : "lambda.eu-central-2.api.aws",
10767              "tags" : [ "dualstack" ]
10768            } ]
10769          },
10770          "eu-north-1" : {
10771            "variants" : [ {
10772              "hostname" : "lambda.eu-north-1.api.aws",
10773              "tags" : [ "dualstack" ]
10774            } ]
10775          },
10776          "eu-south-1" : {
10777            "variants" : [ {
10778              "hostname" : "lambda.eu-south-1.api.aws",
10779              "tags" : [ "dualstack" ]
10780            } ]
10781          },
10782          "eu-south-2" : {
10783            "variants" : [ {
10784              "hostname" : "lambda.eu-south-2.api.aws",
10785              "tags" : [ "dualstack" ]
10786            } ]
10787          },
10788          "eu-west-1" : {
10789            "variants" : [ {
10790              "hostname" : "lambda.eu-west-1.api.aws",
10791              "tags" : [ "dualstack" ]
10792            } ]
10793          },
10794          "eu-west-2" : {
10795            "variants" : [ {
10796              "hostname" : "lambda.eu-west-2.api.aws",
10797              "tags" : [ "dualstack" ]
10798            } ]
10799          },
10800          "eu-west-3" : {
10801            "variants" : [ {
10802              "hostname" : "lambda.eu-west-3.api.aws",
10803              "tags" : [ "dualstack" ]
10804            } ]
10805          },
10806          "fips-us-east-1" : {
10807            "credentialScope" : {
10808              "region" : "us-east-1"
10809            },
10810            "deprecated" : true,
10811            "hostname" : "lambda-fips.us-east-1.amazonaws.com"
10812          },
10813          "fips-us-east-2" : {
10814            "credentialScope" : {
10815              "region" : "us-east-2"
10816            },
10817            "deprecated" : true,
10818            "hostname" : "lambda-fips.us-east-2.amazonaws.com"
10819          },
10820          "fips-us-west-1" : {
10821            "credentialScope" : {
10822              "region" : "us-west-1"
10823            },
10824            "deprecated" : true,
10825            "hostname" : "lambda-fips.us-west-1.amazonaws.com"
10826          },
10827          "fips-us-west-2" : {
10828            "credentialScope" : {
10829              "region" : "us-west-2"
10830            },
10831            "deprecated" : true,
10832            "hostname" : "lambda-fips.us-west-2.amazonaws.com"
10833          },
10834          "il-central-1" : {
10835            "variants" : [ {
10836              "hostname" : "lambda.il-central-1.api.aws",
10837              "tags" : [ "dualstack" ]
10838            } ]
10839          },
10840          "me-central-1" : {
10841            "variants" : [ {
10842              "hostname" : "lambda.me-central-1.api.aws",
10843              "tags" : [ "dualstack" ]
10844            } ]
10845          },
10846          "me-south-1" : {
10847            "variants" : [ {
10848              "hostname" : "lambda.me-south-1.api.aws",
10849              "tags" : [ "dualstack" ]
10850            } ]
10851          },
10852          "sa-east-1" : {
10853            "variants" : [ {
10854              "hostname" : "lambda.sa-east-1.api.aws",
10855              "tags" : [ "dualstack" ]
10856            } ]
10857          },
10858          "us-east-1" : {
10859            "variants" : [ {
10860              "hostname" : "lambda-fips.us-east-1.amazonaws.com",
10861              "tags" : [ "fips" ]
10862            }, {
10863              "hostname" : "lambda.us-east-1.api.aws",
10864              "tags" : [ "dualstack" ]
10865            } ]
10866          },
10867          "us-east-2" : {
10868            "variants" : [ {
10869              "hostname" : "lambda-fips.us-east-2.amazonaws.com",
10870              "tags" : [ "fips" ]
10871            }, {
10872              "hostname" : "lambda.us-east-2.api.aws",
10873              "tags" : [ "dualstack" ]
10874            } ]
10875          },
10876          "us-west-1" : {
10877            "variants" : [ {
10878              "hostname" : "lambda-fips.us-west-1.amazonaws.com",
10879              "tags" : [ "fips" ]
10880            }, {
10881              "hostname" : "lambda.us-west-1.api.aws",
10882              "tags" : [ "dualstack" ]
10883            } ]
10884          },
10885          "us-west-2" : {
10886            "variants" : [ {
10887              "hostname" : "lambda-fips.us-west-2.amazonaws.com",
10888              "tags" : [ "fips" ]
10889            }, {
10890              "hostname" : "lambda.us-west-2.api.aws",
10891              "tags" : [ "dualstack" ]
10892            } ]
10893          }
10894        }
10895      },
10896      "license-manager" : {
10897        "endpoints" : {
10898          "af-south-1" : { },
10899          "ap-east-1" : { },
10900          "ap-northeast-1" : { },
10901          "ap-northeast-2" : { },
10902          "ap-northeast-3" : { },
10903          "ap-south-1" : { },
10904          "ap-south-2" : { },
10905          "ap-southeast-1" : { },
10906          "ap-southeast-2" : { },
10907          "ap-southeast-3" : { },
10908          "ap-southeast-4" : { },
10909          "ca-central-1" : { },
10910          "eu-central-1" : { },
10911          "eu-central-2" : { },
10912          "eu-north-1" : { },
10913          "eu-south-1" : { },
10914          "eu-south-2" : { },
10915          "eu-west-1" : { },
10916          "eu-west-2" : { },
10917          "eu-west-3" : { },
10918          "fips-us-east-1" : {
10919            "credentialScope" : {
10920              "region" : "us-east-1"
10921            },
10922            "deprecated" : true,
10923            "hostname" : "license-manager-fips.us-east-1.amazonaws.com"
10924          },
10925          "fips-us-east-2" : {
10926            "credentialScope" : {
10927              "region" : "us-east-2"
10928            },
10929            "deprecated" : true,
10930            "hostname" : "license-manager-fips.us-east-2.amazonaws.com"
10931          },
10932          "fips-us-west-1" : {
10933            "credentialScope" : {
10934              "region" : "us-west-1"
10935            },
10936            "deprecated" : true,
10937            "hostname" : "license-manager-fips.us-west-1.amazonaws.com"
10938          },
10939          "fips-us-west-2" : {
10940            "credentialScope" : {
10941              "region" : "us-west-2"
10942            },
10943            "deprecated" : true,
10944            "hostname" : "license-manager-fips.us-west-2.amazonaws.com"
10945          },
10946          "il-central-1" : { },
10947          "me-central-1" : { },
10948          "me-south-1" : { },
10949          "sa-east-1" : { },
10950          "us-east-1" : {
10951            "variants" : [ {
10952              "hostname" : "license-manager-fips.us-east-1.amazonaws.com",
10953              "tags" : [ "fips" ]
10954            } ]
10955          },
10956          "us-east-2" : {
10957            "variants" : [ {
10958              "hostname" : "license-manager-fips.us-east-2.amazonaws.com",
10959              "tags" : [ "fips" ]
10960            } ]
10961          },
10962          "us-west-1" : {
10963            "variants" : [ {
10964              "hostname" : "license-manager-fips.us-west-1.amazonaws.com",
10965              "tags" : [ "fips" ]
10966            } ]
10967          },
10968          "us-west-2" : {
10969            "variants" : [ {
10970              "hostname" : "license-manager-fips.us-west-2.amazonaws.com",
10971              "tags" : [ "fips" ]
10972            } ]
10973          }
10974        }
10975      },
10976      "license-manager-linux-subscriptions" : {
10977        "endpoints" : {
10978          "af-south-1" : { },
10979          "ap-east-1" : { },
10980          "ap-northeast-1" : { },
10981          "ap-northeast-2" : { },
10982          "ap-northeast-3" : { },
10983          "ap-south-1" : { },
10984          "ap-south-2" : { },
10985          "ap-southeast-1" : { },
10986          "ap-southeast-2" : { },
10987          "ap-southeast-3" : { },
10988          "ap-southeast-4" : { },
10989          "ca-central-1" : { },
10990          "ca-west-1" : { },
10991          "eu-central-1" : { },
10992          "eu-central-2" : { },
10993          "eu-north-1" : { },
10994          "eu-south-1" : { },
10995          "eu-south-2" : { },
10996          "eu-west-1" : { },
10997          "eu-west-2" : { },
10998          "eu-west-3" : { },
10999          "fips-us-east-1" : {
11000            "credentialScope" : {
11001              "region" : "us-east-1"
11002            },
11003            "deprecated" : true,
11004            "hostname" : "license-manager-linux-subscriptions-fips.us-east-1.amazonaws.com"
11005          },
11006          "fips-us-east-2" : {
11007            "credentialScope" : {
11008              "region" : "us-east-2"
11009            },
11010            "deprecated" : true,
11011            "hostname" : "license-manager-linux-subscriptions-fips.us-east-2.amazonaws.com"
11012          },
11013          "fips-us-west-1" : {
11014            "credentialScope" : {
11015              "region" : "us-west-1"
11016            },
11017            "deprecated" : true,
11018            "hostname" : "license-manager-linux-subscriptions-fips.us-west-1.amazonaws.com"
11019          },
11020          "fips-us-west-2" : {
11021            "credentialScope" : {
11022              "region" : "us-west-2"
11023            },
11024            "deprecated" : true,
11025            "hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
11026          },
11027          "il-central-1" : { },
11028          "me-central-1" : { },
11029          "me-south-1" : { },
11030          "sa-east-1" : { },
11031          "us-east-1" : {
11032            "variants" : [ {
11033              "hostname" : "license-manager-linux-subscriptions-fips.us-east-1.amazonaws.com",
11034              "tags" : [ "fips" ]
11035            } ]
11036          },
11037          "us-east-2" : {
11038            "variants" : [ {
11039              "hostname" : "license-manager-linux-subscriptions-fips.us-east-2.amazonaws.com",
11040              "tags" : [ "fips" ]
11041            } ]
11042          },
11043          "us-west-1" : {
11044            "variants" : [ {
11045              "hostname" : "license-manager-linux-subscriptions-fips.us-west-1.amazonaws.com",
11046              "tags" : [ "fips" ]
11047            } ]
11048          },
11049          "us-west-2" : {
11050            "variants" : [ {
11051              "hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com",
11052              "tags" : [ "fips" ]
11053            } ]
11054          }
11055        }
11056      },
11057      "license-manager-user-subscriptions" : {
11058        "endpoints" : {
11059          "af-south-1" : { },
11060          "ap-east-1" : { },
11061          "ap-northeast-1" : { },
11062          "ap-northeast-2" : { },
11063          "ap-northeast-3" : { },
11064          "ap-south-1" : { },
11065          "ap-south-2" : { },
11066          "ap-southeast-1" : { },
11067          "ap-southeast-2" : { },
11068          "ap-southeast-3" : { },
11069          "ap-southeast-4" : { },
11070          "ca-central-1" : { },
11071          "eu-central-1" : { },
11072          "eu-central-2" : { },
11073          "eu-north-1" : { },
11074          "eu-south-1" : { },
11075          "eu-south-2" : { },
11076          "eu-west-1" : { },
11077          "eu-west-2" : { },
11078          "eu-west-3" : { },
11079          "fips-us-east-1" : {
11080            "credentialScope" : {
11081              "region" : "us-east-1"
11082            },
11083            "deprecated" : true,
11084            "hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com"
11085          },
11086          "fips-us-east-2" : {
11087            "credentialScope" : {
11088              "region" : "us-east-2"
11089            },
11090            "deprecated" : true,
11091            "hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com"
11092          },
11093          "fips-us-west-1" : {
11094            "credentialScope" : {
11095              "region" : "us-west-1"
11096            },
11097            "deprecated" : true,
11098            "hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com"
11099          },
11100          "fips-us-west-2" : {
11101            "credentialScope" : {
11102              "region" : "us-west-2"
11103            },
11104            "deprecated" : true,
11105            "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
11106          },
11107          "il-central-1" : { },
11108          "me-central-1" : { },
11109          "me-south-1" : { },
11110          "sa-east-1" : { },
11111          "us-east-1" : {
11112            "variants" : [ {
11113              "hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com",
11114              "tags" : [ "fips" ]
11115            } ]
11116          },
11117          "us-east-2" : {
11118            "variants" : [ {
11119              "hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com",
11120              "tags" : [ "fips" ]
11121            } ]
11122          },
11123          "us-west-1" : {
11124            "variants" : [ {
11125              "hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com",
11126              "tags" : [ "fips" ]
11127            } ]
11128          },
11129          "us-west-2" : {
11130            "variants" : [ {
11131              "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com",
11132              "tags" : [ "fips" ]
11133            } ]
11134          }
11135        }
11136      },
11137      "lightsail" : {
11138        "endpoints" : {
11139          "ap-northeast-1" : { },
11140          "ap-northeast-2" : { },
11141          "ap-south-1" : { },
11142          "ap-southeast-1" : { },
11143          "ap-southeast-2" : { },
11144          "ca-central-1" : { },
11145          "eu-central-1" : { },
11146          "eu-north-1" : { },
11147          "eu-west-1" : { },
11148          "eu-west-2" : { },
11149          "eu-west-3" : { },
11150          "us-east-1" : { },
11151          "us-east-2" : { },
11152          "us-west-2" : { }
11153        }
11154      },
11155      "logs" : {
11156        "endpoints" : {
11157          "af-south-1" : { },
11158          "ap-east-1" : { },
11159          "ap-northeast-1" : { },
11160          "ap-northeast-2" : { },
11161          "ap-northeast-3" : { },
11162          "ap-south-1" : { },
11163          "ap-south-2" : { },
11164          "ap-southeast-1" : { },
11165          "ap-southeast-2" : { },
11166          "ap-southeast-3" : { },
11167          "ap-southeast-4" : { },
11168          "ca-central-1" : { },
11169          "ca-west-1" : { },
11170          "eu-central-1" : { },
11171          "eu-central-2" : { },
11172          "eu-north-1" : { },
11173          "eu-south-1" : { },
11174          "eu-south-2" : { },
11175          "eu-west-1" : { },
11176          "eu-west-2" : { },
11177          "eu-west-3" : { },
11178          "fips-us-east-1" : {
11179            "credentialScope" : {
11180              "region" : "us-east-1"
11181            },
11182            "deprecated" : true,
11183            "hostname" : "logs-fips.us-east-1.amazonaws.com"
11184          },
11185          "fips-us-east-2" : {
11186            "credentialScope" : {
11187              "region" : "us-east-2"
11188            },
11189            "deprecated" : true,
11190            "hostname" : "logs-fips.us-east-2.amazonaws.com"
11191          },
11192          "fips-us-west-1" : {
11193            "credentialScope" : {
11194              "region" : "us-west-1"
11195            },
11196            "deprecated" : true,
11197            "hostname" : "logs-fips.us-west-1.amazonaws.com"
11198          },
11199          "fips-us-west-2" : {
11200            "credentialScope" : {
11201              "region" : "us-west-2"
11202            },
11203            "deprecated" : true,
11204            "hostname" : "logs-fips.us-west-2.amazonaws.com"
11205          },
11206          "il-central-1" : { },
11207          "me-central-1" : { },
11208          "me-south-1" : { },
11209          "sa-east-1" : { },
11210          "us-east-1" : {
11211            "variants" : [ {
11212              "hostname" : "logs-fips.us-east-1.amazonaws.com",
11213              "tags" : [ "fips" ]
11214            } ]
11215          },
11216          "us-east-2" : {
11217            "variants" : [ {
11218              "hostname" : "logs-fips.us-east-2.amazonaws.com",
11219              "tags" : [ "fips" ]
11220            } ]
11221          },
11222          "us-west-1" : {
11223            "variants" : [ {
11224              "hostname" : "logs-fips.us-west-1.amazonaws.com",
11225              "tags" : [ "fips" ]
11226            } ]
11227          },
11228          "us-west-2" : {
11229            "variants" : [ {
11230              "hostname" : "logs-fips.us-west-2.amazonaws.com",
11231              "tags" : [ "fips" ]
11232            } ]
11233          }
11234        }
11235      },
11236      "lookoutequipment" : {
11237        "endpoints" : {
11238          "ap-northeast-2" : { },
11239          "eu-west-1" : { },
11240          "us-east-1" : { }
11241        }
11242      },
11243      "lookoutmetrics" : {
11244        "endpoints" : {
11245          "ap-northeast-1" : { },
11246          "ap-southeast-1" : { },
11247          "ap-southeast-2" : { },
11248          "eu-central-1" : { },
11249          "eu-north-1" : { },
11250          "eu-west-1" : { },
11251          "us-east-1" : { },
11252          "us-east-2" : { },
11253          "us-west-2" : { }
11254        }
11255      },
11256      "lookoutvision" : {
11257        "endpoints" : {
11258          "ap-northeast-1" : { },
11259          "ap-northeast-2" : { },
11260          "eu-central-1" : { },
11261          "eu-west-1" : { },
11262          "us-east-1" : { },
11263          "us-east-2" : { },
11264          "us-west-2" : { }
11265        }
11266      },
11267      "m2" : {
11268        "endpoints" : {
11269          "af-south-1" : { },
11270          "ap-northeast-1" : { },
11271          "ap-northeast-2" : { },
11272          "ap-northeast-3" : { },
11273          "ap-south-1" : { },
11274          "ap-southeast-1" : { },
11275          "ap-southeast-2" : { },
11276          "ca-central-1" : {
11277            "variants" : [ {
11278              "tags" : [ "fips" ]
11279            } ]
11280          },
11281          "eu-central-1" : { },
11282          "eu-north-1" : { },
11283          "eu-south-1" : { },
11284          "eu-south-2" : { },
11285          "eu-west-1" : { },
11286          "eu-west-2" : { },
11287          "eu-west-3" : { },
11288          "fips-ca-central-1" : {
11289            "deprecated" : true
11290          },
11291          "fips-us-east-1" : {
11292            "deprecated" : true
11293          },
11294          "fips-us-east-2" : {
11295            "deprecated" : true
11296          },
11297          "fips-us-west-1" : {
11298            "deprecated" : true
11299          },
11300          "fips-us-west-2" : {
11301            "deprecated" : true
11302          },
11303          "il-central-1" : { },
11304          "sa-east-1" : { },
11305          "us-east-1" : {
11306            "variants" : [ {
11307              "tags" : [ "fips" ]
11308            } ]
11309          },
11310          "us-east-2" : {
11311            "variants" : [ {
11312              "tags" : [ "fips" ]
11313            } ]
11314          },
11315          "us-west-1" : {
11316            "variants" : [ {
11317              "tags" : [ "fips" ]
11318            } ]
11319          },
11320          "us-west-2" : {
11321            "variants" : [ {
11322              "tags" : [ "fips" ]
11323            } ]
11324          }
11325        }
11326      },
11327      "machinelearning" : {
11328        "endpoints" : {
11329          "eu-west-1" : { },
11330          "us-east-1" : { }
11331        }
11332      },
11333      "macie2" : {
11334        "endpoints" : {
11335          "af-south-1" : { },
11336          "ap-east-1" : { },
11337          "ap-northeast-1" : { },
11338          "ap-northeast-2" : { },
11339          "ap-northeast-3" : { },
11340          "ap-south-1" : { },
11341          "ap-southeast-1" : { },
11342          "ap-southeast-2" : { },
11343          "ca-central-1" : { },
11344          "eu-central-1" : { },
11345          "eu-north-1" : { },
11346          "eu-south-1" : { },
11347          "eu-west-1" : { },
11348          "eu-west-2" : { },
11349          "eu-west-3" : { },
11350          "fips-us-east-1" : {
11351            "credentialScope" : {
11352              "region" : "us-east-1"
11353            },
11354            "deprecated" : true,
11355            "hostname" : "macie2-fips.us-east-1.amazonaws.com"
11356          },
11357          "fips-us-east-2" : {
11358            "credentialScope" : {
11359              "region" : "us-east-2"
11360            },
11361            "deprecated" : true,
11362            "hostname" : "macie2-fips.us-east-2.amazonaws.com"
11363          },
11364          "fips-us-west-1" : {
11365            "credentialScope" : {
11366              "region" : "us-west-1"
11367            },
11368            "deprecated" : true,
11369            "hostname" : "macie2-fips.us-west-1.amazonaws.com"
11370          },
11371          "fips-us-west-2" : {
11372            "credentialScope" : {
11373              "region" : "us-west-2"
11374            },
11375            "deprecated" : true,
11376            "hostname" : "macie2-fips.us-west-2.amazonaws.com"
11377          },
11378          "il-central-1" : { },
11379          "me-south-1" : { },
11380          "sa-east-1" : { },
11381          "us-east-1" : {
11382            "variants" : [ {
11383              "hostname" : "macie2-fips.us-east-1.amazonaws.com",
11384              "tags" : [ "fips" ]
11385            } ]
11386          },
11387          "us-east-2" : {
11388            "variants" : [ {
11389              "hostname" : "macie2-fips.us-east-2.amazonaws.com",
11390              "tags" : [ "fips" ]
11391            } ]
11392          },
11393          "us-west-1" : {
11394            "variants" : [ {
11395              "hostname" : "macie2-fips.us-west-1.amazonaws.com",
11396              "tags" : [ "fips" ]
11397            } ]
11398          },
11399          "us-west-2" : {
11400            "variants" : [ {
11401              "hostname" : "macie2-fips.us-west-2.amazonaws.com",
11402              "tags" : [ "fips" ]
11403            } ]
11404          }
11405        }
11406      },
11407      "managedblockchain" : {
11408        "endpoints" : {
11409          "ap-northeast-1" : { },
11410          "ap-northeast-2" : { },
11411          "ap-southeast-1" : { },
11412          "eu-west-1" : { },
11413          "eu-west-2" : { },
11414          "us-east-1" : { }
11415        }
11416      },
11417      "managedblockchain-query" : {
11418        "endpoints" : {
11419          "us-east-1" : { }
11420        }
11421      },
11422      "marketplacecommerceanalytics" : {
11423        "endpoints" : {
11424          "us-east-1" : { }
11425        }
11426      },
11427      "media-pipelines-chime" : {
11428        "endpoints" : {
11429          "ap-southeast-1" : { },
11430          "eu-central-1" : { },
11431          "us-east-1" : {
11432            "variants" : [ {
11433              "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com",
11434              "tags" : [ "fips" ]
11435            } ]
11436          },
11437          "us-east-1-fips" : {
11438            "credentialScope" : {
11439              "region" : "us-east-1"
11440            },
11441            "deprecated" : true,
11442            "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com"
11443          },
11444          "us-west-2" : {
11445            "variants" : [ {
11446              "hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com",
11447              "tags" : [ "fips" ]
11448            } ]
11449          },
11450          "us-west-2-fips" : {
11451            "credentialScope" : {
11452              "region" : "us-west-2"
11453            },
11454            "deprecated" : true,
11455            "hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com"
11456          }
11457        }
11458      },
11459      "mediaconnect" : {
11460        "endpoints" : {
11461          "af-south-1" : { },
11462          "ap-east-1" : { },
11463          "ap-northeast-1" : { },
11464          "ap-northeast-2" : { },
11465          "ap-northeast-3" : { },
11466          "ap-south-1" : { },
11467          "ap-south-2" : { },
11468          "ap-southeast-1" : { },
11469          "ap-southeast-2" : { },
11470          "ap-southeast-4" : { },
11471          "ca-central-1" : { },
11472          "eu-central-1" : { },
11473          "eu-north-1" : { },
11474          "eu-west-1" : { },
11475          "eu-west-2" : { },
11476          "eu-west-3" : { },
11477          "me-central-1" : { },
11478          "sa-east-1" : { },
11479          "us-east-1" : { },
11480          "us-east-2" : { },
11481          "us-west-1" : { },
11482          "us-west-2" : { }
11483        }
11484      },
11485      "mediaconvert" : {
11486        "endpoints" : {
11487          "af-south-1" : { },
11488          "ap-northeast-1" : { },
11489          "ap-northeast-2" : { },
11490          "ap-northeast-3" : { },
11491          "ap-south-1" : { },
11492          "ap-southeast-1" : { },
11493          "ap-southeast-2" : { },
11494          "ap-southeast-4" : { },
11495          "ca-central-1" : {
11496            "variants" : [ {
11497              "hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com",
11498              "tags" : [ "fips" ]
11499            } ]
11500          },
11501          "eu-central-1" : { },
11502          "eu-north-1" : { },
11503          "eu-west-1" : { },
11504          "eu-west-2" : { },
11505          "eu-west-3" : { },
11506          "fips-ca-central-1" : {
11507            "credentialScope" : {
11508              "region" : "ca-central-1"
11509            },
11510            "deprecated" : true,
11511            "hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com"
11512          },
11513          "fips-us-east-1" : {
11514            "credentialScope" : {
11515              "region" : "us-east-1"
11516            },
11517            "deprecated" : true,
11518            "hostname" : "mediaconvert-fips.us-east-1.amazonaws.com"
11519          },
11520          "fips-us-east-2" : {
11521            "credentialScope" : {
11522              "region" : "us-east-2"
11523            },
11524            "deprecated" : true,
11525            "hostname" : "mediaconvert-fips.us-east-2.amazonaws.com"
11526          },
11527          "fips-us-west-1" : {
11528            "credentialScope" : {
11529              "region" : "us-west-1"
11530            },
11531            "deprecated" : true,
11532            "hostname" : "mediaconvert-fips.us-west-1.amazonaws.com"
11533          },
11534          "fips-us-west-2" : {
11535            "credentialScope" : {
11536              "region" : "us-west-2"
11537            },
11538            "deprecated" : true,
11539            "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
11540          },
11541          "sa-east-1" : { },
11542          "us-east-1" : {
11543            "variants" : [ {
11544              "hostname" : "mediaconvert-fips.us-east-1.amazonaws.com",
11545              "tags" : [ "fips" ]
11546            } ]
11547          },
11548          "us-east-2" : {
11549            "variants" : [ {
11550              "hostname" : "mediaconvert-fips.us-east-2.amazonaws.com",
11551              "tags" : [ "fips" ]
11552            } ]
11553          },
11554          "us-west-1" : {
11555            "variants" : [ {
11556              "hostname" : "mediaconvert-fips.us-west-1.amazonaws.com",
11557              "tags" : [ "fips" ]
11558            } ]
11559          },
11560          "us-west-2" : {
11561            "variants" : [ {
11562              "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com",
11563              "tags" : [ "fips" ]
11564            } ]
11565          }
11566        }
11567      },
11568      "medialive" : {
11569        "endpoints" : {
11570          "ap-northeast-1" : { },
11571          "ap-northeast-2" : { },
11572          "ap-northeast-3" : { },
11573          "ap-south-1" : { },
11574          "ap-southeast-1" : { },
11575          "ap-southeast-2" : { },
11576          "ap-southeast-4" : { },
11577          "ca-central-1" : { },
11578          "eu-central-1" : { },
11579          "eu-north-1" : { },
11580          "eu-west-1" : { },
11581          "eu-west-2" : { },
11582          "eu-west-3" : { },
11583          "fips-us-east-1" : {
11584            "credentialScope" : {
11585              "region" : "us-east-1"
11586            },
11587            "deprecated" : true,
11588            "hostname" : "medialive-fips.us-east-1.amazonaws.com"
11589          },
11590          "fips-us-east-2" : {
11591            "credentialScope" : {
11592              "region" : "us-east-2"
11593            },
11594            "deprecated" : true,
11595            "hostname" : "medialive-fips.us-east-2.amazonaws.com"
11596          },
11597          "fips-us-west-2" : {
11598            "credentialScope" : {
11599              "region" : "us-west-2"
11600            },
11601            "deprecated" : true,
11602            "hostname" : "medialive-fips.us-west-2.amazonaws.com"
11603          },
11604          "sa-east-1" : { },
11605          "us-east-1" : {
11606            "variants" : [ {
11607              "hostname" : "medialive-fips.us-east-1.amazonaws.com",
11608              "tags" : [ "fips" ]
11609            } ]
11610          },
11611          "us-east-2" : {
11612            "variants" : [ {
11613              "hostname" : "medialive-fips.us-east-2.amazonaws.com",
11614              "tags" : [ "fips" ]
11615            } ]
11616          },
11617          "us-west-2" : {
11618            "variants" : [ {
11619              "hostname" : "medialive-fips.us-west-2.amazonaws.com",
11620              "tags" : [ "fips" ]
11621            } ]
11622          }
11623        }
11624      },
11625      "mediapackage" : {
11626        "endpoints" : {
11627          "ap-northeast-1" : { },
11628          "ap-northeast-2" : { },
11629          "ap-northeast-3" : { },
11630          "ap-south-1" : { },
11631          "ap-southeast-1" : { },
11632          "ap-southeast-2" : { },
11633          "ap-southeast-4" : { },
11634          "ca-central-1" : { },
11635          "eu-central-1" : { },
11636          "eu-north-1" : { },
11637          "eu-west-1" : { },
11638          "eu-west-2" : { },
11639          "eu-west-3" : { },
11640          "sa-east-1" : { },
11641          "us-east-1" : { },
11642          "us-east-2" : { },
11643          "us-west-1" : { },
11644          "us-west-2" : { }
11645        }
11646      },
11647      "mediapackage-vod" : {
11648        "endpoints" : {
11649          "ap-northeast-1" : { },
11650          "ap-northeast-2" : { },
11651          "ap-northeast-3" : { },
11652          "ap-south-1" : { },
11653          "ap-southeast-1" : { },
11654          "ap-southeast-2" : { },
11655          "ap-southeast-4" : { },
11656          "ca-central-1" : { },
11657          "eu-central-1" : { },
11658          "eu-north-1" : { },
11659          "eu-west-1" : { },
11660          "eu-west-2" : { },
11661          "eu-west-3" : { },
11662          "sa-east-1" : { },
11663          "us-east-1" : { },
11664          "us-east-2" : { },
11665          "us-west-1" : { },
11666          "us-west-2" : { }
11667        }
11668      },
11669      "mediapackagev2" : {
11670        "endpoints" : {
11671          "ap-northeast-1" : { },
11672          "ap-northeast-2" : { },
11673          "ap-northeast-3" : { },
11674          "ap-south-1" : { },
11675          "ap-southeast-1" : { },
11676          "ap-southeast-2" : { },
11677          "ap-southeast-4" : { },
11678          "ca-central-1" : { },
11679          "eu-central-1" : { },
11680          "eu-north-1" : { },
11681          "eu-west-1" : { },
11682          "eu-west-2" : { },
11683          "eu-west-3" : { },
11684          "sa-east-1" : { },
11685          "us-east-1" : { },
11686          "us-east-2" : { },
11687          "us-west-1" : { },
11688          "us-west-2" : { }
11689        }
11690      },
11691      "mediastore" : {
11692        "endpoints" : {
11693          "ap-northeast-1" : { },
11694          "ap-northeast-2" : { },
11695          "ap-southeast-2" : { },
11696          "eu-central-1" : { },
11697          "eu-north-1" : { },
11698          "eu-west-1" : { },
11699          "eu-west-2" : { },
11700          "us-east-1" : { },
11701          "us-west-2" : { }
11702        }
11703      },
11704      "meetings-chime" : {
11705        "endpoints" : {
11706          "ap-northeast-1" : { },
11707          "ap-northeast-2" : { },
11708          "ap-south-1" : { },
11709          "ap-southeast-1" : { },
11710          "ap-southeast-2" : { },
11711          "ca-central-1" : { },
11712          "eu-central-1" : { },
11713          "eu-west-2" : { },
11714          "il-central-1" : { },
11715          "us-east-1" : {
11716            "variants" : [ {
11717              "hostname" : "meetings-chime-fips.us-east-1.amazonaws.com",
11718              "tags" : [ "fips" ]
11719            } ]
11720          },
11721          "us-east-1-fips" : {
11722            "credentialScope" : {
11723              "region" : "us-east-1"
11724            },
11725            "deprecated" : true,
11726            "hostname" : "meetings-chime-fips.us-east-1.amazonaws.com"
11727          },
11728          "us-west-2" : {
11729            "variants" : [ {
11730              "hostname" : "meetings-chime-fips.us-west-2.amazonaws.com",
11731              "tags" : [ "fips" ]
11732            } ]
11733          },
11734          "us-west-2-fips" : {
11735            "credentialScope" : {
11736              "region" : "us-west-2"
11737            },
11738            "deprecated" : true,
11739            "hostname" : "meetings-chime-fips.us-west-2.amazonaws.com"
11740          }
11741        }
11742      },
11743      "memory-db" : {
11744        "endpoints" : {
11745          "ap-east-1" : { },
11746          "ap-northeast-1" : { },
11747          "ap-northeast-2" : { },
11748          "ap-south-1" : { },
11749          "ap-southeast-1" : { },
11750          "ap-southeast-2" : { },
11751          "ca-central-1" : { },
11752          "eu-central-1" : { },
11753          "eu-north-1" : { },
11754          "eu-south-1" : { },
11755          "eu-west-1" : { },
11756          "eu-west-2" : { },
11757          "eu-west-3" : { },
11758          "fips" : {
11759            "credentialScope" : {
11760              "region" : "us-west-1"
11761            },
11762            "hostname" : "memory-db-fips.us-west-1.amazonaws.com"
11763          },
11764          "sa-east-1" : { },
11765          "us-east-1" : { },
11766          "us-east-2" : { },
11767          "us-west-1" : { },
11768          "us-west-2" : { }
11769        }
11770      },
11771      "messaging-chime" : {
11772        "endpoints" : {
11773          "eu-central-1" : { },
11774          "us-east-1" : {
11775            "variants" : [ {
11776              "hostname" : "messaging-chime-fips.us-east-1.amazonaws.com",
11777              "tags" : [ "fips" ]
11778            } ]
11779          },
11780          "us-east-1-fips" : {
11781            "credentialScope" : {
11782              "region" : "us-east-1"
11783            },
11784            "deprecated" : true,
11785            "hostname" : "messaging-chime-fips.us-east-1.amazonaws.com"
11786          }
11787        }
11788      },
11789      "metering.marketplace" : {
11790        "defaults" : {
11791          "credentialScope" : {
11792            "service" : "aws-marketplace"
11793          }
11794        },
11795        "endpoints" : {
11796          "af-south-1" : { },
11797          "ap-east-1" : { },
11798          "ap-northeast-1" : { },
11799          "ap-northeast-2" : { },
11800          "ap-northeast-3" : { },
11801          "ap-south-1" : { },
11802          "ap-south-2" : { },
11803          "ap-southeast-1" : { },
11804          "ap-southeast-2" : { },
11805          "ap-southeast-3" : { },
11806          "ap-southeast-4" : { },
11807          "ca-central-1" : { },
11808          "eu-central-1" : { },
11809          "eu-central-2" : { },
11810          "eu-north-1" : { },
11811          "eu-south-1" : { },
11812          "eu-south-2" : { },
11813          "eu-west-1" : { },
11814          "eu-west-2" : { },
11815          "eu-west-3" : { },
11816          "il-central-1" : { },
11817          "me-central-1" : { },
11818          "me-south-1" : { },
11819          "sa-east-1" : { },
11820          "us-east-1" : { },
11821          "us-east-2" : { },
11822          "us-west-1" : { },
11823          "us-west-2" : { }
11824        }
11825      },
11826      "metrics.sagemaker" : {
11827        "endpoints" : {
11828          "af-south-1" : { },
11829          "ap-east-1" : { },
11830          "ap-northeast-1" : { },
11831          "ap-northeast-2" : { },
11832          "ap-northeast-3" : { },
11833          "ap-south-1" : { },
11834          "ap-south-2" : { },
11835          "ap-southeast-1" : { },
11836          "ap-southeast-2" : { },
11837          "ap-southeast-3" : { },
11838          "ap-southeast-4" : { },
11839          "ca-central-1" : { },
11840          "ca-west-1" : { },
11841          "eu-central-1" : { },
11842          "eu-central-2" : { },
11843          "eu-north-1" : { },
11844          "eu-south-1" : { },
11845          "eu-south-2" : { },
11846          "eu-west-1" : { },
11847          "eu-west-2" : { },
11848          "eu-west-3" : { },
11849          "il-central-1" : { },
11850          "me-central-1" : { },
11851          "me-south-1" : { },
11852          "sa-east-1" : { },
11853          "us-east-1" : { },
11854          "us-east-2" : { },
11855          "us-west-1" : { },
11856          "us-west-2" : { }
11857        }
11858      },
11859      "mgh" : {
11860        "endpoints" : {
11861          "ap-northeast-1" : { },
11862          "ap-southeast-2" : { },
11863          "eu-central-1" : { },
11864          "eu-west-1" : { },
11865          "eu-west-2" : { },
11866          "us-east-1" : { },
11867          "us-west-2" : { }
11868        }
11869      },
11870      "mgn" : {
11871        "endpoints" : {
11872          "af-south-1" : { },
11873          "ap-east-1" : { },
11874          "ap-northeast-1" : { },
11875          "ap-northeast-2" : { },
11876          "ap-northeast-3" : { },
11877          "ap-south-1" : { },
11878          "ap-south-2" : { },
11879          "ap-southeast-1" : { },
11880          "ap-southeast-2" : { },
11881          "ap-southeast-3" : { },
11882          "ap-southeast-4" : { },
11883          "ca-central-1" : { },
11884          "eu-central-1" : { },
11885          "eu-central-2" : { },
11886          "eu-north-1" : { },
11887          "eu-south-1" : { },
11888          "eu-south-2" : { },
11889          "eu-west-1" : { },
11890          "eu-west-2" : { },
11891          "eu-west-3" : { },
11892          "fips-us-east-1" : {
11893            "credentialScope" : {
11894              "region" : "us-east-1"
11895            },
11896            "deprecated" : true,
11897            "hostname" : "mgn-fips.us-east-1.amazonaws.com"
11898          },
11899          "fips-us-east-2" : {
11900            "credentialScope" : {
11901              "region" : "us-east-2"
11902            },
11903            "deprecated" : true,
11904            "hostname" : "mgn-fips.us-east-2.amazonaws.com"
11905          },
11906          "fips-us-west-1" : {
11907            "credentialScope" : {
11908              "region" : "us-west-1"
11909            },
11910            "deprecated" : true,
11911            "hostname" : "mgn-fips.us-west-1.amazonaws.com"
11912          },
11913          "fips-us-west-2" : {
11914            "credentialScope" : {
11915              "region" : "us-west-2"
11916            },
11917            "deprecated" : true,
11918            "hostname" : "mgn-fips.us-west-2.amazonaws.com"
11919          },
11920          "il-central-1" : { },
11921          "me-central-1" : { },
11922          "me-south-1" : { },
11923          "sa-east-1" : { },
11924          "us-east-1" : {
11925            "variants" : [ {
11926              "hostname" : "mgn-fips.us-east-1.amazonaws.com",
11927              "tags" : [ "fips" ]
11928            } ]
11929          },
11930          "us-east-2" : {
11931            "variants" : [ {
11932              "hostname" : "mgn-fips.us-east-2.amazonaws.com",
11933              "tags" : [ "fips" ]
11934            } ]
11935          },
11936          "us-west-1" : {
11937            "variants" : [ {
11938              "hostname" : "mgn-fips.us-west-1.amazonaws.com",
11939              "tags" : [ "fips" ]
11940            } ]
11941          },
11942          "us-west-2" : {
11943            "variants" : [ {
11944              "hostname" : "mgn-fips.us-west-2.amazonaws.com",
11945              "tags" : [ "fips" ]
11946            } ]
11947          }
11948        }
11949      },
11950      "migrationhub-orchestrator" : {
11951        "endpoints" : {
11952          "ap-northeast-1" : { },
11953          "ap-southeast-2" : { },
11954          "eu-central-1" : { },
11955          "eu-west-1" : { },
11956          "eu-west-2" : { },
11957          "us-east-1" : { },
11958          "us-west-2" : { }
11959        }
11960      },
11961      "migrationhub-strategy" : {
11962        "endpoints" : {
11963          "ap-northeast-1" : { },
11964          "ap-southeast-2" : { },
11965          "eu-central-1" : { },
11966          "eu-west-1" : { },
11967          "eu-west-2" : { },
11968          "us-east-1" : { },
11969          "us-west-2" : { }
11970        }
11971      },
11972      "mobileanalytics" : {
11973        "endpoints" : {
11974          "us-east-1" : { }
11975        }
11976      },
11977      "models-v2-lex" : {
11978        "endpoints" : {
11979          "af-south-1" : { },
11980          "ap-northeast-1" : { },
11981          "ap-northeast-2" : { },
11982          "ap-southeast-1" : { },
11983          "ap-southeast-2" : { },
11984          "ca-central-1" : { },
11985          "eu-central-1" : { },
11986          "eu-west-1" : { },
11987          "eu-west-2" : { },
11988          "us-east-1" : { },
11989          "us-west-2" : { }
11990        }
11991      },
11992      "models.lex" : {
11993        "defaults" : {
11994          "credentialScope" : {
11995            "service" : "lex"
11996          },
11997          "variants" : [ {
11998            "hostname" : "models-fips.lex.{region}.{dnsSuffix}",
11999            "tags" : [ "fips" ]
12000          } ]
12001        },
12002        "endpoints" : {
12003          "ap-northeast-1" : { },
12004          "ap-southeast-1" : { },
12005          "ap-southeast-2" : { },
12006          "eu-central-1" : { },
12007          "eu-west-1" : { },
12008          "eu-west-2" : { },
12009          "us-east-1" : {
12010            "variants" : [ {
12011              "hostname" : "models-fips.lex.us-east-1.amazonaws.com",
12012              "tags" : [ "fips" ]
12013            } ]
12014          },
12015          "us-east-1-fips" : {
12016            "credentialScope" : {
12017              "region" : "us-east-1"
12018            },
12019            "deprecated" : true,
12020            "hostname" : "models-fips.lex.us-east-1.amazonaws.com"
12021          },
12022          "us-west-2" : {
12023            "variants" : [ {
12024              "hostname" : "models-fips.lex.us-west-2.amazonaws.com",
12025              "tags" : [ "fips" ]
12026            } ]
12027          },
12028          "us-west-2-fips" : {
12029            "credentialScope" : {
12030              "region" : "us-west-2"
12031            },
12032            "deprecated" : true,
12033            "hostname" : "models-fips.lex.us-west-2.amazonaws.com"
12034          }
12035        }
12036      },
12037      "monitoring" : {
12038        "defaults" : {
12039          "protocols" : [ "http", "https" ]
12040        },
12041        "endpoints" : {
12042          "af-south-1" : { },
12043          "ap-east-1" : { },
12044          "ap-northeast-1" : { },
12045          "ap-northeast-2" : { },
12046          "ap-northeast-3" : { },
12047          "ap-south-1" : { },
12048          "ap-south-2" : { },
12049          "ap-southeast-1" : { },
12050          "ap-southeast-2" : { },
12051          "ap-southeast-3" : { },
12052          "ap-southeast-4" : { },
12053          "ca-central-1" : { },
12054          "ca-west-1" : { },
12055          "eu-central-1" : { },
12056          "eu-central-2" : { },
12057          "eu-north-1" : { },
12058          "eu-south-1" : { },
12059          "eu-south-2" : { },
12060          "eu-west-1" : { },
12061          "eu-west-2" : { },
12062          "eu-west-3" : { },
12063          "fips-us-east-1" : {
12064            "credentialScope" : {
12065              "region" : "us-east-1"
12066            },
12067            "deprecated" : true,
12068            "hostname" : "monitoring-fips.us-east-1.amazonaws.com"
12069          },
12070          "fips-us-east-2" : {
12071            "credentialScope" : {
12072              "region" : "us-east-2"
12073            },
12074            "deprecated" : true,
12075            "hostname" : "monitoring-fips.us-east-2.amazonaws.com"
12076          },
12077          "fips-us-west-1" : {
12078            "credentialScope" : {
12079              "region" : "us-west-1"
12080            },
12081            "deprecated" : true,
12082            "hostname" : "monitoring-fips.us-west-1.amazonaws.com"
12083          },
12084          "fips-us-west-2" : {
12085            "credentialScope" : {
12086              "region" : "us-west-2"
12087            },
12088            "deprecated" : true,
12089            "hostname" : "monitoring-fips.us-west-2.amazonaws.com"
12090          },
12091          "il-central-1" : { },
12092          "me-central-1" : { },
12093          "me-south-1" : { },
12094          "sa-east-1" : { },
12095          "us-east-1" : {
12096            "variants" : [ {
12097              "hostname" : "monitoring-fips.us-east-1.amazonaws.com",
12098              "tags" : [ "fips" ]
12099            } ]
12100          },
12101          "us-east-2" : {
12102            "variants" : [ {
12103              "hostname" : "monitoring-fips.us-east-2.amazonaws.com",
12104              "tags" : [ "fips" ]
12105            } ]
12106          },
12107          "us-west-1" : {
12108            "variants" : [ {
12109              "hostname" : "monitoring-fips.us-west-1.amazonaws.com",
12110              "tags" : [ "fips" ]
12111            } ]
12112          },
12113          "us-west-2" : {
12114            "variants" : [ {
12115              "hostname" : "monitoring-fips.us-west-2.amazonaws.com",
12116              "tags" : [ "fips" ]
12117            } ]
12118          }
12119        }
12120      },
12121      "mq" : {
12122        "endpoints" : {
12123          "af-south-1" : { },
12124          "ap-east-1" : { },
12125          "ap-northeast-1" : { },
12126          "ap-northeast-2" : { },
12127          "ap-northeast-3" : { },
12128          "ap-south-1" : { },
12129          "ap-south-2" : { },
12130          "ap-southeast-1" : { },
12131          "ap-southeast-2" : { },
12132          "ap-southeast-3" : { },
12133          "ap-southeast-4" : { },
12134          "ca-central-1" : { },
12135          "eu-central-1" : { },
12136          "eu-central-2" : { },
12137          "eu-north-1" : { },
12138          "eu-south-1" : { },
12139          "eu-south-2" : { },
12140          "eu-west-1" : { },
12141          "eu-west-2" : { },
12142          "eu-west-3" : { },
12143          "fips-us-east-1" : {
12144            "credentialScope" : {
12145              "region" : "us-east-1"
12146            },
12147            "deprecated" : true,
12148            "hostname" : "mq-fips.us-east-1.amazonaws.com"
12149          },
12150          "fips-us-east-2" : {
12151            "credentialScope" : {
12152              "region" : "us-east-2"
12153            },
12154            "deprecated" : true,
12155            "hostname" : "mq-fips.us-east-2.amazonaws.com"
12156          },
12157          "fips-us-west-1" : {
12158            "credentialScope" : {
12159              "region" : "us-west-1"
12160            },
12161            "deprecated" : true,
12162            "hostname" : "mq-fips.us-west-1.amazonaws.com"
12163          },
12164          "fips-us-west-2" : {
12165            "credentialScope" : {
12166              "region" : "us-west-2"
12167            },
12168            "deprecated" : true,
12169            "hostname" : "mq-fips.us-west-2.amazonaws.com"
12170          },
12171          "il-central-1" : { },
12172          "me-central-1" : { },
12173          "me-south-1" : { },
12174          "sa-east-1" : { },
12175          "us-east-1" : {
12176            "variants" : [ {
12177              "hostname" : "mq-fips.us-east-1.amazonaws.com",
12178              "tags" : [ "fips" ]
12179            } ]
12180          },
12181          "us-east-2" : {
12182            "variants" : [ {
12183              "hostname" : "mq-fips.us-east-2.amazonaws.com",
12184              "tags" : [ "fips" ]
12185            } ]
12186          },
12187          "us-west-1" : {
12188            "variants" : [ {
12189              "hostname" : "mq-fips.us-west-1.amazonaws.com",
12190              "tags" : [ "fips" ]
12191            } ]
12192          },
12193          "us-west-2" : {
12194            "variants" : [ {
12195              "hostname" : "mq-fips.us-west-2.amazonaws.com",
12196              "tags" : [ "fips" ]
12197            } ]
12198          }
12199        }
12200      },
12201      "mturk-requester" : {
12202        "endpoints" : {
12203          "sandbox" : {
12204            "hostname" : "mturk-requester-sandbox.us-east-1.amazonaws.com"
12205          },
12206          "us-east-1" : { }
12207        },
12208        "isRegionalized" : false
12209      },
12210      "neptune" : {
12211        "endpoints" : {
12212          "ap-east-1" : {
12213            "credentialScope" : {
12214              "region" : "ap-east-1"
12215            },
12216            "hostname" : "rds.ap-east-1.amazonaws.com"
12217          },
12218          "ap-northeast-1" : {
12219            "credentialScope" : {
12220              "region" : "ap-northeast-1"
12221            },
12222            "hostname" : "rds.ap-northeast-1.amazonaws.com"
12223          },
12224          "ap-northeast-2" : {
12225            "credentialScope" : {
12226              "region" : "ap-northeast-2"
12227            },
12228            "hostname" : "rds.ap-northeast-2.amazonaws.com"
12229          },
12230          "ap-south-1" : {
12231            "credentialScope" : {
12232              "region" : "ap-south-1"
12233            },
12234            "hostname" : "rds.ap-south-1.amazonaws.com"
12235          },
12236          "ap-southeast-1" : {
12237            "credentialScope" : {
12238              "region" : "ap-southeast-1"
12239            },
12240            "hostname" : "rds.ap-southeast-1.amazonaws.com"
12241          },
12242          "ap-southeast-2" : {
12243            "credentialScope" : {
12244              "region" : "ap-southeast-2"
12245            },
12246            "hostname" : "rds.ap-southeast-2.amazonaws.com"
12247          },
12248          "ca-central-1" : {
12249            "credentialScope" : {
12250              "region" : "ca-central-1"
12251            },
12252            "hostname" : "rds.ca-central-1.amazonaws.com"
12253          },
12254          "eu-central-1" : {
12255            "credentialScope" : {
12256              "region" : "eu-central-1"
12257            },
12258            "hostname" : "rds.eu-central-1.amazonaws.com"
12259          },
12260          "eu-north-1" : {
12261            "credentialScope" : {
12262              "region" : "eu-north-1"
12263            },
12264            "hostname" : "rds.eu-north-1.amazonaws.com"
12265          },
12266          "eu-west-1" : {
12267            "credentialScope" : {
12268              "region" : "eu-west-1"
12269            },
12270            "hostname" : "rds.eu-west-1.amazonaws.com"
12271          },
12272          "eu-west-2" : {
12273            "credentialScope" : {
12274              "region" : "eu-west-2"
12275            },
12276            "hostname" : "rds.eu-west-2.amazonaws.com"
12277          },
12278          "eu-west-3" : {
12279            "credentialScope" : {
12280              "region" : "eu-west-3"
12281            },
12282            "hostname" : "rds.eu-west-3.amazonaws.com"
12283          },
12284          "me-south-1" : {
12285            "credentialScope" : {
12286              "region" : "me-south-1"
12287            },
12288            "hostname" : "rds.me-south-1.amazonaws.com"
12289          },
12290          "sa-east-1" : {
12291            "credentialScope" : {
12292              "region" : "sa-east-1"
12293            },
12294            "hostname" : "rds.sa-east-1.amazonaws.com"
12295          },
12296          "us-east-1" : {
12297            "credentialScope" : {
12298              "region" : "us-east-1"
12299            },
12300            "hostname" : "rds.us-east-1.amazonaws.com"
12301          },
12302          "us-east-2" : {
12303            "credentialScope" : {
12304              "region" : "us-east-2"
12305            },
12306            "hostname" : "rds.us-east-2.amazonaws.com"
12307          },
12308          "us-west-1" : {
12309            "credentialScope" : {
12310              "region" : "us-west-1"
12311            },
12312            "hostname" : "rds.us-west-1.amazonaws.com"
12313          },
12314          "us-west-2" : {
12315            "credentialScope" : {
12316              "region" : "us-west-2"
12317            },
12318            "hostname" : "rds.us-west-2.amazonaws.com"
12319          }
12320        }
12321      },
12322      "network-firewall" : {
12323        "endpoints" : {
12324          "af-south-1" : { },
12325          "ap-east-1" : { },
12326          "ap-northeast-1" : { },
12327          "ap-northeast-2" : { },
12328          "ap-northeast-3" : { },
12329          "ap-south-1" : { },
12330          "ap-south-2" : { },
12331          "ap-southeast-1" : { },
12332          "ap-southeast-2" : { },
12333          "ap-southeast-3" : { },
12334          "ap-southeast-4" : { },
12335          "ca-central-1" : {
12336            "variants" : [ {
12337              "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
12338              "tags" : [ "fips" ]
12339            } ]
12340          },
12341          "eu-central-1" : { },
12342          "eu-central-2" : { },
12343          "eu-north-1" : { },
12344          "eu-south-1" : { },
12345          "eu-south-2" : { },
12346          "eu-west-1" : { },
12347          "eu-west-2" : { },
12348          "eu-west-3" : { },
12349          "fips-ca-central-1" : {
12350            "credentialScope" : {
12351              "region" : "ca-central-1"
12352            },
12353            "deprecated" : true,
12354            "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com"
12355          },
12356          "fips-us-east-1" : {
12357            "credentialScope" : {
12358              "region" : "us-east-1"
12359            },
12360            "deprecated" : true,
12361            "hostname" : "network-firewall-fips.us-east-1.amazonaws.com"
12362          },
12363          "fips-us-east-2" : {
12364            "credentialScope" : {
12365              "region" : "us-east-2"
12366            },
12367            "deprecated" : true,
12368            "hostname" : "network-firewall-fips.us-east-2.amazonaws.com"
12369          },
12370          "fips-us-west-1" : {
12371            "credentialScope" : {
12372              "region" : "us-west-1"
12373            },
12374            "deprecated" : true,
12375            "hostname" : "network-firewall-fips.us-west-1.amazonaws.com"
12376          },
12377          "fips-us-west-2" : {
12378            "credentialScope" : {
12379              "region" : "us-west-2"
12380            },
12381            "deprecated" : true,
12382            "hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
12383          },
12384          "il-central-1" : { },
12385          "me-central-1" : { },
12386          "me-south-1" : { },
12387          "sa-east-1" : { },
12388          "us-east-1" : {
12389            "variants" : [ {
12390              "hostname" : "network-firewall-fips.us-east-1.amazonaws.com",
12391              "tags" : [ "fips" ]
12392            } ]
12393          },
12394          "us-east-2" : {
12395            "variants" : [ {
12396              "hostname" : "network-firewall-fips.us-east-2.amazonaws.com",
12397              "tags" : [ "fips" ]
12398            } ]
12399          },
12400          "us-west-1" : {
12401            "variants" : [ {
12402              "hostname" : "network-firewall-fips.us-west-1.amazonaws.com",
12403              "tags" : [ "fips" ]
12404            } ]
12405          },
12406          "us-west-2" : {
12407            "variants" : [ {
12408              "hostname" : "network-firewall-fips.us-west-2.amazonaws.com",
12409              "tags" : [ "fips" ]
12410            } ]
12411          }
12412        }
12413      },
12414      "networkmanager" : {
12415        "endpoints" : {
12416          "aws-global" : {
12417            "credentialScope" : {
12418              "region" : "us-west-2"
12419            },
12420            "hostname" : "networkmanager.us-west-2.amazonaws.com",
12421            "variants" : [ {
12422              "hostname" : "networkmanager-fips.us-west-2.amazonaws.com",
12423              "tags" : [ "fips" ]
12424            } ]
12425          },
12426          "fips-aws-global" : {
12427            "credentialScope" : {
12428              "region" : "us-west-2"
12429            },
12430            "deprecated" : true,
12431            "hostname" : "networkmanager-fips.us-west-2.amazonaws.com"
12432          }
12433        },
12434        "isRegionalized" : false,
12435        "partitionEndpoint" : "aws-global"
12436      },
12437      "nimble" : {
12438        "endpoints" : {
12439          "ap-northeast-1" : { },
12440          "ap-southeast-1" : { },
12441          "ap-southeast-2" : { },
12442          "ca-central-1" : { },
12443          "eu-central-1" : { },
12444          "eu-north-1" : { },
12445          "eu-west-1" : { },
12446          "eu-west-2" : { },
12447          "us-east-1" : { },
12448          "us-east-2" : { },
12449          "us-west-2" : { }
12450        }
12451      },
12452      "oam" : {
12453        "endpoints" : {
12454          "af-south-1" : { },
12455          "ap-east-1" : { },
12456          "ap-northeast-1" : { },
12457          "ap-northeast-2" : { },
12458          "ap-northeast-3" : { },
12459          "ap-south-1" : { },
12460          "ap-south-2" : { },
12461          "ap-southeast-1" : { },
12462          "ap-southeast-2" : { },
12463          "ap-southeast-3" : { },
12464          "ap-southeast-4" : { },
12465          "ca-central-1" : { },
12466          "ca-west-1" : { },
12467          "eu-central-1" : { },
12468          "eu-central-2" : { },
12469          "eu-north-1" : { },
12470          "eu-south-1" : { },
12471          "eu-south-2" : { },
12472          "eu-west-1" : { },
12473          "eu-west-2" : { },
12474          "eu-west-3" : { },
12475          "il-central-1" : { },
12476          "me-central-1" : { },
12477          "me-south-1" : { },
12478          "sa-east-1" : { },
12479          "us-east-1" : { },
12480          "us-east-2" : { },
12481          "us-west-1" : { },
12482          "us-west-2" : { }
12483        }
12484      },
12485      "oidc" : {
12486        "endpoints" : {
12487          "af-south-1" : {
12488            "credentialScope" : {
12489              "region" : "af-south-1"
12490            },
12491            "hostname" : "oidc.af-south-1.amazonaws.com"
12492          },
12493          "ap-east-1" : {
12494            "credentialScope" : {
12495              "region" : "ap-east-1"
12496            },
12497            "hostname" : "oidc.ap-east-1.amazonaws.com"
12498          },
12499          "ap-northeast-1" : {
12500            "credentialScope" : {
12501              "region" : "ap-northeast-1"
12502            },
12503            "hostname" : "oidc.ap-northeast-1.amazonaws.com"
12504          },
12505          "ap-northeast-2" : {
12506            "credentialScope" : {
12507              "region" : "ap-northeast-2"
12508            },
12509            "hostname" : "oidc.ap-northeast-2.amazonaws.com"
12510          },
12511          "ap-northeast-3" : {
12512            "credentialScope" : {
12513              "region" : "ap-northeast-3"
12514            },
12515            "hostname" : "oidc.ap-northeast-3.amazonaws.com"
12516          },
12517          "ap-south-1" : {
12518            "credentialScope" : {
12519              "region" : "ap-south-1"
12520            },
12521            "hostname" : "oidc.ap-south-1.amazonaws.com"
12522          },
12523          "ap-southeast-1" : {
12524            "credentialScope" : {
12525              "region" : "ap-southeast-1"
12526            },
12527            "hostname" : "oidc.ap-southeast-1.amazonaws.com"
12528          },
12529          "ap-southeast-2" : {
12530            "credentialScope" : {
12531              "region" : "ap-southeast-2"
12532            },
12533            "hostname" : "oidc.ap-southeast-2.amazonaws.com"
12534          },
12535          "ap-southeast-3" : {
12536            "credentialScope" : {
12537              "region" : "ap-southeast-3"
12538            },
12539            "hostname" : "oidc.ap-southeast-3.amazonaws.com"
12540          },
12541          "ca-central-1" : {
12542            "credentialScope" : {
12543              "region" : "ca-central-1"
12544            },
12545            "hostname" : "oidc.ca-central-1.amazonaws.com"
12546          },
12547          "eu-central-1" : {
12548            "credentialScope" : {
12549              "region" : "eu-central-1"
12550            },
12551            "hostname" : "oidc.eu-central-1.amazonaws.com"
12552          },
12553          "eu-central-2" : {
12554            "credentialScope" : {
12555              "region" : "eu-central-2"
12556            },
12557            "hostname" : "oidc.eu-central-2.amazonaws.com"
12558          },
12559          "eu-north-1" : {
12560            "credentialScope" : {
12561              "region" : "eu-north-1"
12562            },
12563            "hostname" : "oidc.eu-north-1.amazonaws.com"
12564          },
12565          "eu-south-1" : {
12566            "credentialScope" : {
12567              "region" : "eu-south-1"
12568            },
12569            "hostname" : "oidc.eu-south-1.amazonaws.com"
12570          },
12571          "eu-west-1" : {
12572            "credentialScope" : {
12573              "region" : "eu-west-1"
12574            },
12575            "hostname" : "oidc.eu-west-1.amazonaws.com"
12576          },
12577          "eu-west-2" : {
12578            "credentialScope" : {
12579              "region" : "eu-west-2"
12580            },
12581            "hostname" : "oidc.eu-west-2.amazonaws.com"
12582          },
12583          "eu-west-3" : {
12584            "credentialScope" : {
12585              "region" : "eu-west-3"
12586            },
12587            "hostname" : "oidc.eu-west-3.amazonaws.com"
12588          },
12589          "il-central-1" : {
12590            "credentialScope" : {
12591              "region" : "il-central-1"
12592            },
12593            "hostname" : "oidc.il-central-1.amazonaws.com"
12594          },
12595          "me-central-1" : {
12596            "credentialScope" : {
12597              "region" : "me-central-1"
12598            },
12599            "hostname" : "oidc.me-central-1.amazonaws.com"
12600          },
12601          "me-south-1" : {
12602            "credentialScope" : {
12603              "region" : "me-south-1"
12604            },
12605            "hostname" : "oidc.me-south-1.amazonaws.com"
12606          },
12607          "sa-east-1" : {
12608            "credentialScope" : {
12609              "region" : "sa-east-1"
12610            },
12611            "hostname" : "oidc.sa-east-1.amazonaws.com"
12612          },
12613          "us-east-1" : {
12614            "credentialScope" : {
12615              "region" : "us-east-1"
12616            },
12617            "hostname" : "oidc.us-east-1.amazonaws.com"
12618          },
12619          "us-east-2" : {
12620            "credentialScope" : {
12621              "region" : "us-east-2"
12622            },
12623            "hostname" : "oidc.us-east-2.amazonaws.com"
12624          },
12625          "us-west-1" : {
12626            "credentialScope" : {
12627              "region" : "us-west-1"
12628            },
12629            "hostname" : "oidc.us-west-1.amazonaws.com"
12630          },
12631          "us-west-2" : {
12632            "credentialScope" : {
12633              "region" : "us-west-2"
12634            },
12635            "hostname" : "oidc.us-west-2.amazonaws.com"
12636          }
12637        }
12638      },
12639      "omics" : {
12640        "endpoints" : {
12641          "ap-southeast-1" : {
12642            "credentialScope" : {
12643              "region" : "ap-southeast-1"
12644            },
12645            "hostname" : "omics.ap-southeast-1.amazonaws.com"
12646          },
12647          "eu-central-1" : {
12648            "credentialScope" : {
12649              "region" : "eu-central-1"
12650            },
12651            "hostname" : "omics.eu-central-1.amazonaws.com"
12652          },
12653          "eu-west-1" : {
12654            "credentialScope" : {
12655              "region" : "eu-west-1"
12656            },
12657            "hostname" : "omics.eu-west-1.amazonaws.com"
12658          },
12659          "eu-west-2" : {
12660            "credentialScope" : {
12661              "region" : "eu-west-2"
12662            },
12663            "hostname" : "omics.eu-west-2.amazonaws.com"
12664          },
12665          "fips-us-east-1" : {
12666            "credentialScope" : {
12667              "region" : "us-east-1"
12668            },
12669            "deprecated" : true,
12670            "hostname" : "omics-fips.us-east-1.amazonaws.com"
12671          },
12672          "fips-us-west-2" : {
12673            "credentialScope" : {
12674              "region" : "us-west-2"
12675            },
12676            "deprecated" : true,
12677            "hostname" : "omics-fips.us-west-2.amazonaws.com"
12678          },
12679          "il-central-1" : {
12680            "credentialScope" : {
12681              "region" : "il-central-1"
12682            },
12683            "hostname" : "omics.il-central-1.amazonaws.com"
12684          },
12685          "us-east-1" : {
12686            "credentialScope" : {
12687              "region" : "us-east-1"
12688            },
12689            "hostname" : "omics.us-east-1.amazonaws.com",
12690            "variants" : [ {
12691              "hostname" : "omics-fips.us-east-1.amazonaws.com",
12692              "tags" : [ "fips" ]
12693            } ]
12694          },
12695          "us-west-2" : {
12696            "credentialScope" : {
12697              "region" : "us-west-2"
12698            },
12699            "hostname" : "omics.us-west-2.amazonaws.com",
12700            "variants" : [ {
12701              "hostname" : "omics-fips.us-west-2.amazonaws.com",
12702              "tags" : [ "fips" ]
12703            } ]
12704          }
12705        }
12706      },
12707      "opsworks" : {
12708        "endpoints" : {
12709          "ap-northeast-1" : { },
12710          "ap-northeast-2" : { },
12711          "ap-south-1" : { },
12712          "ap-southeast-1" : { },
12713          "ap-southeast-2" : { },
12714          "ca-central-1" : { },
12715          "eu-central-1" : { },
12716          "eu-west-1" : { },
12717          "eu-west-2" : { },
12718          "eu-west-3" : { },
12719          "sa-east-1" : { },
12720          "us-east-1" : { },
12721          "us-east-2" : { },
12722          "us-west-1" : { },
12723          "us-west-2" : { }
12724        }
12725      },
12726      "opsworks-cm" : {
12727        "endpoints" : {
12728          "ap-northeast-1" : { },
12729          "ap-southeast-1" : { },
12730          "ap-southeast-2" : { },
12731          "eu-central-1" : { },
12732          "eu-west-1" : { },
12733          "us-east-1" : { },
12734          "us-east-2" : { },
12735          "us-west-1" : { },
12736          "us-west-2" : { }
12737        }
12738      },
12739      "organizations" : {
12740        "endpoints" : {
12741          "aws-global" : {
12742            "credentialScope" : {
12743              "region" : "us-east-1"
12744            },
12745            "hostname" : "organizations.us-east-1.amazonaws.com",
12746            "variants" : [ {
12747              "hostname" : "organizations-fips.us-east-1.amazonaws.com",
12748              "tags" : [ "fips" ]
12749            } ]
12750          },
12751          "fips-aws-global" : {
12752            "credentialScope" : {
12753              "region" : "us-east-1"
12754            },
12755            "deprecated" : true,
12756            "hostname" : "organizations-fips.us-east-1.amazonaws.com"
12757          }
12758        },
12759        "isRegionalized" : false,
12760        "partitionEndpoint" : "aws-global"
12761      },
12762      "osis" : {
12763        "endpoints" : {
12764          "ap-northeast-1" : { },
12765          "ap-northeast-2" : { },
12766          "ap-south-1" : { },
12767          "ap-southeast-1" : { },
12768          "ap-southeast-2" : { },
12769          "ca-central-1" : { },
12770          "eu-central-1" : { },
12771          "eu-west-1" : { },
12772          "eu-west-2" : { },
12773          "us-east-1" : { },
12774          "us-east-2" : { },
12775          "us-west-1" : { },
12776          "us-west-2" : { }
12777        }
12778      },
12779      "outposts" : {
12780        "endpoints" : {
12781          "af-south-1" : { },
12782          "ap-east-1" : { },
12783          "ap-northeast-1" : { },
12784          "ap-northeast-2" : { },
12785          "ap-northeast-3" : { },
12786          "ap-south-1" : { },
12787          "ap-southeast-1" : { },
12788          "ap-southeast-2" : { },
12789          "ap-southeast-3" : { },
12790          "ca-central-1" : {
12791            "variants" : [ {
12792              "hostname" : "outposts-fips.ca-central-1.amazonaws.com",
12793              "tags" : [ "fips" ]
12794            } ]
12795          },
12796          "eu-central-1" : { },
12797          "eu-north-1" : { },
12798          "eu-south-1" : { },
12799          "eu-west-1" : { },
12800          "eu-west-2" : { },
12801          "eu-west-3" : { },
12802          "fips-ca-central-1" : {
12803            "credentialScope" : {
12804              "region" : "ca-central-1"
12805            },
12806            "deprecated" : true,
12807            "hostname" : "outposts-fips.ca-central-1.amazonaws.com"
12808          },
12809          "fips-us-east-1" : {
12810            "credentialScope" : {
12811              "region" : "us-east-1"
12812            },
12813            "deprecated" : true,
12814            "hostname" : "outposts-fips.us-east-1.amazonaws.com"
12815          },
12816          "fips-us-east-2" : {
12817            "credentialScope" : {
12818              "region" : "us-east-2"
12819            },
12820            "deprecated" : true,
12821            "hostname" : "outposts-fips.us-east-2.amazonaws.com"
12822          },
12823          "fips-us-west-1" : {
12824            "credentialScope" : {
12825              "region" : "us-west-1"
12826            },
12827            "deprecated" : true,
12828            "hostname" : "outposts-fips.us-west-1.amazonaws.com"
12829          },
12830          "fips-us-west-2" : {
12831            "credentialScope" : {
12832              "region" : "us-west-2"
12833            },
12834            "deprecated" : true,
12835            "hostname" : "outposts-fips.us-west-2.amazonaws.com"
12836          },
12837          "il-central-1" : { },
12838          "me-central-1" : { },
12839          "me-south-1" : { },
12840          "sa-east-1" : { },
12841          "us-east-1" : {
12842            "variants" : [ {
12843              "hostname" : "outposts-fips.us-east-1.amazonaws.com",
12844              "tags" : [ "fips" ]
12845            } ]
12846          },
12847          "us-east-2" : {
12848            "variants" : [ {
12849              "hostname" : "outposts-fips.us-east-2.amazonaws.com",
12850              "tags" : [ "fips" ]
12851            } ]
12852          },
12853          "us-west-1" : {
12854            "variants" : [ {
12855              "hostname" : "outposts-fips.us-west-1.amazonaws.com",
12856              "tags" : [ "fips" ]
12857            } ]
12858          },
12859          "us-west-2" : {
12860            "variants" : [ {
12861              "hostname" : "outposts-fips.us-west-2.amazonaws.com",
12862              "tags" : [ "fips" ]
12863            } ]
12864          }
12865        }
12866      },
12867      "participant.connect" : {
12868        "endpoints" : {
12869          "af-south-1" : { },
12870          "ap-northeast-1" : { },
12871          "ap-northeast-2" : { },
12872          "ap-southeast-1" : { },
12873          "ap-southeast-2" : { },
12874          "ca-central-1" : { },
12875          "eu-central-1" : { },
12876          "eu-west-2" : { },
12877          "fips-us-east-1" : {
12878            "credentialScope" : {
12879              "region" : "us-east-1"
12880            },
12881            "deprecated" : true,
12882            "hostname" : "participant.connect-fips.us-east-1.amazonaws.com"
12883          },
12884          "fips-us-west-2" : {
12885            "credentialScope" : {
12886              "region" : "us-west-2"
12887            },
12888            "deprecated" : true,
12889            "hostname" : "participant.connect-fips.us-west-2.amazonaws.com"
12890          },
12891          "us-east-1" : {
12892            "variants" : [ {
12893              "hostname" : "participant.connect-fips.us-east-1.amazonaws.com",
12894              "tags" : [ "fips" ]
12895            } ]
12896          },
12897          "us-west-2" : {
12898            "variants" : [ {
12899              "hostname" : "participant.connect-fips.us-west-2.amazonaws.com",
12900              "tags" : [ "fips" ]
12901            } ]
12902          }
12903        }
12904      },
12905      "personalize" : {
12906        "endpoints" : {
12907          "ap-northeast-1" : { },
12908          "ap-northeast-2" : { },
12909          "ap-south-1" : { },
12910          "ap-southeast-1" : { },
12911          "ap-southeast-2" : { },
12912          "ca-central-1" : { },
12913          "eu-central-1" : { },
12914          "eu-west-1" : { },
12915          "us-east-1" : { },
12916          "us-east-2" : { },
12917          "us-west-2" : { }
12918        }
12919      },
12920      "pi" : {
12921        "endpoints" : {
12922          "af-south-1" : { },
12923          "ap-east-1" : { },
12924          "ap-northeast-1" : { },
12925          "ap-northeast-2" : { },
12926          "ap-northeast-3" : { },
12927          "ap-south-1" : { },
12928          "ap-south-2" : { },
12929          "ap-southeast-1" : { },
12930          "ap-southeast-2" : { },
12931          "ap-southeast-3" : { },
12932          "ap-southeast-4" : { },
12933          "ca-central-1" : { },
12934          "ca-west-1" : { },
12935          "eu-central-1" : { },
12936          "eu-central-2" : { },
12937          "eu-north-1" : { },
12938          "eu-south-1" : { },
12939          "eu-south-2" : { },
12940          "eu-west-1" : { },
12941          "eu-west-2" : { },
12942          "eu-west-3" : { },
12943          "il-central-1" : { },
12944          "me-central-1" : { },
12945          "me-south-1" : { },
12946          "sa-east-1" : { },
12947          "us-east-1" : { },
12948          "us-east-2" : { },
12949          "us-west-1" : { },
12950          "us-west-2" : { }
12951        }
12952      },
12953      "pinpoint" : {
12954        "defaults" : {
12955          "credentialScope" : {
12956            "service" : "mobiletargeting"
12957          }
12958        },
12959        "endpoints" : {
12960          "ap-northeast-1" : { },
12961          "ap-northeast-2" : { },
12962          "ap-south-1" : { },
12963          "ap-southeast-1" : { },
12964          "ap-southeast-2" : { },
12965          "ca-central-1" : {
12966            "credentialScope" : {
12967              "region" : "ca-central-1"
12968            },
12969            "hostname" : "pinpoint.ca-central-1.amazonaws.com",
12970            "variants" : [ {
12971              "hostname" : "pinpoint-fips.ca-central-1.amazonaws.com",
12972              "tags" : [ "fips" ]
12973            } ]
12974          },
12975          "eu-central-1" : { },
12976          "eu-west-1" : { },
12977          "eu-west-2" : { },
12978          "fips-ca-central-1" : {
12979            "credentialScope" : {
12980              "region" : "ca-central-1"
12981            },
12982            "deprecated" : true,
12983            "hostname" : "pinpoint-fips.ca-central-1.amazonaws.com"
12984          },
12985          "fips-us-east-1" : {
12986            "credentialScope" : {
12987              "region" : "us-east-1"
12988            },
12989            "deprecated" : true,
12990            "hostname" : "pinpoint-fips.us-east-1.amazonaws.com"
12991          },
12992          "fips-us-east-2" : {
12993            "credentialScope" : {
12994              "region" : "us-east-2"
12995            },
12996            "deprecated" : true,
12997            "hostname" : "pinpoint-fips.us-east-2.amazonaws.com"
12998          },
12999          "fips-us-west-2" : {
13000            "credentialScope" : {
13001              "region" : "us-west-2"
13002            },
13003            "deprecated" : true,
13004            "hostname" : "pinpoint-fips.us-west-2.amazonaws.com"
13005          },
13006          "us-east-1" : {
13007            "credentialScope" : {
13008              "region" : "us-east-1"
13009            },
13010            "hostname" : "pinpoint.us-east-1.amazonaws.com",
13011            "variants" : [ {
13012              "hostname" : "pinpoint-fips.us-east-1.amazonaws.com",
13013              "tags" : [ "fips" ]
13014            } ]
13015          },
13016          "us-east-2" : {
13017            "credentialScope" : {
13018              "region" : "us-east-2"
13019            },
13020            "hostname" : "pinpoint.us-east-2.amazonaws.com",
13021            "variants" : [ {
13022              "hostname" : "pinpoint-fips.us-east-2.amazonaws.com",
13023              "tags" : [ "fips" ]
13024            } ]
13025          },
13026          "us-west-2" : {
13027            "credentialScope" : {
13028              "region" : "us-west-2"
13029            },
13030            "hostname" : "pinpoint.us-west-2.amazonaws.com",
13031            "variants" : [ {
13032              "hostname" : "pinpoint-fips.us-west-2.amazonaws.com",
13033              "tags" : [ "fips" ]
13034            } ]
13035          }
13036        }
13037      },
13038      "pipes" : {
13039        "endpoints" : {
13040          "af-south-1" : { },
13041          "ap-east-1" : { },
13042          "ap-northeast-1" : { },
13043          "ap-northeast-2" : { },
13044          "ap-northeast-3" : { },
13045          "ap-south-1" : { },
13046          "ap-south-2" : { },
13047          "ap-southeast-1" : { },
13048          "ap-southeast-2" : { },
13049          "ap-southeast-3" : { },
13050          "ca-central-1" : { },
13051          "eu-central-1" : { },
13052          "eu-central-2" : { },
13053          "eu-north-1" : { },
13054          "eu-south-1" : { },
13055          "eu-south-2" : { },
13056          "eu-west-1" : { },
13057          "eu-west-2" : { },
13058          "eu-west-3" : { },
13059          "me-central-1" : { },
13060          "me-south-1" : { },
13061          "sa-east-1" : { },
13062          "us-east-1" : { },
13063          "us-east-2" : { },
13064          "us-west-1" : { },
13065          "us-west-2" : { }
13066        }
13067      },
13068      "polly" : {
13069        "endpoints" : {
13070          "af-south-1" : { },
13071          "ap-east-1" : { },
13072          "ap-northeast-1" : { },
13073          "ap-northeast-2" : { },
13074          "ap-northeast-3" : { },
13075          "ap-south-1" : { },
13076          "ap-southeast-1" : { },
13077          "ap-southeast-2" : { },
13078          "ca-central-1" : { },
13079          "eu-central-1" : { },
13080          "eu-north-1" : { },
13081          "eu-west-1" : { },
13082          "eu-west-2" : { },
13083          "eu-west-3" : { },
13084          "fips-us-east-1" : {
13085            "credentialScope" : {
13086              "region" : "us-east-1"
13087            },
13088            "deprecated" : true,
13089            "hostname" : "polly-fips.us-east-1.amazonaws.com"
13090          },
13091          "fips-us-east-2" : {
13092            "credentialScope" : {
13093              "region" : "us-east-2"
13094            },
13095            "deprecated" : true,
13096            "hostname" : "polly-fips.us-east-2.amazonaws.com"
13097          },
13098          "fips-us-west-1" : {
13099            "credentialScope" : {
13100              "region" : "us-west-1"
13101            },
13102            "deprecated" : true,
13103            "hostname" : "polly-fips.us-west-1.amazonaws.com"
13104          },
13105          "fips-us-west-2" : {
13106            "credentialScope" : {
13107              "region" : "us-west-2"
13108            },
13109            "deprecated" : true,
13110            "hostname" : "polly-fips.us-west-2.amazonaws.com"
13111          },
13112          "me-south-1" : { },
13113          "sa-east-1" : { },
13114          "us-east-1" : {
13115            "variants" : [ {
13116              "hostname" : "polly-fips.us-east-1.amazonaws.com",
13117              "tags" : [ "fips" ]
13118            } ]
13119          },
13120          "us-east-2" : {
13121            "variants" : [ {
13122              "hostname" : "polly-fips.us-east-2.amazonaws.com",
13123              "tags" : [ "fips" ]
13124            } ]
13125          },
13126          "us-west-1" : {
13127            "variants" : [ {
13128              "hostname" : "polly-fips.us-west-1.amazonaws.com",
13129              "tags" : [ "fips" ]
13130            } ]
13131          },
13132          "us-west-2" : {
13133            "variants" : [ {
13134              "hostname" : "polly-fips.us-west-2.amazonaws.com",
13135              "tags" : [ "fips" ]
13136            } ]
13137          }
13138        }
13139      },
13140      "portal.sso" : {
13141        "endpoints" : {
13142          "af-south-1" : {
13143            "credentialScope" : {
13144              "region" : "af-south-1"
13145            },
13146            "hostname" : "portal.sso.af-south-1.amazonaws.com"
13147          },
13148          "ap-east-1" : {
13149            "credentialScope" : {
13150              "region" : "ap-east-1"
13151            },
13152            "hostname" : "portal.sso.ap-east-1.amazonaws.com"
13153          },
13154          "ap-northeast-1" : {
13155            "credentialScope" : {
13156              "region" : "ap-northeast-1"
13157            },
13158            "hostname" : "portal.sso.ap-northeast-1.amazonaws.com"
13159          },
13160          "ap-northeast-2" : {
13161            "credentialScope" : {
13162              "region" : "ap-northeast-2"
13163            },
13164            "hostname" : "portal.sso.ap-northeast-2.amazonaws.com"
13165          },
13166          "ap-northeast-3" : {
13167            "credentialScope" : {
13168              "region" : "ap-northeast-3"
13169            },
13170            "hostname" : "portal.sso.ap-northeast-3.amazonaws.com"
13171          },
13172          "ap-south-1" : {
13173            "credentialScope" : {
13174              "region" : "ap-south-1"
13175            },
13176            "hostname" : "portal.sso.ap-south-1.amazonaws.com"
13177          },
13178          "ap-southeast-1" : {
13179            "credentialScope" : {
13180              "region" : "ap-southeast-1"
13181            },
13182            "hostname" : "portal.sso.ap-southeast-1.amazonaws.com"
13183          },
13184          "ap-southeast-2" : {
13185            "credentialScope" : {
13186              "region" : "ap-southeast-2"
13187            },
13188            "hostname" : "portal.sso.ap-southeast-2.amazonaws.com"
13189          },
13190          "ap-southeast-3" : {
13191            "credentialScope" : {
13192              "region" : "ap-southeast-3"
13193            },
13194            "hostname" : "portal.sso.ap-southeast-3.amazonaws.com"
13195          },
13196          "ca-central-1" : {
13197            "credentialScope" : {
13198              "region" : "ca-central-1"
13199            },
13200            "hostname" : "portal.sso.ca-central-1.amazonaws.com"
13201          },
13202          "eu-central-1" : {
13203            "credentialScope" : {
13204              "region" : "eu-central-1"
13205            },
13206            "hostname" : "portal.sso.eu-central-1.amazonaws.com"
13207          },
13208          "eu-central-2" : {
13209            "credentialScope" : {
13210              "region" : "eu-central-2"
13211            },
13212            "hostname" : "portal.sso.eu-central-2.amazonaws.com"
13213          },
13214          "eu-north-1" : {
13215            "credentialScope" : {
13216              "region" : "eu-north-1"
13217            },
13218            "hostname" : "portal.sso.eu-north-1.amazonaws.com"
13219          },
13220          "eu-south-1" : {
13221            "credentialScope" : {
13222              "region" : "eu-south-1"
13223            },
13224            "hostname" : "portal.sso.eu-south-1.amazonaws.com"
13225          },
13226          "eu-west-1" : {
13227            "credentialScope" : {
13228              "region" : "eu-west-1"
13229            },
13230            "hostname" : "portal.sso.eu-west-1.amazonaws.com"
13231          },
13232          "eu-west-2" : {
13233            "credentialScope" : {
13234              "region" : "eu-west-2"
13235            },
13236            "hostname" : "portal.sso.eu-west-2.amazonaws.com"
13237          },
13238          "eu-west-3" : {
13239            "credentialScope" : {
13240              "region" : "eu-west-3"
13241            },
13242            "hostname" : "portal.sso.eu-west-3.amazonaws.com"
13243          },
13244          "il-central-1" : {
13245            "credentialScope" : {
13246              "region" : "il-central-1"
13247            },
13248            "hostname" : "portal.sso.il-central-1.amazonaws.com"
13249          },
13250          "me-central-1" : {
13251            "credentialScope" : {
13252              "region" : "me-central-1"
13253            },
13254            "hostname" : "portal.sso.me-central-1.amazonaws.com"
13255          },
13256          "me-south-1" : {
13257            "credentialScope" : {
13258              "region" : "me-south-1"
13259            },
13260            "hostname" : "portal.sso.me-south-1.amazonaws.com"
13261          },
13262          "sa-east-1" : {
13263            "credentialScope" : {
13264              "region" : "sa-east-1"
13265            },
13266            "hostname" : "portal.sso.sa-east-1.amazonaws.com"
13267          },
13268          "us-east-1" : {
13269            "credentialScope" : {
13270              "region" : "us-east-1"
13271            },
13272            "hostname" : "portal.sso.us-east-1.amazonaws.com"
13273          },
13274          "us-east-2" : {
13275            "credentialScope" : {
13276              "region" : "us-east-2"
13277            },
13278            "hostname" : "portal.sso.us-east-2.amazonaws.com"
13279          },
13280          "us-west-1" : {
13281            "credentialScope" : {
13282              "region" : "us-west-1"
13283            },
13284            "hostname" : "portal.sso.us-west-1.amazonaws.com"
13285          },
13286          "us-west-2" : {
13287            "credentialScope" : {
13288              "region" : "us-west-2"
13289            },
13290            "hostname" : "portal.sso.us-west-2.amazonaws.com"
13291          }
13292        }
13293      },
13294      "private-networks" : {
13295        "endpoints" : {
13296          "us-east-1" : { },
13297          "us-east-2" : { },
13298          "us-west-2" : { }
13299        }
13300      },
13301      "profile" : {
13302        "endpoints" : {
13303          "af-south-1" : { },
13304          "ap-northeast-1" : { },
13305          "ap-northeast-2" : { },
13306          "ap-southeast-1" : { },
13307          "ap-southeast-2" : { },
13308          "ca-central-1" : {
13309            "variants" : [ {
13310              "hostname" : "profile-fips.ca-central-1.amazonaws.com",
13311              "tags" : [ "fips" ]
13312            } ]
13313          },
13314          "eu-central-1" : { },
13315          "eu-west-2" : { },
13316          "fips-ca-central-1" : {
13317            "credentialScope" : {
13318              "region" : "ca-central-1"
13319            },
13320            "deprecated" : true,
13321            "hostname" : "profile-fips.ca-central-1.amazonaws.com"
13322          },
13323          "fips-us-east-1" : {
13324            "credentialScope" : {
13325              "region" : "us-east-1"
13326            },
13327            "deprecated" : true,
13328            "hostname" : "profile-fips.us-east-1.amazonaws.com"
13329          },
13330          "fips-us-west-2" : {
13331            "credentialScope" : {
13332              "region" : "us-west-2"
13333            },
13334            "deprecated" : true,
13335            "hostname" : "profile-fips.us-west-2.amazonaws.com"
13336          },
13337          "us-east-1" : {
13338            "variants" : [ {
13339              "hostname" : "profile-fips.us-east-1.amazonaws.com",
13340              "tags" : [ "fips" ]
13341            } ]
13342          },
13343          "us-west-2" : {
13344            "variants" : [ {
13345              "hostname" : "profile-fips.us-west-2.amazonaws.com",
13346              "tags" : [ "fips" ]
13347            } ]
13348          }
13349        }
13350      },
13351      "projects.iot1click" : {
13352        "endpoints" : {
13353          "ap-northeast-1" : { },
13354          "eu-central-1" : { },
13355          "eu-west-1" : { },
13356          "eu-west-2" : { },
13357          "us-east-1" : { },
13358          "us-east-2" : { },
13359          "us-west-2" : { }
13360        }
13361      },
13362      "proton" : {
13363        "endpoints" : {
13364          "ap-northeast-1" : { },
13365          "ap-northeast-2" : { },
13366          "ap-southeast-1" : { },
13367          "ap-southeast-2" : { },
13368          "ca-central-1" : { },
13369          "eu-central-1" : { },
13370          "eu-west-1" : { },
13371          "eu-west-2" : { },
13372          "us-east-1" : { },
13373          "us-east-2" : { },
13374          "us-west-2" : { }
13375        }
13376      },
13377      "qbusiness" : {
13378        "defaults" : {
13379          "dnsSuffix" : "api.aws",
13380          "variants" : [ {
13381            "dnsSuffix" : "api.aws",
13382            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
13383            "tags" : [ "fips" ]
13384          } ]
13385        },
13386        "endpoints" : {
13387          "af-south-1" : {
13388            "hostname" : "qbusiness.af-south-1.api.aws"
13389          },
13390          "ap-east-1" : {
13391            "hostname" : "qbusiness.ap-east-1.api.aws"
13392          },
13393          "ap-northeast-1" : {
13394            "hostname" : "qbusiness.ap-northeast-1.api.aws"
13395          },
13396          "ap-northeast-2" : {
13397            "hostname" : "qbusiness.ap-northeast-2.api.aws"
13398          },
13399          "ap-northeast-3" : {
13400            "hostname" : "qbusiness.ap-northeast-3.api.aws"
13401          },
13402          "ap-south-1" : {
13403            "hostname" : "qbusiness.ap-south-1.api.aws"
13404          },
13405          "ap-south-2" : {
13406            "hostname" : "qbusiness.ap-south-2.api.aws"
13407          },
13408          "ap-southeast-1" : {
13409            "hostname" : "qbusiness.ap-southeast-1.api.aws"
13410          },
13411          "ap-southeast-2" : {
13412            "hostname" : "qbusiness.ap-southeast-2.api.aws"
13413          },
13414          "ap-southeast-3" : {
13415            "hostname" : "qbusiness.ap-southeast-3.api.aws"
13416          },
13417          "ap-southeast-4" : {
13418            "hostname" : "qbusiness.ap-southeast-4.api.aws"
13419          },
13420          "ca-central-1" : {
13421            "hostname" : "qbusiness.ca-central-1.api.aws"
13422          },
13423          "ca-west-1" : {
13424            "hostname" : "qbusiness.ca-west-1.api.aws"
13425          },
13426          "eu-central-1" : {
13427            "hostname" : "qbusiness.eu-central-1.api.aws"
13428          },
13429          "eu-central-2" : {
13430            "hostname" : "qbusiness.eu-central-2.api.aws"
13431          },
13432          "eu-north-1" : {
13433            "hostname" : "qbusiness.eu-north-1.api.aws"
13434          },
13435          "eu-south-1" : {
13436            "hostname" : "qbusiness.eu-south-1.api.aws"
13437          },
13438          "eu-south-2" : {
13439            "hostname" : "qbusiness.eu-south-2.api.aws"
13440          },
13441          "eu-west-1" : {
13442            "hostname" : "qbusiness.eu-west-1.api.aws"
13443          },
13444          "eu-west-2" : {
13445            "hostname" : "qbusiness.eu-west-2.api.aws"
13446          },
13447          "eu-west-3" : {
13448            "hostname" : "qbusiness.eu-west-3.api.aws"
13449          },
13450          "il-central-1" : {
13451            "hostname" : "qbusiness.il-central-1.api.aws"
13452          },
13453          "me-central-1" : {
13454            "hostname" : "qbusiness.me-central-1.api.aws"
13455          },
13456          "me-south-1" : {
13457            "hostname" : "qbusiness.me-south-1.api.aws"
13458          },
13459          "sa-east-1" : {
13460            "hostname" : "qbusiness.sa-east-1.api.aws"
13461          },
13462          "us-east-1" : {
13463            "hostname" : "qbusiness.us-east-1.api.aws"
13464          },
13465          "us-east-2" : {
13466            "hostname" : "qbusiness.us-east-2.api.aws"
13467          },
13468          "us-west-1" : {
13469            "hostname" : "qbusiness.us-west-1.api.aws"
13470          },
13471          "us-west-2" : {
13472            "hostname" : "qbusiness.us-west-2.api.aws"
13473          }
13474        }
13475      },
13476      "qldb" : {
13477        "endpoints" : {
13478          "ap-northeast-1" : { },
13479          "ap-northeast-2" : { },
13480          "ap-southeast-1" : { },
13481          "ap-southeast-2" : { },
13482          "ca-central-1" : {
13483            "variants" : [ {
13484              "hostname" : "qldb-fips.ca-central-1.amazonaws.com",
13485              "tags" : [ "fips" ]
13486            } ]
13487          },
13488          "eu-central-1" : { },
13489          "eu-west-1" : { },
13490          "eu-west-2" : { },
13491          "fips-ca-central-1" : {
13492            "credentialScope" : {
13493              "region" : "ca-central-1"
13494            },
13495            "deprecated" : true,
13496            "hostname" : "qldb-fips.ca-central-1.amazonaws.com"
13497          },
13498          "fips-us-east-1" : {
13499            "credentialScope" : {
13500              "region" : "us-east-1"
13501            },
13502            "deprecated" : true,
13503            "hostname" : "qldb-fips.us-east-1.amazonaws.com"
13504          },
13505          "fips-us-east-2" : {
13506            "credentialScope" : {
13507              "region" : "us-east-2"
13508            },
13509            "deprecated" : true,
13510            "hostname" : "qldb-fips.us-east-2.amazonaws.com"
13511          },
13512          "fips-us-west-2" : {
13513            "credentialScope" : {
13514              "region" : "us-west-2"
13515            },
13516            "deprecated" : true,
13517            "hostname" : "qldb-fips.us-west-2.amazonaws.com"
13518          },
13519          "us-east-1" : {
13520            "variants" : [ {
13521              "hostname" : "qldb-fips.us-east-1.amazonaws.com",
13522              "tags" : [ "fips" ]
13523            } ]
13524          },
13525          "us-east-2" : {
13526            "variants" : [ {
13527              "hostname" : "qldb-fips.us-east-2.amazonaws.com",
13528              "tags" : [ "fips" ]
13529            } ]
13530          },
13531          "us-west-2" : {
13532            "variants" : [ {
13533              "hostname" : "qldb-fips.us-west-2.amazonaws.com",
13534              "tags" : [ "fips" ]
13535            } ]
13536          }
13537        }
13538      },
13539      "quicksight" : {
13540        "endpoints" : {
13541          "ap-northeast-1" : { },
13542          "ap-northeast-2" : { },
13543          "ap-south-1" : { },
13544          "ap-southeast-1" : { },
13545          "ap-southeast-2" : { },
13546          "ca-central-1" : { },
13547          "eu-central-1" : { },
13548          "eu-north-1" : { },
13549          "eu-west-1" : { },
13550          "eu-west-2" : { },
13551          "eu-west-3" : { },
13552          "sa-east-1" : { },
13553          "us-east-1" : { },
13554          "us-east-2" : { },
13555          "us-west-2" : { }
13556        }
13557      },
13558      "ram" : {
13559        "endpoints" : {
13560          "af-south-1" : { },
13561          "ap-east-1" : { },
13562          "ap-northeast-1" : { },
13563          "ap-northeast-2" : { },
13564          "ap-northeast-3" : { },
13565          "ap-south-1" : { },
13566          "ap-south-2" : { },
13567          "ap-southeast-1" : { },
13568          "ap-southeast-2" : { },
13569          "ap-southeast-3" : { },
13570          "ap-southeast-4" : { },
13571          "ca-central-1" : {
13572            "variants" : [ {
13573              "hostname" : "ram-fips.ca-central-1.amazonaws.com",
13574              "tags" : [ "fips" ]
13575            } ]
13576          },
13577          "ca-west-1" : {
13578            "variants" : [ {
13579              "hostname" : "ram-fips.ca-west-1.amazonaws.com",
13580              "tags" : [ "fips" ]
13581            } ]
13582          },
13583          "eu-central-1" : { },
13584          "eu-central-2" : { },
13585          "eu-north-1" : { },
13586          "eu-south-1" : { },
13587          "eu-south-2" : { },
13588          "eu-west-1" : { },
13589          "eu-west-2" : { },
13590          "eu-west-3" : { },
13591          "fips-ca-central-1" : {
13592            "credentialScope" : {
13593              "region" : "ca-central-1"
13594            },
13595            "deprecated" : true,
13596            "hostname" : "ram-fips.ca-central-1.amazonaws.com"
13597          },
13598          "fips-ca-west-1" : {
13599            "credentialScope" : {
13600              "region" : "ca-west-1"
13601            },
13602            "deprecated" : true,
13603            "hostname" : "ram-fips.ca-west-1.amazonaws.com"
13604          },
13605          "fips-us-east-1" : {
13606            "credentialScope" : {
13607              "region" : "us-east-1"
13608            },
13609            "deprecated" : true,
13610            "hostname" : "ram-fips.us-east-1.amazonaws.com"
13611          },
13612          "fips-us-east-2" : {
13613            "credentialScope" : {
13614              "region" : "us-east-2"
13615            },
13616            "deprecated" : true,
13617            "hostname" : "ram-fips.us-east-2.amazonaws.com"
13618          },
13619          "fips-us-west-1" : {
13620            "credentialScope" : {
13621              "region" : "us-west-1"
13622            },
13623            "deprecated" : true,
13624            "hostname" : "ram-fips.us-west-1.amazonaws.com"
13625          },
13626          "fips-us-west-2" : {
13627            "credentialScope" : {
13628              "region" : "us-west-2"
13629            },
13630            "deprecated" : true,
13631            "hostname" : "ram-fips.us-west-2.amazonaws.com"
13632          },
13633          "il-central-1" : { },
13634          "me-central-1" : { },
13635          "me-south-1" : { },
13636          "sa-east-1" : { },
13637          "us-east-1" : {
13638            "variants" : [ {
13639              "hostname" : "ram-fips.us-east-1.amazonaws.com",
13640              "tags" : [ "fips" ]
13641            } ]
13642          },
13643          "us-east-2" : {
13644            "variants" : [ {
13645              "hostname" : "ram-fips.us-east-2.amazonaws.com",
13646              "tags" : [ "fips" ]
13647            } ]
13648          },
13649          "us-west-1" : {
13650            "variants" : [ {
13651              "hostname" : "ram-fips.us-west-1.amazonaws.com",
13652              "tags" : [ "fips" ]
13653            } ]
13654          },
13655          "us-west-2" : {
13656            "variants" : [ {
13657              "hostname" : "ram-fips.us-west-2.amazonaws.com",
13658              "tags" : [ "fips" ]
13659            } ]
13660          }
13661        }
13662      },
13663      "rbin" : {
13664        "endpoints" : {
13665          "af-south-1" : { },
13666          "ap-east-1" : { },
13667          "ap-northeast-1" : { },
13668          "ap-northeast-2" : { },
13669          "ap-northeast-3" : { },
13670          "ap-south-1" : { },
13671          "ap-south-2" : { },
13672          "ap-southeast-1" : { },
13673          "ap-southeast-2" : { },
13674          "ap-southeast-3" : { },
13675          "ap-southeast-4" : { },
13676          "ca-central-1" : {
13677            "variants" : [ {
13678              "hostname" : "rbin-fips.ca-central-1.amazonaws.com",
13679              "tags" : [ "fips" ]
13680            } ]
13681          },
13682          "ca-west-1" : {
13683            "variants" : [ {
13684              "hostname" : "rbin-fips.ca-west-1.amazonaws.com",
13685              "tags" : [ "fips" ]
13686            } ]
13687          },
13688          "eu-central-1" : { },
13689          "eu-central-2" : { },
13690          "eu-north-1" : { },
13691          "eu-south-1" : { },
13692          "eu-south-2" : { },
13693          "eu-west-1" : { },
13694          "eu-west-2" : { },
13695          "eu-west-3" : { },
13696          "fips-ca-central-1" : {
13697            "credentialScope" : {
13698              "region" : "ca-central-1"
13699            },
13700            "deprecated" : true,
13701            "hostname" : "rbin-fips.ca-central-1.amazonaws.com"
13702          },
13703          "fips-ca-west-1" : {
13704            "credentialScope" : {
13705              "region" : "ca-west-1"
13706            },
13707            "deprecated" : true,
13708            "hostname" : "rbin-fips.ca-west-1.amazonaws.com"
13709          },
13710          "fips-us-east-1" : {
13711            "credentialScope" : {
13712              "region" : "us-east-1"
13713            },
13714            "deprecated" : true,
13715            "hostname" : "rbin-fips.us-east-1.amazonaws.com"
13716          },
13717          "fips-us-east-2" : {
13718            "credentialScope" : {
13719              "region" : "us-east-2"
13720            },
13721            "deprecated" : true,
13722            "hostname" : "rbin-fips.us-east-2.amazonaws.com"
13723          },
13724          "fips-us-west-1" : {
13725            "credentialScope" : {
13726              "region" : "us-west-1"
13727            },
13728            "deprecated" : true,
13729            "hostname" : "rbin-fips.us-west-1.amazonaws.com"
13730          },
13731          "fips-us-west-2" : {
13732            "credentialScope" : {
13733              "region" : "us-west-2"
13734            },
13735            "deprecated" : true,
13736            "hostname" : "rbin-fips.us-west-2.amazonaws.com"
13737          },
13738          "il-central-1" : { },
13739          "me-central-1" : { },
13740          "me-south-1" : { },
13741          "sa-east-1" : { },
13742          "us-east-1" : {
13743            "variants" : [ {
13744              "hostname" : "rbin-fips.us-east-1.amazonaws.com",
13745              "tags" : [ "fips" ]
13746            } ]
13747          },
13748          "us-east-2" : {
13749            "variants" : [ {
13750              "hostname" : "rbin-fips.us-east-2.amazonaws.com",
13751              "tags" : [ "fips" ]
13752            } ]
13753          },
13754          "us-west-1" : {
13755            "variants" : [ {
13756              "hostname" : "rbin-fips.us-west-1.amazonaws.com",
13757              "tags" : [ "fips" ]
13758            } ]
13759          },
13760          "us-west-2" : {
13761            "variants" : [ {
13762              "hostname" : "rbin-fips.us-west-2.amazonaws.com",
13763              "tags" : [ "fips" ]
13764            } ]
13765          }
13766        }
13767      },
13768      "rds" : {
13769        "endpoints" : {
13770          "af-south-1" : { },
13771          "ap-east-1" : { },
13772          "ap-northeast-1" : { },
13773          "ap-northeast-2" : { },
13774          "ap-northeast-3" : { },
13775          "ap-south-1" : { },
13776          "ap-south-2" : { },
13777          "ap-southeast-1" : { },
13778          "ap-southeast-2" : { },
13779          "ap-southeast-3" : { },
13780          "ap-southeast-4" : { },
13781          "ca-central-1" : {
13782            "variants" : [ {
13783              "hostname" : "rds-fips.ca-central-1.amazonaws.com",
13784              "tags" : [ "fips" ]
13785            } ]
13786          },
13787          "ca-central-1-fips" : {
13788            "credentialScope" : {
13789              "region" : "ca-central-1"
13790            },
13791            "deprecated" : true,
13792            "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13793          },
13794          "ca-west-1" : {
13795            "variants" : [ {
13796              "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13797              "tags" : [ "fips" ]
13798            } ]
13799          },
13800          "ca-west-1-fips" : {
13801            "credentialScope" : {
13802              "region" : "ca-west-1"
13803            },
13804            "deprecated" : true,
13805            "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13806          },
13807          "eu-central-1" : { },
13808          "eu-central-2" : { },
13809          "eu-north-1" : { },
13810          "eu-south-1" : { },
13811          "eu-south-2" : { },
13812          "eu-west-1" : { },
13813          "eu-west-2" : { },
13814          "eu-west-3" : { },
13815          "il-central-1" : { },
13816          "me-central-1" : { },
13817          "me-south-1" : { },
13818          "rds-fips.ca-central-1" : {
13819            "credentialScope" : {
13820              "region" : "ca-central-1"
13821            },
13822            "deprecated" : true,
13823            "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13824          },
13825          "rds-fips.ca-west-1" : {
13826            "credentialScope" : {
13827              "region" : "ca-west-1"
13828            },
13829            "deprecated" : true,
13830            "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13831          },
13832          "rds-fips.us-east-1" : {
13833            "credentialScope" : {
13834              "region" : "us-east-1"
13835            },
13836            "deprecated" : true,
13837            "hostname" : "rds-fips.us-east-1.amazonaws.com"
13838          },
13839          "rds-fips.us-east-2" : {
13840            "credentialScope" : {
13841              "region" : "us-east-2"
13842            },
13843            "deprecated" : true,
13844            "hostname" : "rds-fips.us-east-2.amazonaws.com"
13845          },
13846          "rds-fips.us-west-1" : {
13847            "credentialScope" : {
13848              "region" : "us-west-1"
13849            },
13850            "deprecated" : true,
13851            "hostname" : "rds-fips.us-west-1.amazonaws.com"
13852          },
13853          "rds-fips.us-west-2" : {
13854            "credentialScope" : {
13855              "region" : "us-west-2"
13856            },
13857            "deprecated" : true,
13858            "hostname" : "rds-fips.us-west-2.amazonaws.com"
13859          },
13860          "rds.ca-central-1" : {
13861            "credentialScope" : {
13862              "region" : "ca-central-1"
13863            },
13864            "deprecated" : true,
13865            "variants" : [ {
13866              "hostname" : "rds-fips.ca-central-1.amazonaws.com",
13867              "tags" : [ "fips" ]
13868            } ]
13869          },
13870          "rds.ca-west-1" : {
13871            "credentialScope" : {
13872              "region" : "ca-west-1"
13873            },
13874            "deprecated" : true,
13875            "variants" : [ {
13876              "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13877              "tags" : [ "fips" ]
13878            } ]
13879          },
13880          "rds.us-east-1" : {
13881            "credentialScope" : {
13882              "region" : "us-east-1"
13883            },
13884            "deprecated" : true,
13885            "variants" : [ {
13886              "hostname" : "rds-fips.us-east-1.amazonaws.com",
13887              "tags" : [ "fips" ]
13888            } ]
13889          },
13890          "rds.us-east-2" : {
13891            "credentialScope" : {
13892              "region" : "us-east-2"
13893            },
13894            "deprecated" : true,
13895            "variants" : [ {
13896              "hostname" : "rds-fips.us-east-2.amazonaws.com",
13897              "tags" : [ "fips" ]
13898            } ]
13899          },
13900          "rds.us-west-1" : {
13901            "credentialScope" : {
13902              "region" : "us-west-1"
13903            },
13904            "deprecated" : true,
13905            "variants" : [ {
13906              "hostname" : "rds-fips.us-west-1.amazonaws.com",
13907              "tags" : [ "fips" ]
13908            } ]
13909          },
13910          "rds.us-west-2" : {
13911            "credentialScope" : {
13912              "region" : "us-west-2"
13913            },
13914            "deprecated" : true,
13915            "variants" : [ {
13916              "hostname" : "rds-fips.us-west-2.amazonaws.com",
13917              "tags" : [ "fips" ]
13918            } ]
13919          },
13920          "sa-east-1" : { },
13921          "us-east-1" : {
13922            "sslCommonName" : "{service}.{dnsSuffix}",
13923            "variants" : [ {
13924              "hostname" : "rds-fips.us-east-1.amazonaws.com",
13925              "tags" : [ "fips" ]
13926            } ]
13927          },
13928          "us-east-1-fips" : {
13929            "credentialScope" : {
13930              "region" : "us-east-1"
13931            },
13932            "deprecated" : true,
13933            "hostname" : "rds-fips.us-east-1.amazonaws.com"
13934          },
13935          "us-east-2" : {
13936            "variants" : [ {
13937              "hostname" : "rds-fips.us-east-2.amazonaws.com",
13938              "tags" : [ "fips" ]
13939            } ]
13940          },
13941          "us-east-2-fips" : {
13942            "credentialScope" : {
13943              "region" : "us-east-2"
13944            },
13945            "deprecated" : true,
13946            "hostname" : "rds-fips.us-east-2.amazonaws.com"
13947          },
13948          "us-west-1" : {
13949            "variants" : [ {
13950              "hostname" : "rds-fips.us-west-1.amazonaws.com",
13951              "tags" : [ "fips" ]
13952            } ]
13953          },
13954          "us-west-1-fips" : {
13955            "credentialScope" : {
13956              "region" : "us-west-1"
13957            },
13958            "deprecated" : true,
13959            "hostname" : "rds-fips.us-west-1.amazonaws.com"
13960          },
13961          "us-west-2" : {
13962            "variants" : [ {
13963              "hostname" : "rds-fips.us-west-2.amazonaws.com",
13964              "tags" : [ "fips" ]
13965            } ]
13966          },
13967          "us-west-2-fips" : {
13968            "credentialScope" : {
13969              "region" : "us-west-2"
13970            },
13971            "deprecated" : true,
13972            "hostname" : "rds-fips.us-west-2.amazonaws.com"
13973          }
13974        }
13975      },
13976      "rds-data" : {
13977        "endpoints" : {
13978          "ap-northeast-1" : { },
13979          "ap-northeast-2" : { },
13980          "ap-south-1" : { },
13981          "ap-southeast-1" : { },
13982          "ap-southeast-2" : { },
13983          "ca-central-1" : { },
13984          "eu-central-1" : { },
13985          "eu-west-1" : { },
13986          "eu-west-2" : { },
13987          "eu-west-3" : { },
13988          "fips-us-east-1" : {
13989            "credentialScope" : {
13990              "region" : "us-east-1"
13991            },
13992            "deprecated" : true,
13993            "hostname" : "rds-data-fips.us-east-1.amazonaws.com"
13994          },
13995          "fips-us-east-2" : {
13996            "credentialScope" : {
13997              "region" : "us-east-2"
13998            },
13999            "deprecated" : true,
14000            "hostname" : "rds-data-fips.us-east-2.amazonaws.com"
14001          },
14002          "fips-us-west-1" : {
14003            "credentialScope" : {
14004              "region" : "us-west-1"
14005            },
14006            "deprecated" : true,
14007            "hostname" : "rds-data-fips.us-west-1.amazonaws.com"
14008          },
14009          "fips-us-west-2" : {
14010            "credentialScope" : {
14011              "region" : "us-west-2"
14012            },
14013            "deprecated" : true,
14014            "hostname" : "rds-data-fips.us-west-2.amazonaws.com"
14015          },
14016          "us-east-1" : {
14017            "variants" : [ {
14018              "hostname" : "rds-data-fips.us-east-1.amazonaws.com",
14019              "tags" : [ "fips" ]
14020            } ]
14021          },
14022          "us-east-2" : {
14023            "variants" : [ {
14024              "hostname" : "rds-data-fips.us-east-2.amazonaws.com",
14025              "tags" : [ "fips" ]
14026            } ]
14027          },
14028          "us-west-1" : {
14029            "variants" : [ {
14030              "hostname" : "rds-data-fips.us-west-1.amazonaws.com",
14031              "tags" : [ "fips" ]
14032            } ]
14033          },
14034          "us-west-2" : {
14035            "variants" : [ {
14036              "hostname" : "rds-data-fips.us-west-2.amazonaws.com",
14037              "tags" : [ "fips" ]
14038            } ]
14039          }
14040        }
14041      },
14042      "redshift" : {
14043        "endpoints" : {
14044          "af-south-1" : { },
14045          "ap-east-1" : { },
14046          "ap-northeast-1" : { },
14047          "ap-northeast-2" : { },
14048          "ap-northeast-3" : { },
14049          "ap-south-1" : { },
14050          "ap-south-2" : { },
14051          "ap-southeast-1" : { },
14052          "ap-southeast-2" : { },
14053          "ap-southeast-3" : { },
14054          "ap-southeast-4" : { },
14055          "ca-central-1" : {
14056            "variants" : [ {
14057              "hostname" : "redshift-fips.ca-central-1.amazonaws.com",
14058              "tags" : [ "fips" ]
14059            } ]
14060          },
14061          "ca-west-1" : {
14062            "variants" : [ {
14063              "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
14064              "tags" : [ "fips" ]
14065            } ]
14066          },
14067          "eu-central-1" : { },
14068          "eu-central-2" : { },
14069          "eu-north-1" : { },
14070          "eu-south-1" : { },
14071          "eu-south-2" : { },
14072          "eu-west-1" : { },
14073          "eu-west-2" : { },
14074          "eu-west-3" : { },
14075          "fips-ca-central-1" : {
14076            "credentialScope" : {
14077              "region" : "ca-central-1"
14078            },
14079            "deprecated" : true,
14080            "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
14081          },
14082          "fips-ca-west-1" : {
14083            "credentialScope" : {
14084              "region" : "ca-west-1"
14085            },
14086            "deprecated" : true,
14087            "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
14088          },
14089          "fips-us-east-1" : {
14090            "credentialScope" : {
14091              "region" : "us-east-1"
14092            },
14093            "deprecated" : true,
14094            "hostname" : "redshift-fips.us-east-1.amazonaws.com"
14095          },
14096          "fips-us-east-2" : {
14097            "credentialScope" : {
14098              "region" : "us-east-2"
14099            },
14100            "deprecated" : true,
14101            "hostname" : "redshift-fips.us-east-2.amazonaws.com"
14102          },
14103          "fips-us-west-1" : {
14104            "credentialScope" : {
14105              "region" : "us-west-1"
14106            },
14107            "deprecated" : true,
14108            "hostname" : "redshift-fips.us-west-1.amazonaws.com"
14109          },
14110          "fips-us-west-2" : {
14111            "credentialScope" : {
14112              "region" : "us-west-2"
14113            },
14114            "deprecated" : true,
14115            "hostname" : "redshift-fips.us-west-2.amazonaws.com"
14116          },
14117          "il-central-1" : { },
14118          "me-central-1" : { },
14119          "me-south-1" : { },
14120          "sa-east-1" : { },
14121          "us-east-1" : {
14122            "variants" : [ {
14123              "hostname" : "redshift-fips.us-east-1.amazonaws.com",
14124              "tags" : [ "fips" ]
14125            } ]
14126          },
14127          "us-east-2" : {
14128            "variants" : [ {
14129              "hostname" : "redshift-fips.us-east-2.amazonaws.com",
14130              "tags" : [ "fips" ]
14131            } ]
14132          },
14133          "us-west-1" : {
14134            "variants" : [ {
14135              "hostname" : "redshift-fips.us-west-1.amazonaws.com",
14136              "tags" : [ "fips" ]
14137            } ]
14138          },
14139          "us-west-2" : {
14140            "variants" : [ {
14141              "hostname" : "redshift-fips.us-west-2.amazonaws.com",
14142              "tags" : [ "fips" ]
14143            } ]
14144          }
14145        }
14146      },
14147      "redshift-serverless" : {
14148        "endpoints" : {
14149          "ap-northeast-1" : { },
14150          "ap-northeast-2" : { },
14151          "ap-south-1" : { },
14152          "ap-southeast-1" : { },
14153          "ap-southeast-2" : { },
14154          "ca-central-1" : { },
14155          "eu-central-1" : { },
14156          "eu-north-1" : { },
14157          "eu-west-1" : { },
14158          "eu-west-2" : { },
14159          "eu-west-3" : { },
14160          "us-east-1" : { },
14161          "us-east-2" : { },
14162          "us-west-1" : { },
14163          "us-west-2" : { }
14164        }
14165      },
14166      "rekognition" : {
14167        "endpoints" : {
14168          "ap-northeast-1" : { },
14169          "ap-northeast-2" : { },
14170          "ap-south-1" : { },
14171          "ap-southeast-1" : { },
14172          "ap-southeast-2" : { },
14173          "ca-central-1" : {
14174            "variants" : [ {
14175              "hostname" : "rekognition-fips.ca-central-1.amazonaws.com",
14176              "tags" : [ "fips" ]
14177            } ]
14178          },
14179          "ca-central-1-fips" : {
14180            "credentialScope" : {
14181              "region" : "ca-central-1"
14182            },
14183            "deprecated" : true,
14184            "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
14185          },
14186          "eu-central-1" : { },
14187          "eu-west-1" : { },
14188          "eu-west-2" : { },
14189          "il-central-1" : { },
14190          "rekognition-fips.ca-central-1" : {
14191            "credentialScope" : {
14192              "region" : "ca-central-1"
14193            },
14194            "deprecated" : true,
14195            "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
14196          },
14197          "rekognition-fips.us-east-1" : {
14198            "credentialScope" : {
14199              "region" : "us-east-1"
14200            },
14201            "deprecated" : true,
14202            "hostname" : "rekognition-fips.us-east-1.amazonaws.com"
14203          },
14204          "rekognition-fips.us-east-2" : {
14205            "credentialScope" : {
14206              "region" : "us-east-2"
14207            },
14208            "deprecated" : true,
14209            "hostname" : "rekognition-fips.us-east-2.amazonaws.com"
14210          },
14211          "rekognition-fips.us-west-1" : {
14212            "credentialScope" : {
14213              "region" : "us-west-1"
14214            },
14215            "deprecated" : true,
14216            "hostname" : "rekognition-fips.us-west-1.amazonaws.com"
14217          },
14218          "rekognition-fips.us-west-2" : {
14219            "credentialScope" : {
14220              "region" : "us-west-2"
14221            },
14222            "deprecated" : true,
14223            "hostname" : "rekognition-fips.us-west-2.amazonaws.com"
14224          },
14225          "rekognition.ca-central-1" : {
14226            "credentialScope" : {
14227              "region" : "ca-central-1"
14228            },
14229            "deprecated" : true,
14230            "variants" : [ {
14231              "hostname" : "rekognition-fips.ca-central-1.amazonaws.com",
14232              "tags" : [ "fips" ]
14233            } ]
14234          },
14235          "rekognition.us-east-1" : {
14236            "credentialScope" : {
14237              "region" : "us-east-1"
14238            },
14239            "deprecated" : true,
14240            "variants" : [ {
14241              "hostname" : "rekognition-fips.us-east-1.amazonaws.com",
14242              "tags" : [ "fips" ]
14243            } ]
14244          },
14245          "rekognition.us-east-2" : {
14246            "credentialScope" : {
14247              "region" : "us-east-2"
14248            },
14249            "deprecated" : true,
14250            "variants" : [ {
14251              "hostname" : "rekognition-fips.us-east-2.amazonaws.com",
14252              "tags" : [ "fips" ]
14253            } ]
14254          },
14255          "rekognition.us-west-1" : {
14256            "credentialScope" : {
14257              "region" : "us-west-1"
14258            },
14259            "deprecated" : true,
14260            "variants" : [ {
14261              "hostname" : "rekognition-fips.us-west-1.amazonaws.com",
14262              "tags" : [ "fips" ]
14263            } ]
14264          },
14265          "rekognition.us-west-2" : {
14266            "credentialScope" : {
14267              "region" : "us-west-2"
14268            },
14269            "deprecated" : true,
14270            "variants" : [ {
14271              "hostname" : "rekognition-fips.us-west-2.amazonaws.com",
14272              "tags" : [ "fips" ]
14273            } ]
14274          },
14275          "us-east-1" : {
14276            "variants" : [ {
14277              "hostname" : "rekognition-fips.us-east-1.amazonaws.com",
14278              "tags" : [ "fips" ]
14279            } ]
14280          },
14281          "us-east-1-fips" : {
14282            "credentialScope" : {
14283              "region" : "us-east-1"
14284            },
14285            "deprecated" : true,
14286            "hostname" : "rekognition-fips.us-east-1.amazonaws.com"
14287          },
14288          "us-east-2" : {
14289            "variants" : [ {
14290              "hostname" : "rekognition-fips.us-east-2.amazonaws.com",
14291              "tags" : [ "fips" ]
14292            } ]
14293          },
14294          "us-east-2-fips" : {
14295            "credentialScope" : {
14296              "region" : "us-east-2"
14297            },
14298            "deprecated" : true,
14299            "hostname" : "rekognition-fips.us-east-2.amazonaws.com"
14300          },
14301          "us-west-1" : {
14302            "variants" : [ {
14303              "hostname" : "rekognition-fips.us-west-1.amazonaws.com",
14304              "tags" : [ "fips" ]
14305            } ]
14306          },
14307          "us-west-1-fips" : {
14308            "credentialScope" : {
14309              "region" : "us-west-1"
14310            },
14311            "deprecated" : true,
14312            "hostname" : "rekognition-fips.us-west-1.amazonaws.com"
14313          },
14314          "us-west-2" : {
14315            "variants" : [ {
14316              "hostname" : "rekognition-fips.us-west-2.amazonaws.com",
14317              "tags" : [ "fips" ]
14318            } ]
14319          },
14320          "us-west-2-fips" : {
14321            "credentialScope" : {
14322              "region" : "us-west-2"
14323            },
14324            "deprecated" : true,
14325            "hostname" : "rekognition-fips.us-west-2.amazonaws.com"
14326          }
14327        }
14328      },
14329      "resiliencehub" : {
14330        "endpoints" : {
14331          "af-south-1" : { },
14332          "ap-east-1" : { },
14333          "ap-northeast-1" : { },
14334          "ap-northeast-2" : { },
14335          "ap-south-1" : { },
14336          "ap-southeast-1" : { },
14337          "ap-southeast-2" : { },
14338          "ca-central-1" : { },
14339          "eu-central-1" : { },
14340          "eu-north-1" : { },
14341          "eu-south-1" : { },
14342          "eu-west-1" : { },
14343          "eu-west-2" : { },
14344          "eu-west-3" : { },
14345          "me-south-1" : { },
14346          "sa-east-1" : { },
14347          "us-east-1" : { },
14348          "us-east-2" : { },
14349          "us-west-1" : { },
14350          "us-west-2" : { }
14351        }
14352      },
14353      "resource-explorer-2" : {
14354        "endpoints" : {
14355          "ap-northeast-1" : { },
14356          "ap-northeast-2" : { },
14357          "ap-northeast-3" : { },
14358          "ap-south-1" : { },
14359          "ap-southeast-1" : { },
14360          "ap-southeast-2" : { },
14361          "ap-southeast-3" : { },
14362          "ca-central-1" : { },
14363          "eu-central-1" : { },
14364          "eu-north-1" : { },
14365          "eu-west-1" : { },
14366          "eu-west-2" : { },
14367          "eu-west-3" : { },
14368          "me-south-1" : { },
14369          "sa-east-1" : { },
14370          "us-east-1" : { },
14371          "us-east-2" : { },
14372          "us-west-1" : { },
14373          "us-west-2" : { }
14374        }
14375      },
14376      "resource-groups" : {
14377        "endpoints" : {
14378          "af-south-1" : { },
14379          "ap-east-1" : { },
14380          "ap-northeast-1" : { },
14381          "ap-northeast-2" : { },
14382          "ap-northeast-3" : { },
14383          "ap-south-1" : { },
14384          "ap-south-2" : { },
14385          "ap-southeast-1" : { },
14386          "ap-southeast-2" : { },
14387          "ap-southeast-3" : { },
14388          "ap-southeast-4" : { },
14389          "ca-central-1" : { },
14390          "ca-west-1" : { },
14391          "eu-central-1" : { },
14392          "eu-central-2" : { },
14393          "eu-north-1" : { },
14394          "eu-south-1" : { },
14395          "eu-south-2" : { },
14396          "eu-west-1" : { },
14397          "eu-west-2" : { },
14398          "eu-west-3" : { },
14399          "fips-us-east-1" : {
14400            "credentialScope" : {
14401              "region" : "us-east-1"
14402            },
14403            "deprecated" : true,
14404            "hostname" : "resource-groups-fips.us-east-1.amazonaws.com"
14405          },
14406          "fips-us-east-2" : {
14407            "credentialScope" : {
14408              "region" : "us-east-2"
14409            },
14410            "deprecated" : true,
14411            "hostname" : "resource-groups-fips.us-east-2.amazonaws.com"
14412          },
14413          "fips-us-west-1" : {
14414            "credentialScope" : {
14415              "region" : "us-west-1"
14416            },
14417            "deprecated" : true,
14418            "hostname" : "resource-groups-fips.us-west-1.amazonaws.com"
14419          },
14420          "fips-us-west-2" : {
14421            "credentialScope" : {
14422              "region" : "us-west-2"
14423            },
14424            "deprecated" : true,
14425            "hostname" : "resource-groups-fips.us-west-2.amazonaws.com"
14426          },
14427          "il-central-1" : { },
14428          "me-central-1" : { },
14429          "me-south-1" : { },
14430          "sa-east-1" : { },
14431          "us-east-1" : {
14432            "variants" : [ {
14433              "hostname" : "resource-groups-fips.us-east-1.amazonaws.com",
14434              "tags" : [ "fips" ]
14435            } ]
14436          },
14437          "us-east-2" : {
14438            "variants" : [ {
14439              "hostname" : "resource-groups-fips.us-east-2.amazonaws.com",
14440              "tags" : [ "fips" ]
14441            } ]
14442          },
14443          "us-west-1" : {
14444            "variants" : [ {
14445              "hostname" : "resource-groups-fips.us-west-1.amazonaws.com",
14446              "tags" : [ "fips" ]
14447            } ]
14448          },
14449          "us-west-2" : {
14450            "variants" : [ {
14451              "hostname" : "resource-groups-fips.us-west-2.amazonaws.com",
14452              "tags" : [ "fips" ]
14453            } ]
14454          }
14455        }
14456      },
14457      "robomaker" : {
14458        "endpoints" : {
14459          "ap-northeast-1" : { },
14460          "ap-southeast-1" : { },
14461          "eu-central-1" : { },
14462          "eu-west-1" : { },
14463          "us-east-1" : { },
14464          "us-east-2" : { },
14465          "us-west-2" : { }
14466        }
14467      },
14468      "rolesanywhere" : {
14469        "endpoints" : {
14470          "af-south-1" : { },
14471          "ap-east-1" : { },
14472          "ap-northeast-1" : { },
14473          "ap-northeast-2" : { },
14474          "ap-northeast-3" : { },
14475          "ap-south-1" : { },
14476          "ap-south-2" : { },
14477          "ap-southeast-1" : { },
14478          "ap-southeast-2" : { },
14479          "ap-southeast-3" : { },
14480          "ap-southeast-4" : { },
14481          "ca-central-1" : { },
14482          "eu-central-1" : { },
14483          "eu-central-2" : { },
14484          "eu-north-1" : { },
14485          "eu-south-1" : { },
14486          "eu-south-2" : { },
14487          "eu-west-1" : { },
14488          "eu-west-2" : { },
14489          "eu-west-3" : { },
14490          "fips-us-east-1" : {
14491            "credentialScope" : {
14492              "region" : "us-east-1"
14493            },
14494            "deprecated" : true,
14495            "hostname" : "rolesanywhere-fips.us-east-1.amazonaws.com"
14496          },
14497          "fips-us-east-2" : {
14498            "credentialScope" : {
14499              "region" : "us-east-2"
14500            },
14501            "deprecated" : true,
14502            "hostname" : "rolesanywhere-fips.us-east-2.amazonaws.com"
14503          },
14504          "fips-us-west-1" : {
14505            "credentialScope" : {
14506              "region" : "us-west-1"
14507            },
14508            "deprecated" : true,
14509            "hostname" : "rolesanywhere-fips.us-west-1.amazonaws.com"
14510          },
14511          "fips-us-west-2" : {
14512            "credentialScope" : {
14513              "region" : "us-west-2"
14514            },
14515            "deprecated" : true,
14516            "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14517          },
14518          "il-central-1" : { },
14519          "me-central-1" : { },
14520          "me-south-1" : { },
14521          "sa-east-1" : { },
14522          "us-east-1" : {
14523            "variants" : [ {
14524              "hostname" : "rolesanywhere-fips.us-east-1.amazonaws.com",
14525              "tags" : [ "fips" ]
14526            } ]
14527          },
14528          "us-east-2" : {
14529            "variants" : [ {
14530              "hostname" : "rolesanywhere-fips.us-east-2.amazonaws.com",
14531              "tags" : [ "fips" ]
14532            } ]
14533          },
14534          "us-west-1" : {
14535            "variants" : [ {
14536              "hostname" : "rolesanywhere-fips.us-west-1.amazonaws.com",
14537              "tags" : [ "fips" ]
14538            } ]
14539          },
14540          "us-west-2" : {
14541            "variants" : [ {
14542              "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com",
14543              "tags" : [ "fips" ]
14544            } ]
14545          }
14546        }
14547      },
14548      "route53" : {
14549        "endpoints" : {
14550          "aws-global" : {
14551            "credentialScope" : {
14552              "region" : "us-east-1"
14553            },
14554            "hostname" : "route53.amazonaws.com",
14555            "variants" : [ {
14556              "hostname" : "route53-fips.amazonaws.com",
14557              "tags" : [ "fips" ]
14558            } ]
14559          },
14560          "fips-aws-global" : {
14561            "credentialScope" : {
14562              "region" : "us-east-1"
14563            },
14564            "deprecated" : true,
14565            "hostname" : "route53-fips.amazonaws.com"
14566          }
14567        },
14568        "isRegionalized" : false,
14569        "partitionEndpoint" : "aws-global"
14570      },
14571      "route53-recovery-control-config" : {
14572        "endpoints" : {
14573          "aws-global" : {
14574            "credentialScope" : {
14575              "region" : "us-west-2"
14576            },
14577            "hostname" : "route53-recovery-control-config.us-west-2.amazonaws.com"
14578          }
14579        }
14580      },
14581      "route53domains" : {
14582        "endpoints" : {
14583          "us-east-1" : { }
14584        }
14585      },
14586      "route53resolver" : {
14587        "defaults" : {
14588          "protocols" : [ "https" ]
14589        },
14590        "endpoints" : {
14591          "af-south-1" : { },
14592          "ap-east-1" : { },
14593          "ap-northeast-1" : { },
14594          "ap-northeast-2" : { },
14595          "ap-northeast-3" : { },
14596          "ap-south-1" : { },
14597          "ap-south-2" : { },
14598          "ap-southeast-1" : { },
14599          "ap-southeast-2" : { },
14600          "ap-southeast-3" : { },
14601          "ap-southeast-4" : { },
14602          "ca-central-1" : { },
14603          "ca-west-1" : { },
14604          "eu-central-1" : { },
14605          "eu-central-2" : { },
14606          "eu-north-1" : { },
14607          "eu-south-1" : { },
14608          "eu-south-2" : { },
14609          "eu-west-1" : { },
14610          "eu-west-2" : { },
14611          "eu-west-3" : { },
14612          "il-central-1" : { },
14613          "me-central-1" : { },
14614          "me-south-1" : { },
14615          "sa-east-1" : { },
14616          "us-east-1" : { },
14617          "us-east-2" : { },
14618          "us-west-1" : { },
14619          "us-west-2" : { }
14620        }
14621      },
14622      "rum" : {
14623        "endpoints" : {
14624          "ap-northeast-1" : { },
14625          "ap-southeast-1" : { },
14626          "ap-southeast-2" : { },
14627          "eu-central-1" : { },
14628          "eu-north-1" : { },
14629          "eu-west-1" : { },
14630          "eu-west-2" : { },
14631          "us-east-1" : { },
14632          "us-east-2" : { },
14633          "us-west-2" : { }
14634        }
14635      },
14636      "runtime-v2-lex" : {
14637        "endpoints" : {
14638          "af-south-1" : { },
14639          "ap-northeast-1" : { },
14640          "ap-northeast-2" : { },
14641          "ap-southeast-1" : { },
14642          "ap-southeast-2" : { },
14643          "ca-central-1" : { },
14644          "eu-central-1" : { },
14645          "eu-west-1" : { },
14646          "eu-west-2" : { },
14647          "us-east-1" : { },
14648          "us-west-2" : { }
14649        }
14650      },
14651      "runtime.lex" : {
14652        "defaults" : {
14653          "credentialScope" : {
14654            "service" : "lex"
14655          },
14656          "variants" : [ {
14657            "hostname" : "runtime-fips.lex.{region}.{dnsSuffix}",
14658            "tags" : [ "fips" ]
14659          } ]
14660        },
14661        "endpoints" : {
14662          "ap-northeast-1" : { },
14663          "ap-southeast-1" : { },
14664          "ap-southeast-2" : { },
14665          "eu-central-1" : { },
14666          "eu-west-1" : { },
14667          "eu-west-2" : { },
14668          "us-east-1" : {
14669            "variants" : [ {
14670              "hostname" : "runtime-fips.lex.us-east-1.amazonaws.com",
14671              "tags" : [ "fips" ]
14672            } ]
14673          },
14674          "us-east-1-fips" : {
14675            "credentialScope" : {
14676              "region" : "us-east-1"
14677            },
14678            "deprecated" : true,
14679            "hostname" : "runtime-fips.lex.us-east-1.amazonaws.com"
14680          },
14681          "us-west-2" : {
14682            "variants" : [ {
14683              "hostname" : "runtime-fips.lex.us-west-2.amazonaws.com",
14684              "tags" : [ "fips" ]
14685            } ]
14686          },
14687          "us-west-2-fips" : {
14688            "credentialScope" : {
14689              "region" : "us-west-2"
14690            },
14691            "deprecated" : true,
14692            "hostname" : "runtime-fips.lex.us-west-2.amazonaws.com"
14693          }
14694        }
14695      },
14696      "runtime.sagemaker" : {
14697        "defaults" : {
14698          "variants" : [ {
14699            "hostname" : "runtime-fips.sagemaker.{region}.{dnsSuffix}",
14700            "tags" : [ "fips" ]
14701          } ]
14702        },
14703        "endpoints" : {
14704          "af-south-1" : { },
14705          "ap-east-1" : { },
14706          "ap-northeast-1" : { },
14707          "ap-northeast-2" : { },
14708          "ap-northeast-3" : { },
14709          "ap-south-1" : { },
14710          "ap-south-2" : { },
14711          "ap-southeast-1" : { },
14712          "ap-southeast-2" : { },
14713          "ap-southeast-3" : { },
14714          "ap-southeast-4" : { },
14715          "ca-central-1" : { },
14716          "ca-west-1" : { },
14717          "eu-central-1" : { },
14718          "eu-central-2" : { },
14719          "eu-north-1" : { },
14720          "eu-south-1" : { },
14721          "eu-south-2" : { },
14722          "eu-west-1" : { },
14723          "eu-west-2" : { },
14724          "eu-west-3" : { },
14725          "il-central-1" : { },
14726          "me-central-1" : { },
14727          "me-south-1" : { },
14728          "sa-east-1" : { },
14729          "us-east-1" : {
14730            "variants" : [ {
14731              "hostname" : "runtime-fips.sagemaker.us-east-1.amazonaws.com",
14732              "tags" : [ "fips" ]
14733            } ]
14734          },
14735          "us-east-1-fips" : {
14736            "credentialScope" : {
14737              "region" : "us-east-1"
14738            },
14739            "deprecated" : true,
14740            "hostname" : "runtime-fips.sagemaker.us-east-1.amazonaws.com"
14741          },
14742          "us-east-2" : {
14743            "variants" : [ {
14744              "hostname" : "runtime-fips.sagemaker.us-east-2.amazonaws.com",
14745              "tags" : [ "fips" ]
14746            } ]
14747          },
14748          "us-east-2-fips" : {
14749            "credentialScope" : {
14750              "region" : "us-east-2"
14751            },
14752            "deprecated" : true,
14753            "hostname" : "runtime-fips.sagemaker.us-east-2.amazonaws.com"
14754          },
14755          "us-west-1" : {
14756            "variants" : [ {
14757              "hostname" : "runtime-fips.sagemaker.us-west-1.amazonaws.com",
14758              "tags" : [ "fips" ]
14759            } ]
14760          },
14761          "us-west-1-fips" : {
14762            "credentialScope" : {
14763              "region" : "us-west-1"
14764            },
14765            "deprecated" : true,
14766            "hostname" : "runtime-fips.sagemaker.us-west-1.amazonaws.com"
14767          },
14768          "us-west-2" : {
14769            "variants" : [ {
14770              "hostname" : "runtime-fips.sagemaker.us-west-2.amazonaws.com",
14771              "tags" : [ "fips" ]
14772            } ]
14773          },
14774          "us-west-2-fips" : {
14775            "credentialScope" : {
14776              "region" : "us-west-2"
14777            },
14778            "deprecated" : true,
14779            "hostname" : "runtime-fips.sagemaker.us-west-2.amazonaws.com"
14780          }
14781        }
14782      },
14783      "s3" : {
14784        "defaults" : {
14785          "protocols" : [ "http", "https" ],
14786          "signatureVersions" : [ "s3v4" ],
14787          "variants" : [ {
14788            "dnsSuffix" : "amazonaws.com",
14789            "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}",
14790            "tags" : [ "dualstack", "fips" ]
14791          }, {
14792            "dnsSuffix" : "amazonaws.com",
14793            "hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
14794            "tags" : [ "dualstack" ]
14795          } ]
14796        },
14797        "endpoints" : {
14798          "af-south-1" : {
14799            "variants" : [ {
14800              "hostname" : "s3.dualstack.af-south-1.amazonaws.com",
14801              "tags" : [ "dualstack" ]
14802            } ]
14803          },
14804          "ap-east-1" : {
14805            "variants" : [ {
14806              "hostname" : "s3.dualstack.ap-east-1.amazonaws.com",
14807              "tags" : [ "dualstack" ]
14808            } ]
14809          },
14810          "ap-northeast-1" : {
14811            "hostname" : "s3.ap-northeast-1.amazonaws.com",
14812            "signatureVersions" : [ "s3", "s3v4" ],
14813            "variants" : [ {
14814              "hostname" : "s3.dualstack.ap-northeast-1.amazonaws.com",
14815              "tags" : [ "dualstack" ]
14816            } ]
14817          },
14818          "ap-northeast-2" : {
14819            "variants" : [ {
14820              "hostname" : "s3.dualstack.ap-northeast-2.amazonaws.com",
14821              "tags" : [ "dualstack" ]
14822            } ]
14823          },
14824          "ap-northeast-3" : {
14825            "variants" : [ {
14826              "hostname" : "s3.dualstack.ap-northeast-3.amazonaws.com",
14827              "tags" : [ "dualstack" ]
14828            } ]
14829          },
14830          "ap-south-1" : {
14831            "variants" : [ {
14832              "hostname" : "s3.dualstack.ap-south-1.amazonaws.com",
14833              "tags" : [ "dualstack" ]
14834            } ]
14835          },
14836          "ap-south-2" : {
14837            "variants" : [ {
14838              "hostname" : "s3.dualstack.ap-south-2.amazonaws.com",
14839              "tags" : [ "dualstack" ]
14840            } ]
14841          },
14842          "ap-southeast-1" : {
14843            "hostname" : "s3.ap-southeast-1.amazonaws.com",
14844            "signatureVersions" : [ "s3", "s3v4" ],
14845            "variants" : [ {
14846              "hostname" : "s3.dualstack.ap-southeast-1.amazonaws.com",
14847              "tags" : [ "dualstack" ]
14848            } ]
14849          },
14850          "ap-southeast-2" : {
14851            "hostname" : "s3.ap-southeast-2.amazonaws.com",
14852            "signatureVersions" : [ "s3", "s3v4" ],
14853            "variants" : [ {
14854              "hostname" : "s3.dualstack.ap-southeast-2.amazonaws.com",
14855              "tags" : [ "dualstack" ]
14856            } ]
14857          },
14858          "ap-southeast-3" : {
14859            "variants" : [ {
14860              "hostname" : "s3.dualstack.ap-southeast-3.amazonaws.com",
14861              "tags" : [ "dualstack" ]
14862            } ]
14863          },
14864          "ap-southeast-4" : {
14865            "variants" : [ {
14866              "hostname" : "s3.dualstack.ap-southeast-4.amazonaws.com",
14867              "tags" : [ "dualstack" ]
14868            } ]
14869          },
14870          "aws-global" : {
14871            "credentialScope" : {
14872              "region" : "us-east-1"
14873            },
14874            "hostname" : "s3.amazonaws.com",
14875            "signatureVersions" : [ "s3", "s3v4" ]
14876          },
14877          "ca-central-1" : {
14878            "variants" : [ {
14879              "hostname" : "s3-fips.ca-central-1.amazonaws.com",
14880              "tags" : [ "fips" ]
14881            }, {
14882              "hostname" : "s3-fips.dualstack.ca-central-1.amazonaws.com",
14883              "tags" : [ "dualstack", "fips" ]
14884            }, {
14885              "hostname" : "s3.dualstack.ca-central-1.amazonaws.com",
14886              "tags" : [ "dualstack" ]
14887            } ]
14888          },
14889          "ca-west-1" : {
14890            "variants" : [ {
14891              "hostname" : "s3-fips.ca-west-1.amazonaws.com",
14892              "tags" : [ "fips" ]
14893            }, {
14894              "hostname" : "s3-fips.dualstack.ca-west-1.amazonaws.com",
14895              "tags" : [ "dualstack", "fips" ]
14896            }, {
14897              "hostname" : "s3.dualstack.ca-west-1.amazonaws.com",
14898              "tags" : [ "dualstack" ]
14899            } ]
14900          },
14901          "eu-central-1" : {
14902            "variants" : [ {
14903              "hostname" : "s3.dualstack.eu-central-1.amazonaws.com",
14904              "tags" : [ "dualstack" ]
14905            } ]
14906          },
14907          "eu-central-2" : {
14908            "variants" : [ {
14909              "hostname" : "s3.dualstack.eu-central-2.amazonaws.com",
14910              "tags" : [ "dualstack" ]
14911            } ]
14912          },
14913          "eu-north-1" : {
14914            "variants" : [ {
14915              "hostname" : "s3.dualstack.eu-north-1.amazonaws.com",
14916              "tags" : [ "dualstack" ]
14917            } ]
14918          },
14919          "eu-south-1" : {
14920            "variants" : [ {
14921              "hostname" : "s3.dualstack.eu-south-1.amazonaws.com",
14922              "tags" : [ "dualstack" ]
14923            } ]
14924          },
14925          "eu-south-2" : {
14926            "variants" : [ {
14927              "hostname" : "s3.dualstack.eu-south-2.amazonaws.com",
14928              "tags" : [ "dualstack" ]
14929            } ]
14930          },
14931          "eu-west-1" : {
14932            "hostname" : "s3.eu-west-1.amazonaws.com",
14933            "signatureVersions" : [ "s3", "s3v4" ],
14934            "variants" : [ {
14935              "hostname" : "s3.dualstack.eu-west-1.amazonaws.com",
14936              "tags" : [ "dualstack" ]
14937            } ]
14938          },
14939          "eu-west-2" : {
14940            "variants" : [ {
14941              "hostname" : "s3.dualstack.eu-west-2.amazonaws.com",
14942              "tags" : [ "dualstack" ]
14943            } ]
14944          },
14945          "eu-west-3" : {
14946            "variants" : [ {
14947              "hostname" : "s3.dualstack.eu-west-3.amazonaws.com",
14948              "tags" : [ "dualstack" ]
14949            } ]
14950          },
14951          "fips-ca-central-1" : {
14952            "credentialScope" : {
14953              "region" : "ca-central-1"
14954            },
14955            "deprecated" : true,
14956            "hostname" : "s3-fips.ca-central-1.amazonaws.com"
14957          },
14958          "fips-ca-west-1" : {
14959            "credentialScope" : {
14960              "region" : "ca-west-1"
14961            },
14962            "deprecated" : true,
14963            "hostname" : "s3-fips.ca-west-1.amazonaws.com"
14964          },
14965          "fips-us-east-1" : {
14966            "credentialScope" : {
14967              "region" : "us-east-1"
14968            },
14969            "deprecated" : true,
14970            "hostname" : "s3-fips.us-east-1.amazonaws.com"
14971          },
14972          "fips-us-east-2" : {
14973            "credentialScope" : {
14974              "region" : "us-east-2"
14975            },
14976            "deprecated" : true,
14977            "hostname" : "s3-fips.us-east-2.amazonaws.com"
14978          },
14979          "fips-us-west-1" : {
14980            "credentialScope" : {
14981              "region" : "us-west-1"
14982            },
14983            "deprecated" : true,
14984            "hostname" : "s3-fips.us-west-1.amazonaws.com"
14985          },
14986          "fips-us-west-2" : {
14987            "credentialScope" : {
14988              "region" : "us-west-2"
14989            },
14990            "deprecated" : true,
14991            "hostname" : "s3-fips.us-west-2.amazonaws.com"
14992          },
14993          "il-central-1" : {
14994            "variants" : [ {
14995              "hostname" : "s3.dualstack.il-central-1.amazonaws.com",
14996              "tags" : [ "dualstack" ]
14997            } ]
14998          },
14999          "me-central-1" : {
15000            "variants" : [ {
15001              "hostname" : "s3.dualstack.me-central-1.amazonaws.com",
15002              "tags" : [ "dualstack" ]
15003            } ]
15004          },
15005          "me-south-1" : {
15006            "variants" : [ {
15007              "hostname" : "s3.dualstack.me-south-1.amazonaws.com",
15008              "tags" : [ "dualstack" ]
15009            } ]
15010          },
15011          "s3-external-1" : {
15012            "credentialScope" : {
15013              "region" : "us-east-1"
15014            },
15015            "hostname" : "s3-external-1.amazonaws.com",
15016            "signatureVersions" : [ "s3", "s3v4" ]
15017          },
15018          "sa-east-1" : {
15019            "hostname" : "s3.sa-east-1.amazonaws.com",
15020            "signatureVersions" : [ "s3", "s3v4" ],
15021            "variants" : [ {
15022              "hostname" : "s3.dualstack.sa-east-1.amazonaws.com",
15023              "tags" : [ "dualstack" ]
15024            } ]
15025          },
15026          "us-east-1" : {
15027            "hostname" : "s3.us-east-1.amazonaws.com",
15028            "signatureVersions" : [ "s3", "s3v4" ],
15029            "variants" : [ {
15030              "hostname" : "s3-fips.dualstack.us-east-1.amazonaws.com",
15031              "tags" : [ "dualstack", "fips" ]
15032            }, {
15033              "hostname" : "s3-fips.us-east-1.amazonaws.com",
15034              "tags" : [ "fips" ]
15035            }, {
15036              "hostname" : "s3.dualstack.us-east-1.amazonaws.com",
15037              "tags" : [ "dualstack" ]
15038            } ]
15039          },
15040          "us-east-2" : {
15041            "variants" : [ {
15042              "hostname" : "s3-fips.dualstack.us-east-2.amazonaws.com",
15043              "tags" : [ "dualstack", "fips" ]
15044            }, {
15045              "hostname" : "s3-fips.us-east-2.amazonaws.com",
15046              "tags" : [ "fips" ]
15047            }, {
15048              "hostname" : "s3.dualstack.us-east-2.amazonaws.com",
15049              "tags" : [ "dualstack" ]
15050            } ]
15051          },
15052          "us-west-1" : {
15053            "hostname" : "s3.us-west-1.amazonaws.com",
15054            "signatureVersions" : [ "s3", "s3v4" ],
15055            "variants" : [ {
15056              "hostname" : "s3-fips.dualstack.us-west-1.amazonaws.com",
15057              "tags" : [ "dualstack", "fips" ]
15058            }, {
15059              "hostname" : "s3-fips.us-west-1.amazonaws.com",
15060              "tags" : [ "fips" ]
15061            }, {
15062              "hostname" : "s3.dualstack.us-west-1.amazonaws.com",
15063              "tags" : [ "dualstack" ]
15064            } ]
15065          },
15066          "us-west-2" : {
15067            "hostname" : "s3.us-west-2.amazonaws.com",
15068            "signatureVersions" : [ "s3", "s3v4" ],
15069            "variants" : [ {
15070              "hostname" : "s3-fips.dualstack.us-west-2.amazonaws.com",
15071              "tags" : [ "dualstack", "fips" ]
15072            }, {
15073              "hostname" : "s3-fips.us-west-2.amazonaws.com",
15074              "tags" : [ "fips" ]
15075            }, {
15076              "hostname" : "s3.dualstack.us-west-2.amazonaws.com",
15077              "tags" : [ "dualstack" ]
15078            } ]
15079          }
15080        },
15081        "isRegionalized" : true,
15082        "partitionEndpoint" : "aws-global"
15083      },
15084      "s3-control" : {
15085        "defaults" : {
15086          "protocols" : [ "https" ],
15087          "signatureVersions" : [ "s3v4" ],
15088          "variants" : [ {
15089            "dnsSuffix" : "amazonaws.com",
15090            "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}",
15091            "tags" : [ "dualstack", "fips" ]
15092          }, {
15093            "dnsSuffix" : "amazonaws.com",
15094            "hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
15095            "tags" : [ "dualstack" ]
15096          } ]
15097        },
15098        "endpoints" : {
15099          "ap-northeast-1" : {
15100            "credentialScope" : {
15101              "region" : "ap-northeast-1"
15102            },
15103            "hostname" : "s3-control.ap-northeast-1.amazonaws.com",
15104            "signatureVersions" : [ "s3v4" ],
15105            "variants" : [ {
15106              "hostname" : "s3-control.dualstack.ap-northeast-1.amazonaws.com",
15107              "tags" : [ "dualstack" ]
15108            } ]
15109          },
15110          "ap-northeast-2" : {
15111            "credentialScope" : {
15112              "region" : "ap-northeast-2"
15113            },
15114            "hostname" : "s3-control.ap-northeast-2.amazonaws.com",
15115            "signatureVersions" : [ "s3v4" ],
15116            "variants" : [ {
15117              "hostname" : "s3-control.dualstack.ap-northeast-2.amazonaws.com",
15118              "tags" : [ "dualstack" ]
15119            } ]
15120          },
15121          "ap-northeast-3" : {
15122            "credentialScope" : {
15123              "region" : "ap-northeast-3"
15124            },
15125            "hostname" : "s3-control.ap-northeast-3.amazonaws.com",
15126            "signatureVersions" : [ "s3v4" ],
15127            "variants" : [ {
15128              "hostname" : "s3-control.dualstack.ap-northeast-3.amazonaws.com",
15129              "tags" : [ "dualstack" ]
15130            } ]
15131          },
15132          "ap-south-1" : {
15133            "credentialScope" : {
15134              "region" : "ap-south-1"
15135            },
15136            "hostname" : "s3-control.ap-south-1.amazonaws.com",
15137            "signatureVersions" : [ "s3v4" ],
15138            "variants" : [ {
15139              "hostname" : "s3-control.dualstack.ap-south-1.amazonaws.com",
15140              "tags" : [ "dualstack" ]
15141            } ]
15142          },
15143          "ap-southeast-1" : {
15144            "credentialScope" : {
15145              "region" : "ap-southeast-1"
15146            },
15147            "hostname" : "s3-control.ap-southeast-1.amazonaws.com",
15148            "signatureVersions" : [ "s3v4" ],
15149            "variants" : [ {
15150              "hostname" : "s3-control.dualstack.ap-southeast-1.amazonaws.com",
15151              "tags" : [ "dualstack" ]
15152            } ]
15153          },
15154          "ap-southeast-2" : {
15155            "credentialScope" : {
15156              "region" : "ap-southeast-2"
15157            },
15158            "hostname" : "s3-control.ap-southeast-2.amazonaws.com",
15159            "signatureVersions" : [ "s3v4" ],
15160            "variants" : [ {
15161              "hostname" : "s3-control.dualstack.ap-southeast-2.amazonaws.com",
15162              "tags" : [ "dualstack" ]
15163            } ]
15164          },
15165          "ca-central-1" : {
15166            "credentialScope" : {
15167              "region" : "ca-central-1"
15168            },
15169            "hostname" : "s3-control.ca-central-1.amazonaws.com",
15170            "signatureVersions" : [ "s3v4" ],
15171            "variants" : [ {
15172              "hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
15173              "tags" : [ "fips" ]
15174            }, {
15175              "hostname" : "s3-control-fips.dualstack.ca-central-1.amazonaws.com",
15176              "tags" : [ "dualstack", "fips" ]
15177            }, {
15178              "hostname" : "s3-control.dualstack.ca-central-1.amazonaws.com",
15179              "tags" : [ "dualstack" ]
15180            } ]
15181          },
15182          "ca-central-1-fips" : {
15183            "credentialScope" : {
15184              "region" : "ca-central-1"
15185            },
15186            "deprecated" : true,
15187            "hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
15188            "signatureVersions" : [ "s3v4" ]
15189          },
15190          "eu-central-1" : {
15191            "credentialScope" : {
15192              "region" : "eu-central-1"
15193            },
15194            "hostname" : "s3-control.eu-central-1.amazonaws.com",
15195            "signatureVersions" : [ "s3v4" ],
15196            "variants" : [ {
15197              "hostname" : "s3-control.dualstack.eu-central-1.amazonaws.com",
15198              "tags" : [ "dualstack" ]
15199            } ]
15200          },
15201          "eu-north-1" : {
15202            "credentialScope" : {
15203              "region" : "eu-north-1"
15204            },
15205            "hostname" : "s3-control.eu-north-1.amazonaws.com",
15206            "signatureVersions" : [ "s3v4" ],
15207            "variants" : [ {
15208              "hostname" : "s3-control.dualstack.eu-north-1.amazonaws.com",
15209              "tags" : [ "dualstack" ]
15210            } ]
15211          },
15212          "eu-west-1" : {
15213            "credentialScope" : {
15214              "region" : "eu-west-1"
15215            },
15216            "hostname" : "s3-control.eu-west-1.amazonaws.com",
15217            "signatureVersions" : [ "s3v4" ],
15218            "variants" : [ {
15219              "hostname" : "s3-control.dualstack.eu-west-1.amazonaws.com",
15220              "tags" : [ "dualstack" ]
15221            } ]
15222          },
15223          "eu-west-2" : {
15224            "credentialScope" : {
15225              "region" : "eu-west-2"
15226            },
15227            "hostname" : "s3-control.eu-west-2.amazonaws.com",
15228            "signatureVersions" : [ "s3v4" ],
15229            "variants" : [ {
15230              "hostname" : "s3-control.dualstack.eu-west-2.amazonaws.com",
15231              "tags" : [ "dualstack" ]
15232            } ]
15233          },
15234          "eu-west-3" : {
15235            "credentialScope" : {
15236              "region" : "eu-west-3"
15237            },
15238            "hostname" : "s3-control.eu-west-3.amazonaws.com",
15239            "signatureVersions" : [ "s3v4" ],
15240            "variants" : [ {
15241              "hostname" : "s3-control.dualstack.eu-west-3.amazonaws.com",
15242              "tags" : [ "dualstack" ]
15243            } ]
15244          },
15245          "sa-east-1" : {
15246            "credentialScope" : {
15247              "region" : "sa-east-1"
15248            },
15249            "hostname" : "s3-control.sa-east-1.amazonaws.com",
15250            "signatureVersions" : [ "s3v4" ],
15251            "variants" : [ {
15252              "hostname" : "s3-control.dualstack.sa-east-1.amazonaws.com",
15253              "tags" : [ "dualstack" ]
15254            } ]
15255          },
15256          "us-east-1" : {
15257            "credentialScope" : {
15258              "region" : "us-east-1"
15259            },
15260            "hostname" : "s3-control.us-east-1.amazonaws.com",
15261            "signatureVersions" : [ "s3v4" ],
15262            "variants" : [ {
15263              "hostname" : "s3-control-fips.dualstack.us-east-1.amazonaws.com",
15264              "tags" : [ "dualstack", "fips" ]
15265            }, {
15266              "hostname" : "s3-control-fips.us-east-1.amazonaws.com",
15267              "tags" : [ "fips" ]
15268            }, {
15269              "hostname" : "s3-control.dualstack.us-east-1.amazonaws.com",
15270              "tags" : [ "dualstack" ]
15271            } ]
15272          },
15273          "us-east-1-fips" : {
15274            "credentialScope" : {
15275              "region" : "us-east-1"
15276            },
15277            "deprecated" : true,
15278            "hostname" : "s3-control-fips.us-east-1.amazonaws.com",
15279            "signatureVersions" : [ "s3v4" ]
15280          },
15281          "us-east-2" : {
15282            "credentialScope" : {
15283              "region" : "us-east-2"
15284            },
15285            "hostname" : "s3-control.us-east-2.amazonaws.com",
15286            "signatureVersions" : [ "s3v4" ],
15287            "variants" : [ {
15288              "hostname" : "s3-control-fips.dualstack.us-east-2.amazonaws.com",
15289              "tags" : [ "dualstack", "fips" ]
15290            }, {
15291              "hostname" : "s3-control-fips.us-east-2.amazonaws.com",
15292              "tags" : [ "fips" ]
15293            }, {
15294              "hostname" : "s3-control.dualstack.us-east-2.amazonaws.com",
15295              "tags" : [ "dualstack" ]
15296            } ]
15297          },
15298          "us-east-2-fips" : {
15299            "credentialScope" : {
15300              "region" : "us-east-2"
15301            },
15302            "deprecated" : true,
15303            "hostname" : "s3-control-fips.us-east-2.amazonaws.com",
15304            "signatureVersions" : [ "s3v4" ]
15305          },
15306          "us-west-1" : {
15307            "credentialScope" : {
15308              "region" : "us-west-1"
15309            },
15310            "hostname" : "s3-control.us-west-1.amazonaws.com",
15311            "signatureVersions" : [ "s3v4" ],
15312            "variants" : [ {
15313              "hostname" : "s3-control-fips.dualstack.us-west-1.amazonaws.com",
15314              "tags" : [ "dualstack", "fips" ]
15315            }, {
15316              "hostname" : "s3-control-fips.us-west-1.amazonaws.com",
15317              "tags" : [ "fips" ]
15318            }, {
15319              "hostname" : "s3-control.dualstack.us-west-1.amazonaws.com",
15320              "tags" : [ "dualstack" ]
15321            } ]
15322          },
15323          "us-west-1-fips" : {
15324            "credentialScope" : {
15325              "region" : "us-west-1"
15326            },
15327            "deprecated" : true,
15328            "hostname" : "s3-control-fips.us-west-1.amazonaws.com",
15329            "signatureVersions" : [ "s3v4" ]
15330          },
15331          "us-west-2" : {
15332            "credentialScope" : {
15333              "region" : "us-west-2"
15334            },
15335            "hostname" : "s3-control.us-west-2.amazonaws.com",
15336            "signatureVersions" : [ "s3v4" ],
15337            "variants" : [ {
15338              "hostname" : "s3-control-fips.dualstack.us-west-2.amazonaws.com",
15339              "tags" : [ "dualstack", "fips" ]
15340            }, {
15341              "hostname" : "s3-control-fips.us-west-2.amazonaws.com",
15342              "tags" : [ "fips" ]
15343            }, {
15344              "hostname" : "s3-control.dualstack.us-west-2.amazonaws.com",
15345              "tags" : [ "dualstack" ]
15346            } ]
15347          },
15348          "us-west-2-fips" : {
15349            "credentialScope" : {
15350              "region" : "us-west-2"
15351            },
15352            "deprecated" : true,
15353            "hostname" : "s3-control-fips.us-west-2.amazonaws.com",
15354            "signatureVersions" : [ "s3v4" ]
15355          }
15356        }
15357      },
15358      "s3-outposts" : {
15359        "endpoints" : {
15360          "af-south-1" : {
15361            "variants" : [ {
15362              "tags" : [ "dualstack" ]
15363            } ]
15364          },
15365          "ap-east-1" : {
15366            "variants" : [ {
15367              "tags" : [ "dualstack" ]
15368            } ]
15369          },
15370          "ap-northeast-1" : {
15371            "variants" : [ {
15372              "tags" : [ "dualstack" ]
15373            } ]
15374          },
15375          "ap-northeast-2" : {
15376            "variants" : [ {
15377              "tags" : [ "dualstack" ]
15378            } ]
15379          },
15380          "ap-northeast-3" : {
15381            "variants" : [ {
15382              "tags" : [ "dualstack" ]
15383            } ]
15384          },
15385          "ap-south-1" : {
15386            "variants" : [ {
15387              "tags" : [ "dualstack" ]
15388            } ]
15389          },
15390          "ap-southeast-1" : {
15391            "variants" : [ {
15392              "tags" : [ "dualstack" ]
15393            } ]
15394          },
15395          "ap-southeast-2" : {
15396            "variants" : [ {
15397              "tags" : [ "dualstack" ]
15398            } ]
15399          },
15400          "ap-southeast-3" : {
15401            "variants" : [ {
15402              "tags" : [ "dualstack" ]
15403            } ]
15404          },
15405          "ca-central-1" : {
15406            "variants" : [ {
15407              "tags" : [ "dualstack" ]
15408            }, {
15409              "tags" : [ "dualstack", "fips" ]
15410            }, {
15411              "tags" : [ "fips" ]
15412            } ]
15413          },
15414          "eu-central-1" : {
15415            "variants" : [ {
15416              "tags" : [ "dualstack" ]
15417            } ]
15418          },
15419          "eu-north-1" : {
15420            "variants" : [ {
15421              "tags" : [ "dualstack" ]
15422            } ]
15423          },
15424          "eu-south-1" : {
15425            "variants" : [ {
15426              "tags" : [ "dualstack" ]
15427            } ]
15428          },
15429          "eu-west-1" : {
15430            "variants" : [ {
15431              "tags" : [ "dualstack" ]
15432            } ]
15433          },
15434          "eu-west-2" : {
15435            "variants" : [ {
15436              "tags" : [ "dualstack" ]
15437            } ]
15438          },
15439          "eu-west-3" : {
15440            "variants" : [ {
15441              "tags" : [ "dualstack" ]
15442            } ]
15443          },
15444          "fips-ca-central-1" : {
15445            "deprecated" : true
15446          },
15447          "fips-us-east-1" : {
15448            "deprecated" : true
15449          },
15450          "fips-us-east-2" : {
15451            "deprecated" : true
15452          },
15453          "fips-us-west-1" : {
15454            "deprecated" : true
15455          },
15456          "fips-us-west-2" : {
15457            "deprecated" : true
15458          },
15459          "il-central-1" : {
15460            "variants" : [ {
15461              "tags" : [ "dualstack" ]
15462            } ]
15463          },
15464          "me-south-1" : {
15465            "variants" : [ {
15466              "tags" : [ "dualstack" ]
15467            } ]
15468          },
15469          "sa-east-1" : {
15470            "variants" : [ {
15471              "tags" : [ "dualstack" ]
15472            } ]
15473          },
15474          "us-east-1" : {
15475            "variants" : [ {
15476              "tags" : [ "dualstack" ]
15477            }, {
15478              "tags" : [ "dualstack", "fips" ]
15479            }, {
15480              "tags" : [ "fips" ]
15481            } ]
15482          },
15483          "us-east-2" : {
15484            "variants" : [ {
15485              "tags" : [ "dualstack" ]
15486            }, {
15487              "tags" : [ "dualstack", "fips" ]
15488            }, {
15489              "tags" : [ "fips" ]
15490            } ]
15491          },
15492          "us-west-1" : {
15493            "variants" : [ {
15494              "tags" : [ "dualstack" ]
15495            }, {
15496              "tags" : [ "dualstack", "fips" ]
15497            }, {
15498              "tags" : [ "fips" ]
15499            } ]
15500          },
15501          "us-west-2" : {
15502            "variants" : [ {
15503              "tags" : [ "dualstack" ]
15504            }, {
15505              "tags" : [ "dualstack", "fips" ]
15506            }, {
15507              "tags" : [ "fips" ]
15508            } ]
15509          }
15510        }
15511      },
15512      "sagemaker-geospatial" : {
15513        "endpoints" : {
15514          "us-west-2" : { }
15515        }
15516      },
15517      "savingsplans" : {
15518        "endpoints" : {
15519          "aws-global" : {
15520            "credentialScope" : {
15521              "region" : "us-east-1"
15522            },
15523            "hostname" : "savingsplans.amazonaws.com"
15524          }
15525        },
15526        "isRegionalized" : false,
15527        "partitionEndpoint" : "aws-global"
15528      },
15529      "scheduler" : {
15530        "endpoints" : {
15531          "af-south-1" : { },
15532          "ap-east-1" : { },
15533          "ap-northeast-1" : { },
15534          "ap-northeast-2" : { },
15535          "ap-northeast-3" : { },
15536          "ap-south-1" : { },
15537          "ap-south-2" : { },
15538          "ap-southeast-1" : { },
15539          "ap-southeast-2" : { },
15540          "ap-southeast-3" : { },
15541          "ap-southeast-4" : { },
15542          "ca-central-1" : { },
15543          "eu-central-1" : { },
15544          "eu-central-2" : { },
15545          "eu-north-1" : { },
15546          "eu-south-1" : { },
15547          "eu-south-2" : { },
15548          "eu-west-1" : { },
15549          "eu-west-2" : { },
15550          "eu-west-3" : { },
15551          "me-central-1" : { },
15552          "me-south-1" : { },
15553          "sa-east-1" : { },
15554          "us-east-1" : { },
15555          "us-east-2" : { },
15556          "us-west-1" : { },
15557          "us-west-2" : { }
15558        }
15559      },
15560      "schemas" : {
15561        "endpoints" : {
15562          "af-south-1" : { },
15563          "ap-east-1" : { },
15564          "ap-northeast-1" : { },
15565          "ap-northeast-2" : { },
15566          "ap-northeast-3" : { },
15567          "ap-south-1" : { },
15568          "ap-southeast-1" : { },
15569          "ap-southeast-2" : { },
15570          "ap-southeast-3" : { },
15571          "ca-central-1" : { },
15572          "eu-central-1" : { },
15573          "eu-central-2" : { },
15574          "eu-north-1" : { },
15575          "eu-south-1" : { },
15576          "eu-south-2" : { },
15577          "eu-west-1" : { },
15578          "eu-west-2" : { },
15579          "eu-west-3" : { },
15580          "me-central-1" : { },
15581          "me-south-1" : { },
15582          "sa-east-1" : { },
15583          "us-east-1" : { },
15584          "us-east-2" : { },
15585          "us-west-1" : { },
15586          "us-west-2" : { }
15587        }
15588      },
15589      "sdb" : {
15590        "defaults" : {
15591          "protocols" : [ "http", "https" ],
15592          "signatureVersions" : [ "v2" ]
15593        },
15594        "endpoints" : {
15595          "ap-northeast-1" : { },
15596          "ap-southeast-1" : { },
15597          "ap-southeast-2" : { },
15598          "eu-west-1" : { },
15599          "sa-east-1" : { },
15600          "us-east-1" : {
15601            "hostname" : "sdb.amazonaws.com"
15602          },
15603          "us-west-1" : { },
15604          "us-west-2" : { }
15605        }
15606      },
15607      "secretsmanager" : {
15608        "endpoints" : {
15609          "af-south-1" : {
15610            "variants" : [ {
15611              "tags" : [ "dualstack" ]
15612            } ]
15613          },
15614          "ap-east-1" : {
15615            "variants" : [ {
15616              "tags" : [ "dualstack" ]
15617            } ]
15618          },
15619          "ap-northeast-1" : {
15620            "variants" : [ {
15621              "tags" : [ "dualstack" ]
15622            } ]
15623          },
15624          "ap-northeast-2" : {
15625            "variants" : [ {
15626              "tags" : [ "dualstack" ]
15627            } ]
15628          },
15629          "ap-northeast-3" : {
15630            "variants" : [ {
15631              "tags" : [ "dualstack" ]
15632            } ]
15633          },
15634          "ap-south-1" : {
15635            "variants" : [ {
15636              "tags" : [ "dualstack" ]
15637            } ]
15638          },
15639          "ap-south-2" : {
15640            "variants" : [ {
15641              "tags" : [ "dualstack" ]
15642            } ]
15643          },
15644          "ap-southeast-1" : {
15645            "variants" : [ {
15646              "tags" : [ "dualstack" ]
15647            } ]
15648          },
15649          "ap-southeast-2" : {
15650            "variants" : [ {
15651              "tags" : [ "dualstack" ]
15652            } ]
15653          },
15654          "ap-southeast-3" : {
15655            "variants" : [ {
15656              "tags" : [ "dualstack" ]
15657            } ]
15658          },
15659          "ap-southeast-4" : {
15660            "variants" : [ {
15661              "tags" : [ "dualstack" ]
15662            } ]
15663          },
15664          "ca-central-1" : {
15665            "variants" : [ {
15666              "tags" : [ "dualstack" ]
15667            }, {
15668              "tags" : [ "dualstack", "fips" ]
15669            }, {
15670              "tags" : [ "fips" ]
15671            } ]
15672          },
15673          "ca-central-1-fips" : {
15674            "deprecated" : true
15675          },
15676          "ca-west-1" : {
15677            "variants" : [ {
15678              "tags" : [ "dualstack" ]
15679            }, {
15680              "tags" : [ "dualstack", "fips" ]
15681            }, {
15682              "tags" : [ "fips" ]
15683            } ]
15684          },
15685          "ca-west-1-fips" : {
15686            "deprecated" : true
15687          },
15688          "eu-central-1" : {
15689            "variants" : [ {
15690              "tags" : [ "dualstack" ]
15691            } ]
15692          },
15693          "eu-central-2" : {
15694            "variants" : [ {
15695              "tags" : [ "dualstack" ]
15696            } ]
15697          },
15698          "eu-north-1" : {
15699            "variants" : [ {
15700              "tags" : [ "dualstack" ]
15701            } ]
15702          },
15703          "eu-south-1" : {
15704            "variants" : [ {
15705              "tags" : [ "dualstack" ]
15706            } ]
15707          },
15708          "eu-south-2" : {
15709            "variants" : [ {
15710              "tags" : [ "dualstack" ]
15711            } ]
15712          },
15713          "eu-west-1" : {
15714            "variants" : [ {
15715              "tags" : [ "dualstack" ]
15716            } ]
15717          },
15718          "eu-west-2" : {
15719            "variants" : [ {
15720              "tags" : [ "dualstack" ]
15721            } ]
15722          },
15723          "eu-west-3" : {
15724            "variants" : [ {
15725              "tags" : [ "dualstack" ]
15726            } ]
15727          },
15728          "il-central-1" : {
15729            "variants" : [ {
15730              "tags" : [ "dualstack" ]
15731            } ]
15732          },
15733          "me-central-1" : {
15734            "variants" : [ {
15735              "tags" : [ "dualstack" ]
15736            } ]
15737          },
15738          "me-south-1" : {
15739            "variants" : [ {
15740              "tags" : [ "dualstack" ]
15741            } ]
15742          },
15743          "sa-east-1" : {
15744            "variants" : [ {
15745              "tags" : [ "dualstack" ]
15746            } ]
15747          },
15748          "us-east-1" : {
15749            "variants" : [ {
15750              "tags" : [ "dualstack" ]
15751            }, {
15752              "tags" : [ "dualstack", "fips" ]
15753            }, {
15754              "tags" : [ "fips" ]
15755            } ]
15756          },
15757          "us-east-1-fips" : {
15758            "deprecated" : true
15759          },
15760          "us-east-2" : {
15761            "variants" : [ {
15762              "tags" : [ "dualstack" ]
15763            }, {
15764              "tags" : [ "dualstack", "fips" ]
15765            }, {
15766              "tags" : [ "fips" ]
15767            } ]
15768          },
15769          "us-east-2-fips" : {
15770            "deprecated" : true
15771          },
15772          "us-west-1" : {
15773            "variants" : [ {
15774              "tags" : [ "dualstack" ]
15775            }, {
15776              "tags" : [ "dualstack", "fips" ]
15777            }, {
15778              "tags" : [ "fips" ]
15779            } ]
15780          },
15781          "us-west-1-fips" : {
15782            "deprecated" : true
15783          },
15784          "us-west-2" : {
15785            "variants" : [ {
15786              "tags" : [ "dualstack" ]
15787            }, {
15788              "tags" : [ "dualstack", "fips" ]
15789            }, {
15790              "tags" : [ "fips" ]
15791            } ]
15792          },
15793          "us-west-2-fips" : {
15794            "deprecated" : true
15795          }
15796        }
15797      },
15798      "securityhub" : {
15799        "endpoints" : {
15800          "af-south-1" : { },
15801          "ap-east-1" : { },
15802          "ap-northeast-1" : { },
15803          "ap-northeast-2" : { },
15804          "ap-northeast-3" : { },
15805          "ap-south-1" : { },
15806          "ap-south-2" : { },
15807          "ap-southeast-1" : { },
15808          "ap-southeast-2" : { },
15809          "ap-southeast-3" : { },
15810          "ap-southeast-4" : { },
15811          "ca-central-1" : { },
15812          "ca-west-1" : { },
15813          "eu-central-1" : { },
15814          "eu-central-2" : { },
15815          "eu-north-1" : { },
15816          "eu-south-1" : { },
15817          "eu-south-2" : { },
15818          "eu-west-1" : { },
15819          "eu-west-2" : { },
15820          "eu-west-3" : { },
15821          "fips-us-east-1" : {
15822            "credentialScope" : {
15823              "region" : "us-east-1"
15824            },
15825            "deprecated" : true,
15826            "hostname" : "securityhub-fips.us-east-1.amazonaws.com"
15827          },
15828          "fips-us-east-2" : {
15829            "credentialScope" : {
15830              "region" : "us-east-2"
15831            },
15832            "deprecated" : true,
15833            "hostname" : "securityhub-fips.us-east-2.amazonaws.com"
15834          },
15835          "fips-us-west-1" : {
15836            "credentialScope" : {
15837              "region" : "us-west-1"
15838            },
15839            "deprecated" : true,
15840            "hostname" : "securityhub-fips.us-west-1.amazonaws.com"
15841          },
15842          "fips-us-west-2" : {
15843            "credentialScope" : {
15844              "region" : "us-west-2"
15845            },
15846            "deprecated" : true,
15847            "hostname" : "securityhub-fips.us-west-2.amazonaws.com"
15848          },
15849          "il-central-1" : { },
15850          "me-central-1" : { },
15851          "me-south-1" : { },
15852          "sa-east-1" : { },
15853          "us-east-1" : {
15854            "variants" : [ {
15855              "hostname" : "securityhub-fips.us-east-1.amazonaws.com",
15856              "tags" : [ "fips" ]
15857            } ]
15858          },
15859          "us-east-2" : {
15860            "variants" : [ {
15861              "hostname" : "securityhub-fips.us-east-2.amazonaws.com",
15862              "tags" : [ "fips" ]
15863            } ]
15864          },
15865          "us-west-1" : {
15866            "variants" : [ {
15867              "hostname" : "securityhub-fips.us-west-1.amazonaws.com",
15868              "tags" : [ "fips" ]
15869            } ]
15870          },
15871          "us-west-2" : {
15872            "variants" : [ {
15873              "hostname" : "securityhub-fips.us-west-2.amazonaws.com",
15874              "tags" : [ "fips" ]
15875            } ]
15876          }
15877        }
15878      },
15879      "securitylake" : {
15880        "endpoints" : {
15881          "ap-northeast-1" : { },
15882          "ap-northeast-2" : { },
15883          "ap-northeast-3" : { },
15884          "ap-south-1" : { },
15885          "ap-southeast-1" : { },
15886          "ap-southeast-2" : { },
15887          "ca-central-1" : { },
15888          "eu-central-1" : { },
15889          "eu-north-1" : { },
15890          "eu-west-1" : { },
15891          "eu-west-2" : { },
15892          "eu-west-3" : { },
15893          "fips-us-east-1" : {
15894            "credentialScope" : {
15895              "region" : "us-east-1"
15896            },
15897            "deprecated" : true,
15898            "hostname" : "securitylake-fips.us-east-1.amazonaws.com"
15899          },
15900          "fips-us-east-2" : {
15901            "credentialScope" : {
15902              "region" : "us-east-2"
15903            },
15904            "deprecated" : true,
15905            "hostname" : "securitylake-fips.us-east-2.amazonaws.com"
15906          },
15907          "fips-us-west-1" : {
15908            "credentialScope" : {
15909              "region" : "us-west-1"
15910            },
15911            "deprecated" : true,
15912            "hostname" : "securitylake-fips.us-west-1.amazonaws.com"
15913          },
15914          "fips-us-west-2" : {
15915            "credentialScope" : {
15916              "region" : "us-west-2"
15917            },
15918            "deprecated" : true,
15919            "hostname" : "securitylake-fips.us-west-2.amazonaws.com"
15920          },
15921          "sa-east-1" : { },
15922          "us-east-1" : {
15923            "variants" : [ {
15924              "hostname" : "securitylake-fips.us-east-1.amazonaws.com",
15925              "tags" : [ "fips" ]
15926            } ]
15927          },
15928          "us-east-2" : {
15929            "variants" : [ {
15930              "hostname" : "securitylake-fips.us-east-2.amazonaws.com",
15931              "tags" : [ "fips" ]
15932            } ]
15933          },
15934          "us-west-1" : {
15935            "variants" : [ {
15936              "hostname" : "securitylake-fips.us-west-1.amazonaws.com",
15937              "tags" : [ "fips" ]
15938            } ]
15939          },
15940          "us-west-2" : {
15941            "variants" : [ {
15942              "hostname" : "securitylake-fips.us-west-2.amazonaws.com",
15943              "tags" : [ "fips" ]
15944            } ]
15945          }
15946        }
15947      },
15948      "serverlessrepo" : {
15949        "defaults" : {
15950          "protocols" : [ "https" ]
15951        },
15952        "endpoints" : {
15953          "ap-east-1" : {
15954            "protocols" : [ "https" ]
15955          },
15956          "ap-northeast-1" : {
15957            "protocols" : [ "https" ]
15958          },
15959          "ap-northeast-2" : {
15960            "protocols" : [ "https" ]
15961          },
15962          "ap-south-1" : {
15963            "protocols" : [ "https" ]
15964          },
15965          "ap-southeast-1" : {
15966            "protocols" : [ "https" ]
15967          },
15968          "ap-southeast-2" : {
15969            "protocols" : [ "https" ]
15970          },
15971          "ca-central-1" : {
15972            "protocols" : [ "https" ]
15973          },
15974          "eu-central-1" : {
15975            "protocols" : [ "https" ]
15976          },
15977          "eu-north-1" : {
15978            "protocols" : [ "https" ]
15979          },
15980          "eu-west-1" : {
15981            "protocols" : [ "https" ]
15982          },
15983          "eu-west-2" : {
15984            "protocols" : [ "https" ]
15985          },
15986          "eu-west-3" : {
15987            "protocols" : [ "https" ]
15988          },
15989          "me-south-1" : {
15990            "protocols" : [ "https" ]
15991          },
15992          "sa-east-1" : {
15993            "protocols" : [ "https" ]
15994          },
15995          "us-east-1" : {
15996            "protocols" : [ "https" ]
15997          },
15998          "us-east-2" : {
15999            "protocols" : [ "https" ]
16000          },
16001          "us-west-1" : {
16002            "protocols" : [ "https" ]
16003          },
16004          "us-west-2" : {
16005            "protocols" : [ "https" ]
16006          }
16007        }
16008      },
16009      "servicecatalog" : {
16010        "endpoints" : {
16011          "af-south-1" : { },
16012          "ap-east-1" : { },
16013          "ap-northeast-1" : { },
16014          "ap-northeast-2" : { },
16015          "ap-northeast-3" : { },
16016          "ap-south-1" : { },
16017          "ap-south-2" : { },
16018          "ap-southeast-1" : { },
16019          "ap-southeast-2" : { },
16020          "ap-southeast-3" : { },
16021          "ap-southeast-4" : { },
16022          "ca-central-1" : { },
16023          "eu-central-1" : { },
16024          "eu-central-2" : { },
16025          "eu-north-1" : { },
16026          "eu-south-1" : { },
16027          "eu-south-2" : { },
16028          "eu-west-1" : { },
16029          "eu-west-2" : { },
16030          "eu-west-3" : { },
16031          "il-central-1" : { },
16032          "me-central-1" : { },
16033          "me-south-1" : { },
16034          "sa-east-1" : { },
16035          "us-east-1" : {
16036            "variants" : [ {
16037              "hostname" : "servicecatalog-fips.us-east-1.amazonaws.com",
16038              "tags" : [ "fips" ]
16039            } ]
16040          },
16041          "us-east-1-fips" : {
16042            "credentialScope" : {
16043              "region" : "us-east-1"
16044            },
16045            "deprecated" : true,
16046            "hostname" : "servicecatalog-fips.us-east-1.amazonaws.com"
16047          },
16048          "us-east-2" : {
16049            "variants" : [ {
16050              "hostname" : "servicecatalog-fips.us-east-2.amazonaws.com",
16051              "tags" : [ "fips" ]
16052            } ]
16053          },
16054          "us-east-2-fips" : {
16055            "credentialScope" : {
16056              "region" : "us-east-2"
16057            },
16058            "deprecated" : true,
16059            "hostname" : "servicecatalog-fips.us-east-2.amazonaws.com"
16060          },
16061          "us-west-1" : {
16062            "variants" : [ {
16063              "hostname" : "servicecatalog-fips.us-west-1.amazonaws.com",
16064              "tags" : [ "fips" ]
16065            } ]
16066          },
16067          "us-west-1-fips" : {
16068            "credentialScope" : {
16069              "region" : "us-west-1"
16070            },
16071            "deprecated" : true,
16072            "hostname" : "servicecatalog-fips.us-west-1.amazonaws.com"
16073          },
16074          "us-west-2" : {
16075            "variants" : [ {
16076              "hostname" : "servicecatalog-fips.us-west-2.amazonaws.com",
16077              "tags" : [ "fips" ]
16078            } ]
16079          },
16080          "us-west-2-fips" : {
16081            "credentialScope" : {
16082              "region" : "us-west-2"
16083            },
16084            "deprecated" : true,
16085            "hostname" : "servicecatalog-fips.us-west-2.amazonaws.com"
16086          }
16087        }
16088      },
16089      "servicecatalog-appregistry" : {
16090        "endpoints" : {
16091          "af-south-1" : { },
16092          "ap-east-1" : { },
16093          "ap-northeast-1" : { },
16094          "ap-northeast-2" : { },
16095          "ap-northeast-3" : { },
16096          "ap-south-1" : { },
16097          "ap-south-2" : { },
16098          "ap-southeast-1" : { },
16099          "ap-southeast-2" : { },
16100          "ap-southeast-3" : { },
16101          "ap-southeast-4" : { },
16102          "ca-central-1" : {
16103            "variants" : [ {
16104              "hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com",
16105              "tags" : [ "fips" ]
16106            } ]
16107          },
16108          "ca-west-1" : { },
16109          "eu-central-1" : { },
16110          "eu-central-2" : { },
16111          "eu-north-1" : { },
16112          "eu-south-1" : { },
16113          "eu-south-2" : { },
16114          "eu-west-1" : { },
16115          "eu-west-2" : { },
16116          "eu-west-3" : { },
16117          "fips-ca-central-1" : {
16118            "credentialScope" : {
16119              "region" : "ca-central-1"
16120            },
16121            "deprecated" : true,
16122            "hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com"
16123          },
16124          "fips-us-east-1" : {
16125            "credentialScope" : {
16126              "region" : "us-east-1"
16127            },
16128            "deprecated" : true,
16129            "hostname" : "servicecatalog-appregistry-fips.us-east-1.amazonaws.com"
16130          },
16131          "fips-us-east-2" : {
16132            "credentialScope" : {
16133              "region" : "us-east-2"
16134            },
16135            "deprecated" : true,
16136            "hostname" : "servicecatalog-appregistry-fips.us-east-2.amazonaws.com"
16137          },
16138          "fips-us-west-1" : {
16139            "credentialScope" : {
16140              "region" : "us-west-1"
16141            },
16142            "deprecated" : true,
16143            "hostname" : "servicecatalog-appregistry-fips.us-west-1.amazonaws.com"
16144          },
16145          "fips-us-west-2" : {
16146            "credentialScope" : {
16147              "region" : "us-west-2"
16148            },
16149            "deprecated" : true,
16150            "hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
16151          },
16152          "il-central-1" : { },
16153          "me-central-1" : { },
16154          "me-south-1" : { },
16155          "sa-east-1" : { },
16156          "us-east-1" : {
16157            "variants" : [ {
16158              "hostname" : "servicecatalog-appregistry-fips.us-east-1.amazonaws.com",
16159              "tags" : [ "fips" ]
16160            } ]
16161          },
16162          "us-east-2" : {
16163            "variants" : [ {
16164              "hostname" : "servicecatalog-appregistry-fips.us-east-2.amazonaws.com",
16165              "tags" : [ "fips" ]
16166            } ]
16167          },
16168          "us-west-1" : {
16169            "variants" : [ {
16170              "hostname" : "servicecatalog-appregistry-fips.us-west-1.amazonaws.com",
16171              "tags" : [ "fips" ]
16172            } ]
16173          },
16174          "us-west-2" : {
16175            "variants" : [ {
16176              "hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com",
16177              "tags" : [ "fips" ]
16178            } ]
16179          }
16180        }
16181      },
16182      "servicediscovery" : {
16183        "endpoints" : {
16184          "af-south-1" : {
16185            "variants" : [ {
16186              "hostname" : "servicediscovery.af-south-1.api.aws",
16187              "tags" : [ "dualstack" ]
16188            } ]
16189          },
16190          "ap-east-1" : {
16191            "variants" : [ {
16192              "hostname" : "servicediscovery.ap-east-1.api.aws",
16193              "tags" : [ "dualstack" ]
16194            } ]
16195          },
16196          "ap-northeast-1" : {
16197            "variants" : [ {
16198              "hostname" : "servicediscovery.ap-northeast-1.api.aws",
16199              "tags" : [ "dualstack" ]
16200            } ]
16201          },
16202          "ap-northeast-2" : {
16203            "variants" : [ {
16204              "hostname" : "servicediscovery.ap-northeast-2.api.aws",
16205              "tags" : [ "dualstack" ]
16206            } ]
16207          },
16208          "ap-northeast-3" : {
16209            "variants" : [ {
16210              "hostname" : "servicediscovery.ap-northeast-3.api.aws",
16211              "tags" : [ "dualstack" ]
16212            } ]
16213          },
16214          "ap-south-1" : {
16215            "variants" : [ {
16216              "hostname" : "servicediscovery.ap-south-1.api.aws",
16217              "tags" : [ "dualstack" ]
16218            } ]
16219          },
16220          "ap-south-2" : {
16221            "variants" : [ {
16222              "hostname" : "servicediscovery.ap-south-2.api.aws",
16223              "tags" : [ "dualstack" ]
16224            } ]
16225          },
16226          "ap-southeast-1" : {
16227            "variants" : [ {
16228              "hostname" : "servicediscovery.ap-southeast-1.api.aws",
16229              "tags" : [ "dualstack" ]
16230            } ]
16231          },
16232          "ap-southeast-2" : {
16233            "variants" : [ {
16234              "hostname" : "servicediscovery.ap-southeast-2.api.aws",
16235              "tags" : [ "dualstack" ]
16236            } ]
16237          },
16238          "ap-southeast-3" : {
16239            "variants" : [ {
16240              "hostname" : "servicediscovery.ap-southeast-3.api.aws",
16241              "tags" : [ "dualstack" ]
16242            } ]
16243          },
16244          "ap-southeast-4" : {
16245            "variants" : [ {
16246              "hostname" : "servicediscovery.ap-southeast-4.api.aws",
16247              "tags" : [ "dualstack" ]
16248            } ]
16249          },
16250          "ca-central-1" : {
16251            "variants" : [ {
16252              "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
16253              "tags" : [ "fips" ]
16254            }, {
16255              "hostname" : "servicediscovery-fips.ca-central-1.api.aws",
16256              "tags" : [ "dualstack", "fips" ]
16257            }, {
16258              "hostname" : "servicediscovery.ca-central-1.api.aws",
16259              "tags" : [ "dualstack" ]
16260            } ]
16261          },
16262          "ca-central-1-fips" : {
16263            "credentialScope" : {
16264              "region" : "ca-central-1"
16265            },
16266            "deprecated" : true,
16267            "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
16268          },
16269          "eu-central-1" : {
16270            "variants" : [ {
16271              "hostname" : "servicediscovery.eu-central-1.api.aws",
16272              "tags" : [ "dualstack" ]
16273            } ]
16274          },
16275          "eu-central-2" : {
16276            "variants" : [ {
16277              "hostname" : "servicediscovery.eu-central-2.api.aws",
16278              "tags" : [ "dualstack" ]
16279            } ]
16280          },
16281          "eu-north-1" : {
16282            "variants" : [ {
16283              "hostname" : "servicediscovery.eu-north-1.api.aws",
16284              "tags" : [ "dualstack" ]
16285            } ]
16286          },
16287          "eu-south-1" : {
16288            "variants" : [ {
16289              "hostname" : "servicediscovery.eu-south-1.api.aws",
16290              "tags" : [ "dualstack" ]
16291            } ]
16292          },
16293          "eu-south-2" : {
16294            "variants" : [ {
16295              "hostname" : "servicediscovery.eu-south-2.api.aws",
16296              "tags" : [ "dualstack" ]
16297            } ]
16298          },
16299          "eu-west-1" : {
16300            "variants" : [ {
16301              "hostname" : "servicediscovery.eu-west-1.api.aws",
16302              "tags" : [ "dualstack" ]
16303            } ]
16304          },
16305          "eu-west-2" : {
16306            "variants" : [ {
16307              "hostname" : "servicediscovery.eu-west-2.api.aws",
16308              "tags" : [ "dualstack" ]
16309            } ]
16310          },
16311          "eu-west-3" : {
16312            "variants" : [ {
16313              "hostname" : "servicediscovery.eu-west-3.api.aws",
16314              "tags" : [ "dualstack" ]
16315            } ]
16316          },
16317          "il-central-1" : {
16318            "variants" : [ {
16319              "hostname" : "servicediscovery.il-central-1.api.aws",
16320              "tags" : [ "dualstack" ]
16321            } ]
16322          },
16323          "me-central-1" : {
16324            "variants" : [ {
16325              "hostname" : "servicediscovery.me-central-1.api.aws",
16326              "tags" : [ "dualstack" ]
16327            } ]
16328          },
16329          "me-south-1" : {
16330            "variants" : [ {
16331              "hostname" : "servicediscovery.me-south-1.api.aws",
16332              "tags" : [ "dualstack" ]
16333            } ]
16334          },
16335          "sa-east-1" : {
16336            "variants" : [ {
16337              "hostname" : "servicediscovery.sa-east-1.api.aws",
16338              "tags" : [ "dualstack" ]
16339            } ]
16340          },
16341          "us-east-1" : {
16342            "variants" : [ {
16343              "hostname" : "servicediscovery-fips.us-east-1.amazonaws.com",
16344              "tags" : [ "fips" ]
16345            }, {
16346              "hostname" : "servicediscovery-fips.us-east-1.api.aws",
16347              "tags" : [ "dualstack", "fips" ]
16348            }, {
16349              "hostname" : "servicediscovery.us-east-1.api.aws",
16350              "tags" : [ "dualstack" ]
16351            } ]
16352          },
16353          "us-east-1-fips" : {
16354            "credentialScope" : {
16355              "region" : "us-east-1"
16356            },
16357            "deprecated" : true,
16358            "hostname" : "servicediscovery-fips.us-east-1.amazonaws.com"
16359          },
16360          "us-east-2" : {
16361            "variants" : [ {
16362              "hostname" : "servicediscovery-fips.us-east-2.amazonaws.com",
16363              "tags" : [ "fips" ]
16364            }, {
16365              "hostname" : "servicediscovery-fips.us-east-2.api.aws",
16366              "tags" : [ "dualstack", "fips" ]
16367            }, {
16368              "hostname" : "servicediscovery.us-east-2.api.aws",
16369              "tags" : [ "dualstack" ]
16370            } ]
16371          },
16372          "us-east-2-fips" : {
16373            "credentialScope" : {
16374              "region" : "us-east-2"
16375            },
16376            "deprecated" : true,
16377            "hostname" : "servicediscovery-fips.us-east-2.amazonaws.com"
16378          },
16379          "us-west-1" : {
16380            "variants" : [ {
16381              "hostname" : "servicediscovery-fips.us-west-1.amazonaws.com",
16382              "tags" : [ "fips" ]
16383            }, {
16384              "hostname" : "servicediscovery-fips.us-west-1.api.aws",
16385              "tags" : [ "dualstack", "fips" ]
16386            }, {
16387              "hostname" : "servicediscovery.us-west-1.api.aws",
16388              "tags" : [ "dualstack" ]
16389            } ]
16390          },
16391          "us-west-1-fips" : {
16392            "credentialScope" : {
16393              "region" : "us-west-1"
16394            },
16395            "deprecated" : true,
16396            "hostname" : "servicediscovery-fips.us-west-1.amazonaws.com"
16397          },
16398          "us-west-2" : {
16399            "variants" : [ {
16400              "hostname" : "servicediscovery-fips.us-west-2.amazonaws.com",
16401              "tags" : [ "fips" ]
16402            }, {
16403              "hostname" : "servicediscovery-fips.us-west-2.api.aws",
16404              "tags" : [ "dualstack", "fips" ]
16405            }, {
16406              "hostname" : "servicediscovery.us-west-2.api.aws",
16407              "tags" : [ "dualstack" ]
16408            } ]
16409          },
16410          "us-west-2-fips" : {
16411            "credentialScope" : {
16412              "region" : "us-west-2"
16413            },
16414            "deprecated" : true,
16415            "hostname" : "servicediscovery-fips.us-west-2.amazonaws.com"
16416          }
16417        }
16418      },
16419      "servicequotas" : {
16420        "defaults" : {
16421          "protocols" : [ "https" ]
16422        },
16423        "endpoints" : {
16424          "af-south-1" : { },
16425          "ap-east-1" : { },
16426          "ap-northeast-1" : { },
16427          "ap-northeast-2" : { },
16428          "ap-northeast-3" : { },
16429          "ap-south-1" : { },
16430          "ap-south-2" : { },
16431          "ap-southeast-1" : { },
16432          "ap-southeast-2" : { },
16433          "ap-southeast-3" : { },
16434          "ap-southeast-4" : { },
16435          "ca-central-1" : { },
16436          "ca-west-1" : { },
16437          "eu-central-1" : { },
16438          "eu-central-2" : { },
16439          "eu-north-1" : { },
16440          "eu-south-1" : { },
16441          "eu-south-2" : { },
16442          "eu-west-1" : { },
16443          "eu-west-2" : { },
16444          "eu-west-3" : { },
16445          "il-central-1" : { },
16446          "me-central-1" : { },
16447          "me-south-1" : { },
16448          "sa-east-1" : { },
16449          "us-east-1" : { },
16450          "us-east-2" : { },
16451          "us-west-1" : { },
16452          "us-west-2" : { }
16453        }
16454      },
16455      "session.qldb" : {
16456        "endpoints" : {
16457          "ap-northeast-1" : { },
16458          "ap-northeast-2" : { },
16459          "ap-southeast-1" : { },
16460          "ap-southeast-2" : { },
16461          "ca-central-1" : { },
16462          "eu-central-1" : { },
16463          "eu-west-1" : { },
16464          "eu-west-2" : { },
16465          "fips-us-east-1" : {
16466            "credentialScope" : {
16467              "region" : "us-east-1"
16468            },
16469            "deprecated" : true,
16470            "hostname" : "session.qldb-fips.us-east-1.amazonaws.com"
16471          },
16472          "fips-us-east-2" : {
16473            "credentialScope" : {
16474              "region" : "us-east-2"
16475            },
16476            "deprecated" : true,
16477            "hostname" : "session.qldb-fips.us-east-2.amazonaws.com"
16478          },
16479          "fips-us-west-2" : {
16480            "credentialScope" : {
16481              "region" : "us-west-2"
16482            },
16483            "deprecated" : true,
16484            "hostname" : "session.qldb-fips.us-west-2.amazonaws.com"
16485          },
16486          "us-east-1" : {
16487            "variants" : [ {
16488              "hostname" : "session.qldb-fips.us-east-1.amazonaws.com",
16489              "tags" : [ "fips" ]
16490            } ]
16491          },
16492          "us-east-2" : {
16493            "variants" : [ {
16494              "hostname" : "session.qldb-fips.us-east-2.amazonaws.com",
16495              "tags" : [ "fips" ]
16496            } ]
16497          },
16498          "us-west-2" : {
16499            "variants" : [ {
16500              "hostname" : "session.qldb-fips.us-west-2.amazonaws.com",
16501              "tags" : [ "fips" ]
16502            } ]
16503          }
16504        }
16505      },
16506      "shield" : {
16507        "defaults" : {
16508          "protocols" : [ "https" ],
16509          "sslCommonName" : "shield.us-east-1.amazonaws.com"
16510        },
16511        "endpoints" : {
16512          "aws-global" : {
16513            "credentialScope" : {
16514              "region" : "us-east-1"
16515            },
16516            "hostname" : "shield.us-east-1.amazonaws.com",
16517            "variants" : [ {
16518              "hostname" : "shield-fips.us-east-1.amazonaws.com",
16519              "tags" : [ "fips" ]
16520            } ]
16521          },
16522          "fips-aws-global" : {
16523            "credentialScope" : {
16524              "region" : "us-east-1"
16525            },
16526            "deprecated" : true,
16527            "hostname" : "shield-fips.us-east-1.amazonaws.com"
16528          }
16529        },
16530        "isRegionalized" : false,
16531        "partitionEndpoint" : "aws-global"
16532      },
16533      "signer" : {
16534        "endpoints" : {
16535          "af-south-1" : { },
16536          "ap-east-1" : { },
16537          "ap-northeast-1" : { },
16538          "ap-northeast-2" : { },
16539          "ap-south-1" : { },
16540          "ap-southeast-1" : { },
16541          "ap-southeast-2" : { },
16542          "ca-central-1" : { },
16543          "eu-central-1" : { },
16544          "eu-north-1" : { },
16545          "eu-south-1" : { },
16546          "eu-west-1" : { },
16547          "eu-west-2" : { },
16548          "eu-west-3" : { },
16549          "fips-us-east-1" : {
16550            "credentialScope" : {
16551              "region" : "us-east-1"
16552            },
16553            "deprecated" : true,
16554            "hostname" : "signer-fips.us-east-1.amazonaws.com"
16555          },
16556          "fips-us-east-2" : {
16557            "credentialScope" : {
16558              "region" : "us-east-2"
16559            },
16560            "deprecated" : true,
16561            "hostname" : "signer-fips.us-east-2.amazonaws.com"
16562          },
16563          "fips-us-west-1" : {
16564            "credentialScope" : {
16565              "region" : "us-west-1"
16566            },
16567            "deprecated" : true,
16568            "hostname" : "signer-fips.us-west-1.amazonaws.com"
16569          },
16570          "fips-us-west-2" : {
16571            "credentialScope" : {
16572              "region" : "us-west-2"
16573            },
16574            "deprecated" : true,
16575            "hostname" : "signer-fips.us-west-2.amazonaws.com"
16576          },
16577          "fips-verification-us-east-1" : {
16578            "credentialScope" : {
16579              "region" : "us-east-1"
16580            },
16581            "hostname" : "verification.signer-fips.us-east-1.amazonaws.com"
16582          },
16583          "fips-verification-us-east-2" : {
16584            "credentialScope" : {
16585              "region" : "us-east-2"
16586            },
16587            "hostname" : "verification.signer-fips.us-east-2.amazonaws.com"
16588          },
16589          "fips-verification-us-west-1" : {
16590            "credentialScope" : {
16591              "region" : "us-west-1"
16592            },
16593            "hostname" : "verification.signer-fips.us-west-1.amazonaws.com"
16594          },
16595          "fips-verification-us-west-2" : {
16596            "credentialScope" : {
16597              "region" : "us-west-2"
16598            },
16599            "hostname" : "verification.signer-fips.us-west-2.amazonaws.com"
16600          },
16601          "me-south-1" : { },
16602          "sa-east-1" : { },
16603          "us-east-1" : {
16604            "variants" : [ {
16605              "hostname" : "signer-fips.us-east-1.amazonaws.com",
16606              "tags" : [ "fips" ]
16607            } ]
16608          },
16609          "us-east-2" : {
16610            "variants" : [ {
16611              "hostname" : "signer-fips.us-east-2.amazonaws.com",
16612              "tags" : [ "fips" ]
16613            } ]
16614          },
16615          "us-west-1" : {
16616            "variants" : [ {
16617              "hostname" : "signer-fips.us-west-1.amazonaws.com",
16618              "tags" : [ "fips" ]
16619            } ]
16620          },
16621          "us-west-2" : {
16622            "variants" : [ {
16623              "hostname" : "signer-fips.us-west-2.amazonaws.com",
16624              "tags" : [ "fips" ]
16625            } ]
16626          },
16627          "verification-af-south-1" : {
16628            "credentialScope" : {
16629              "region" : "af-south-1"
16630            },
16631            "hostname" : "verification.signer.af-south-1.amazonaws.com"
16632          },
16633          "verification-ap-east-1" : {
16634            "credentialScope" : {
16635              "region" : "ap-east-1"
16636            },
16637            "hostname" : "verification.signer.ap-east-1.amazonaws.com"
16638          },
16639          "verification-ap-northeast-1" : {
16640            "credentialScope" : {
16641              "region" : "ap-northeast-1"
16642            },
16643            "hostname" : "verification.signer.ap-northeast-1.amazonaws.com"
16644          },
16645          "verification-ap-northeast-2" : {
16646            "credentialScope" : {
16647              "region" : "ap-northeast-2"
16648            },
16649            "hostname" : "verification.signer.ap-northeast-2.amazonaws.com"
16650          },
16651          "verification-ap-south-1" : {
16652            "credentialScope" : {
16653              "region" : "ap-south-1"
16654            },
16655            "hostname" : "verification.signer.ap-south-1.amazonaws.com"
16656          },
16657          "verification-ap-southeast-1" : {
16658            "credentialScope" : {
16659              "region" : "ap-southeast-1"
16660            },
16661            "hostname" : "verification.signer.ap-southeast-1.amazonaws.com"
16662          },
16663          "verification-ap-southeast-2" : {
16664            "credentialScope" : {
16665              "region" : "ap-southeast-2"
16666            },
16667            "hostname" : "verification.signer.ap-southeast-2.amazonaws.com"
16668          },
16669          "verification-ca-central-1" : {
16670            "credentialScope" : {
16671              "region" : "ca-central-1"
16672            },
16673            "hostname" : "verification.signer.ca-central-1.amazonaws.com"
16674          },
16675          "verification-eu-central-1" : {
16676            "credentialScope" : {
16677              "region" : "eu-central-1"
16678            },
16679            "hostname" : "verification.signer.eu-central-1.amazonaws.com"
16680          },
16681          "verification-eu-north-1" : {
16682            "credentialScope" : {
16683              "region" : "eu-north-1"
16684            },
16685            "hostname" : "verification.signer.eu-north-1.amazonaws.com"
16686          },
16687          "verification-eu-south-1" : {
16688            "credentialScope" : {
16689              "region" : "eu-south-1"
16690            },
16691            "hostname" : "verification.signer.eu-south-1.amazonaws.com"
16692          },
16693          "verification-eu-west-1" : {
16694            "credentialScope" : {
16695              "region" : "eu-west-1"
16696            },
16697            "hostname" : "verification.signer.eu-west-1.amazonaws.com"
16698          },
16699          "verification-eu-west-2" : {
16700            "credentialScope" : {
16701              "region" : "eu-west-2"
16702            },
16703            "hostname" : "verification.signer.eu-west-2.amazonaws.com"
16704          },
16705          "verification-eu-west-3" : {
16706            "credentialScope" : {
16707              "region" : "eu-west-3"
16708            },
16709            "hostname" : "verification.signer.eu-west-3.amazonaws.com"
16710          },
16711          "verification-me-south-1" : {
16712            "credentialScope" : {
16713              "region" : "me-south-1"
16714            },
16715            "hostname" : "verification.signer.me-south-1.amazonaws.com"
16716          },
16717          "verification-sa-east-1" : {
16718            "credentialScope" : {
16719              "region" : "sa-east-1"
16720            },
16721            "hostname" : "verification.signer.sa-east-1.amazonaws.com"
16722          },
16723          "verification-us-east-1" : {
16724            "credentialScope" : {
16725              "region" : "us-east-1"
16726            },
16727            "hostname" : "verification.signer.us-east-1.amazonaws.com"
16728          },
16729          "verification-us-east-2" : {
16730            "credentialScope" : {
16731              "region" : "us-east-2"
16732            },
16733            "hostname" : "verification.signer.us-east-2.amazonaws.com"
16734          },
16735          "verification-us-west-1" : {
16736            "credentialScope" : {
16737              "region" : "us-west-1"
16738            },
16739            "hostname" : "verification.signer.us-west-1.amazonaws.com"
16740          },
16741          "verification-us-west-2" : {
16742            "credentialScope" : {
16743              "region" : "us-west-2"
16744            },
16745            "hostname" : "verification.signer.us-west-2.amazonaws.com"
16746          }
16747        }
16748      },
16749      "simspaceweaver" : {
16750        "endpoints" : {
16751          "ap-southeast-1" : { },
16752          "ap-southeast-2" : { },
16753          "eu-central-1" : { },
16754          "eu-north-1" : { },
16755          "eu-west-1" : { },
16756          "us-east-1" : { },
16757          "us-east-2" : { },
16758          "us-west-2" : { }
16759        }
16760      },
16761      "sms" : {
16762        "endpoints" : {
16763          "fips-us-west-2" : {
16764            "credentialScope" : {
16765              "region" : "us-west-2"
16766            },
16767            "deprecated" : true,
16768            "hostname" : "sms-fips.us-west-2.amazonaws.com"
16769          },
16770          "us-west-2" : {
16771            "variants" : [ {
16772              "hostname" : "sms-fips.us-west-2.amazonaws.com",
16773              "tags" : [ "fips" ]
16774            } ]
16775          }
16776        }
16777      },
16778      "sms-voice" : {
16779        "endpoints" : {
16780          "af-south-1" : { },
16781          "ap-northeast-1" : { },
16782          "ap-northeast-2" : { },
16783          "ap-northeast-3" : { },
16784          "ap-south-1" : { },
16785          "ap-south-2" : { },
16786          "ap-southeast-1" : { },
16787          "ap-southeast-2" : { },
16788          "ap-southeast-3" : { },
16789          "ap-southeast-4" : { },
16790          "ca-central-1" : {
16791            "variants" : [ {
16792              "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
16793              "tags" : [ "fips" ]
16794            } ]
16795          },
16796          "eu-central-1" : { },
16797          "eu-central-2" : { },
16798          "eu-north-1" : { },
16799          "eu-south-1" : { },
16800          "eu-south-2" : { },
16801          "eu-west-1" : { },
16802          "eu-west-2" : { },
16803          "eu-west-3" : { },
16804          "fips-ca-central-1" : {
16805            "credentialScope" : {
16806              "region" : "ca-central-1"
16807            },
16808            "deprecated" : true,
16809            "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com"
16810          },
16811          "fips-us-east-1" : {
16812            "credentialScope" : {
16813              "region" : "us-east-1"
16814            },
16815            "deprecated" : true,
16816            "hostname" : "sms-voice-fips.us-east-1.amazonaws.com"
16817          },
16818          "fips-us-east-2" : {
16819            "credentialScope" : {
16820              "region" : "us-east-2"
16821            },
16822            "deprecated" : true,
16823            "hostname" : "sms-voice-fips.us-east-2.amazonaws.com"
16824          },
16825          "fips-us-west-1" : {
16826            "credentialScope" : {
16827              "region" : "us-west-1"
16828            },
16829            "deprecated" : true,
16830            "hostname" : "sms-voice-fips.us-west-1.amazonaws.com"
16831          },
16832          "fips-us-west-2" : {
16833            "credentialScope" : {
16834              "region" : "us-west-2"
16835            },
16836            "deprecated" : true,
16837            "hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
16838          },
16839          "il-central-1" : { },
16840          "me-central-1" : { },
16841          "me-south-1" : { },
16842          "sa-east-1" : { },
16843          "us-east-1" : {
16844            "variants" : [ {
16845              "hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
16846              "tags" : [ "fips" ]
16847            } ]
16848          },
16849          "us-east-2" : {
16850            "variants" : [ {
16851              "hostname" : "sms-voice-fips.us-east-2.amazonaws.com",
16852              "tags" : [ "fips" ]
16853            } ]
16854          },
16855          "us-west-1" : {
16856            "variants" : [ {
16857              "hostname" : "sms-voice-fips.us-west-1.amazonaws.com",
16858              "tags" : [ "fips" ]
16859            } ]
16860          },
16861          "us-west-2" : {
16862            "variants" : [ {
16863              "hostname" : "sms-voice-fips.us-west-2.amazonaws.com",
16864              "tags" : [ "fips" ]
16865            } ]
16866          }
16867        }
16868      },
16869      "snowball" : {
16870        "endpoints" : {
16871          "af-south-1" : { },
16872          "ap-east-1" : { },
16873          "ap-northeast-1" : {
16874            "variants" : [ {
16875              "hostname" : "snowball-fips.ap-northeast-1.amazonaws.com",
16876              "tags" : [ "fips" ]
16877            } ]
16878          },
16879          "ap-northeast-2" : {
16880            "variants" : [ {
16881              "hostname" : "snowball-fips.ap-northeast-2.amazonaws.com",
16882              "tags" : [ "fips" ]
16883            } ]
16884          },
16885          "ap-northeast-3" : {
16886            "variants" : [ {
16887              "hostname" : "snowball-fips.ap-northeast-3.amazonaws.com",
16888              "tags" : [ "fips" ]
16889            } ]
16890          },
16891          "ap-south-1" : {
16892            "variants" : [ {
16893              "hostname" : "snowball-fips.ap-south-1.amazonaws.com",
16894              "tags" : [ "fips" ]
16895            } ]
16896          },
16897          "ap-southeast-1" : {
16898            "variants" : [ {
16899              "hostname" : "snowball-fips.ap-southeast-1.amazonaws.com",
16900              "tags" : [ "fips" ]
16901            } ]
16902          },
16903          "ap-southeast-2" : {
16904            "variants" : [ {
16905              "hostname" : "snowball-fips.ap-southeast-2.amazonaws.com",
16906              "tags" : [ "fips" ]
16907            } ]
16908          },
16909          "ap-southeast-3" : { },
16910          "ca-central-1" : {
16911            "variants" : [ {
16912              "hostname" : "snowball-fips.ca-central-1.amazonaws.com",
16913              "tags" : [ "fips" ]
16914            } ]
16915          },
16916          "eu-central-1" : {
16917            "variants" : [ {
16918              "hostname" : "snowball-fips.eu-central-1.amazonaws.com",
16919              "tags" : [ "fips" ]
16920            } ]
16921          },
16922          "eu-north-1" : { },
16923          "eu-south-1" : { },
16924          "eu-west-1" : {
16925            "variants" : [ {
16926              "hostname" : "snowball-fips.eu-west-1.amazonaws.com",
16927              "tags" : [ "fips" ]
16928            } ]
16929          },
16930          "eu-west-2" : {
16931            "variants" : [ {
16932              "hostname" : "snowball-fips.eu-west-2.amazonaws.com",
16933              "tags" : [ "fips" ]
16934            } ]
16935          },
16936          "eu-west-3" : {
16937            "variants" : [ {
16938              "hostname" : "snowball-fips.eu-west-3.amazonaws.com",
16939              "tags" : [ "fips" ]
16940            } ]
16941          },
16942          "fips-ap-northeast-1" : {
16943            "credentialScope" : {
16944              "region" : "ap-northeast-1"
16945            },
16946            "deprecated" : true,
16947            "hostname" : "snowball-fips.ap-northeast-1.amazonaws.com"
16948          },
16949          "fips-ap-northeast-2" : {
16950            "credentialScope" : {
16951              "region" : "ap-northeast-2"
16952            },
16953            "deprecated" : true,
16954            "hostname" : "snowball-fips.ap-northeast-2.amazonaws.com"
16955          },
16956          "fips-ap-northeast-3" : {
16957            "credentialScope" : {
16958              "region" : "ap-northeast-3"
16959            },
16960            "deprecated" : true,
16961            "hostname" : "snowball-fips.ap-northeast-3.amazonaws.com"
16962          },
16963          "fips-ap-south-1" : {
16964            "credentialScope" : {
16965              "region" : "ap-south-1"
16966            },
16967            "deprecated" : true,
16968            "hostname" : "snowball-fips.ap-south-1.amazonaws.com"
16969          },
16970          "fips-ap-southeast-1" : {
16971            "credentialScope" : {
16972              "region" : "ap-southeast-1"
16973            },
16974            "deprecated" : true,
16975            "hostname" : "snowball-fips.ap-southeast-1.amazonaws.com"
16976          },
16977          "fips-ap-southeast-2" : {
16978            "credentialScope" : {
16979              "region" : "ap-southeast-2"
16980            },
16981            "deprecated" : true,
16982            "hostname" : "snowball-fips.ap-southeast-2.amazonaws.com"
16983          },
16984          "fips-ca-central-1" : {
16985            "credentialScope" : {
16986              "region" : "ca-central-1"
16987            },
16988            "deprecated" : true,
16989            "hostname" : "snowball-fips.ca-central-1.amazonaws.com"
16990          },
16991          "fips-eu-central-1" : {
16992            "credentialScope" : {
16993              "region" : "eu-central-1"
16994            },
16995            "deprecated" : true,
16996            "hostname" : "snowball-fips.eu-central-1.amazonaws.com"
16997          },
16998          "fips-eu-west-1" : {
16999            "credentialScope" : {
17000              "region" : "eu-west-1"
17001            },
17002            "deprecated" : true,
17003            "hostname" : "snowball-fips.eu-west-1.amazonaws.com"
17004          },
17005          "fips-eu-west-2" : {
17006            "credentialScope" : {
17007              "region" : "eu-west-2"
17008            },
17009            "deprecated" : true,
17010            "hostname" : "snowball-fips.eu-west-2.amazonaws.com"
17011          },
17012          "fips-eu-west-3" : {
17013            "credentialScope" : {
17014              "region" : "eu-west-3"
17015            },
17016            "deprecated" : true,
17017            "hostname" : "snowball-fips.eu-west-3.amazonaws.com"
17018          },
17019          "fips-sa-east-1" : {
17020            "credentialScope" : {
17021              "region" : "sa-east-1"
17022            },
17023            "deprecated" : true,
17024            "hostname" : "snowball-fips.sa-east-1.amazonaws.com"
17025          },
17026          "fips-us-east-1" : {
17027            "credentialScope" : {
17028              "region" : "us-east-1"
17029            },
17030            "deprecated" : true,
17031            "hostname" : "snowball-fips.us-east-1.amazonaws.com"
17032          },
17033          "fips-us-east-2" : {
17034            "credentialScope" : {
17035              "region" : "us-east-2"
17036            },
17037            "deprecated" : true,
17038            "hostname" : "snowball-fips.us-east-2.amazonaws.com"
17039          },
17040          "fips-us-west-1" : {
17041            "credentialScope" : {
17042              "region" : "us-west-1"
17043            },
17044            "deprecated" : true,
17045            "hostname" : "snowball-fips.us-west-1.amazonaws.com"
17046          },
17047          "fips-us-west-2" : {
17048            "credentialScope" : {
17049              "region" : "us-west-2"
17050            },
17051            "deprecated" : true,
17052            "hostname" : "snowball-fips.us-west-2.amazonaws.com"
17053          },
17054          "me-central-1" : { },
17055          "sa-east-1" : {
17056            "variants" : [ {
17057              "hostname" : "snowball-fips.sa-east-1.amazonaws.com",
17058              "tags" : [ "fips" ]
17059            } ]
17060          },
17061          "us-east-1" : {
17062            "variants" : [ {
17063              "hostname" : "snowball-fips.us-east-1.amazonaws.com",
17064              "tags" : [ "fips" ]
17065            } ]
17066          },
17067          "us-east-2" : {
17068            "variants" : [ {
17069              "hostname" : "snowball-fips.us-east-2.amazonaws.com",
17070              "tags" : [ "fips" ]
17071            } ]
17072          },
17073          "us-west-1" : {
17074            "variants" : [ {
17075              "hostname" : "snowball-fips.us-west-1.amazonaws.com",
17076              "tags" : [ "fips" ]
17077            } ]
17078          },
17079          "us-west-2" : {
17080            "variants" : [ {
17081              "hostname" : "snowball-fips.us-west-2.amazonaws.com",
17082              "tags" : [ "fips" ]
17083            } ]
17084          }
17085        }
17086      },
17087      "sns" : {
17088        "defaults" : {
17089          "protocols" : [ "http", "https" ]
17090        },
17091        "endpoints" : {
17092          "af-south-1" : { },
17093          "ap-east-1" : { },
17094          "ap-northeast-1" : { },
17095          "ap-northeast-2" : { },
17096          "ap-northeast-3" : { },
17097          "ap-south-1" : { },
17098          "ap-south-2" : { },
17099          "ap-southeast-1" : { },
17100          "ap-southeast-2" : { },
17101          "ap-southeast-3" : { },
17102          "ap-southeast-4" : { },
17103          "ca-central-1" : { },
17104          "ca-west-1" : {
17105            "variants" : [ {
17106              "hostname" : "sns-fips.ca-west-1.amazonaws.com",
17107              "tags" : [ "fips" ]
17108            } ]
17109          },
17110          "eu-central-1" : { },
17111          "eu-central-2" : { },
17112          "eu-north-1" : { },
17113          "eu-south-1" : { },
17114          "eu-south-2" : { },
17115          "eu-west-1" : { },
17116          "eu-west-2" : { },
17117          "eu-west-3" : { },
17118          "fips-ca-west-1" : {
17119            "credentialScope" : {
17120              "region" : "ca-west-1"
17121            },
17122            "deprecated" : true,
17123            "hostname" : "sns-fips.ca-west-1.amazonaws.com"
17124          },
17125          "fips-us-east-1" : {
17126            "credentialScope" : {
17127              "region" : "us-east-1"
17128            },
17129            "deprecated" : true,
17130            "hostname" : "sns-fips.us-east-1.amazonaws.com"
17131          },
17132          "fips-us-east-2" : {
17133            "credentialScope" : {
17134              "region" : "us-east-2"
17135            },
17136            "deprecated" : true,
17137            "hostname" : "sns-fips.us-east-2.amazonaws.com"
17138          },
17139          "fips-us-west-1" : {
17140            "credentialScope" : {
17141              "region" : "us-west-1"
17142            },
17143            "deprecated" : true,
17144            "hostname" : "sns-fips.us-west-1.amazonaws.com"
17145          },
17146          "fips-us-west-2" : {
17147            "credentialScope" : {
17148              "region" : "us-west-2"
17149            },
17150            "deprecated" : true,
17151            "hostname" : "sns-fips.us-west-2.amazonaws.com"
17152          },
17153          "il-central-1" : { },
17154          "me-central-1" : { },
17155          "me-south-1" : { },
17156          "sa-east-1" : { },
17157          "us-east-1" : {
17158            "variants" : [ {
17159              "hostname" : "sns-fips.us-east-1.amazonaws.com",
17160              "tags" : [ "fips" ]
17161            } ]
17162          },
17163          "us-east-2" : {
17164            "variants" : [ {
17165              "hostname" : "sns-fips.us-east-2.amazonaws.com",
17166              "tags" : [ "fips" ]
17167            } ]
17168          },
17169          "us-west-1" : {
17170            "variants" : [ {
17171              "hostname" : "sns-fips.us-west-1.amazonaws.com",
17172              "tags" : [ "fips" ]
17173            } ]
17174          },
17175          "us-west-2" : {
17176            "variants" : [ {
17177              "hostname" : "sns-fips.us-west-2.amazonaws.com",
17178              "tags" : [ "fips" ]
17179            } ]
17180          }
17181        }
17182      },
17183      "sqs" : {
17184        "defaults" : {
17185          "protocols" : [ "http", "https" ],
17186          "sslCommonName" : "{region}.queue.{dnsSuffix}"
17187        },
17188        "endpoints" : {
17189          "af-south-1" : { },
17190          "ap-east-1" : { },
17191          "ap-northeast-1" : { },
17192          "ap-northeast-2" : { },
17193          "ap-northeast-3" : { },
17194          "ap-south-1" : { },
17195          "ap-south-2" : { },
17196          "ap-southeast-1" : { },
17197          "ap-southeast-2" : { },
17198          "ap-southeast-3" : { },
17199          "ap-southeast-4" : { },
17200          "ca-central-1" : { },
17201          "ca-west-1" : { },
17202          "eu-central-1" : { },
17203          "eu-central-2" : { },
17204          "eu-north-1" : { },
17205          "eu-south-1" : { },
17206          "eu-south-2" : { },
17207          "eu-west-1" : { },
17208          "eu-west-2" : { },
17209          "eu-west-3" : { },
17210          "fips-us-east-1" : {
17211            "credentialScope" : {
17212              "region" : "us-east-1"
17213            },
17214            "deprecated" : true,
17215            "hostname" : "sqs-fips.us-east-1.amazonaws.com"
17216          },
17217          "fips-us-east-2" : {
17218            "credentialScope" : {
17219              "region" : "us-east-2"
17220            },
17221            "deprecated" : true,
17222            "hostname" : "sqs-fips.us-east-2.amazonaws.com"
17223          },
17224          "fips-us-west-1" : {
17225            "credentialScope" : {
17226              "region" : "us-west-1"
17227            },
17228            "deprecated" : true,
17229            "hostname" : "sqs-fips.us-west-1.amazonaws.com"
17230          },
17231          "fips-us-west-2" : {
17232            "credentialScope" : {
17233              "region" : "us-west-2"
17234            },
17235            "deprecated" : true,
17236            "hostname" : "sqs-fips.us-west-2.amazonaws.com"
17237          },
17238          "il-central-1" : { },
17239          "me-central-1" : { },
17240          "me-south-1" : { },
17241          "sa-east-1" : { },
17242          "us-east-1" : {
17243            "sslCommonName" : "queue.{dnsSuffix}",
17244            "variants" : [ {
17245              "hostname" : "sqs-fips.us-east-1.amazonaws.com",
17246              "tags" : [ "fips" ]
17247            } ]
17248          },
17249          "us-east-2" : {
17250            "variants" : [ {
17251              "hostname" : "sqs-fips.us-east-2.amazonaws.com",
17252              "tags" : [ "fips" ]
17253            } ]
17254          },
17255          "us-west-1" : {
17256            "variants" : [ {
17257              "hostname" : "sqs-fips.us-west-1.amazonaws.com",
17258              "tags" : [ "fips" ]
17259            } ]
17260          },
17261          "us-west-2" : {
17262            "variants" : [ {
17263              "hostname" : "sqs-fips.us-west-2.amazonaws.com",
17264              "tags" : [ "fips" ]
17265            } ]
17266          }
17267        }
17268      },
17269      "ssm" : {
17270        "endpoints" : {
17271          "af-south-1" : { },
17272          "ap-east-1" : { },
17273          "ap-northeast-1" : { },
17274          "ap-northeast-2" : { },
17275          "ap-northeast-3" : { },
17276          "ap-south-1" : { },
17277          "ap-south-2" : { },
17278          "ap-southeast-1" : { },
17279          "ap-southeast-2" : { },
17280          "ap-southeast-3" : { },
17281          "ap-southeast-4" : { },
17282          "ca-central-1" : {
17283            "variants" : [ {
17284              "hostname" : "ssm-fips.ca-central-1.amazonaws.com",
17285              "tags" : [ "fips" ]
17286            } ]
17287          },
17288          "ca-west-1" : {
17289            "variants" : [ {
17290              "hostname" : "ssm-fips.ca-west-1.amazonaws.com",
17291              "tags" : [ "fips" ]
17292            } ]
17293          },
17294          "eu-central-1" : { },
17295          "eu-central-2" : { },
17296          "eu-north-1" : { },
17297          "eu-south-1" : { },
17298          "eu-south-2" : { },
17299          "eu-west-1" : { },
17300          "eu-west-2" : { },
17301          "eu-west-3" : { },
17302          "fips-ca-central-1" : {
17303            "credentialScope" : {
17304              "region" : "ca-central-1"
17305            },
17306            "deprecated" : true,
17307            "hostname" : "ssm-fips.ca-central-1.amazonaws.com"
17308          },
17309          "fips-ca-west-1" : {
17310            "credentialScope" : {
17311              "region" : "ca-west-1"
17312            },
17313            "deprecated" : true,
17314            "hostname" : "ssm-fips.ca-west-1.amazonaws.com"
17315          },
17316          "fips-us-east-1" : {
17317            "credentialScope" : {
17318              "region" : "us-east-1"
17319            },
17320            "deprecated" : true,
17321            "hostname" : "ssm-fips.us-east-1.amazonaws.com"
17322          },
17323          "fips-us-east-2" : {
17324            "credentialScope" : {
17325              "region" : "us-east-2"
17326            },
17327            "deprecated" : true,
17328            "hostname" : "ssm-fips.us-east-2.amazonaws.com"
17329          },
17330          "fips-us-west-1" : {
17331            "credentialScope" : {
17332              "region" : "us-west-1"
17333            },
17334            "deprecated" : true,
17335            "hostname" : "ssm-fips.us-west-1.amazonaws.com"
17336          },
17337          "fips-us-west-2" : {
17338            "credentialScope" : {
17339              "region" : "us-west-2"
17340            },
17341            "deprecated" : true,
17342            "hostname" : "ssm-fips.us-west-2.amazonaws.com"
17343          },
17344          "il-central-1" : { },
17345          "me-central-1" : { },
17346          "me-south-1" : { },
17347          "sa-east-1" : { },
17348          "us-east-1" : {
17349            "variants" : [ {
17350              "hostname" : "ssm-fips.us-east-1.amazonaws.com",
17351              "tags" : [ "fips" ]
17352            } ]
17353          },
17354          "us-east-2" : {
17355            "variants" : [ {
17356              "hostname" : "ssm-fips.us-east-2.amazonaws.com",
17357              "tags" : [ "fips" ]
17358            } ]
17359          },
17360          "us-west-1" : {
17361            "variants" : [ {
17362              "hostname" : "ssm-fips.us-west-1.amazonaws.com",
17363              "tags" : [ "fips" ]
17364            } ]
17365          },
17366          "us-west-2" : {
17367            "variants" : [ {
17368              "hostname" : "ssm-fips.us-west-2.amazonaws.com",
17369              "tags" : [ "fips" ]
17370            } ]
17371          }
17372        }
17373      },
17374      "ssm-contacts" : {
17375        "endpoints" : {
17376          "ap-northeast-1" : { },
17377          "ap-northeast-2" : { },
17378          "ap-south-1" : { },
17379          "ap-southeast-1" : { },
17380          "ap-southeast-2" : { },
17381          "ca-central-1" : { },
17382          "eu-central-1" : { },
17383          "eu-north-1" : { },
17384          "eu-west-1" : { },
17385          "eu-west-2" : { },
17386          "eu-west-3" : { },
17387          "fips-us-east-1" : {
17388            "credentialScope" : {
17389              "region" : "us-east-1"
17390            },
17391            "deprecated" : true,
17392            "hostname" : "ssm-contacts-fips.us-east-1.amazonaws.com"
17393          },
17394          "fips-us-east-2" : {
17395            "credentialScope" : {
17396              "region" : "us-east-2"
17397            },
17398            "deprecated" : true,
17399            "hostname" : "ssm-contacts-fips.us-east-2.amazonaws.com"
17400          },
17401          "fips-us-west-1" : {
17402            "credentialScope" : {
17403              "region" : "us-west-1"
17404            },
17405            "deprecated" : true,
17406            "hostname" : "ssm-contacts-fips.us-west-1.amazonaws.com"
17407          },
17408          "fips-us-west-2" : {
17409            "credentialScope" : {
17410              "region" : "us-west-2"
17411            },
17412            "deprecated" : true,
17413            "hostname" : "ssm-contacts-fips.us-west-2.amazonaws.com"
17414          },
17415          "sa-east-1" : { },
17416          "us-east-1" : {
17417            "variants" : [ {
17418              "hostname" : "ssm-contacts-fips.us-east-1.amazonaws.com",
17419              "tags" : [ "fips" ]
17420            } ]
17421          },
17422          "us-east-2" : {
17423            "variants" : [ {
17424              "hostname" : "ssm-contacts-fips.us-east-2.amazonaws.com",
17425              "tags" : [ "fips" ]
17426            } ]
17427          },
17428          "us-west-1" : {
17429            "variants" : [ {
17430              "hostname" : "ssm-contacts-fips.us-west-1.amazonaws.com",
17431              "tags" : [ "fips" ]
17432            } ]
17433          },
17434          "us-west-2" : {
17435            "variants" : [ {
17436              "hostname" : "ssm-contacts-fips.us-west-2.amazonaws.com",
17437              "tags" : [ "fips" ]
17438            } ]
17439          }
17440        }
17441      },
17442      "ssm-incidents" : {
17443        "endpoints" : {
17444          "ap-northeast-1" : { },
17445          "ap-northeast-2" : { },
17446          "ap-south-1" : { },
17447          "ap-southeast-1" : { },
17448          "ap-southeast-2" : { },
17449          "ca-central-1" : {
17450            "variants" : [ {
17451              "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com",
17452              "tags" : [ "fips" ]
17453            } ]
17454          },
17455          "eu-central-1" : { },
17456          "eu-north-1" : { },
17457          "eu-west-1" : { },
17458          "eu-west-2" : { },
17459          "eu-west-3" : { },
17460          "fips-ca-central-1" : {
17461            "credentialScope" : {
17462              "region" : "ca-central-1"
17463            },
17464            "deprecated" : true,
17465            "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com"
17466          },
17467          "fips-us-east-1" : {
17468            "credentialScope" : {
17469              "region" : "us-east-1"
17470            },
17471            "deprecated" : true,
17472            "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com"
17473          },
17474          "fips-us-east-2" : {
17475            "credentialScope" : {
17476              "region" : "us-east-2"
17477            },
17478            "deprecated" : true,
17479            "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com"
17480          },
17481          "fips-us-west-1" : {
17482            "credentialScope" : {
17483              "region" : "us-west-1"
17484            },
17485            "deprecated" : true,
17486            "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com"
17487          },
17488          "fips-us-west-2" : {
17489            "credentialScope" : {
17490              "region" : "us-west-2"
17491            },
17492            "deprecated" : true,
17493            "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com"
17494          },
17495          "sa-east-1" : { },
17496          "us-east-1" : {
17497            "variants" : [ {
17498              "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com",
17499              "tags" : [ "fips" ]
17500            } ]
17501          },
17502          "us-east-2" : {
17503            "variants" : [ {
17504              "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com",
17505              "tags" : [ "fips" ]
17506            } ]
17507          },
17508          "us-west-1" : {
17509            "variants" : [ {
17510              "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com",
17511              "tags" : [ "fips" ]
17512            } ]
17513          },
17514          "us-west-2" : {
17515            "variants" : [ {
17516              "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com",
17517              "tags" : [ "fips" ]
17518            } ]
17519          }
17520        }
17521      },
17522      "ssm-sap" : {
17523        "endpoints" : {
17524          "af-south-1" : { },
17525          "ap-east-1" : { },
17526          "ap-northeast-1" : { },
17527          "ap-northeast-2" : { },
17528          "ap-northeast-3" : { },
17529          "ap-south-1" : { },
17530          "ap-southeast-1" : { },
17531          "ap-southeast-2" : { },
17532          "ap-southeast-3" : { },
17533          "ca-central-1" : {
17534            "variants" : [ {
17535              "hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
17536              "tags" : [ "fips" ]
17537            } ]
17538          },
17539          "eu-central-1" : { },
17540          "eu-north-1" : { },
17541          "eu-south-1" : { },
17542          "eu-west-1" : { },
17543          "eu-west-2" : { },
17544          "eu-west-3" : { },
17545          "fips-ca-central-1" : {
17546            "credentialScope" : {
17547              "region" : "ca-central-1"
17548            },
17549            "deprecated" : true,
17550            "hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com"
17551          },
17552          "fips-us-east-1" : {
17553            "credentialScope" : {
17554              "region" : "us-east-1"
17555            },
17556            "deprecated" : true,
17557            "hostname" : "ssm-sap-fips.us-east-1.amazonaws.com"
17558          },
17559          "fips-us-east-2" : {
17560            "credentialScope" : {
17561              "region" : "us-east-2"
17562            },
17563            "deprecated" : true,
17564            "hostname" : "ssm-sap-fips.us-east-2.amazonaws.com"
17565          },
17566          "fips-us-west-1" : {
17567            "credentialScope" : {
17568              "region" : "us-west-1"
17569            },
17570            "deprecated" : true,
17571            "hostname" : "ssm-sap-fips.us-west-1.amazonaws.com"
17572          },
17573          "fips-us-west-2" : {
17574            "credentialScope" : {
17575              "region" : "us-west-2"
17576            },
17577            "deprecated" : true,
17578            "hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
17579          },
17580          "me-south-1" : { },
17581          "sa-east-1" : { },
17582          "us-east-1" : {
17583            "variants" : [ {
17584              "hostname" : "ssm-sap-fips.us-east-1.amazonaws.com",
17585              "tags" : [ "fips" ]
17586            } ]
17587          },
17588          "us-east-2" : {
17589            "variants" : [ {
17590              "hostname" : "ssm-sap-fips.us-east-2.amazonaws.com",
17591              "tags" : [ "fips" ]
17592            } ]
17593          },
17594          "us-west-1" : {
17595            "variants" : [ {
17596              "hostname" : "ssm-sap-fips.us-west-1.amazonaws.com",
17597              "tags" : [ "fips" ]
17598            } ]
17599          },
17600          "us-west-2" : {
17601            "variants" : [ {
17602              "hostname" : "ssm-sap-fips.us-west-2.amazonaws.com",
17603              "tags" : [ "fips" ]
17604            } ]
17605          }
17606        }
17607      },
17608      "sso" : {
17609        "endpoints" : {
17610          "af-south-1" : { },
17611          "ap-east-1" : { },
17612          "ap-northeast-1" : { },
17613          "ap-northeast-2" : { },
17614          "ap-northeast-3" : { },
17615          "ap-south-1" : { },
17616          "ap-southeast-1" : { },
17617          "ap-southeast-2" : { },
17618          "ap-southeast-3" : { },
17619          "ca-central-1" : { },
17620          "eu-central-1" : { },
17621          "eu-central-2" : { },
17622          "eu-north-1" : { },
17623          "eu-south-1" : { },
17624          "eu-west-1" : { },
17625          "eu-west-2" : { },
17626          "eu-west-3" : { },
17627          "il-central-1" : { },
17628          "me-central-1" : { },
17629          "me-south-1" : { },
17630          "sa-east-1" : { },
17631          "us-east-1" : { },
17632          "us-east-2" : { },
17633          "us-west-1" : { },
17634          "us-west-2" : { }
17635        }
17636      },
17637      "states" : {
17638        "endpoints" : {
17639          "af-south-1" : { },
17640          "ap-east-1" : { },
17641          "ap-northeast-1" : { },
17642          "ap-northeast-2" : { },
17643          "ap-northeast-3" : { },
17644          "ap-south-1" : { },
17645          "ap-south-2" : { },
17646          "ap-southeast-1" : { },
17647          "ap-southeast-2" : { },
17648          "ap-southeast-3" : { },
17649          "ap-southeast-4" : { },
17650          "ca-central-1" : { },
17651          "ca-west-1" : { },
17652          "eu-central-1" : { },
17653          "eu-central-2" : { },
17654          "eu-north-1" : { },
17655          "eu-south-1" : { },
17656          "eu-south-2" : { },
17657          "eu-west-1" : { },
17658          "eu-west-2" : { },
17659          "eu-west-3" : { },
17660          "fips-us-east-1" : {
17661            "credentialScope" : {
17662              "region" : "us-east-1"
17663            },
17664            "deprecated" : true,
17665            "hostname" : "states-fips.us-east-1.amazonaws.com"
17666          },
17667          "fips-us-east-2" : {
17668            "credentialScope" : {
17669              "region" : "us-east-2"
17670            },
17671            "deprecated" : true,
17672            "hostname" : "states-fips.us-east-2.amazonaws.com"
17673          },
17674          "fips-us-west-1" : {
17675            "credentialScope" : {
17676              "region" : "us-west-1"
17677            },
17678            "deprecated" : true,
17679            "hostname" : "states-fips.us-west-1.amazonaws.com"
17680          },
17681          "fips-us-west-2" : {
17682            "credentialScope" : {
17683              "region" : "us-west-2"
17684            },
17685            "deprecated" : true,
17686            "hostname" : "states-fips.us-west-2.amazonaws.com"
17687          },
17688          "il-central-1" : { },
17689          "me-central-1" : { },
17690          "me-south-1" : { },
17691          "sa-east-1" : { },
17692          "us-east-1" : {
17693            "variants" : [ {
17694              "hostname" : "states-fips.us-east-1.amazonaws.com",
17695              "tags" : [ "fips" ]
17696            } ]
17697          },
17698          "us-east-2" : {
17699            "variants" : [ {
17700              "hostname" : "states-fips.us-east-2.amazonaws.com",
17701              "tags" : [ "fips" ]
17702            } ]
17703          },
17704          "us-west-1" : {
17705            "variants" : [ {
17706              "hostname" : "states-fips.us-west-1.amazonaws.com",
17707              "tags" : [ "fips" ]
17708            } ]
17709          },
17710          "us-west-2" : {
17711            "variants" : [ {
17712              "hostname" : "states-fips.us-west-2.amazonaws.com",
17713              "tags" : [ "fips" ]
17714            } ]
17715          }
17716        }
17717      },
17718      "storagegateway" : {
17719        "endpoints" : {
17720          "af-south-1" : { },
17721          "ap-east-1" : { },
17722          "ap-northeast-1" : { },
17723          "ap-northeast-2" : { },
17724          "ap-northeast-3" : { },
17725          "ap-south-1" : { },
17726          "ap-south-2" : { },
17727          "ap-southeast-1" : { },
17728          "ap-southeast-2" : { },
17729          "ap-southeast-3" : { },
17730          "ap-southeast-4" : { },
17731          "ca-central-1" : {
17732            "variants" : [ {
17733              "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
17734              "tags" : [ "fips" ]
17735            } ]
17736          },
17737          "ca-central-1-fips" : {
17738            "credentialScope" : {
17739              "region" : "ca-central-1"
17740            },
17741            "deprecated" : true,
17742            "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
17743          },
17744          "eu-central-1" : { },
17745          "eu-central-2" : { },
17746          "eu-north-1" : { },
17747          "eu-south-1" : { },
17748          "eu-south-2" : { },
17749          "eu-west-1" : { },
17750          "eu-west-2" : { },
17751          "eu-west-3" : { },
17752          "il-central-1" : { },
17753          "me-central-1" : { },
17754          "me-south-1" : { },
17755          "sa-east-1" : { },
17756          "us-east-1" : {
17757            "variants" : [ {
17758              "hostname" : "storagegateway-fips.us-east-1.amazonaws.com",
17759              "tags" : [ "fips" ]
17760            } ]
17761          },
17762          "us-east-1-fips" : {
17763            "credentialScope" : {
17764              "region" : "us-east-1"
17765            },
17766            "deprecated" : true,
17767            "hostname" : "storagegateway-fips.us-east-1.amazonaws.com"
17768          },
17769          "us-east-2" : {
17770            "variants" : [ {
17771              "hostname" : "storagegateway-fips.us-east-2.amazonaws.com",
17772              "tags" : [ "fips" ]
17773            } ]
17774          },
17775          "us-east-2-fips" : {
17776            "credentialScope" : {
17777              "region" : "us-east-2"
17778            },
17779            "deprecated" : true,
17780            "hostname" : "storagegateway-fips.us-east-2.amazonaws.com"
17781          },
17782          "us-west-1" : {
17783            "variants" : [ {
17784              "hostname" : "storagegateway-fips.us-west-1.amazonaws.com",
17785              "tags" : [ "fips" ]
17786            } ]
17787          },
17788          "us-west-1-fips" : {
17789            "credentialScope" : {
17790              "region" : "us-west-1"
17791            },
17792            "deprecated" : true,
17793            "hostname" : "storagegateway-fips.us-west-1.amazonaws.com"
17794          },
17795          "us-west-2" : {
17796            "variants" : [ {
17797              "hostname" : "storagegateway-fips.us-west-2.amazonaws.com",
17798              "tags" : [ "fips" ]
17799            } ]
17800          },
17801          "us-west-2-fips" : {
17802            "credentialScope" : {
17803              "region" : "us-west-2"
17804            },
17805            "deprecated" : true,
17806            "hostname" : "storagegateway-fips.us-west-2.amazonaws.com"
17807          }
17808        }
17809      },
17810      "streams.dynamodb" : {
17811        "defaults" : {
17812          "credentialScope" : {
17813            "service" : "dynamodb"
17814          },
17815          "protocols" : [ "http", "https" ]
17816        },
17817        "endpoints" : {
17818          "af-south-1" : { },
17819          "ap-east-1" : { },
17820          "ap-northeast-1" : { },
17821          "ap-northeast-2" : { },
17822          "ap-northeast-3" : { },
17823          "ap-south-1" : { },
17824          "ap-south-2" : { },
17825          "ap-southeast-1" : { },
17826          "ap-southeast-2" : { },
17827          "ap-southeast-3" : { },
17828          "ap-southeast-4" : { },
17829          "ca-central-1" : { },
17830          "ca-west-1" : { },
17831          "eu-central-1" : { },
17832          "eu-central-2" : { },
17833          "eu-north-1" : { },
17834          "eu-south-1" : { },
17835          "eu-south-2" : { },
17836          "eu-west-1" : { },
17837          "eu-west-2" : { },
17838          "eu-west-3" : { },
17839          "il-central-1" : { },
17840          "local" : {
17841            "credentialScope" : {
17842              "region" : "us-east-1"
17843            },
17844            "hostname" : "localhost:8000",
17845            "protocols" : [ "http" ]
17846          },
17847          "me-central-1" : { },
17848          "me-south-1" : { },
17849          "sa-east-1" : { },
17850          "us-east-1" : { },
17851          "us-east-2" : { },
17852          "us-west-1" : { },
17853          "us-west-2" : { }
17854        }
17855      },
17856      "sts" : {
17857        "endpoints" : {
17858          "af-south-1" : { },
17859          "ap-east-1" : { },
17860          "ap-northeast-1" : { },
17861          "ap-northeast-2" : { },
17862          "ap-northeast-3" : { },
17863          "ap-south-1" : { },
17864          "ap-south-2" : { },
17865          "ap-southeast-1" : { },
17866          "ap-southeast-2" : { },
17867          "ap-southeast-3" : { },
17868          "ap-southeast-4" : { },
17869          "aws-global" : {
17870            "credentialScope" : {
17871              "region" : "us-east-1"
17872            },
17873            "hostname" : "sts.amazonaws.com"
17874          },
17875          "ca-central-1" : { },
17876          "ca-west-1" : { },
17877          "eu-central-1" : { },
17878          "eu-central-2" : { },
17879          "eu-north-1" : { },
17880          "eu-south-1" : { },
17881          "eu-south-2" : { },
17882          "eu-west-1" : { },
17883          "eu-west-2" : { },
17884          "eu-west-3" : { },
17885          "il-central-1" : { },
17886          "me-central-1" : { },
17887          "me-south-1" : { },
17888          "sa-east-1" : { },
17889          "us-east-1" : {
17890            "variants" : [ {
17891              "hostname" : "sts-fips.us-east-1.amazonaws.com",
17892              "tags" : [ "fips" ]
17893            } ]
17894          },
17895          "us-east-1-fips" : {
17896            "credentialScope" : {
17897              "region" : "us-east-1"
17898            },
17899            "deprecated" : true,
17900            "hostname" : "sts-fips.us-east-1.amazonaws.com"
17901          },
17902          "us-east-2" : {
17903            "variants" : [ {
17904              "hostname" : "sts-fips.us-east-2.amazonaws.com",
17905              "tags" : [ "fips" ]
17906            } ]
17907          },
17908          "us-east-2-fips" : {
17909            "credentialScope" : {
17910              "region" : "us-east-2"
17911            },
17912            "deprecated" : true,
17913            "hostname" : "sts-fips.us-east-2.amazonaws.com"
17914          },
17915          "us-west-1" : {
17916            "variants" : [ {
17917              "hostname" : "sts-fips.us-west-1.amazonaws.com",
17918              "tags" : [ "fips" ]
17919            } ]
17920          },
17921          "us-west-1-fips" : {
17922            "credentialScope" : {
17923              "region" : "us-west-1"
17924            },
17925            "deprecated" : true,
17926            "hostname" : "sts-fips.us-west-1.amazonaws.com"
17927          },
17928          "us-west-2" : {
17929            "variants" : [ {
17930              "hostname" : "sts-fips.us-west-2.amazonaws.com",
17931              "tags" : [ "fips" ]
17932            } ]
17933          },
17934          "us-west-2-fips" : {
17935            "credentialScope" : {
17936              "region" : "us-west-2"
17937            },
17938            "deprecated" : true,
17939            "hostname" : "sts-fips.us-west-2.amazonaws.com"
17940          }
17941        },
17942        "partitionEndpoint" : "aws-global"
17943      },
17944      "support" : {
17945        "endpoints" : {
17946          "aws-global" : {
17947            "credentialScope" : {
17948              "region" : "us-east-1"
17949            },
17950            "hostname" : "support.us-east-1.amazonaws.com"
17951          }
17952        },
17953        "partitionEndpoint" : "aws-global"
17954      },
17955      "supportapp" : {
17956        "endpoints" : {
17957          "eu-west-1" : { },
17958          "us-east-1" : { },
17959          "us-west-2" : { }
17960        }
17961      },
17962      "swf" : {
17963        "endpoints" : {
17964          "af-south-1" : { },
17965          "ap-east-1" : { },
17966          "ap-northeast-1" : { },
17967          "ap-northeast-2" : { },
17968          "ap-northeast-3" : { },
17969          "ap-south-1" : { },
17970          "ap-south-2" : { },
17971          "ap-southeast-1" : { },
17972          "ap-southeast-2" : { },
17973          "ap-southeast-3" : { },
17974          "ap-southeast-4" : { },
17975          "ca-central-1" : { },
17976          "ca-west-1" : { },
17977          "eu-central-1" : { },
17978          "eu-central-2" : { },
17979          "eu-north-1" : { },
17980          "eu-south-1" : { },
17981          "eu-south-2" : { },
17982          "eu-west-1" : { },
17983          "eu-west-2" : { },
17984          "eu-west-3" : { },
17985          "fips-us-east-1" : {
17986            "credentialScope" : {
17987              "region" : "us-east-1"
17988            },
17989            "deprecated" : true,
17990            "hostname" : "swf-fips.us-east-1.amazonaws.com"
17991          },
17992          "fips-us-east-2" : {
17993            "credentialScope" : {
17994              "region" : "us-east-2"
17995            },
17996            "deprecated" : true,
17997            "hostname" : "swf-fips.us-east-2.amazonaws.com"
17998          },
17999          "fips-us-west-1" : {
18000            "credentialScope" : {
18001              "region" : "us-west-1"
18002            },
18003            "deprecated" : true,
18004            "hostname" : "swf-fips.us-west-1.amazonaws.com"
18005          },
18006          "fips-us-west-2" : {
18007            "credentialScope" : {
18008              "region" : "us-west-2"
18009            },
18010            "deprecated" : true,
18011            "hostname" : "swf-fips.us-west-2.amazonaws.com"
18012          },
18013          "il-central-1" : { },
18014          "me-central-1" : { },
18015          "me-south-1" : { },
18016          "sa-east-1" : { },
18017          "us-east-1" : {
18018            "variants" : [ {
18019              "hostname" : "swf-fips.us-east-1.amazonaws.com",
18020              "tags" : [ "fips" ]
18021            } ]
18022          },
18023          "us-east-2" : {
18024            "variants" : [ {
18025              "hostname" : "swf-fips.us-east-2.amazonaws.com",
18026              "tags" : [ "fips" ]
18027            } ]
18028          },
18029          "us-west-1" : {
18030            "variants" : [ {
18031              "hostname" : "swf-fips.us-west-1.amazonaws.com",
18032              "tags" : [ "fips" ]
18033            } ]
18034          },
18035          "us-west-2" : {
18036            "variants" : [ {
18037              "hostname" : "swf-fips.us-west-2.amazonaws.com",
18038              "tags" : [ "fips" ]
18039            } ]
18040          }
18041        }
18042      },
18043      "synthetics" : {
18044        "endpoints" : {
18045          "af-south-1" : { },
18046          "ap-east-1" : { },
18047          "ap-northeast-1" : { },
18048          "ap-northeast-2" : { },
18049          "ap-northeast-3" : { },
18050          "ap-south-1" : { },
18051          "ap-south-2" : { },
18052          "ap-southeast-1" : { },
18053          "ap-southeast-2" : { },
18054          "ap-southeast-3" : { },
18055          "ap-southeast-4" : { },
18056          "ca-central-1" : { },
18057          "ca-west-1" : { },
18058          "eu-central-1" : { },
18059          "eu-central-2" : { },
18060          "eu-north-1" : { },
18061          "eu-south-1" : { },
18062          "eu-south-2" : { },
18063          "eu-west-1" : { },
18064          "eu-west-2" : { },
18065          "eu-west-3" : { },
18066          "fips-us-east-1" : {
18067            "credentialScope" : {
18068              "region" : "us-east-1"
18069            },
18070            "deprecated" : true,
18071            "hostname" : "synthetics-fips.us-east-1.amazonaws.com"
18072          },
18073          "fips-us-east-2" : {
18074            "credentialScope" : {
18075              "region" : "us-east-2"
18076            },
18077            "deprecated" : true,
18078            "hostname" : "synthetics-fips.us-east-2.amazonaws.com"
18079          },
18080          "fips-us-west-1" : {
18081            "credentialScope" : {
18082              "region" : "us-west-1"
18083            },
18084            "deprecated" : true,
18085            "hostname" : "synthetics-fips.us-west-1.amazonaws.com"
18086          },
18087          "fips-us-west-2" : {
18088            "credentialScope" : {
18089              "region" : "us-west-2"
18090            },
18091            "deprecated" : true,
18092            "hostname" : "synthetics-fips.us-west-2.amazonaws.com"
18093          },
18094          "il-central-1" : { },
18095          "me-central-1" : { },
18096          "me-south-1" : { },
18097          "sa-east-1" : { },
18098          "us-east-1" : {
18099            "variants" : [ {
18100              "hostname" : "synthetics-fips.us-east-1.amazonaws.com",
18101              "tags" : [ "fips" ]
18102            } ]
18103          },
18104          "us-east-2" : {
18105            "variants" : [ {
18106              "hostname" : "synthetics-fips.us-east-2.amazonaws.com",
18107              "tags" : [ "fips" ]
18108            } ]
18109          },
18110          "us-west-1" : {
18111            "variants" : [ {
18112              "hostname" : "synthetics-fips.us-west-1.amazonaws.com",
18113              "tags" : [ "fips" ]
18114            } ]
18115          },
18116          "us-west-2" : {
18117            "variants" : [ {
18118              "hostname" : "synthetics-fips.us-west-2.amazonaws.com",
18119              "tags" : [ "fips" ]
18120            } ]
18121          }
18122        }
18123      },
18124      "tagging" : {
18125        "endpoints" : {
18126          "af-south-1" : { },
18127          "ap-east-1" : { },
18128          "ap-northeast-1" : { },
18129          "ap-northeast-2" : { },
18130          "ap-northeast-3" : { },
18131          "ap-south-1" : { },
18132          "ap-south-2" : { },
18133          "ap-southeast-1" : { },
18134          "ap-southeast-2" : { },
18135          "ap-southeast-3" : { },
18136          "ap-southeast-4" : { },
18137          "ca-central-1" : { },
18138          "ca-west-1" : { },
18139          "eu-central-1" : { },
18140          "eu-central-2" : { },
18141          "eu-north-1" : { },
18142          "eu-south-1" : { },
18143          "eu-south-2" : { },
18144          "eu-west-1" : { },
18145          "eu-west-2" : { },
18146          "eu-west-3" : { },
18147          "il-central-1" : { },
18148          "me-central-1" : { },
18149          "me-south-1" : { },
18150          "sa-east-1" : { },
18151          "us-east-1" : { },
18152          "us-east-2" : { },
18153          "us-west-1" : { },
18154          "us-west-2" : { }
18155        }
18156      },
18157      "textract" : {
18158        "endpoints" : {
18159          "ap-northeast-2" : { },
18160          "ap-south-1" : { },
18161          "ap-southeast-1" : { },
18162          "ap-southeast-2" : { },
18163          "ca-central-1" : {
18164            "variants" : [ {
18165              "hostname" : "textract-fips.ca-central-1.amazonaws.com",
18166              "tags" : [ "fips" ]
18167            } ]
18168          },
18169          "eu-central-1" : { },
18170          "eu-west-1" : { },
18171          "eu-west-2" : { },
18172          "eu-west-3" : { },
18173          "fips-ca-central-1" : {
18174            "credentialScope" : {
18175              "region" : "ca-central-1"
18176            },
18177            "deprecated" : true,
18178            "hostname" : "textract-fips.ca-central-1.amazonaws.com"
18179          },
18180          "fips-us-east-1" : {
18181            "credentialScope" : {
18182              "region" : "us-east-1"
18183            },
18184            "deprecated" : true,
18185            "hostname" : "textract-fips.us-east-1.amazonaws.com"
18186          },
18187          "fips-us-east-2" : {
18188            "credentialScope" : {
18189              "region" : "us-east-2"
18190            },
18191            "deprecated" : true,
18192            "hostname" : "textract-fips.us-east-2.amazonaws.com"
18193          },
18194          "fips-us-west-1" : {
18195            "credentialScope" : {
18196              "region" : "us-west-1"
18197            },
18198            "deprecated" : true,
18199            "hostname" : "textract-fips.us-west-1.amazonaws.com"
18200          },
18201          "fips-us-west-2" : {
18202            "credentialScope" : {
18203              "region" : "us-west-2"
18204            },
18205            "deprecated" : true,
18206            "hostname" : "textract-fips.us-west-2.amazonaws.com"
18207          },
18208          "us-east-1" : {
18209            "variants" : [ {
18210              "hostname" : "textract-fips.us-east-1.amazonaws.com",
18211              "tags" : [ "fips" ]
18212            } ]
18213          },
18214          "us-east-2" : {
18215            "variants" : [ {
18216              "hostname" : "textract-fips.us-east-2.amazonaws.com",
18217              "tags" : [ "fips" ]
18218            } ]
18219          },
18220          "us-west-1" : {
18221            "variants" : [ {
18222              "hostname" : "textract-fips.us-west-1.amazonaws.com",
18223              "tags" : [ "fips" ]
18224            } ]
18225          },
18226          "us-west-2" : {
18227            "variants" : [ {
18228              "hostname" : "textract-fips.us-west-2.amazonaws.com",
18229              "tags" : [ "fips" ]
18230            } ]
18231          }
18232        }
18233      },
18234      "thinclient" : {
18235        "endpoints" : {
18236          "ap-south-1" : { },
18237          "ca-central-1" : { },
18238          "eu-central-1" : { },
18239          "eu-west-1" : { },
18240          "eu-west-2" : { },
18241          "us-east-1" : { },
18242          "us-west-2" : { }
18243        }
18244      },
18245      "tnb" : {
18246        "endpoints" : {
18247          "ap-northeast-2" : { },
18248          "ap-southeast-2" : { },
18249          "ca-central-1" : { },
18250          "eu-central-1" : { },
18251          "eu-north-1" : { },
18252          "eu-south-2" : { },
18253          "eu-west-3" : { },
18254          "sa-east-1" : { },
18255          "us-east-1" : { },
18256          "us-west-2" : { }
18257        }
18258      },
18259      "transcribe" : {
18260        "defaults" : {
18261          "protocols" : [ "https" ],
18262          "variants" : [ {
18263            "hostname" : "fips.transcribe.{region}.{dnsSuffix}",
18264            "tags" : [ "fips" ]
18265          } ]
18266        },
18267        "endpoints" : {
18268          "af-south-1" : { },
18269          "ap-east-1" : { },
18270          "ap-northeast-1" : { },
18271          "ap-northeast-2" : { },
18272          "ap-south-1" : { },
18273          "ap-southeast-1" : { },
18274          "ap-southeast-2" : { },
18275          "ca-central-1" : {
18276            "variants" : [ {
18277              "hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
18278              "tags" : [ "fips" ]
18279            } ]
18280          },
18281          "eu-central-1" : { },
18282          "eu-north-1" : { },
18283          "eu-west-1" : { },
18284          "eu-west-2" : { },
18285          "eu-west-3" : { },
18286          "fips-ca-central-1" : {
18287            "credentialScope" : {
18288              "region" : "ca-central-1"
18289            },
18290            "deprecated" : true,
18291            "hostname" : "fips.transcribe.ca-central-1.amazonaws.com"
18292          },
18293          "fips-us-east-1" : {
18294            "credentialScope" : {
18295              "region" : "us-east-1"
18296            },
18297            "deprecated" : true,
18298            "hostname" : "fips.transcribe.us-east-1.amazonaws.com"
18299          },
18300          "fips-us-east-2" : {
18301            "credentialScope" : {
18302              "region" : "us-east-2"
18303            },
18304            "deprecated" : true,
18305            "hostname" : "fips.transcribe.us-east-2.amazonaws.com"
18306          },
18307          "fips-us-west-1" : {
18308            "credentialScope" : {
18309              "region" : "us-west-1"
18310            },
18311            "deprecated" : true,
18312            "hostname" : "fips.transcribe.us-west-1.amazonaws.com"
18313          },
18314          "fips-us-west-2" : {
18315            "credentialScope" : {
18316              "region" : "us-west-2"
18317            },
18318            "deprecated" : true,
18319            "hostname" : "fips.transcribe.us-west-2.amazonaws.com"
18320          },
18321          "me-south-1" : { },
18322          "sa-east-1" : { },
18323          "us-east-1" : {
18324            "variants" : [ {
18325              "hostname" : "fips.transcribe.us-east-1.amazonaws.com",
18326              "tags" : [ "fips" ]
18327            } ]
18328          },
18329          "us-east-2" : {
18330            "variants" : [ {
18331              "hostname" : "fips.transcribe.us-east-2.amazonaws.com",
18332              "tags" : [ "fips" ]
18333            } ]
18334          },
18335          "us-west-1" : {
18336            "variants" : [ {
18337              "hostname" : "fips.transcribe.us-west-1.amazonaws.com",
18338              "tags" : [ "fips" ]
18339            } ]
18340          },
18341          "us-west-2" : {
18342            "variants" : [ {
18343              "hostname" : "fips.transcribe.us-west-2.amazonaws.com",
18344              "tags" : [ "fips" ]
18345            } ]
18346          }
18347        }
18348      },
18349      "transcribestreaming" : {
18350        "endpoints" : {
18351          "af-south-1" : { },
18352          "ap-northeast-1" : { },
18353          "ap-northeast-2" : { },
18354          "ap-south-1" : { },
18355          "ap-southeast-1" : { },
18356          "ap-southeast-2" : { },
18357          "ca-central-1" : { },
18358          "eu-central-1" : { },
18359          "eu-west-1" : { },
18360          "eu-west-2" : { },
18361          "sa-east-1" : { },
18362          "transcribestreaming-ca-central-1" : {
18363            "credentialScope" : {
18364              "region" : "ca-central-1"
18365            },
18366            "deprecated" : true,
18367            "variants" : [ {
18368              "hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
18369              "tags" : [ "fips" ]
18370            } ]
18371          },
18372          "transcribestreaming-fips-ca-central-1" : {
18373            "credentialScope" : {
18374              "region" : "ca-central-1"
18375            },
18376            "deprecated" : true,
18377            "hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
18378          },
18379          "transcribestreaming-fips-us-east-1" : {
18380            "credentialScope" : {
18381              "region" : "us-east-1"
18382            },
18383            "deprecated" : true,
18384            "hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
18385          },
18386          "transcribestreaming-fips-us-east-2" : {
18387            "credentialScope" : {
18388              "region" : "us-east-2"
18389            },
18390            "deprecated" : true,
18391            "hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
18392          },
18393          "transcribestreaming-fips-us-west-2" : {
18394            "credentialScope" : {
18395              "region" : "us-west-2"
18396            },
18397            "deprecated" : true,
18398            "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
18399          },
18400          "transcribestreaming-us-east-1" : {
18401            "credentialScope" : {
18402              "region" : "us-east-1"
18403            },
18404            "deprecated" : true,
18405            "variants" : [ {
18406              "hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
18407              "tags" : [ "fips" ]
18408            } ]
18409          },
18410          "transcribestreaming-us-east-2" : {
18411            "credentialScope" : {
18412              "region" : "us-east-2"
18413            },
18414            "deprecated" : true,
18415            "variants" : [ {
18416              "hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
18417              "tags" : [ "fips" ]
18418            } ]
18419          },
18420          "transcribestreaming-us-west-2" : {
18421            "credentialScope" : {
18422              "region" : "us-west-2"
18423            },
18424            "deprecated" : true,
18425            "variants" : [ {
18426              "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
18427              "tags" : [ "fips" ]
18428            } ]
18429          },
18430          "us-east-1" : { },
18431          "us-east-2" : { },
18432          "us-west-2" : { }
18433        }
18434      },
18435      "transfer" : {
18436        "endpoints" : {
18437          "af-south-1" : { },
18438          "ap-east-1" : { },
18439          "ap-northeast-1" : { },
18440          "ap-northeast-2" : { },
18441          "ap-northeast-3" : { },
18442          "ap-south-1" : { },
18443          "ap-south-2" : { },
18444          "ap-southeast-1" : { },
18445          "ap-southeast-2" : { },
18446          "ap-southeast-3" : { },
18447          "ap-southeast-4" : { },
18448          "ca-central-1" : {
18449            "variants" : [ {
18450              "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
18451              "tags" : [ "fips" ]
18452            } ]
18453          },
18454          "eu-central-1" : { },
18455          "eu-central-2" : { },
18456          "eu-north-1" : { },
18457          "eu-south-1" : { },
18458          "eu-south-2" : { },
18459          "eu-west-1" : { },
18460          "eu-west-2" : { },
18461          "eu-west-3" : { },
18462          "fips-ca-central-1" : {
18463            "credentialScope" : {
18464              "region" : "ca-central-1"
18465            },
18466            "deprecated" : true,
18467            "hostname" : "transfer-fips.ca-central-1.amazonaws.com"
18468          },
18469          "fips-us-east-1" : {
18470            "credentialScope" : {
18471              "region" : "us-east-1"
18472            },
18473            "deprecated" : true,
18474            "hostname" : "transfer-fips.us-east-1.amazonaws.com"
18475          },
18476          "fips-us-east-2" : {
18477            "credentialScope" : {
18478              "region" : "us-east-2"
18479            },
18480            "deprecated" : true,
18481            "hostname" : "transfer-fips.us-east-2.amazonaws.com"
18482          },
18483          "fips-us-west-1" : {
18484            "credentialScope" : {
18485              "region" : "us-west-1"
18486            },
18487            "deprecated" : true,
18488            "hostname" : "transfer-fips.us-west-1.amazonaws.com"
18489          },
18490          "fips-us-west-2" : {
18491            "credentialScope" : {
18492              "region" : "us-west-2"
18493            },
18494            "deprecated" : true,
18495            "hostname" : "transfer-fips.us-west-2.amazonaws.com"
18496          },
18497          "il-central-1" : { },
18498          "me-central-1" : { },
18499          "me-south-1" : { },
18500          "sa-east-1" : { },
18501          "us-east-1" : {
18502            "variants" : [ {
18503              "hostname" : "transfer-fips.us-east-1.amazonaws.com",
18504              "tags" : [ "fips" ]
18505            } ]
18506          },
18507          "us-east-2" : {
18508            "variants" : [ {
18509              "hostname" : "transfer-fips.us-east-2.amazonaws.com",
18510              "tags" : [ "fips" ]
18511            } ]
18512          },
18513          "us-west-1" : {
18514            "variants" : [ {
18515              "hostname" : "transfer-fips.us-west-1.amazonaws.com",
18516              "tags" : [ "fips" ]
18517            } ]
18518          },
18519          "us-west-2" : {
18520            "variants" : [ {
18521              "hostname" : "transfer-fips.us-west-2.amazonaws.com",
18522              "tags" : [ "fips" ]
18523            } ]
18524          }
18525        }
18526      },
18527      "translate" : {
18528        "defaults" : {
18529          "protocols" : [ "https" ]
18530        },
18531        "endpoints" : {
18532          "ap-east-1" : { },
18533          "ap-northeast-1" : { },
18534          "ap-northeast-2" : { },
18535          "ap-south-1" : { },
18536          "ap-southeast-1" : { },
18537          "ap-southeast-2" : { },
18538          "ca-central-1" : { },
18539          "eu-central-1" : { },
18540          "eu-north-1" : { },
18541          "eu-west-1" : { },
18542          "eu-west-2" : { },
18543          "eu-west-3" : { },
18544          "us-east-1" : {
18545            "variants" : [ {
18546              "hostname" : "translate-fips.us-east-1.amazonaws.com",
18547              "tags" : [ "fips" ]
18548            } ]
18549          },
18550          "us-east-1-fips" : {
18551            "credentialScope" : {
18552              "region" : "us-east-1"
18553            },
18554            "deprecated" : true,
18555            "hostname" : "translate-fips.us-east-1.amazonaws.com"
18556          },
18557          "us-east-2" : {
18558            "variants" : [ {
18559              "hostname" : "translate-fips.us-east-2.amazonaws.com",
18560              "tags" : [ "fips" ]
18561            } ]
18562          },
18563          "us-east-2-fips" : {
18564            "credentialScope" : {
18565              "region" : "us-east-2"
18566            },
18567            "deprecated" : true,
18568            "hostname" : "translate-fips.us-east-2.amazonaws.com"
18569          },
18570          "us-west-1" : { },
18571          "us-west-2" : {
18572            "variants" : [ {
18573              "hostname" : "translate-fips.us-west-2.amazonaws.com",
18574              "tags" : [ "fips" ]
18575            } ]
18576          },
18577          "us-west-2-fips" : {
18578            "credentialScope" : {
18579              "region" : "us-west-2"
18580            },
18581            "deprecated" : true,
18582            "hostname" : "translate-fips.us-west-2.amazonaws.com"
18583          }
18584        }
18585      },
18586      "verifiedpermissions" : {
18587        "endpoints" : {
18588          "af-south-1" : { },
18589          "ap-east-1" : { },
18590          "ap-northeast-1" : { },
18591          "ap-northeast-2" : { },
18592          "ap-northeast-3" : { },
18593          "ap-south-1" : { },
18594          "ap-south-2" : { },
18595          "ap-southeast-1" : { },
18596          "ap-southeast-2" : { },
18597          "ap-southeast-3" : { },
18598          "ap-southeast-4" : { },
18599          "ca-central-1" : { },
18600          "eu-central-1" : { },
18601          "eu-central-2" : { },
18602          "eu-north-1" : { },
18603          "eu-south-1" : { },
18604          "eu-south-2" : { },
18605          "eu-west-1" : { },
18606          "eu-west-2" : { },
18607          "eu-west-3" : { },
18608          "me-central-1" : { },
18609          "me-south-1" : { },
18610          "sa-east-1" : { },
18611          "us-east-1" : { },
18612          "us-east-2" : { },
18613          "us-west-1" : { },
18614          "us-west-2" : { }
18615        }
18616      },
18617      "voice-chime" : {
18618        "endpoints" : {
18619          "ap-northeast-1" : { },
18620          "ap-northeast-2" : { },
18621          "ap-southeast-1" : { },
18622          "ap-southeast-2" : { },
18623          "ca-central-1" : {
18624            "variants" : [ {
18625              "hostname" : "voice-chime-fips.ca-central-1.amazonaws.com",
18626              "tags" : [ "fips" ]
18627            } ]
18628          },
18629          "ca-central-1-fips" : {
18630            "credentialScope" : {
18631              "region" : "ca-central-1"
18632            },
18633            "deprecated" : true,
18634            "hostname" : "voice-chime-fips.ca-central-1.amazonaws.com"
18635          },
18636          "eu-central-1" : { },
18637          "eu-west-1" : { },
18638          "eu-west-2" : { },
18639          "us-east-1" : {
18640            "variants" : [ {
18641              "hostname" : "voice-chime-fips.us-east-1.amazonaws.com",
18642              "tags" : [ "fips" ]
18643            } ]
18644          },
18645          "us-east-1-fips" : {
18646            "credentialScope" : {
18647              "region" : "us-east-1"
18648            },
18649            "deprecated" : true,
18650            "hostname" : "voice-chime-fips.us-east-1.amazonaws.com"
18651          },
18652          "us-west-2" : {
18653            "variants" : [ {
18654              "hostname" : "voice-chime-fips.us-west-2.amazonaws.com",
18655              "tags" : [ "fips" ]
18656            } ]
18657          },
18658          "us-west-2-fips" : {
18659            "credentialScope" : {
18660              "region" : "us-west-2"
18661            },
18662            "deprecated" : true,
18663            "hostname" : "voice-chime-fips.us-west-2.amazonaws.com"
18664          }
18665        }
18666      },
18667      "voiceid" : {
18668        "endpoints" : {
18669          "ap-northeast-1" : { },
18670          "ap-southeast-1" : { },
18671          "ap-southeast-2" : { },
18672          "ca-central-1" : {
18673            "variants" : [ {
18674              "hostname" : "voiceid-fips.ca-central-1.amazonaws.com",
18675              "tags" : [ "fips" ]
18676            } ]
18677          },
18678          "eu-central-1" : { },
18679          "eu-west-2" : { },
18680          "fips-ca-central-1" : {
18681            "credentialScope" : {
18682              "region" : "ca-central-1"
18683            },
18684            "deprecated" : true,
18685            "hostname" : "voiceid-fips.ca-central-1.amazonaws.com"
18686          },
18687          "fips-us-east-1" : {
18688            "credentialScope" : {
18689              "region" : "us-east-1"
18690            },
18691            "deprecated" : true,
18692            "hostname" : "voiceid-fips.us-east-1.amazonaws.com"
18693          },
18694          "fips-us-west-2" : {
18695            "credentialScope" : {
18696              "region" : "us-west-2"
18697            },
18698            "deprecated" : true,
18699            "hostname" : "voiceid-fips.us-west-2.amazonaws.com"
18700          },
18701          "us-east-1" : {
18702            "variants" : [ {
18703              "hostname" : "voiceid-fips.us-east-1.amazonaws.com",
18704              "tags" : [ "fips" ]
18705            } ]
18706          },
18707          "us-west-2" : {
18708            "variants" : [ {
18709              "hostname" : "voiceid-fips.us-west-2.amazonaws.com",
18710              "tags" : [ "fips" ]
18711            } ]
18712          }
18713        }
18714      },
18715      "vpc-lattice" : {
18716        "endpoints" : {
18717          "ap-northeast-1" : { },
18718          "ap-southeast-1" : { },
18719          "ap-southeast-2" : { },
18720          "ca-central-1" : { },
18721          "eu-central-1" : { },
18722          "eu-north-1" : { },
18723          "eu-west-1" : { },
18724          "eu-west-2" : { },
18725          "us-east-1" : { },
18726          "us-east-2" : { },
18727          "us-west-2" : { }
18728        }
18729      },
18730      "waf" : {
18731        "endpoints" : {
18732          "aws" : {
18733            "credentialScope" : {
18734              "region" : "us-east-1"
18735            },
18736            "deprecated" : true,
18737            "variants" : [ {
18738              "hostname" : "waf-fips.amazonaws.com",
18739              "tags" : [ "fips" ]
18740            } ]
18741          },
18742          "aws-fips" : {
18743            "credentialScope" : {
18744              "region" : "us-east-1"
18745            },
18746            "deprecated" : true,
18747            "hostname" : "waf-fips.amazonaws.com"
18748          },
18749          "aws-global" : {
18750            "credentialScope" : {
18751              "region" : "us-east-1"
18752            },
18753            "hostname" : "waf.amazonaws.com",
18754            "variants" : [ {
18755              "hostname" : "waf-fips.amazonaws.com",
18756              "tags" : [ "fips" ]
18757            } ]
18758          },
18759          "aws-global-fips" : {
18760            "credentialScope" : {
18761              "region" : "us-east-1"
18762            },
18763            "deprecated" : true,
18764            "hostname" : "waf-fips.amazonaws.com"
18765          }
18766        },
18767        "isRegionalized" : false,
18768        "partitionEndpoint" : "aws-global"
18769      },
18770      "waf-regional" : {
18771        "endpoints" : {
18772          "af-south-1" : {
18773            "credentialScope" : {
18774              "region" : "af-south-1"
18775            },
18776            "hostname" : "waf-regional.af-south-1.amazonaws.com",
18777            "variants" : [ {
18778              "hostname" : "waf-regional-fips.af-south-1.amazonaws.com",
18779              "tags" : [ "fips" ]
18780            } ]
18781          },
18782          "ap-east-1" : {
18783            "credentialScope" : {
18784              "region" : "ap-east-1"
18785            },
18786            "hostname" : "waf-regional.ap-east-1.amazonaws.com",
18787            "variants" : [ {
18788              "hostname" : "waf-regional-fips.ap-east-1.amazonaws.com",
18789              "tags" : [ "fips" ]
18790            } ]
18791          },
18792          "ap-northeast-1" : {
18793            "credentialScope" : {
18794              "region" : "ap-northeast-1"
18795            },
18796            "hostname" : "waf-regional.ap-northeast-1.amazonaws.com",
18797            "variants" : [ {
18798              "hostname" : "waf-regional-fips.ap-northeast-1.amazonaws.com",
18799              "tags" : [ "fips" ]
18800            } ]
18801          },
18802          "ap-northeast-2" : {
18803            "credentialScope" : {
18804              "region" : "ap-northeast-2"
18805            },
18806            "hostname" : "waf-regional.ap-northeast-2.amazonaws.com",
18807            "variants" : [ {
18808              "hostname" : "waf-regional-fips.ap-northeast-2.amazonaws.com",
18809              "tags" : [ "fips" ]
18810            } ]
18811          },
18812          "ap-northeast-3" : {
18813            "credentialScope" : {
18814              "region" : "ap-northeast-3"
18815            },
18816            "hostname" : "waf-regional.ap-northeast-3.amazonaws.com",
18817            "variants" : [ {
18818              "hostname" : "waf-regional-fips.ap-northeast-3.amazonaws.com",
18819              "tags" : [ "fips" ]
18820            } ]
18821          },
18822          "ap-south-1" : {
18823            "credentialScope" : {
18824              "region" : "ap-south-1"
18825            },
18826            "hostname" : "waf-regional.ap-south-1.amazonaws.com",
18827            "variants" : [ {
18828              "hostname" : "waf-regional-fips.ap-south-1.amazonaws.com",
18829              "tags" : [ "fips" ]
18830            } ]
18831          },
18832          "ap-south-2" : {
18833            "credentialScope" : {
18834              "region" : "ap-south-2"
18835            },
18836            "hostname" : "waf-regional.ap-south-2.amazonaws.com",
18837            "variants" : [ {
18838              "hostname" : "waf-regional-fips.ap-south-2.amazonaws.com",
18839              "tags" : [ "fips" ]
18840            } ]
18841          },
18842          "ap-southeast-1" : {
18843            "credentialScope" : {
18844              "region" : "ap-southeast-1"
18845            },
18846            "hostname" : "waf-regional.ap-southeast-1.amazonaws.com",
18847            "variants" : [ {
18848              "hostname" : "waf-regional-fips.ap-southeast-1.amazonaws.com",
18849              "tags" : [ "fips" ]
18850            } ]
18851          },
18852          "ap-southeast-2" : {
18853            "credentialScope" : {
18854              "region" : "ap-southeast-2"
18855            },
18856            "hostname" : "waf-regional.ap-southeast-2.amazonaws.com",
18857            "variants" : [ {
18858              "hostname" : "waf-regional-fips.ap-southeast-2.amazonaws.com",
18859              "tags" : [ "fips" ]
18860            } ]
18861          },
18862          "ap-southeast-3" : {
18863            "credentialScope" : {
18864              "region" : "ap-southeast-3"
18865            },
18866            "hostname" : "waf-regional.ap-southeast-3.amazonaws.com",
18867            "variants" : [ {
18868              "hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com",
18869              "tags" : [ "fips" ]
18870            } ]
18871          },
18872          "ap-southeast-4" : {
18873            "credentialScope" : {
18874              "region" : "ap-southeast-4"
18875            },
18876            "hostname" : "waf-regional.ap-southeast-4.amazonaws.com",
18877            "variants" : [ {
18878              "hostname" : "waf-regional-fips.ap-southeast-4.amazonaws.com",
18879              "tags" : [ "fips" ]
18880            } ]
18881          },
18882          "ca-central-1" : {
18883            "credentialScope" : {
18884              "region" : "ca-central-1"
18885            },
18886            "hostname" : "waf-regional.ca-central-1.amazonaws.com",
18887            "variants" : [ {
18888              "hostname" : "waf-regional-fips.ca-central-1.amazonaws.com",
18889              "tags" : [ "fips" ]
18890            } ]
18891          },
18892          "eu-central-1" : {
18893            "credentialScope" : {
18894              "region" : "eu-central-1"
18895            },
18896            "hostname" : "waf-regional.eu-central-1.amazonaws.com",
18897            "variants" : [ {
18898              "hostname" : "waf-regional-fips.eu-central-1.amazonaws.com",
18899              "tags" : [ "fips" ]
18900            } ]
18901          },
18902          "eu-central-2" : {
18903            "credentialScope" : {
18904              "region" : "eu-central-2"
18905            },
18906            "hostname" : "waf-regional.eu-central-2.amazonaws.com",
18907            "variants" : [ {
18908              "hostname" : "waf-regional-fips.eu-central-2.amazonaws.com",
18909              "tags" : [ "fips" ]
18910            } ]
18911          },
18912          "eu-north-1" : {
18913            "credentialScope" : {
18914              "region" : "eu-north-1"
18915            },
18916            "hostname" : "waf-regional.eu-north-1.amazonaws.com",
18917            "variants" : [ {
18918              "hostname" : "waf-regional-fips.eu-north-1.amazonaws.com",
18919              "tags" : [ "fips" ]
18920            } ]
18921          },
18922          "eu-south-1" : {
18923            "credentialScope" : {
18924              "region" : "eu-south-1"
18925            },
18926            "hostname" : "waf-regional.eu-south-1.amazonaws.com",
18927            "variants" : [ {
18928              "hostname" : "waf-regional-fips.eu-south-1.amazonaws.com",
18929              "tags" : [ "fips" ]
18930            } ]
18931          },
18932          "eu-south-2" : {
18933            "credentialScope" : {
18934              "region" : "eu-south-2"
18935            },
18936            "hostname" : "waf-regional.eu-south-2.amazonaws.com",
18937            "variants" : [ {
18938              "hostname" : "waf-regional-fips.eu-south-2.amazonaws.com",
18939              "tags" : [ "fips" ]
18940            } ]
18941          },
18942          "eu-west-1" : {
18943            "credentialScope" : {
18944              "region" : "eu-west-1"
18945            },
18946            "hostname" : "waf-regional.eu-west-1.amazonaws.com",
18947            "variants" : [ {
18948              "hostname" : "waf-regional-fips.eu-west-1.amazonaws.com",
18949              "tags" : [ "fips" ]
18950            } ]
18951          },
18952          "eu-west-2" : {
18953            "credentialScope" : {
18954              "region" : "eu-west-2"
18955            },
18956            "hostname" : "waf-regional.eu-west-2.amazonaws.com",
18957            "variants" : [ {
18958              "hostname" : "waf-regional-fips.eu-west-2.amazonaws.com",
18959              "tags" : [ "fips" ]
18960            } ]
18961          },
18962          "eu-west-3" : {
18963            "credentialScope" : {
18964              "region" : "eu-west-3"
18965            },
18966            "hostname" : "waf-regional.eu-west-3.amazonaws.com",
18967            "variants" : [ {
18968              "hostname" : "waf-regional-fips.eu-west-3.amazonaws.com",
18969              "tags" : [ "fips" ]
18970            } ]
18971          },
18972          "fips-af-south-1" : {
18973            "credentialScope" : {
18974              "region" : "af-south-1"
18975            },
18976            "deprecated" : true,
18977            "hostname" : "waf-regional-fips.af-south-1.amazonaws.com"
18978          },
18979          "fips-ap-east-1" : {
18980            "credentialScope" : {
18981              "region" : "ap-east-1"
18982            },
18983            "deprecated" : true,
18984            "hostname" : "waf-regional-fips.ap-east-1.amazonaws.com"
18985          },
18986          "fips-ap-northeast-1" : {
18987            "credentialScope" : {
18988              "region" : "ap-northeast-1"
18989            },
18990            "deprecated" : true,
18991            "hostname" : "waf-regional-fips.ap-northeast-1.amazonaws.com"
18992          },
18993          "fips-ap-northeast-2" : {
18994            "credentialScope" : {
18995              "region" : "ap-northeast-2"
18996            },
18997            "deprecated" : true,
18998            "hostname" : "waf-regional-fips.ap-northeast-2.amazonaws.com"
18999          },
19000          "fips-ap-northeast-3" : {
19001            "credentialScope" : {
19002              "region" : "ap-northeast-3"
19003            },
19004            "deprecated" : true,
19005            "hostname" : "waf-regional-fips.ap-northeast-3.amazonaws.com"
19006          },
19007          "fips-ap-south-1" : {
19008            "credentialScope" : {
19009              "region" : "ap-south-1"
19010            },
19011            "deprecated" : true,
19012            "hostname" : "waf-regional-fips.ap-south-1.amazonaws.com"
19013          },
19014          "fips-ap-south-2" : {
19015            "credentialScope" : {
19016              "region" : "ap-south-2"
19017            },
19018            "deprecated" : true,
19019            "hostname" : "waf-regional-fips.ap-south-2.amazonaws.com"
19020          },
19021          "fips-ap-southeast-1" : {
19022            "credentialScope" : {
19023              "region" : "ap-southeast-1"
19024            },
19025            "deprecated" : true,
19026            "hostname" : "waf-regional-fips.ap-southeast-1.amazonaws.com"
19027          },
19028          "fips-ap-southeast-2" : {
19029            "credentialScope" : {
19030              "region" : "ap-southeast-2"
19031            },
19032            "deprecated" : true,
19033            "hostname" : "waf-regional-fips.ap-southeast-2.amazonaws.com"
19034          },
19035          "fips-ap-southeast-3" : {
19036            "credentialScope" : {
19037              "region" : "ap-southeast-3"
19038            },
19039            "deprecated" : true,
19040            "hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com"
19041          },
19042          "fips-ap-southeast-4" : {
19043            "credentialScope" : {
19044              "region" : "ap-southeast-4"
19045            },
19046            "deprecated" : true,
19047            "hostname" : "waf-regional-fips.ap-southeast-4.amazonaws.com"
19048          },
19049          "fips-ca-central-1" : {
19050            "credentialScope" : {
19051              "region" : "ca-central-1"
19052            },
19053            "deprecated" : true,
19054            "hostname" : "waf-regional-fips.ca-central-1.amazonaws.com"
19055          },
19056          "fips-eu-central-1" : {
19057            "credentialScope" : {
19058              "region" : "eu-central-1"
19059            },
19060            "deprecated" : true,
19061            "hostname" : "waf-regional-fips.eu-central-1.amazonaws.com"
19062          },
19063          "fips-eu-central-2" : {
19064            "credentialScope" : {
19065              "region" : "eu-central-2"
19066            },
19067            "deprecated" : true,
19068            "hostname" : "waf-regional-fips.eu-central-2.amazonaws.com"
19069          },
19070          "fips-eu-north-1" : {
19071            "credentialScope" : {
19072              "region" : "eu-north-1"
19073            },
19074            "deprecated" : true,
19075            "hostname" : "waf-regional-fips.eu-north-1.amazonaws.com"
19076          },
19077          "fips-eu-south-1" : {
19078            "credentialScope" : {
19079              "region" : "eu-south-1"
19080            },
19081            "deprecated" : true,
19082            "hostname" : "waf-regional-fips.eu-south-1.amazonaws.com"
19083          },
19084          "fips-eu-south-2" : {
19085            "credentialScope" : {
19086              "region" : "eu-south-2"
19087            },
19088            "deprecated" : true,
19089            "hostname" : "waf-regional-fips.eu-south-2.amazonaws.com"
19090          },
19091          "fips-eu-west-1" : {
19092            "credentialScope" : {
19093              "region" : "eu-west-1"
19094            },
19095            "deprecated" : true,
19096            "hostname" : "waf-regional-fips.eu-west-1.amazonaws.com"
19097          },
19098          "fips-eu-west-2" : {
19099            "credentialScope" : {
19100              "region" : "eu-west-2"
19101            },
19102            "deprecated" : true,
19103            "hostname" : "waf-regional-fips.eu-west-2.amazonaws.com"
19104          },
19105          "fips-eu-west-3" : {
19106            "credentialScope" : {
19107              "region" : "eu-west-3"
19108            },
19109            "deprecated" : true,
19110            "hostname" : "waf-regional-fips.eu-west-3.amazonaws.com"
19111          },
19112          "fips-il-central-1" : {
19113            "credentialScope" : {
19114              "region" : "il-central-1"
19115            },
19116            "deprecated" : true,
19117            "hostname" : "waf-regional-fips.il-central-1.amazonaws.com"
19118          },
19119          "fips-me-central-1" : {
19120            "credentialScope" : {
19121              "region" : "me-central-1"
19122            },
19123            "deprecated" : true,
19124            "hostname" : "waf-regional-fips.me-central-1.amazonaws.com"
19125          },
19126          "fips-me-south-1" : {
19127            "credentialScope" : {
19128              "region" : "me-south-1"
19129            },
19130            "deprecated" : true,
19131            "hostname" : "waf-regional-fips.me-south-1.amazonaws.com"
19132          },
19133          "fips-sa-east-1" : {
19134            "credentialScope" : {
19135              "region" : "sa-east-1"
19136            },
19137            "deprecated" : true,
19138            "hostname" : "waf-regional-fips.sa-east-1.amazonaws.com"
19139          },
19140          "fips-us-east-1" : {
19141            "credentialScope" : {
19142              "region" : "us-east-1"
19143            },
19144            "deprecated" : true,
19145            "hostname" : "waf-regional-fips.us-east-1.amazonaws.com"
19146          },
19147          "fips-us-east-2" : {
19148            "credentialScope" : {
19149              "region" : "us-east-2"
19150            },
19151            "deprecated" : true,
19152            "hostname" : "waf-regional-fips.us-east-2.amazonaws.com"
19153          },
19154          "fips-us-west-1" : {
19155            "credentialScope" : {
19156              "region" : "us-west-1"
19157            },
19158            "deprecated" : true,
19159            "hostname" : "waf-regional-fips.us-west-1.amazonaws.com"
19160          },
19161          "fips-us-west-2" : {
19162            "credentialScope" : {
19163              "region" : "us-west-2"
19164            },
19165            "deprecated" : true,
19166            "hostname" : "waf-regional-fips.us-west-2.amazonaws.com"
19167          },
19168          "il-central-1" : {
19169            "credentialScope" : {
19170              "region" : "il-central-1"
19171            },
19172            "hostname" : "waf-regional.il-central-1.amazonaws.com",
19173            "variants" : [ {
19174              "hostname" : "waf-regional-fips.il-central-1.amazonaws.com",
19175              "tags" : [ "fips" ]
19176            } ]
19177          },
19178          "me-central-1" : {
19179            "credentialScope" : {
19180              "region" : "me-central-1"
19181            },
19182            "hostname" : "waf-regional.me-central-1.amazonaws.com",
19183            "variants" : [ {
19184              "hostname" : "waf-regional-fips.me-central-1.amazonaws.com",
19185              "tags" : [ "fips" ]
19186            } ]
19187          },
19188          "me-south-1" : {
19189            "credentialScope" : {
19190              "region" : "me-south-1"
19191            },
19192            "hostname" : "waf-regional.me-south-1.amazonaws.com",
19193            "variants" : [ {
19194              "hostname" : "waf-regional-fips.me-south-1.amazonaws.com",
19195              "tags" : [ "fips" ]
19196            } ]
19197          },
19198          "sa-east-1" : {
19199            "credentialScope" : {
19200              "region" : "sa-east-1"
19201            },
19202            "hostname" : "waf-regional.sa-east-1.amazonaws.com",
19203            "variants" : [ {
19204              "hostname" : "waf-regional-fips.sa-east-1.amazonaws.com",
19205              "tags" : [ "fips" ]
19206            } ]
19207          },
19208          "us-east-1" : {
19209            "credentialScope" : {
19210              "region" : "us-east-1"
19211            },
19212            "hostname" : "waf-regional.us-east-1.amazonaws.com",
19213            "variants" : [ {
19214              "hostname" : "waf-regional-fips.us-east-1.amazonaws.com",
19215              "tags" : [ "fips" ]
19216            } ]
19217          },
19218          "us-east-2" : {
19219            "credentialScope" : {
19220              "region" : "us-east-2"
19221            },
19222            "hostname" : "waf-regional.us-east-2.amazonaws.com",
19223            "variants" : [ {
19224              "hostname" : "waf-regional-fips.us-east-2.amazonaws.com",
19225              "tags" : [ "fips" ]
19226            } ]
19227          },
19228          "us-west-1" : {
19229            "credentialScope" : {
19230              "region" : "us-west-1"
19231            },
19232            "hostname" : "waf-regional.us-west-1.amazonaws.com",
19233            "variants" : [ {
19234              "hostname" : "waf-regional-fips.us-west-1.amazonaws.com",
19235              "tags" : [ "fips" ]
19236            } ]
19237          },
19238          "us-west-2" : {
19239            "credentialScope" : {
19240              "region" : "us-west-2"
19241            },
19242            "hostname" : "waf-regional.us-west-2.amazonaws.com",
19243            "variants" : [ {
19244              "hostname" : "waf-regional-fips.us-west-2.amazonaws.com",
19245              "tags" : [ "fips" ]
19246            } ]
19247          }
19248        }
19249      },
19250      "wafv2" : {
19251        "endpoints" : {
19252          "af-south-1" : {
19253            "credentialScope" : {
19254              "region" : "af-south-1"
19255            },
19256            "hostname" : "wafv2.af-south-1.amazonaws.com",
19257            "variants" : [ {
19258              "hostname" : "wafv2-fips.af-south-1.amazonaws.com",
19259              "tags" : [ "fips" ]
19260            } ]
19261          },
19262          "ap-east-1" : {
19263            "credentialScope" : {
19264              "region" : "ap-east-1"
19265            },
19266            "hostname" : "wafv2.ap-east-1.amazonaws.com",
19267            "variants" : [ {
19268              "hostname" : "wafv2-fips.ap-east-1.amazonaws.com",
19269              "tags" : [ "fips" ]
19270            } ]
19271          },
19272          "ap-northeast-1" : {
19273            "credentialScope" : {
19274              "region" : "ap-northeast-1"
19275            },
19276            "hostname" : "wafv2.ap-northeast-1.amazonaws.com",
19277            "variants" : [ {
19278              "hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com",
19279              "tags" : [ "fips" ]
19280            } ]
19281          },
19282          "ap-northeast-2" : {
19283            "credentialScope" : {
19284              "region" : "ap-northeast-2"
19285            },
19286            "hostname" : "wafv2.ap-northeast-2.amazonaws.com",
19287            "variants" : [ {
19288              "hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com",
19289              "tags" : [ "fips" ]
19290            } ]
19291          },
19292          "ap-northeast-3" : {
19293            "credentialScope" : {
19294              "region" : "ap-northeast-3"
19295            },
19296            "hostname" : "wafv2.ap-northeast-3.amazonaws.com",
19297            "variants" : [ {
19298              "hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com",
19299              "tags" : [ "fips" ]
19300            } ]
19301          },
19302          "ap-south-1" : {
19303            "credentialScope" : {
19304              "region" : "ap-south-1"
19305            },
19306            "hostname" : "wafv2.ap-south-1.amazonaws.com",
19307            "variants" : [ {
19308              "hostname" : "wafv2-fips.ap-south-1.amazonaws.com",
19309              "tags" : [ "fips" ]
19310            } ]
19311          },
19312          "ap-south-2" : {
19313            "credentialScope" : {
19314              "region" : "ap-south-2"
19315            },
19316            "hostname" : "wafv2.ap-south-2.amazonaws.com",
19317            "variants" : [ {
19318              "hostname" : "wafv2-fips.ap-south-2.amazonaws.com",
19319              "tags" : [ "fips" ]
19320            } ]
19321          },
19322          "ap-southeast-1" : {
19323            "credentialScope" : {
19324              "region" : "ap-southeast-1"
19325            },
19326            "hostname" : "wafv2.ap-southeast-1.amazonaws.com",
19327            "variants" : [ {
19328              "hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com",
19329              "tags" : [ "fips" ]
19330            } ]
19331          },
19332          "ap-southeast-2" : {
19333            "credentialScope" : {
19334              "region" : "ap-southeast-2"
19335            },
19336            "hostname" : "wafv2.ap-southeast-2.amazonaws.com",
19337            "variants" : [ {
19338              "hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com",
19339              "tags" : [ "fips" ]
19340            } ]
19341          },
19342          "ap-southeast-3" : {
19343            "credentialScope" : {
19344              "region" : "ap-southeast-3"
19345            },
19346            "hostname" : "wafv2.ap-southeast-3.amazonaws.com",
19347            "variants" : [ {
19348              "hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com",
19349              "tags" : [ "fips" ]
19350            } ]
19351          },
19352          "ap-southeast-4" : {
19353            "credentialScope" : {
19354              "region" : "ap-southeast-4"
19355            },
19356            "hostname" : "wafv2.ap-southeast-4.amazonaws.com",
19357            "variants" : [ {
19358              "hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com",
19359              "tags" : [ "fips" ]
19360            } ]
19361          },
19362          "ca-central-1" : {
19363            "credentialScope" : {
19364              "region" : "ca-central-1"
19365            },
19366            "hostname" : "wafv2.ca-central-1.amazonaws.com",
19367            "variants" : [ {
19368              "hostname" : "wafv2-fips.ca-central-1.amazonaws.com",
19369              "tags" : [ "fips" ]
19370            } ]
19371          },
19372          "eu-central-1" : {
19373            "credentialScope" : {
19374              "region" : "eu-central-1"
19375            },
19376            "hostname" : "wafv2.eu-central-1.amazonaws.com",
19377            "variants" : [ {
19378              "hostname" : "wafv2-fips.eu-central-1.amazonaws.com",
19379              "tags" : [ "fips" ]
19380            } ]
19381          },
19382          "eu-central-2" : {
19383            "credentialScope" : {
19384              "region" : "eu-central-2"
19385            },
19386            "hostname" : "wafv2.eu-central-2.amazonaws.com",
19387            "variants" : [ {
19388              "hostname" : "wafv2-fips.eu-central-2.amazonaws.com",
19389              "tags" : [ "fips" ]
19390            } ]
19391          },
19392          "eu-north-1" : {
19393            "credentialScope" : {
19394              "region" : "eu-north-1"
19395            },
19396            "hostname" : "wafv2.eu-north-1.amazonaws.com",
19397            "variants" : [ {
19398              "hostname" : "wafv2-fips.eu-north-1.amazonaws.com",
19399              "tags" : [ "fips" ]
19400            } ]
19401          },
19402          "eu-south-1" : {
19403            "credentialScope" : {
19404              "region" : "eu-south-1"
19405            },
19406            "hostname" : "wafv2.eu-south-1.amazonaws.com",
19407            "variants" : [ {
19408              "hostname" : "wafv2-fips.eu-south-1.amazonaws.com",
19409              "tags" : [ "fips" ]
19410            } ]
19411          },
19412          "eu-south-2" : {
19413            "credentialScope" : {
19414              "region" : "eu-south-2"
19415            },
19416            "hostname" : "wafv2.eu-south-2.amazonaws.com",
19417            "variants" : [ {
19418              "hostname" : "wafv2-fips.eu-south-2.amazonaws.com",
19419              "tags" : [ "fips" ]
19420            } ]
19421          },
19422          "eu-west-1" : {
19423            "credentialScope" : {
19424              "region" : "eu-west-1"
19425            },
19426            "hostname" : "wafv2.eu-west-1.amazonaws.com",
19427            "variants" : [ {
19428              "hostname" : "wafv2-fips.eu-west-1.amazonaws.com",
19429              "tags" : [ "fips" ]
19430            } ]
19431          },
19432          "eu-west-2" : {
19433            "credentialScope" : {
19434              "region" : "eu-west-2"
19435            },
19436            "hostname" : "wafv2.eu-west-2.amazonaws.com",
19437            "variants" : [ {
19438              "hostname" : "wafv2-fips.eu-west-2.amazonaws.com",
19439              "tags" : [ "fips" ]
19440            } ]
19441          },
19442          "eu-west-3" : {
19443            "credentialScope" : {
19444              "region" : "eu-west-3"
19445            },
19446            "hostname" : "wafv2.eu-west-3.amazonaws.com",
19447            "variants" : [ {
19448              "hostname" : "wafv2-fips.eu-west-3.amazonaws.com",
19449              "tags" : [ "fips" ]
19450            } ]
19451          },
19452          "fips-af-south-1" : {
19453            "credentialScope" : {
19454              "region" : "af-south-1"
19455            },
19456            "deprecated" : true,
19457            "hostname" : "wafv2-fips.af-south-1.amazonaws.com"
19458          },
19459          "fips-ap-east-1" : {
19460            "credentialScope" : {
19461              "region" : "ap-east-1"
19462            },
19463            "deprecated" : true,
19464            "hostname" : "wafv2-fips.ap-east-1.amazonaws.com"
19465          },
19466          "fips-ap-northeast-1" : {
19467            "credentialScope" : {
19468              "region" : "ap-northeast-1"
19469            },
19470            "deprecated" : true,
19471            "hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com"
19472          },
19473          "fips-ap-northeast-2" : {
19474            "credentialScope" : {
19475              "region" : "ap-northeast-2"
19476            },
19477            "deprecated" : true,
19478            "hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com"
19479          },
19480          "fips-ap-northeast-3" : {
19481            "credentialScope" : {
19482              "region" : "ap-northeast-3"
19483            },
19484            "deprecated" : true,
19485            "hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com"
19486          },
19487          "fips-ap-south-1" : {
19488            "credentialScope" : {
19489              "region" : "ap-south-1"
19490            },
19491            "deprecated" : true,
19492            "hostname" : "wafv2-fips.ap-south-1.amazonaws.com"
19493          },
19494          "fips-ap-south-2" : {
19495            "credentialScope" : {
19496              "region" : "ap-south-2"
19497            },
19498            "deprecated" : true,
19499            "hostname" : "wafv2-fips.ap-south-2.amazonaws.com"
19500          },
19501          "fips-ap-southeast-1" : {
19502            "credentialScope" : {
19503              "region" : "ap-southeast-1"
19504            },
19505            "deprecated" : true,
19506            "hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com"
19507          },
19508          "fips-ap-southeast-2" : {
19509            "credentialScope" : {
19510              "region" : "ap-southeast-2"
19511            },
19512            "deprecated" : true,
19513            "hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com"
19514          },
19515          "fips-ap-southeast-3" : {
19516            "credentialScope" : {
19517              "region" : "ap-southeast-3"
19518            },
19519            "deprecated" : true,
19520            "hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com"
19521          },
19522          "fips-ap-southeast-4" : {
19523            "credentialScope" : {
19524              "region" : "ap-southeast-4"
19525            },
19526            "deprecated" : true,
19527            "hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com"
19528          },
19529          "fips-ca-central-1" : {
19530            "credentialScope" : {
19531              "region" : "ca-central-1"
19532            },
19533            "deprecated" : true,
19534            "hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
19535          },
19536          "fips-eu-central-1" : {
19537            "credentialScope" : {
19538              "region" : "eu-central-1"
19539            },
19540            "deprecated" : true,
19541            "hostname" : "wafv2-fips.eu-central-1.amazonaws.com"
19542          },
19543          "fips-eu-central-2" : {
19544            "credentialScope" : {
19545              "region" : "eu-central-2"
19546            },
19547            "deprecated" : true,
19548            "hostname" : "wafv2-fips.eu-central-2.amazonaws.com"
19549          },
19550          "fips-eu-north-1" : {
19551            "credentialScope" : {
19552              "region" : "eu-north-1"
19553            },
19554            "deprecated" : true,
19555            "hostname" : "wafv2-fips.eu-north-1.amazonaws.com"
19556          },
19557          "fips-eu-south-1" : {
19558            "credentialScope" : {
19559              "region" : "eu-south-1"
19560            },
19561            "deprecated" : true,
19562            "hostname" : "wafv2-fips.eu-south-1.amazonaws.com"
19563          },
19564          "fips-eu-south-2" : {
19565            "credentialScope" : {
19566              "region" : "eu-south-2"
19567            },
19568            "deprecated" : true,
19569            "hostname" : "wafv2-fips.eu-south-2.amazonaws.com"
19570          },
19571          "fips-eu-west-1" : {
19572            "credentialScope" : {
19573              "region" : "eu-west-1"
19574            },
19575            "deprecated" : true,
19576            "hostname" : "wafv2-fips.eu-west-1.amazonaws.com"
19577          },
19578          "fips-eu-west-2" : {
19579            "credentialScope" : {
19580              "region" : "eu-west-2"
19581            },
19582            "deprecated" : true,
19583            "hostname" : "wafv2-fips.eu-west-2.amazonaws.com"
19584          },
19585          "fips-eu-west-3" : {
19586            "credentialScope" : {
19587              "region" : "eu-west-3"
19588            },
19589            "deprecated" : true,
19590            "hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
19591          },
19592          "fips-il-central-1" : {
19593            "credentialScope" : {
19594              "region" : "il-central-1"
19595            },
19596            "deprecated" : true,
19597            "hostname" : "wafv2-fips.il-central-1.amazonaws.com"
19598          },
19599          "fips-me-central-1" : {
19600            "credentialScope" : {
19601              "region" : "me-central-1"
19602            },
19603            "deprecated" : true,
19604            "hostname" : "wafv2-fips.me-central-1.amazonaws.com"
19605          },
19606          "fips-me-south-1" : {
19607            "credentialScope" : {
19608              "region" : "me-south-1"
19609            },
19610            "deprecated" : true,
19611            "hostname" : "wafv2-fips.me-south-1.amazonaws.com"
19612          },
19613          "fips-sa-east-1" : {
19614            "credentialScope" : {
19615              "region" : "sa-east-1"
19616            },
19617            "deprecated" : true,
19618            "hostname" : "wafv2-fips.sa-east-1.amazonaws.com"
19619          },
19620          "fips-us-east-1" : {
19621            "credentialScope" : {
19622              "region" : "us-east-1"
19623            },
19624            "deprecated" : true,
19625            "hostname" : "wafv2-fips.us-east-1.amazonaws.com"
19626          },
19627          "fips-us-east-2" : {
19628            "credentialScope" : {
19629              "region" : "us-east-2"
19630            },
19631            "deprecated" : true,
19632            "hostname" : "wafv2-fips.us-east-2.amazonaws.com"
19633          },
19634          "fips-us-west-1" : {
19635            "credentialScope" : {
19636              "region" : "us-west-1"
19637            },
19638            "deprecated" : true,
19639            "hostname" : "wafv2-fips.us-west-1.amazonaws.com"
19640          },
19641          "fips-us-west-2" : {
19642            "credentialScope" : {
19643              "region" : "us-west-2"
19644            },
19645            "deprecated" : true,
19646            "hostname" : "wafv2-fips.us-west-2.amazonaws.com"
19647          },
19648          "il-central-1" : {
19649            "credentialScope" : {
19650              "region" : "il-central-1"
19651            },
19652            "hostname" : "wafv2.il-central-1.amazonaws.com",
19653            "variants" : [ {
19654              "hostname" : "wafv2-fips.il-central-1.amazonaws.com",
19655              "tags" : [ "fips" ]
19656            } ]
19657          },
19658          "me-central-1" : {
19659            "credentialScope" : {
19660              "region" : "me-central-1"
19661            },
19662            "hostname" : "wafv2.me-central-1.amazonaws.com",
19663            "variants" : [ {
19664              "hostname" : "wafv2-fips.me-central-1.amazonaws.com",
19665              "tags" : [ "fips" ]
19666            } ]
19667          },
19668          "me-south-1" : {
19669            "credentialScope" : {
19670              "region" : "me-south-1"
19671            },
19672            "hostname" : "wafv2.me-south-1.amazonaws.com",
19673            "variants" : [ {
19674              "hostname" : "wafv2-fips.me-south-1.amazonaws.com",
19675              "tags" : [ "fips" ]
19676            } ]
19677          },
19678          "sa-east-1" : {
19679            "credentialScope" : {
19680              "region" : "sa-east-1"
19681            },
19682            "hostname" : "wafv2.sa-east-1.amazonaws.com",
19683            "variants" : [ {
19684              "hostname" : "wafv2-fips.sa-east-1.amazonaws.com",
19685              "tags" : [ "fips" ]
19686            } ]
19687          },
19688          "us-east-1" : {
19689            "credentialScope" : {
19690              "region" : "us-east-1"
19691            },
19692            "hostname" : "wafv2.us-east-1.amazonaws.com",
19693            "variants" : [ {
19694              "hostname" : "wafv2-fips.us-east-1.amazonaws.com",
19695              "tags" : [ "fips" ]
19696            } ]
19697          },
19698          "us-east-2" : {
19699            "credentialScope" : {
19700              "region" : "us-east-2"
19701            },
19702            "hostname" : "wafv2.us-east-2.amazonaws.com",
19703            "variants" : [ {
19704              "hostname" : "wafv2-fips.us-east-2.amazonaws.com",
19705              "tags" : [ "fips" ]
19706            } ]
19707          },
19708          "us-west-1" : {
19709            "credentialScope" : {
19710              "region" : "us-west-1"
19711            },
19712            "hostname" : "wafv2.us-west-1.amazonaws.com",
19713            "variants" : [ {
19714              "hostname" : "wafv2-fips.us-west-1.amazonaws.com",
19715              "tags" : [ "fips" ]
19716            } ]
19717          },
19718          "us-west-2" : {
19719            "credentialScope" : {
19720              "region" : "us-west-2"
19721            },
19722            "hostname" : "wafv2.us-west-2.amazonaws.com",
19723            "variants" : [ {
19724              "hostname" : "wafv2-fips.us-west-2.amazonaws.com",
19725              "tags" : [ "fips" ]
19726            } ]
19727          }
19728        }
19729      },
19730      "wellarchitected" : {
19731        "endpoints" : {
19732          "ap-east-1" : { },
19733          "ap-northeast-1" : { },
19734          "ap-northeast-2" : { },
19735          "ap-south-1" : { },
19736          "ap-southeast-1" : { },
19737          "ap-southeast-2" : { },
19738          "ca-central-1" : { },
19739          "eu-central-1" : { },
19740          "eu-north-1" : { },
19741          "eu-west-1" : { },
19742          "eu-west-2" : { },
19743          "eu-west-3" : { },
19744          "me-south-1" : { },
19745          "sa-east-1" : { },
19746          "us-east-1" : { },
19747          "us-east-2" : { },
19748          "us-west-1" : { },
19749          "us-west-2" : { }
19750        }
19751      },
19752      "wisdom" : {
19753        "endpoints" : {
19754          "ap-northeast-1" : { },
19755          "ap-northeast-2" : { },
19756          "ap-southeast-1" : { },
19757          "ap-southeast-2" : { },
19758          "ca-central-1" : { },
19759          "eu-central-1" : { },
19760          "eu-west-2" : { },
19761          "fips-us-east-1" : {
19762            "deprecated" : true
19763          },
19764          "fips-us-west-2" : {
19765            "deprecated" : true
19766          },
19767          "ui-ap-northeast-1" : { },
19768          "ui-ap-northeast-2" : { },
19769          "ui-ap-southeast-1" : { },
19770          "ui-ap-southeast-2" : { },
19771          "ui-ca-central-1" : { },
19772          "ui-eu-central-1" : { },
19773          "ui-eu-west-2" : { },
19774          "ui-us-east-1" : { },
19775          "ui-us-west-2" : { },
19776          "us-east-1" : {
19777            "variants" : [ {
19778              "tags" : [ "fips" ]
19779            } ]
19780          },
19781          "us-west-2" : {
19782            "variants" : [ {
19783              "tags" : [ "fips" ]
19784            } ]
19785          }
19786        }
19787      },
19788      "workdocs" : {
19789        "endpoints" : {
19790          "ap-northeast-1" : { },
19791          "ap-southeast-1" : { },
19792          "ap-southeast-2" : { },
19793          "eu-west-1" : { },
19794          "fips-us-east-1" : {
19795            "credentialScope" : {
19796              "region" : "us-east-1"
19797            },
19798            "deprecated" : true,
19799            "hostname" : "workdocs-fips.us-east-1.amazonaws.com"
19800          },
19801          "fips-us-west-2" : {
19802            "credentialScope" : {
19803              "region" : "us-west-2"
19804            },
19805            "deprecated" : true,
19806            "hostname" : "workdocs-fips.us-west-2.amazonaws.com"
19807          },
19808          "us-east-1" : {
19809            "variants" : [ {
19810              "hostname" : "workdocs-fips.us-east-1.amazonaws.com",
19811              "tags" : [ "fips" ]
19812            } ]
19813          },
19814          "us-west-2" : {
19815            "variants" : [ {
19816              "hostname" : "workdocs-fips.us-west-2.amazonaws.com",
19817              "tags" : [ "fips" ]
19818            } ]
19819          }
19820        }
19821      },
19822      "workmail" : {
19823        "defaults" : {
19824          "protocols" : [ "https" ]
19825        },
19826        "endpoints" : {
19827          "eu-west-1" : { },
19828          "us-east-1" : { },
19829          "us-west-2" : { }
19830        }
19831      },
19832      "workspaces" : {
19833        "endpoints" : {
19834          "af-south-1" : { },
19835          "ap-northeast-1" : { },
19836          "ap-northeast-2" : { },
19837          "ap-south-1" : { },
19838          "ap-southeast-1" : { },
19839          "ap-southeast-2" : { },
19840          "ca-central-1" : { },
19841          "eu-central-1" : { },
19842          "eu-west-1" : { },
19843          "eu-west-2" : { },
19844          "fips-us-east-1" : {
19845            "credentialScope" : {
19846              "region" : "us-east-1"
19847            },
19848            "deprecated" : true,
19849            "hostname" : "workspaces-fips.us-east-1.amazonaws.com"
19850          },
19851          "fips-us-west-2" : {
19852            "credentialScope" : {
19853              "region" : "us-west-2"
19854            },
19855            "deprecated" : true,
19856            "hostname" : "workspaces-fips.us-west-2.amazonaws.com"
19857          },
19858          "il-central-1" : { },
19859          "sa-east-1" : { },
19860          "us-east-1" : {
19861            "variants" : [ {
19862              "hostname" : "workspaces-fips.us-east-1.amazonaws.com",
19863              "tags" : [ "fips" ]
19864            } ]
19865          },
19866          "us-west-2" : {
19867            "variants" : [ {
19868              "hostname" : "workspaces-fips.us-west-2.amazonaws.com",
19869              "tags" : [ "fips" ]
19870            } ]
19871          }
19872        }
19873      },
19874      "workspaces-web" : {
19875        "endpoints" : {
19876          "ap-northeast-1" : { },
19877          "ap-south-1" : { },
19878          "ap-southeast-1" : { },
19879          "ap-southeast-2" : { },
19880          "ca-central-1" : { },
19881          "eu-central-1" : { },
19882          "eu-west-1" : { },
19883          "eu-west-2" : { },
19884          "us-east-1" : { },
19885          "us-west-2" : { }
19886        }
19887      },
19888      "xray" : {
19889        "endpoints" : {
19890          "af-south-1" : { },
19891          "ap-east-1" : { },
19892          "ap-northeast-1" : { },
19893          "ap-northeast-2" : { },
19894          "ap-northeast-3" : { },
19895          "ap-south-1" : { },
19896          "ap-south-2" : { },
19897          "ap-southeast-1" : { },
19898          "ap-southeast-2" : { },
19899          "ap-southeast-3" : { },
19900          "ap-southeast-4" : { },
19901          "ca-central-1" : { },
19902          "ca-west-1" : { },
19903          "eu-central-1" : { },
19904          "eu-central-2" : { },
19905          "eu-north-1" : { },
19906          "eu-south-1" : { },
19907          "eu-south-2" : { },
19908          "eu-west-1" : { },
19909          "eu-west-2" : { },
19910          "eu-west-3" : { },
19911          "fips-us-east-1" : {
19912            "credentialScope" : {
19913              "region" : "us-east-1"
19914            },
19915            "deprecated" : true,
19916            "hostname" : "xray-fips.us-east-1.amazonaws.com"
19917          },
19918          "fips-us-east-2" : {
19919            "credentialScope" : {
19920              "region" : "us-east-2"
19921            },
19922            "deprecated" : true,
19923            "hostname" : "xray-fips.us-east-2.amazonaws.com"
19924          },
19925          "fips-us-west-1" : {
19926            "credentialScope" : {
19927              "region" : "us-west-1"
19928            },
19929            "deprecated" : true,
19930            "hostname" : "xray-fips.us-west-1.amazonaws.com"
19931          },
19932          "fips-us-west-2" : {
19933            "credentialScope" : {
19934              "region" : "us-west-2"
19935            },
19936            "deprecated" : true,
19937            "hostname" : "xray-fips.us-west-2.amazonaws.com"
19938          },
19939          "il-central-1" : { },
19940          "me-central-1" : { },
19941          "me-south-1" : { },
19942          "sa-east-1" : { },
19943          "us-east-1" : {
19944            "variants" : [ {
19945              "hostname" : "xray-fips.us-east-1.amazonaws.com",
19946              "tags" : [ "fips" ]
19947            } ]
19948          },
19949          "us-east-2" : {
19950            "variants" : [ {
19951              "hostname" : "xray-fips.us-east-2.amazonaws.com",
19952              "tags" : [ "fips" ]
19953            } ]
19954          },
19955          "us-west-1" : {
19956            "variants" : [ {
19957              "hostname" : "xray-fips.us-west-1.amazonaws.com",
19958              "tags" : [ "fips" ]
19959            } ]
19960          },
19961          "us-west-2" : {
19962            "variants" : [ {
19963              "hostname" : "xray-fips.us-west-2.amazonaws.com",
19964              "tags" : [ "fips" ]
19965            } ]
19966          }
19967        }
19968      }
19969    }
19970  }, {
19971    "defaults" : {
19972      "hostname" : "{service}.{region}.{dnsSuffix}",
19973      "protocols" : [ "https" ],
19974      "signatureVersions" : [ "v4" ],
19975      "variants" : [ {
19976        "dnsSuffix" : "amazonaws.com.cn",
19977        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
19978        "tags" : [ "fips" ]
19979      }, {
19980        "dnsSuffix" : "api.amazonwebservices.com.cn",
19981        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
19982        "tags" : [ "dualstack", "fips" ]
19983      }, {
19984        "dnsSuffix" : "api.amazonwebservices.com.cn",
19985        "hostname" : "{service}.{region}.{dnsSuffix}",
19986        "tags" : [ "dualstack" ]
19987      } ]
19988    },
19989    "dnsSuffix" : "amazonaws.com.cn",
19990    "partition" : "aws-cn",
19991    "partitionName" : "AWS China",
19992    "regionRegex" : "^cn\\-\\w+\\-\\d+$",
19993    "regions" : {
19994      "cn-north-1" : {
19995        "description" : "China (Beijing)"
19996      },
19997      "cn-northwest-1" : {
19998        "description" : "China (Ningxia)"
19999      }
20000    },
20001    "services" : {
20002      "access-analyzer" : {
20003        "endpoints" : {
20004          "cn-north-1" : { },
20005          "cn-northwest-1" : { }
20006        }
20007      },
20008      "account" : {
20009        "endpoints" : {
20010          "aws-cn-global" : {
20011            "credentialScope" : {
20012              "region" : "cn-northwest-1"
20013            },
20014            "hostname" : "account.cn-northwest-1.amazonaws.com.cn"
20015          }
20016        },
20017        "isRegionalized" : false,
20018        "partitionEndpoint" : "aws-cn-global"
20019      },
20020      "acm" : {
20021        "endpoints" : {
20022          "cn-north-1" : { },
20023          "cn-northwest-1" : { }
20024        }
20025      },
20026      "airflow" : {
20027        "endpoints" : {
20028          "cn-north-1" : { },
20029          "cn-northwest-1" : { }
20030        }
20031      },
20032      "api.ecr" : {
20033        "endpoints" : {
20034          "cn-north-1" : {
20035            "credentialScope" : {
20036              "region" : "cn-north-1"
20037            },
20038            "hostname" : "api.ecr.cn-north-1.amazonaws.com.cn"
20039          },
20040          "cn-northwest-1" : {
20041            "credentialScope" : {
20042              "region" : "cn-northwest-1"
20043            },
20044            "hostname" : "api.ecr.cn-northwest-1.amazonaws.com.cn"
20045          }
20046        }
20047      },
20048      "api.pricing" : {
20049        "defaults" : {
20050          "credentialScope" : {
20051            "service" : "pricing"
20052          }
20053        },
20054        "endpoints" : {
20055          "cn-northwest-1" : { }
20056        }
20057      },
20058      "api.sagemaker" : {
20059        "endpoints" : {
20060          "cn-north-1" : { },
20061          "cn-northwest-1" : { }
20062        }
20063      },
20064      "api.tunneling.iot" : {
20065        "endpoints" : {
20066          "cn-north-1" : { },
20067          "cn-northwest-1" : { }
20068        }
20069      },
20070      "apigateway" : {
20071        "endpoints" : {
20072          "cn-north-1" : { },
20073          "cn-northwest-1" : { }
20074        }
20075      },
20076      "appconfig" : {
20077        "endpoints" : {
20078          "cn-north-1" : { },
20079          "cn-northwest-1" : { }
20080        }
20081      },
20082      "appconfigdata" : {
20083        "endpoints" : {
20084          "cn-north-1" : { },
20085          "cn-northwest-1" : { }
20086        }
20087      },
20088      "application-autoscaling" : {
20089        "defaults" : {
20090          "protocols" : [ "http", "https" ]
20091        },
20092        "endpoints" : {
20093          "cn-north-1" : { },
20094          "cn-northwest-1" : { }
20095        }
20096      },
20097      "applicationinsights" : {
20098        "endpoints" : {
20099          "cn-north-1" : { },
20100          "cn-northwest-1" : { }
20101        }
20102      },
20103      "appmesh" : {
20104        "endpoints" : {
20105          "cn-north-1" : {
20106            "variants" : [ {
20107              "hostname" : "appmesh.cn-north-1.api.amazonwebservices.com.cn",
20108              "tags" : [ "dualstack" ]
20109            } ]
20110          },
20111          "cn-northwest-1" : {
20112            "variants" : [ {
20113              "hostname" : "appmesh.cn-northwest-1.api.amazonwebservices.com.cn",
20114              "tags" : [ "dualstack" ]
20115            } ]
20116          }
20117        }
20118      },
20119      "appsync" : {
20120        "endpoints" : {
20121          "cn-north-1" : { },
20122          "cn-northwest-1" : { }
20123        }
20124      },
20125      "arc-zonal-shift" : {
20126        "endpoints" : {
20127          "cn-north-1" : { },
20128          "cn-northwest-1" : { }
20129        }
20130      },
20131      "athena" : {
20132        "endpoints" : {
20133          "cn-north-1" : {
20134            "variants" : [ {
20135              "hostname" : "athena.cn-north-1.api.amazonwebservices.com.cn",
20136              "tags" : [ "dualstack" ]
20137            } ]
20138          },
20139          "cn-northwest-1" : {
20140            "variants" : [ {
20141              "hostname" : "athena.cn-northwest-1.api.amazonwebservices.com.cn",
20142              "tags" : [ "dualstack" ]
20143            } ]
20144          }
20145        }
20146      },
20147      "autoscaling" : {
20148        "defaults" : {
20149          "protocols" : [ "http", "https" ]
20150        },
20151        "endpoints" : {
20152          "cn-north-1" : { },
20153          "cn-northwest-1" : { }
20154        }
20155      },
20156      "autoscaling-plans" : {
20157        "defaults" : {
20158          "protocols" : [ "http", "https" ]
20159        },
20160        "endpoints" : {
20161          "cn-north-1" : { },
20162          "cn-northwest-1" : { }
20163        }
20164      },
20165      "backup" : {
20166        "endpoints" : {
20167          "cn-north-1" : { },
20168          "cn-northwest-1" : { }
20169        }
20170      },
20171      "backupstorage" : {
20172        "endpoints" : {
20173          "cn-north-1" : { },
20174          "cn-northwest-1" : { }
20175        }
20176      },
20177      "batch" : {
20178        "endpoints" : {
20179          "cn-north-1" : { },
20180          "cn-northwest-1" : { }
20181        }
20182      },
20183      "budgets" : {
20184        "endpoints" : {
20185          "aws-cn-global" : {
20186            "credentialScope" : {
20187              "region" : "cn-northwest-1"
20188            },
20189            "hostname" : "budgets.amazonaws.com.cn"
20190          }
20191        },
20192        "isRegionalized" : false,
20193        "partitionEndpoint" : "aws-cn-global"
20194      },
20195      "cassandra" : {
20196        "endpoints" : {
20197          "cn-north-1" : { },
20198          "cn-northwest-1" : { }
20199        }
20200      },
20201      "ce" : {
20202        "endpoints" : {
20203          "aws-cn-global" : {
20204            "credentialScope" : {
20205              "region" : "cn-northwest-1"
20206            },
20207            "hostname" : "ce.cn-northwest-1.amazonaws.com.cn"
20208          }
20209        },
20210        "isRegionalized" : false,
20211        "partitionEndpoint" : "aws-cn-global"
20212      },
20213      "cloudcontrolapi" : {
20214        "endpoints" : {
20215          "cn-north-1" : { },
20216          "cn-northwest-1" : { }
20217        }
20218      },
20219      "cloudformation" : {
20220        "endpoints" : {
20221          "cn-north-1" : { },
20222          "cn-northwest-1" : { }
20223        }
20224      },
20225      "cloudfront" : {
20226        "endpoints" : {
20227          "aws-cn-global" : {
20228            "credentialScope" : {
20229              "region" : "cn-northwest-1"
20230            },
20231            "hostname" : "cloudfront.cn-northwest-1.amazonaws.com.cn",
20232            "protocols" : [ "http", "https" ]
20233          }
20234        },
20235        "isRegionalized" : false,
20236        "partitionEndpoint" : "aws-cn-global"
20237      },
20238      "cloudtrail" : {
20239        "endpoints" : {
20240          "cn-north-1" : { },
20241          "cn-northwest-1" : { }
20242        }
20243      },
20244      "codebuild" : {
20245        "endpoints" : {
20246          "cn-north-1" : { },
20247          "cn-northwest-1" : { }
20248        }
20249      },
20250      "codecommit" : {
20251        "endpoints" : {
20252          "cn-north-1" : { },
20253          "cn-northwest-1" : { }
20254        }
20255      },
20256      "codedeploy" : {
20257        "endpoints" : {
20258          "cn-north-1" : { },
20259          "cn-northwest-1" : { }
20260        }
20261      },
20262      "codepipeline" : {
20263        "endpoints" : {
20264          "cn-north-1" : { },
20265          "cn-northwest-1" : { }
20266        }
20267      },
20268      "cognito-identity" : {
20269        "endpoints" : {
20270          "cn-north-1" : { }
20271        }
20272      },
20273      "compute-optimizer" : {
20274        "endpoints" : {
20275          "cn-north-1" : {
20276            "credentialScope" : {
20277              "region" : "cn-north-1"
20278            },
20279            "hostname" : "compute-optimizer.cn-north-1.amazonaws.com.cn"
20280          },
20281          "cn-northwest-1" : {
20282            "credentialScope" : {
20283              "region" : "cn-northwest-1"
20284            },
20285            "hostname" : "compute-optimizer.cn-northwest-1.amazonaws.com.cn"
20286          }
20287        }
20288      },
20289      "config" : {
20290        "endpoints" : {
20291          "cn-north-1" : { },
20292          "cn-northwest-1" : { }
20293        }
20294      },
20295      "cur" : {
20296        "endpoints" : {
20297          "cn-northwest-1" : { }
20298        }
20299      },
20300      "data-ats.iot" : {
20301        "defaults" : {
20302          "credentialScope" : {
20303            "service" : "iotdata"
20304          },
20305          "protocols" : [ "https" ]
20306        },
20307        "endpoints" : {
20308          "cn-north-1" : {
20309            "hostname" : "data.ats.iot.cn-north-1.amazonaws.com.cn",
20310            "protocols" : [ "https" ]
20311          },
20312          "cn-northwest-1" : { }
20313        }
20314      },
20315      "data.iot" : {
20316        "defaults" : {
20317          "credentialScope" : {
20318            "service" : "iotdata"
20319          },
20320          "protocols" : [ "https" ]
20321        },
20322        "endpoints" : {
20323          "cn-north-1" : { },
20324          "cn-northwest-1" : { }
20325        }
20326      },
20327      "data.jobs.iot" : {
20328        "endpoints" : {
20329          "cn-north-1" : { },
20330          "cn-northwest-1" : { }
20331        }
20332      },
20333      "databrew" : {
20334        "endpoints" : {
20335          "cn-north-1" : { },
20336          "cn-northwest-1" : { }
20337        }
20338      },
20339      "datasync" : {
20340        "endpoints" : {
20341          "cn-north-1" : { },
20342          "cn-northwest-1" : { }
20343        }
20344      },
20345      "datazone" : {
20346        "defaults" : {
20347          "dnsSuffix" : "api.amazonwebservices.com.cn",
20348          "variants" : [ {
20349            "dnsSuffix" : "api.amazonwebservices.com.cn",
20350            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
20351            "tags" : [ "fips" ]
20352          } ]
20353        },
20354        "endpoints" : {
20355          "cn-north-1" : {
20356            "hostname" : "datazone.cn-north-1.api.amazonwebservices.com.cn"
20357          },
20358          "cn-northwest-1" : {
20359            "hostname" : "datazone.cn-northwest-1.api.amazonwebservices.com.cn"
20360          }
20361        }
20362      },
20363      "dax" : {
20364        "endpoints" : {
20365          "cn-north-1" : { },
20366          "cn-northwest-1" : { }
20367        }
20368      },
20369      "directconnect" : {
20370        "endpoints" : {
20371          "cn-north-1" : { },
20372          "cn-northwest-1" : { }
20373        }
20374      },
20375      "dlm" : {
20376        "endpoints" : {
20377          "cn-north-1" : { },
20378          "cn-northwest-1" : { }
20379        }
20380      },
20381      "dms" : {
20382        "endpoints" : {
20383          "cn-north-1" : { },
20384          "cn-northwest-1" : { }
20385        }
20386      },
20387      "docdb" : {
20388        "endpoints" : {
20389          "cn-northwest-1" : {
20390            "credentialScope" : {
20391              "region" : "cn-northwest-1"
20392            },
20393            "hostname" : "rds.cn-northwest-1.amazonaws.com.cn"
20394          }
20395        }
20396      },
20397      "ds" : {
20398        "endpoints" : {
20399          "cn-north-1" : { },
20400          "cn-northwest-1" : { }
20401        }
20402      },
20403      "dynamodb" : {
20404        "defaults" : {
20405          "protocols" : [ "http", "https" ]
20406        },
20407        "endpoints" : {
20408          "cn-north-1" : { },
20409          "cn-northwest-1" : { }
20410        }
20411      },
20412      "ebs" : {
20413        "endpoints" : {
20414          "cn-north-1" : { },
20415          "cn-northwest-1" : { }
20416        }
20417      },
20418      "ec2" : {
20419        "defaults" : {
20420          "protocols" : [ "http", "https" ]
20421        },
20422        "endpoints" : {
20423          "cn-north-1" : { },
20424          "cn-northwest-1" : { }
20425        }
20426      },
20427      "ecs" : {
20428        "endpoints" : {
20429          "cn-north-1" : { },
20430          "cn-northwest-1" : { }
20431        }
20432      },
20433      "eks" : {
20434        "defaults" : {
20435          "protocols" : [ "http", "https" ]
20436        },
20437        "endpoints" : {
20438          "cn-north-1" : { },
20439          "cn-northwest-1" : { }
20440        }
20441      },
20442      "eks-auth" : {
20443        "defaults" : {
20444          "dnsSuffix" : "api.amazonwebservices.com.cn",
20445          "variants" : [ {
20446            "dnsSuffix" : "api.amazonwebservices.com.cn",
20447            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
20448            "tags" : [ "fips" ]
20449          } ]
20450        },
20451        "endpoints" : {
20452          "cn-north-1" : {
20453            "hostname" : "eks-auth.cn-north-1.api.amazonwebservices.com.cn"
20454          },
20455          "cn-northwest-1" : {
20456            "hostname" : "eks-auth.cn-northwest-1.api.amazonwebservices.com.cn"
20457          }
20458        }
20459      },
20460      "elasticache" : {
20461        "endpoints" : {
20462          "cn-north-1" : { },
20463          "cn-northwest-1" : { }
20464        }
20465      },
20466      "elasticbeanstalk" : {
20467        "endpoints" : {
20468          "cn-north-1" : { },
20469          "cn-northwest-1" : { }
20470        }
20471      },
20472      "elasticfilesystem" : {
20473        "endpoints" : {
20474          "cn-north-1" : {
20475            "variants" : [ {
20476              "hostname" : "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn",
20477              "tags" : [ "fips" ]
20478            } ]
20479          },
20480          "cn-northwest-1" : {
20481            "variants" : [ {
20482              "hostname" : "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn",
20483              "tags" : [ "fips" ]
20484            } ]
20485          },
20486          "fips-cn-north-1" : {
20487            "credentialScope" : {
20488              "region" : "cn-north-1"
20489            },
20490            "deprecated" : true,
20491            "hostname" : "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn"
20492          },
20493          "fips-cn-northwest-1" : {
20494            "credentialScope" : {
20495              "region" : "cn-northwest-1"
20496            },
20497            "deprecated" : true,
20498            "hostname" : "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn"
20499          }
20500        }
20501      },
20502      "elasticloadbalancing" : {
20503        "defaults" : {
20504          "protocols" : [ "https" ]
20505        },
20506        "endpoints" : {
20507          "cn-north-1" : { },
20508          "cn-northwest-1" : { }
20509        }
20510      },
20511      "elasticmapreduce" : {
20512        "defaults" : {
20513          "protocols" : [ "https" ]
20514        },
20515        "endpoints" : {
20516          "cn-north-1" : {
20517            "variants" : [ {
20518              "hostname" : "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn",
20519              "tags" : [ "dualstack" ]
20520            } ]
20521          },
20522          "cn-northwest-1" : {
20523            "variants" : [ {
20524              "hostname" : "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn",
20525              "tags" : [ "dualstack" ]
20526            } ]
20527          }
20528        }
20529      },
20530      "emr-containers" : {
20531        "endpoints" : {
20532          "cn-north-1" : { },
20533          "cn-northwest-1" : { }
20534        }
20535      },
20536      "emr-serverless" : {
20537        "endpoints" : {
20538          "cn-north-1" : { },
20539          "cn-northwest-1" : { }
20540        }
20541      },
20542      "es" : {
20543        "endpoints" : {
20544          "cn-north-1" : {
20545            "variants" : [ {
20546              "hostname" : "aos.cn-north-1.api.amazonwebservices.com.cn",
20547              "tags" : [ "dualstack" ]
20548            } ]
20549          },
20550          "cn-northwest-1" : {
20551            "variants" : [ {
20552              "hostname" : "aos.cn-northwest-1.api.amazonwebservices.com.cn",
20553              "tags" : [ "dualstack" ]
20554            } ]
20555          }
20556        }
20557      },
20558      "events" : {
20559        "endpoints" : {
20560          "cn-north-1" : { },
20561          "cn-northwest-1" : { }
20562        }
20563      },
20564      "firehose" : {
20565        "endpoints" : {
20566          "cn-north-1" : {
20567            "variants" : [ {
20568              "hostname" : "firehose.cn-north-1.api.amazonwebservices.com.cn",
20569              "tags" : [ "dualstack" ]
20570            } ]
20571          },
20572          "cn-northwest-1" : {
20573            "variants" : [ {
20574              "hostname" : "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
20575              "tags" : [ "dualstack" ]
20576            } ]
20577          }
20578        }
20579      },
20580      "fms" : {
20581        "defaults" : {
20582          "protocols" : [ "https" ]
20583        },
20584        "endpoints" : {
20585          "cn-north-1" : { },
20586          "cn-northwest-1" : { }
20587        }
20588      },
20589      "fsx" : {
20590        "endpoints" : {
20591          "cn-north-1" : { },
20592          "cn-northwest-1" : { }
20593        }
20594      },
20595      "gamelift" : {
20596        "endpoints" : {
20597          "cn-north-1" : { },
20598          "cn-northwest-1" : { }
20599        }
20600      },
20601      "glacier" : {
20602        "defaults" : {
20603          "protocols" : [ "http", "https" ]
20604        },
20605        "endpoints" : {
20606          "cn-north-1" : { },
20607          "cn-northwest-1" : { }
20608        }
20609      },
20610      "glue" : {
20611        "endpoints" : {
20612          "cn-north-1" : { },
20613          "cn-northwest-1" : { }
20614        }
20615      },
20616      "greengrass" : {
20617        "defaults" : {
20618          "protocols" : [ "https" ]
20619        },
20620        "endpoints" : {
20621          "cn-north-1" : { }
20622        },
20623        "isRegionalized" : true
20624      },
20625      "guardduty" : {
20626        "defaults" : {
20627          "protocols" : [ "https" ]
20628        },
20629        "endpoints" : {
20630          "cn-north-1" : { },
20631          "cn-northwest-1" : { }
20632        },
20633        "isRegionalized" : true
20634      },
20635      "health" : {
20636        "defaults" : {
20637          "protocols" : [ "https" ],
20638          "sslCommonName" : "health.cn-northwest-1.amazonaws.com.cn"
20639        },
20640        "endpoints" : {
20641          "aws-cn-global" : {
20642            "credentialScope" : {
20643              "region" : "cn-northwest-1"
20644            },
20645            "hostname" : "global.health.amazonaws.com.cn"
20646          }
20647        },
20648        "isRegionalized" : false,
20649        "partitionEndpoint" : "aws-cn-global"
20650      },
20651      "iam" : {
20652        "endpoints" : {
20653          "aws-cn-global" : {
20654            "credentialScope" : {
20655              "region" : "cn-north-1"
20656            },
20657            "hostname" : "iam.cn-north-1.amazonaws.com.cn"
20658          }
20659        },
20660        "isRegionalized" : false,
20661        "partitionEndpoint" : "aws-cn-global"
20662      },
20663      "identitystore" : {
20664        "endpoints" : {
20665          "cn-north-1" : { },
20666          "cn-northwest-1" : { }
20667        }
20668      },
20669      "inspector2" : {
20670        "endpoints" : {
20671          "cn-north-1" : { },
20672          "cn-northwest-1" : { }
20673        }
20674      },
20675      "internetmonitor" : {
20676        "defaults" : {
20677          "dnsSuffix" : "api.amazonwebservices.com.cn",
20678          "variants" : [ {
20679            "dnsSuffix" : "api.amazonwebservices.com.cn",
20680            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
20681            "tags" : [ "fips" ]
20682          } ]
20683        },
20684        "endpoints" : {
20685          "cn-north-1" : {
20686            "hostname" : "internetmonitor.cn-north-1.api.amazonwebservices.com.cn"
20687          },
20688          "cn-northwest-1" : {
20689            "hostname" : "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn"
20690          }
20691        }
20692      },
20693      "iot" : {
20694        "endpoints" : {
20695          "cn-north-1" : { },
20696          "cn-northwest-1" : { }
20697        }
20698      },
20699      "iotanalytics" : {
20700        "endpoints" : {
20701          "cn-north-1" : { }
20702        }
20703      },
20704      "iotevents" : {
20705        "endpoints" : {
20706          "cn-north-1" : { }
20707        }
20708      },
20709      "ioteventsdata" : {
20710        "endpoints" : {
20711          "cn-north-1" : {
20712            "credentialScope" : {
20713              "region" : "cn-north-1"
20714            },
20715            "hostname" : "data.iotevents.cn-north-1.amazonaws.com.cn"
20716          }
20717        }
20718      },
20719      "iotsecuredtunneling" : {
20720        "endpoints" : {
20721          "cn-north-1" : { },
20722          "cn-northwest-1" : { }
20723        }
20724      },
20725      "iotsitewise" : {
20726        "endpoints" : {
20727          "cn-north-1" : { }
20728        }
20729      },
20730      "iottwinmaker" : {
20731        "endpoints" : {
20732          "api-cn-north-1" : {
20733            "credentialScope" : {
20734              "region" : "cn-north-1"
20735            },
20736            "hostname" : "api.iottwinmaker.cn-north-1.amazonaws.com.cn"
20737          },
20738          "cn-north-1" : { },
20739          "data-cn-north-1" : {
20740            "credentialScope" : {
20741              "region" : "cn-north-1"
20742            },
20743            "hostname" : "data.iottwinmaker.cn-north-1.amazonaws.com.cn"
20744          }
20745        }
20746      },
20747      "kafka" : {
20748        "endpoints" : {
20749          "cn-north-1" : { },
20750          "cn-northwest-1" : { }
20751        }
20752      },
20753      "kendra-ranking" : {
20754        "defaults" : {
20755          "dnsSuffix" : "api.amazonwebservices.com.cn",
20756          "variants" : [ {
20757            "dnsSuffix" : "api.amazonwebservices.com.cn",
20758            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
20759            "tags" : [ "fips" ]
20760          } ]
20761        },
20762        "endpoints" : {
20763          "cn-north-1" : {
20764            "hostname" : "kendra-ranking.cn-north-1.api.amazonwebservices.com.cn"
20765          },
20766          "cn-northwest-1" : {
20767            "hostname" : "kendra-ranking.cn-northwest-1.api.amazonwebservices.com.cn"
20768          }
20769        }
20770      },
20771      "kinesis" : {
20772        "endpoints" : {
20773          "cn-north-1" : { },
20774          "cn-northwest-1" : { }
20775        }
20776      },
20777      "kinesisanalytics" : {
20778        "endpoints" : {
20779          "cn-north-1" : { },
20780          "cn-northwest-1" : { }
20781        }
20782      },
20783      "kinesisvideo" : {
20784        "endpoints" : {
20785          "cn-north-1" : { }
20786        }
20787      },
20788      "kms" : {
20789        "endpoints" : {
20790          "cn-north-1" : { },
20791          "cn-northwest-1" : { }
20792        }
20793      },
20794      "lakeformation" : {
20795        "endpoints" : {
20796          "cn-north-1" : { },
20797          "cn-northwest-1" : { }
20798        }
20799      },
20800      "lambda" : {
20801        "endpoints" : {
20802          "cn-north-1" : {
20803            "variants" : [ {
20804              "hostname" : "lambda.cn-north-1.api.amazonwebservices.com.cn",
20805              "tags" : [ "dualstack" ]
20806            } ]
20807          },
20808          "cn-northwest-1" : {
20809            "variants" : [ {
20810              "hostname" : "lambda.cn-northwest-1.api.amazonwebservices.com.cn",
20811              "tags" : [ "dualstack" ]
20812            } ]
20813          }
20814        }
20815      },
20816      "license-manager" : {
20817        "endpoints" : {
20818          "cn-north-1" : { },
20819          "cn-northwest-1" : { }
20820        }
20821      },
20822      "license-manager-linux-subscriptions" : {
20823        "endpoints" : {
20824          "cn-north-1" : { },
20825          "cn-northwest-1" : { }
20826        }
20827      },
20828      "logs" : {
20829        "endpoints" : {
20830          "cn-north-1" : { },
20831          "cn-northwest-1" : { }
20832        }
20833      },
20834      "mediaconvert" : {
20835        "endpoints" : {
20836          "cn-northwest-1" : {
20837            "credentialScope" : {
20838              "region" : "cn-northwest-1"
20839            },
20840            "hostname" : "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn"
20841          }
20842        }
20843      },
20844      "memory-db" : {
20845        "endpoints" : {
20846          "cn-north-1" : { },
20847          "cn-northwest-1" : { }
20848        }
20849      },
20850      "metrics.sagemaker" : {
20851        "endpoints" : {
20852          "cn-north-1" : { },
20853          "cn-northwest-1" : { }
20854        }
20855      },
20856      "monitoring" : {
20857        "defaults" : {
20858          "protocols" : [ "http", "https" ]
20859        },
20860        "endpoints" : {
20861          "cn-north-1" : { },
20862          "cn-northwest-1" : { }
20863        }
20864      },
20865      "mq" : {
20866        "endpoints" : {
20867          "cn-north-1" : { },
20868          "cn-northwest-1" : { }
20869        }
20870      },
20871      "neptune" : {
20872        "endpoints" : {
20873          "cn-north-1" : {
20874            "credentialScope" : {
20875              "region" : "cn-north-1"
20876            },
20877            "hostname" : "rds.cn-north-1.amazonaws.com.cn"
20878          },
20879          "cn-northwest-1" : {
20880            "credentialScope" : {
20881              "region" : "cn-northwest-1"
20882            },
20883            "hostname" : "rds.cn-northwest-1.amazonaws.com.cn"
20884          }
20885        }
20886      },
20887      "oam" : {
20888        "endpoints" : {
20889          "cn-north-1" : { },
20890          "cn-northwest-1" : { }
20891        }
20892      },
20893      "oidc" : {
20894        "endpoints" : {
20895          "cn-north-1" : {
20896            "credentialScope" : {
20897              "region" : "cn-north-1"
20898            },
20899            "hostname" : "oidc.cn-north-1.amazonaws.com.cn"
20900          },
20901          "cn-northwest-1" : {
20902            "credentialScope" : {
20903              "region" : "cn-northwest-1"
20904            },
20905            "hostname" : "oidc.cn-northwest-1.amazonaws.com.cn"
20906          }
20907        }
20908      },
20909      "organizations" : {
20910        "endpoints" : {
20911          "aws-cn-global" : {
20912            "credentialScope" : {
20913              "region" : "cn-northwest-1"
20914            },
20915            "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
20916          }
20917        },
20918        "isRegionalized" : false,
20919        "partitionEndpoint" : "aws-cn-global"
20920      },
20921      "personalize" : {
20922        "endpoints" : {
20923          "cn-north-1" : { }
20924        }
20925      },
20926      "pi" : {
20927        "endpoints" : {
20928          "cn-north-1" : { },
20929          "cn-northwest-1" : { }
20930        }
20931      },
20932      "pipes" : {
20933        "endpoints" : {
20934          "cn-north-1" : { },
20935          "cn-northwest-1" : { }
20936        }
20937      },
20938      "polly" : {
20939        "endpoints" : {
20940          "cn-northwest-1" : { }
20941        }
20942      },
20943      "portal.sso" : {
20944        "endpoints" : {
20945          "cn-north-1" : {
20946            "credentialScope" : {
20947              "region" : "cn-north-1"
20948            },
20949            "hostname" : "portal.sso.cn-north-1.amazonaws.com.cn"
20950          },
20951          "cn-northwest-1" : {
20952            "credentialScope" : {
20953              "region" : "cn-northwest-1"
20954            },
20955            "hostname" : "portal.sso.cn-northwest-1.amazonaws.com.cn"
20956          }
20957        }
20958      },
20959      "qbusiness" : {
20960        "defaults" : {
20961          "dnsSuffix" : "api.amazonwebservices.com.cn",
20962          "variants" : [ {
20963            "dnsSuffix" : "api.amazonwebservices.com.cn",
20964            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
20965            "tags" : [ "fips" ]
20966          } ]
20967        },
20968        "endpoints" : {
20969          "cn-north-1" : {
20970            "hostname" : "qbusiness.cn-north-1.api.amazonwebservices.com.cn"
20971          },
20972          "cn-northwest-1" : {
20973            "hostname" : "qbusiness.cn-northwest-1.api.amazonwebservices.com.cn"
20974          }
20975        }
20976      },
20977      "quicksight" : {
20978        "endpoints" : {
20979          "cn-north-1" : { }
20980        }
20981      },
20982      "ram" : {
20983        "endpoints" : {
20984          "cn-north-1" : { },
20985          "cn-northwest-1" : { }
20986        }
20987      },
20988      "rbin" : {
20989        "endpoints" : {
20990          "cn-north-1" : { },
20991          "cn-northwest-1" : { }
20992        }
20993      },
20994      "rds" : {
20995        "endpoints" : {
20996          "cn-north-1" : { },
20997          "cn-northwest-1" : { }
20998        }
20999      },
21000      "redshift" : {
21001        "endpoints" : {
21002          "cn-north-1" : { },
21003          "cn-northwest-1" : { }
21004        }
21005      },
21006      "redshift-serverless" : {
21007        "endpoints" : {
21008          "cn-north-1" : { }
21009        }
21010      },
21011      "resource-groups" : {
21012        "endpoints" : {
21013          "cn-north-1" : { },
21014          "cn-northwest-1" : { }
21015        }
21016      },
21017      "rolesanywhere" : {
21018        "endpoints" : {
21019          "cn-north-1" : { },
21020          "cn-northwest-1" : { }
21021        }
21022      },
21023      "route53" : {
21024        "endpoints" : {
21025          "aws-cn-global" : {
21026            "credentialScope" : {
21027              "region" : "cn-northwest-1"
21028            },
21029            "hostname" : "route53.amazonaws.com.cn"
21030          }
21031        },
21032        "isRegionalized" : false,
21033        "partitionEndpoint" : "aws-cn-global"
21034      },
21035      "route53resolver" : {
21036        "defaults" : {
21037          "protocols" : [ "https" ]
21038        },
21039        "endpoints" : {
21040          "cn-north-1" : { },
21041          "cn-northwest-1" : { }
21042        }
21043      },
21044      "runtime.sagemaker" : {
21045        "endpoints" : {
21046          "cn-north-1" : { },
21047          "cn-northwest-1" : { }
21048        }
21049      },
21050      "s3" : {
21051        "defaults" : {
21052          "protocols" : [ "http", "https" ],
21053          "signatureVersions" : [ "s3v4" ],
21054          "variants" : [ {
21055            "dnsSuffix" : "amazonaws.com.cn",
21056            "hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
21057            "tags" : [ "dualstack" ]
21058          } ]
21059        },
21060        "endpoints" : {
21061          "cn-north-1" : {
21062            "variants" : [ {
21063              "hostname" : "s3.dualstack.cn-north-1.amazonaws.com.cn",
21064              "tags" : [ "dualstack" ]
21065            } ]
21066          },
21067          "cn-northwest-1" : {
21068            "variants" : [ {
21069              "hostname" : "s3.dualstack.cn-northwest-1.amazonaws.com.cn",
21070              "tags" : [ "dualstack" ]
21071            } ]
21072          }
21073        }
21074      },
21075      "s3-control" : {
21076        "defaults" : {
21077          "protocols" : [ "https" ],
21078          "signatureVersions" : [ "s3v4" ],
21079          "variants" : [ {
21080            "dnsSuffix" : "amazonaws.com.cn",
21081            "hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
21082            "tags" : [ "dualstack" ]
21083          } ]
21084        },
21085        "endpoints" : {
21086          "cn-north-1" : {
21087            "credentialScope" : {
21088              "region" : "cn-north-1"
21089            },
21090            "hostname" : "s3-control.cn-north-1.amazonaws.com.cn",
21091            "signatureVersions" : [ "s3v4" ],
21092            "variants" : [ {
21093              "hostname" : "s3-control.dualstack.cn-north-1.amazonaws.com.cn",
21094              "tags" : [ "dualstack" ]
21095            } ]
21096          },
21097          "cn-northwest-1" : {
21098            "credentialScope" : {
21099              "region" : "cn-northwest-1"
21100            },
21101            "hostname" : "s3-control.cn-northwest-1.amazonaws.com.cn",
21102            "signatureVersions" : [ "s3v4" ],
21103            "variants" : [ {
21104              "hostname" : "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn",
21105              "tags" : [ "dualstack" ]
21106            } ]
21107          }
21108        }
21109      },
21110      "savingsplans" : {
21111        "endpoints" : {
21112          "cn-north-1" : {
21113            "credentialScope" : {
21114              "region" : "cn-north-1"
21115            },
21116            "hostname" : "savingsplans.cn-north-1.amazonaws.com.cn"
21117          },
21118          "cn-northwest-1" : {
21119            "credentialScope" : {
21120              "region" : "cn-northwest-1"
21121            },
21122            "hostname" : "savingsplans.cn-northwest-1.amazonaws.com.cn"
21123          }
21124        },
21125        "isRegionalized" : true
21126      },
21127      "schemas" : {
21128        "endpoints" : {
21129          "cn-north-1" : { },
21130          "cn-northwest-1" : { }
21131        }
21132      },
21133      "secretsmanager" : {
21134        "endpoints" : {
21135          "cn-north-1" : {
21136            "variants" : [ {
21137              "tags" : [ "dualstack" ]
21138            } ]
21139          },
21140          "cn-northwest-1" : {
21141            "variants" : [ {
21142              "tags" : [ "dualstack" ]
21143            } ]
21144          }
21145        }
21146      },
21147      "securityhub" : {
21148        "endpoints" : {
21149          "cn-north-1" : { },
21150          "cn-northwest-1" : { }
21151        }
21152      },
21153      "serverlessrepo" : {
21154        "defaults" : {
21155          "protocols" : [ "https" ]
21156        },
21157        "endpoints" : {
21158          "cn-north-1" : {
21159            "protocols" : [ "https" ]
21160          },
21161          "cn-northwest-1" : {
21162            "protocols" : [ "https" ]
21163          }
21164        }
21165      },
21166      "servicecatalog" : {
21167        "endpoints" : {
21168          "cn-north-1" : { },
21169          "cn-northwest-1" : { }
21170        }
21171      },
21172      "servicediscovery" : {
21173        "endpoints" : {
21174          "cn-north-1" : {
21175            "variants" : [ {
21176              "hostname" : "servicediscovery.cn-north-1.api.amazonwebservices.com.cn",
21177              "tags" : [ "dualstack" ]
21178            } ]
21179          },
21180          "cn-northwest-1" : {
21181            "variants" : [ {
21182              "hostname" : "servicediscovery.cn-northwest-1.api.amazonwebservices.com.cn",
21183              "tags" : [ "dualstack" ]
21184            } ]
21185          }
21186        }
21187      },
21188      "servicequotas" : {
21189        "defaults" : {
21190          "protocols" : [ "https" ]
21191        },
21192        "endpoints" : {
21193          "cn-north-1" : { },
21194          "cn-northwest-1" : { }
21195        }
21196      },
21197      "signer" : {
21198        "endpoints" : {
21199          "cn-north-1" : { },
21200          "cn-northwest-1" : { },
21201          "verification-cn-north-1" : {
21202            "credentialScope" : {
21203              "region" : "cn-north-1"
21204            },
21205            "hostname" : "verification.signer.cn-north-1.amazonaws.com.cn"
21206          },
21207          "verification-cn-northwest-1" : {
21208            "credentialScope" : {
21209              "region" : "cn-northwest-1"
21210            },
21211            "hostname" : "verification.signer.cn-northwest-1.amazonaws.com.cn"
21212          }
21213        }
21214      },
21215      "sms" : {
21216        "endpoints" : {
21217          "cn-north-1" : { }
21218        }
21219      },
21220      "snowball" : {
21221        "endpoints" : {
21222          "cn-north-1" : {
21223            "variants" : [ {
21224              "hostname" : "snowball-fips.cn-north-1.amazonaws.com.cn",
21225              "tags" : [ "fips" ]
21226            } ]
21227          },
21228          "cn-northwest-1" : {
21229            "variants" : [ {
21230              "hostname" : "snowball-fips.cn-northwest-1.amazonaws.com.cn",
21231              "tags" : [ "fips" ]
21232            } ]
21233          },
21234          "fips-cn-north-1" : {
21235            "credentialScope" : {
21236              "region" : "cn-north-1"
21237            },
21238            "deprecated" : true,
21239            "hostname" : "snowball-fips.cn-north-1.amazonaws.com.cn"
21240          },
21241          "fips-cn-northwest-1" : {
21242            "credentialScope" : {
21243              "region" : "cn-northwest-1"
21244            },
21245            "deprecated" : true,
21246            "hostname" : "snowball-fips.cn-northwest-1.amazonaws.com.cn"
21247          }
21248        }
21249      },
21250      "sns" : {
21251        "defaults" : {
21252          "protocols" : [ "http", "https" ]
21253        },
21254        "endpoints" : {
21255          "cn-north-1" : { },
21256          "cn-northwest-1" : { }
21257        }
21258      },
21259      "sqs" : {
21260        "defaults" : {
21261          "protocols" : [ "http", "https" ],
21262          "sslCommonName" : "{region}.queue.{dnsSuffix}"
21263        },
21264        "endpoints" : {
21265          "cn-north-1" : { },
21266          "cn-northwest-1" : { }
21267        }
21268      },
21269      "ssm" : {
21270        "endpoints" : {
21271          "cn-north-1" : { },
21272          "cn-northwest-1" : { }
21273        }
21274      },
21275      "sso" : {
21276        "endpoints" : {
21277          "cn-north-1" : { },
21278          "cn-northwest-1" : { }
21279        }
21280      },
21281      "states" : {
21282        "endpoints" : {
21283          "cn-north-1" : {
21284            "variants" : [ {
21285              "hostname" : "states.cn-north-1.api.amazonwebservices.com.cn",
21286              "tags" : [ "dualstack" ]
21287            } ]
21288          },
21289          "cn-northwest-1" : {
21290            "variants" : [ {
21291              "hostname" : "states.cn-northwest-1.api.amazonwebservices.com.cn",
21292              "tags" : [ "dualstack" ]
21293            } ]
21294          }
21295        }
21296      },
21297      "storagegateway" : {
21298        "endpoints" : {
21299          "cn-north-1" : { },
21300          "cn-northwest-1" : { }
21301        }
21302      },
21303      "streams.dynamodb" : {
21304        "defaults" : {
21305          "credentialScope" : {
21306            "service" : "dynamodb"
21307          },
21308          "protocols" : [ "http", "https" ]
21309        },
21310        "endpoints" : {
21311          "cn-north-1" : { },
21312          "cn-northwest-1" : { }
21313        }
21314      },
21315      "sts" : {
21316        "endpoints" : {
21317          "cn-north-1" : { },
21318          "cn-northwest-1" : { }
21319        }
21320      },
21321      "support" : {
21322        "endpoints" : {
21323          "aws-cn-global" : {
21324            "credentialScope" : {
21325              "region" : "cn-north-1"
21326            },
21327            "hostname" : "support.cn-north-1.amazonaws.com.cn"
21328          }
21329        },
21330        "partitionEndpoint" : "aws-cn-global"
21331      },
21332      "swf" : {
21333        "endpoints" : {
21334          "cn-north-1" : { },
21335          "cn-northwest-1" : { }
21336        }
21337      },
21338      "synthetics" : {
21339        "endpoints" : {
21340          "cn-north-1" : { },
21341          "cn-northwest-1" : { }
21342        }
21343      },
21344      "tagging" : {
21345        "endpoints" : {
21346          "cn-north-1" : { },
21347          "cn-northwest-1" : { }
21348        }
21349      },
21350      "transcribe" : {
21351        "defaults" : {
21352          "protocols" : [ "https" ]
21353        },
21354        "endpoints" : {
21355          "cn-north-1" : {
21356            "credentialScope" : {
21357              "region" : "cn-north-1"
21358            },
21359            "hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn"
21360          },
21361          "cn-northwest-1" : {
21362            "credentialScope" : {
21363              "region" : "cn-northwest-1"
21364            },
21365            "hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
21366          }
21367        }
21368      },
21369      "transcribestreaming" : {
21370        "endpoints" : {
21371          "cn-north-1" : { },
21372          "cn-northwest-1" : { }
21373        }
21374      },
21375      "transfer" : {
21376        "endpoints" : {
21377          "cn-north-1" : { },
21378          "cn-northwest-1" : { }
21379        }
21380      },
21381      "waf-regional" : {
21382        "endpoints" : {
21383          "cn-north-1" : {
21384            "credentialScope" : {
21385              "region" : "cn-north-1"
21386            },
21387            "hostname" : "waf-regional.cn-north-1.amazonaws.com.cn",
21388            "variants" : [ {
21389              "hostname" : "waf-regional-fips.cn-north-1.amazonaws.com.cn",
21390              "tags" : [ "fips" ]
21391            } ]
21392          },
21393          "cn-northwest-1" : {
21394            "credentialScope" : {
21395              "region" : "cn-northwest-1"
21396            },
21397            "hostname" : "waf-regional.cn-northwest-1.amazonaws.com.cn",
21398            "variants" : [ {
21399              "hostname" : "waf-regional-fips.cn-northwest-1.amazonaws.com.cn",
21400              "tags" : [ "fips" ]
21401            } ]
21402          },
21403          "fips-cn-north-1" : {
21404            "credentialScope" : {
21405              "region" : "cn-north-1"
21406            },
21407            "deprecated" : true,
21408            "hostname" : "waf-regional-fips.cn-north-1.amazonaws.com.cn"
21409          },
21410          "fips-cn-northwest-1" : {
21411            "credentialScope" : {
21412              "region" : "cn-northwest-1"
21413            },
21414            "deprecated" : true,
21415            "hostname" : "waf-regional-fips.cn-northwest-1.amazonaws.com.cn"
21416          }
21417        }
21418      },
21419      "wafv2" : {
21420        "endpoints" : {
21421          "cn-north-1" : {
21422            "credentialScope" : {
21423              "region" : "cn-north-1"
21424            },
21425            "hostname" : "wafv2.cn-north-1.amazonaws.com.cn",
21426            "variants" : [ {
21427              "hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn",
21428              "tags" : [ "fips" ]
21429            } ]
21430          },
21431          "cn-northwest-1" : {
21432            "credentialScope" : {
21433              "region" : "cn-northwest-1"
21434            },
21435            "hostname" : "wafv2.cn-northwest-1.amazonaws.com.cn",
21436            "variants" : [ {
21437              "hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn",
21438              "tags" : [ "fips" ]
21439            } ]
21440          },
21441          "fips-cn-north-1" : {
21442            "credentialScope" : {
21443              "region" : "cn-north-1"
21444            },
21445            "deprecated" : true,
21446            "hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn"
21447          },
21448          "fips-cn-northwest-1" : {
21449            "credentialScope" : {
21450              "region" : "cn-northwest-1"
21451            },
21452            "deprecated" : true,
21453            "hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn"
21454          }
21455        }
21456      },
21457      "workspaces" : {
21458        "endpoints" : {
21459          "cn-northwest-1" : { }
21460        }
21461      },
21462      "xray" : {
21463        "endpoints" : {
21464          "cn-north-1" : { },
21465          "cn-northwest-1" : { }
21466        }
21467      }
21468    }
21469  }, {
21470    "defaults" : {
21471      "hostname" : "{service}.{region}.{dnsSuffix}",
21472      "protocols" : [ "https" ],
21473      "signatureVersions" : [ "v4" ],
21474      "variants" : [ {
21475        "dnsSuffix" : "amazonaws.com",
21476        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
21477        "tags" : [ "fips" ]
21478      }, {
21479        "dnsSuffix" : "api.aws",
21480        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
21481        "tags" : [ "dualstack", "fips" ]
21482      }, {
21483        "dnsSuffix" : "api.aws",
21484        "hostname" : "{service}.{region}.{dnsSuffix}",
21485        "tags" : [ "dualstack" ]
21486      } ]
21487    },
21488    "dnsSuffix" : "amazonaws.com",
21489    "partition" : "aws-us-gov",
21490    "partitionName" : "AWS GovCloud (US)",
21491    "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
21492    "regions" : {
21493      "us-gov-east-1" : {
21494        "description" : "AWS GovCloud (US-East)"
21495      },
21496      "us-gov-west-1" : {
21497        "description" : "AWS GovCloud (US-West)"
21498      }
21499    },
21500    "services" : {
21501      "access-analyzer" : {
21502        "endpoints" : {
21503          "us-gov-east-1" : {
21504            "credentialScope" : {
21505              "region" : "us-gov-east-1"
21506            },
21507            "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
21508            "variants" : [ {
21509              "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
21510              "tags" : [ "fips" ]
21511            } ]
21512          },
21513          "us-gov-east-1-fips" : {
21514            "credentialScope" : {
21515              "region" : "us-gov-east-1"
21516            },
21517            "deprecated" : true,
21518            "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
21519          },
21520          "us-gov-west-1" : {
21521            "credentialScope" : {
21522              "region" : "us-gov-west-1"
21523            },
21524            "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
21525            "variants" : [ {
21526              "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
21527              "tags" : [ "fips" ]
21528            } ]
21529          },
21530          "us-gov-west-1-fips" : {
21531            "credentialScope" : {
21532              "region" : "us-gov-west-1"
21533            },
21534            "deprecated" : true,
21535            "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
21536          }
21537        }
21538      },
21539      "acm" : {
21540        "defaults" : {
21541          "variants" : [ {
21542            "hostname" : "acm.{region}.{dnsSuffix}",
21543            "tags" : [ "fips" ]
21544          } ]
21545        },
21546        "endpoints" : {
21547          "us-gov-east-1" : {
21548            "credentialScope" : {
21549              "region" : "us-gov-east-1"
21550            },
21551            "hostname" : "acm.us-gov-east-1.amazonaws.com"
21552          },
21553          "us-gov-west-1" : {
21554            "credentialScope" : {
21555              "region" : "us-gov-west-1"
21556            },
21557            "hostname" : "acm.us-gov-west-1.amazonaws.com"
21558          }
21559        }
21560      },
21561      "acm-pca" : {
21562        "defaults" : {
21563          "protocols" : [ "https" ],
21564          "variants" : [ {
21565            "hostname" : "acm-pca.{region}.{dnsSuffix}",
21566            "tags" : [ "fips" ]
21567          } ]
21568        },
21569        "endpoints" : {
21570          "fips-us-gov-east-1" : {
21571            "credentialScope" : {
21572              "region" : "us-gov-east-1"
21573            },
21574            "deprecated" : true,
21575            "hostname" : "acm-pca.us-gov-east-1.amazonaws.com"
21576          },
21577          "fips-us-gov-west-1" : {
21578            "credentialScope" : {
21579              "region" : "us-gov-west-1"
21580            },
21581            "deprecated" : true,
21582            "hostname" : "acm-pca.us-gov-west-1.amazonaws.com"
21583          },
21584          "us-gov-east-1" : {
21585            "variants" : [ {
21586              "hostname" : "acm-pca.us-gov-east-1.amazonaws.com",
21587              "tags" : [ "fips" ]
21588            } ]
21589          },
21590          "us-gov-west-1" : {
21591            "variants" : [ {
21592              "hostname" : "acm-pca.us-gov-west-1.amazonaws.com",
21593              "tags" : [ "fips" ]
21594            } ]
21595          }
21596        }
21597      },
21598      "api.detective" : {
21599        "defaults" : {
21600          "protocols" : [ "https" ]
21601        },
21602        "endpoints" : {
21603          "us-gov-east-1" : {
21604            "variants" : [ {
21605              "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com",
21606              "tags" : [ "fips" ]
21607            } ]
21608          },
21609          "us-gov-east-1-fips" : {
21610            "credentialScope" : {
21611              "region" : "us-gov-east-1"
21612            },
21613            "deprecated" : true,
21614            "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com"
21615          },
21616          "us-gov-west-1" : {
21617            "variants" : [ {
21618              "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com",
21619              "tags" : [ "fips" ]
21620            } ]
21621          },
21622          "us-gov-west-1-fips" : {
21623            "credentialScope" : {
21624              "region" : "us-gov-west-1"
21625            },
21626            "deprecated" : true,
21627            "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com"
21628          }
21629        }
21630      },
21631      "api.ecr" : {
21632        "defaults" : {
21633          "variants" : [ {
21634            "hostname" : "ecr-fips.{region}.{dnsSuffix}",
21635            "tags" : [ "fips" ]
21636          } ]
21637        },
21638        "endpoints" : {
21639          "dkr-us-gov-east-1" : {
21640            "credentialScope" : {
21641              "region" : "us-gov-east-1"
21642            },
21643            "deprecated" : true,
21644            "variants" : [ {
21645              "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com",
21646              "tags" : [ "fips" ]
21647            } ]
21648          },
21649          "dkr-us-gov-west-1" : {
21650            "credentialScope" : {
21651              "region" : "us-gov-west-1"
21652            },
21653            "deprecated" : true,
21654            "variants" : [ {
21655              "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com",
21656              "tags" : [ "fips" ]
21657            } ]
21658          },
21659          "fips-dkr-us-gov-east-1" : {
21660            "credentialScope" : {
21661              "region" : "us-gov-east-1"
21662            },
21663            "deprecated" : true,
21664            "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com"
21665          },
21666          "fips-dkr-us-gov-west-1" : {
21667            "credentialScope" : {
21668              "region" : "us-gov-west-1"
21669            },
21670            "deprecated" : true,
21671            "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com"
21672          },
21673          "fips-us-gov-east-1" : {
21674            "credentialScope" : {
21675              "region" : "us-gov-east-1"
21676            },
21677            "deprecated" : true,
21678            "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com"
21679          },
21680          "fips-us-gov-west-1" : {
21681            "credentialScope" : {
21682              "region" : "us-gov-west-1"
21683            },
21684            "deprecated" : true,
21685            "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com"
21686          },
21687          "us-gov-east-1" : {
21688            "credentialScope" : {
21689              "region" : "us-gov-east-1"
21690            },
21691            "hostname" : "api.ecr.us-gov-east-1.amazonaws.com",
21692            "variants" : [ {
21693              "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com",
21694              "tags" : [ "fips" ]
21695            } ]
21696          },
21697          "us-gov-west-1" : {
21698            "credentialScope" : {
21699              "region" : "us-gov-west-1"
21700            },
21701            "hostname" : "api.ecr.us-gov-west-1.amazonaws.com",
21702            "variants" : [ {
21703              "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com",
21704              "tags" : [ "fips" ]
21705            } ]
21706          }
21707        }
21708      },
21709      "api.sagemaker" : {
21710        "defaults" : {
21711          "variants" : [ {
21712            "hostname" : "api-fips.sagemaker.{region}.{dnsSuffix}",
21713            "tags" : [ "fips" ]
21714          } ]
21715        },
21716        "endpoints" : {
21717          "us-gov-east-1" : { },
21718          "us-gov-west-1" : {
21719            "variants" : [ {
21720              "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
21721              "tags" : [ "fips" ]
21722            } ]
21723          },
21724          "us-gov-west-1-fips" : {
21725            "credentialScope" : {
21726              "region" : "us-gov-west-1"
21727            },
21728            "deprecated" : true,
21729            "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com"
21730          },
21731          "us-gov-west-1-fips-secondary" : {
21732            "credentialScope" : {
21733              "region" : "us-gov-west-1"
21734            },
21735            "deprecated" : true,
21736            "hostname" : "api.sagemaker.us-gov-west-1.amazonaws.com"
21737          },
21738          "us-gov-west-1-secondary" : {
21739            "credentialScope" : {
21740              "region" : "us-gov-west-1"
21741            },
21742            "deprecated" : true,
21743            "variants" : [ {
21744              "hostname" : "api.sagemaker.us-gov-west-1.amazonaws.com",
21745              "tags" : [ "fips" ]
21746            } ]
21747          }
21748        }
21749      },
21750      "api.tunneling.iot" : {
21751        "defaults" : {
21752          "variants" : [ {
21753            "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
21754            "tags" : [ "fips" ]
21755          } ]
21756        },
21757        "endpoints" : {
21758          "fips-us-gov-east-1" : {
21759            "credentialScope" : {
21760              "region" : "us-gov-east-1"
21761            },
21762            "deprecated" : true,
21763            "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
21764          },
21765          "fips-us-gov-west-1" : {
21766            "credentialScope" : {
21767              "region" : "us-gov-west-1"
21768            },
21769            "deprecated" : true,
21770            "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
21771          },
21772          "us-gov-east-1" : {
21773            "variants" : [ {
21774              "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com",
21775              "tags" : [ "fips" ]
21776            } ]
21777          },
21778          "us-gov-west-1" : {
21779            "variants" : [ {
21780              "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com",
21781              "tags" : [ "fips" ]
21782            } ]
21783          }
21784        }
21785      },
21786      "apigateway" : {
21787        "endpoints" : {
21788          "us-gov-east-1" : { },
21789          "us-gov-west-1" : { }
21790        }
21791      },
21792      "appconfig" : {
21793        "endpoints" : {
21794          "fips-us-gov-east-1" : {
21795            "credentialScope" : {
21796              "region" : "us-gov-east-1"
21797            },
21798            "deprecated" : true,
21799            "hostname" : "appconfig.us-gov-east-1.amazonaws.com"
21800          },
21801          "fips-us-gov-west-1" : {
21802            "credentialScope" : {
21803              "region" : "us-gov-west-1"
21804            },
21805            "deprecated" : true,
21806            "hostname" : "appconfig.us-gov-west-1.amazonaws.com"
21807          },
21808          "us-gov-east-1" : {
21809            "variants" : [ {
21810              "hostname" : "appconfig.us-gov-east-1.amazonaws.com",
21811              "tags" : [ "fips" ]
21812            } ]
21813          },
21814          "us-gov-west-1" : {
21815            "variants" : [ {
21816              "hostname" : "appconfig.us-gov-west-1.amazonaws.com",
21817              "tags" : [ "fips" ]
21818            } ]
21819          }
21820        }
21821      },
21822      "appconfigdata" : {
21823        "endpoints" : {
21824          "fips-us-gov-east-1" : {
21825            "credentialScope" : {
21826              "region" : "us-gov-east-1"
21827            },
21828            "deprecated" : true,
21829            "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com"
21830          },
21831          "fips-us-gov-west-1" : {
21832            "credentialScope" : {
21833              "region" : "us-gov-west-1"
21834            },
21835            "deprecated" : true,
21836            "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com"
21837          },
21838          "us-gov-east-1" : {
21839            "variants" : [ {
21840              "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com",
21841              "tags" : [ "fips" ]
21842            } ]
21843          },
21844          "us-gov-west-1" : {
21845            "variants" : [ {
21846              "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com",
21847              "tags" : [ "fips" ]
21848            } ]
21849          }
21850        }
21851      },
21852      "application-autoscaling" : {
21853        "defaults" : {
21854          "protocols" : [ "http", "https" ]
21855        },
21856        "endpoints" : {
21857          "us-gov-east-1" : {
21858            "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
21859            "protocols" : [ "http", "https" ],
21860            "variants" : [ {
21861              "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
21862              "tags" : [ "fips" ]
21863            } ]
21864          },
21865          "us-gov-east-1-fips" : {
21866            "deprecated" : true,
21867            "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
21868            "protocols" : [ "http", "https" ]
21869          },
21870          "us-gov-west-1" : {
21871            "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
21872            "protocols" : [ "http", "https" ],
21873            "variants" : [ {
21874              "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
21875              "tags" : [ "fips" ]
21876            } ]
21877          },
21878          "us-gov-west-1-fips" : {
21879            "deprecated" : true,
21880            "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
21881            "protocols" : [ "http", "https" ]
21882          }
21883        }
21884      },
21885      "applicationinsights" : {
21886        "endpoints" : {
21887          "us-gov-east-1" : {
21888            "credentialScope" : {
21889              "region" : "us-gov-east-1"
21890            },
21891            "hostname" : "applicationinsights.us-gov-east-1.amazonaws.com"
21892          },
21893          "us-gov-west-1" : {
21894            "credentialScope" : {
21895              "region" : "us-gov-west-1"
21896            },
21897            "hostname" : "applicationinsights.us-gov-west-1.amazonaws.com"
21898          }
21899        }
21900      },
21901      "appstream2" : {
21902        "defaults" : {
21903          "credentialScope" : {
21904            "service" : "appstream"
21905          },
21906          "protocols" : [ "https" ]
21907        },
21908        "endpoints" : {
21909          "fips" : {
21910            "credentialScope" : {
21911              "region" : "us-gov-west-1"
21912            },
21913            "deprecated" : true,
21914            "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
21915          },
21916          "us-gov-east-1" : {
21917            "variants" : [ {
21918              "hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com",
21919              "tags" : [ "fips" ]
21920            } ]
21921          },
21922          "us-gov-east-1-fips" : {
21923            "credentialScope" : {
21924              "region" : "us-gov-east-1"
21925            },
21926            "deprecated" : true,
21927            "hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com"
21928          },
21929          "us-gov-west-1" : {
21930            "variants" : [ {
21931              "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com",
21932              "tags" : [ "fips" ]
21933            } ]
21934          },
21935          "us-gov-west-1-fips" : {
21936            "credentialScope" : {
21937              "region" : "us-gov-west-1"
21938            },
21939            "deprecated" : true,
21940            "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
21941          }
21942        }
21943      },
21944      "arc-zonal-shift" : {
21945        "endpoints" : {
21946          "us-gov-east-1" : { },
21947          "us-gov-west-1" : { }
21948        }
21949      },
21950      "athena" : {
21951        "endpoints" : {
21952          "fips-us-gov-east-1" : {
21953            "credentialScope" : {
21954              "region" : "us-gov-east-1"
21955            },
21956            "deprecated" : true,
21957            "hostname" : "athena-fips.us-gov-east-1.amazonaws.com"
21958          },
21959          "fips-us-gov-west-1" : {
21960            "credentialScope" : {
21961              "region" : "us-gov-west-1"
21962            },
21963            "deprecated" : true,
21964            "hostname" : "athena-fips.us-gov-west-1.amazonaws.com"
21965          },
21966          "us-gov-east-1" : {
21967            "variants" : [ {
21968              "hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
21969              "tags" : [ "fips" ]
21970            }, {
21971              "hostname" : "athena-fips.us-gov-east-1.api.aws",
21972              "tags" : [ "dualstack", "fips" ]
21973            }, {
21974              "hostname" : "athena.us-gov-east-1.api.aws",
21975              "tags" : [ "dualstack" ]
21976            } ]
21977          },
21978          "us-gov-west-1" : {
21979            "variants" : [ {
21980              "hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
21981              "tags" : [ "fips" ]
21982            }, {
21983              "hostname" : "athena-fips.us-gov-west-1.api.aws",
21984              "tags" : [ "dualstack", "fips" ]
21985            }, {
21986              "hostname" : "athena.us-gov-west-1.api.aws",
21987              "tags" : [ "dualstack" ]
21988            } ]
21989          }
21990        }
21991      },
21992      "autoscaling" : {
21993        "defaults" : {
21994          "variants" : [ {
21995            "hostname" : "autoscaling.{region}.{dnsSuffix}",
21996            "tags" : [ "fips" ]
21997          } ]
21998        },
21999        "endpoints" : {
22000          "us-gov-east-1" : {
22001            "protocols" : [ "http", "https" ]
22002          },
22003          "us-gov-west-1" : {
22004            "protocols" : [ "http", "https" ]
22005          }
22006        }
22007      },
22008      "autoscaling-plans" : {
22009        "defaults" : {
22010          "protocols" : [ "http", "https" ]
22011        },
22012        "endpoints" : {
22013          "us-gov-east-1" : {
22014            "protocols" : [ "http", "https" ]
22015          },
22016          "us-gov-west-1" : {
22017            "protocols" : [ "http", "https" ]
22018          }
22019        }
22020      },
22021      "backup" : {
22022        "endpoints" : {
22023          "us-gov-east-1" : { },
22024          "us-gov-west-1" : { }
22025        }
22026      },
22027      "backup-gateway" : {
22028        "endpoints" : {
22029          "us-gov-east-1" : { },
22030          "us-gov-west-1" : { }
22031        }
22032      },
22033      "backupstorage" : {
22034        "endpoints" : {
22035          "us-gov-east-1" : { },
22036          "us-gov-west-1" : { }
22037        }
22038      },
22039      "batch" : {
22040        "defaults" : {
22041          "variants" : [ {
22042            "hostname" : "batch.{region}.{dnsSuffix}",
22043            "tags" : [ "fips" ]
22044          } ]
22045        },
22046        "endpoints" : {
22047          "fips-us-gov-east-1" : {
22048            "credentialScope" : {
22049              "region" : "us-gov-east-1"
22050            },
22051            "deprecated" : true,
22052            "hostname" : "batch.us-gov-east-1.amazonaws.com"
22053          },
22054          "fips-us-gov-west-1" : {
22055            "credentialScope" : {
22056              "region" : "us-gov-west-1"
22057            },
22058            "deprecated" : true,
22059            "hostname" : "batch.us-gov-west-1.amazonaws.com"
22060          },
22061          "us-gov-east-1" : {
22062            "variants" : [ {
22063              "hostname" : "batch.us-gov-east-1.amazonaws.com",
22064              "tags" : [ "fips" ]
22065            } ]
22066          },
22067          "us-gov-west-1" : {
22068            "variants" : [ {
22069              "hostname" : "batch.us-gov-west-1.amazonaws.com",
22070              "tags" : [ "fips" ]
22071            } ]
22072          }
22073        }
22074      },
22075      "bedrock" : {
22076        "endpoints" : {
22077          "us-gov-west-1" : { }
22078        }
22079      },
22080      "cassandra" : {
22081        "endpoints" : {
22082          "us-gov-east-1" : {
22083            "credentialScope" : {
22084              "region" : "us-gov-east-1"
22085            },
22086            "hostname" : "cassandra.us-gov-east-1.amazonaws.com",
22087            "variants" : [ {
22088              "hostname" : "cassandra.us-gov-east-1.amazonaws.com",
22089              "tags" : [ "fips" ]
22090            } ]
22091          },
22092          "us-gov-east-1-fips" : {
22093            "credentialScope" : {
22094              "region" : "us-gov-east-1"
22095            },
22096            "deprecated" : true,
22097            "hostname" : "cassandra.us-gov-east-1.amazonaws.com"
22098          },
22099          "us-gov-west-1" : {
22100            "credentialScope" : {
22101              "region" : "us-gov-west-1"
22102            },
22103            "hostname" : "cassandra.us-gov-west-1.amazonaws.com",
22104            "variants" : [ {
22105              "hostname" : "cassandra.us-gov-west-1.amazonaws.com",
22106              "tags" : [ "fips" ]
22107            } ]
22108          },
22109          "us-gov-west-1-fips" : {
22110            "credentialScope" : {
22111              "region" : "us-gov-west-1"
22112            },
22113            "deprecated" : true,
22114            "hostname" : "cassandra.us-gov-west-1.amazonaws.com"
22115          }
22116        }
22117      },
22118      "cloudcontrolapi" : {
22119        "endpoints" : {
22120          "fips-us-gov-east-1" : {
22121            "credentialScope" : {
22122              "region" : "us-gov-east-1"
22123            },
22124            "deprecated" : true,
22125            "hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com"
22126          },
22127          "fips-us-gov-west-1" : {
22128            "credentialScope" : {
22129              "region" : "us-gov-west-1"
22130            },
22131            "deprecated" : true,
22132            "hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com"
22133          },
22134          "us-gov-east-1" : {
22135            "variants" : [ {
22136              "hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com",
22137              "tags" : [ "fips" ]
22138            } ]
22139          },
22140          "us-gov-west-1" : {
22141            "variants" : [ {
22142              "hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com",
22143              "tags" : [ "fips" ]
22144            } ]
22145          }
22146        }
22147      },
22148      "clouddirectory" : {
22149        "endpoints" : {
22150          "us-gov-west-1" : {
22151            "variants" : [ {
22152              "hostname" : "clouddirectory.us-gov-west-1.amazonaws.com",
22153              "tags" : [ "fips" ]
22154            } ]
22155          },
22156          "us-gov-west-1-fips" : {
22157            "credentialScope" : {
22158              "region" : "us-gov-west-1"
22159            },
22160            "deprecated" : true,
22161            "hostname" : "clouddirectory.us-gov-west-1.amazonaws.com"
22162          }
22163        }
22164      },
22165      "cloudformation" : {
22166        "endpoints" : {
22167          "us-gov-east-1" : {
22168            "credentialScope" : {
22169              "region" : "us-gov-east-1"
22170            },
22171            "hostname" : "cloudformation.us-gov-east-1.amazonaws.com",
22172            "variants" : [ {
22173              "hostname" : "cloudformation.us-gov-east-1.amazonaws.com",
22174              "tags" : [ "fips" ]
22175            } ]
22176          },
22177          "us-gov-east-1-fips" : {
22178            "credentialScope" : {
22179              "region" : "us-gov-east-1"
22180            },
22181            "deprecated" : true,
22182            "hostname" : "cloudformation.us-gov-east-1.amazonaws.com"
22183          },
22184          "us-gov-west-1" : {
22185            "credentialScope" : {
22186              "region" : "us-gov-west-1"
22187            },
22188            "hostname" : "cloudformation.us-gov-west-1.amazonaws.com",
22189            "variants" : [ {
22190              "hostname" : "cloudformation.us-gov-west-1.amazonaws.com",
22191              "tags" : [ "fips" ]
22192            } ]
22193          },
22194          "us-gov-west-1-fips" : {
22195            "credentialScope" : {
22196              "region" : "us-gov-west-1"
22197            },
22198            "deprecated" : true,
22199            "hostname" : "cloudformation.us-gov-west-1.amazonaws.com"
22200          }
22201        }
22202      },
22203      "cloudhsm" : {
22204        "endpoints" : {
22205          "us-gov-west-1" : { }
22206        }
22207      },
22208      "cloudhsmv2" : {
22209        "defaults" : {
22210          "credentialScope" : {
22211            "service" : "cloudhsm"
22212          }
22213        },
22214        "endpoints" : {
22215          "us-gov-east-1" : { },
22216          "us-gov-west-1" : { }
22217        }
22218      },
22219      "cloudtrail" : {
22220        "defaults" : {
22221          "variants" : [ {
22222            "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
22223            "tags" : [ "fips" ]
22224          } ]
22225        },
22226        "endpoints" : {
22227          "fips-us-gov-east-1" : {
22228            "credentialScope" : {
22229              "region" : "us-gov-east-1"
22230            },
22231            "deprecated" : true,
22232            "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com"
22233          },
22234          "fips-us-gov-west-1" : {
22235            "credentialScope" : {
22236              "region" : "us-gov-west-1"
22237            },
22238            "deprecated" : true,
22239            "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com"
22240          },
22241          "us-gov-east-1" : {
22242            "variants" : [ {
22243              "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com",
22244              "tags" : [ "fips" ]
22245            } ]
22246          },
22247          "us-gov-west-1" : {
22248            "variants" : [ {
22249              "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
22250              "tags" : [ "fips" ]
22251            } ]
22252          }
22253        }
22254      },
22255      "codebuild" : {
22256        "endpoints" : {
22257          "us-gov-east-1" : {
22258            "variants" : [ {
22259              "hostname" : "codebuild-fips.us-gov-east-1.amazonaws.com",
22260              "tags" : [ "fips" ]
22261            } ]
22262          },
22263          "us-gov-east-1-fips" : {
22264            "credentialScope" : {
22265              "region" : "us-gov-east-1"
22266            },
22267            "deprecated" : true,
22268            "hostname" : "codebuild-fips.us-gov-east-1.amazonaws.com"
22269          },
22270          "us-gov-west-1" : {
22271            "variants" : [ {
22272              "hostname" : "codebuild-fips.us-gov-west-1.amazonaws.com",
22273              "tags" : [ "fips" ]
22274            } ]
22275          },
22276          "us-gov-west-1-fips" : {
22277            "credentialScope" : {
22278              "region" : "us-gov-west-1"
22279            },
22280            "deprecated" : true,
22281            "hostname" : "codebuild-fips.us-gov-west-1.amazonaws.com"
22282          }
22283        }
22284      },
22285      "codecommit" : {
22286        "endpoints" : {
22287          "fips" : {
22288            "credentialScope" : {
22289              "region" : "us-gov-west-1"
22290            },
22291            "deprecated" : true,
22292            "hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com"
22293          },
22294          "us-gov-east-1" : {
22295            "variants" : [ {
22296              "hostname" : "codecommit-fips.us-gov-east-1.amazonaws.com",
22297              "tags" : [ "fips" ]
22298            } ]
22299          },
22300          "us-gov-east-1-fips" : {
22301            "credentialScope" : {
22302              "region" : "us-gov-east-1"
22303            },
22304            "deprecated" : true,
22305            "hostname" : "codecommit-fips.us-gov-east-1.amazonaws.com"
22306          },
22307          "us-gov-west-1" : {
22308            "variants" : [ {
22309              "hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com",
22310              "tags" : [ "fips" ]
22311            } ]
22312          },
22313          "us-gov-west-1-fips" : {
22314            "credentialScope" : {
22315              "region" : "us-gov-west-1"
22316            },
22317            "deprecated" : true,
22318            "hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com"
22319          }
22320        }
22321      },
22322      "codedeploy" : {
22323        "endpoints" : {
22324          "us-gov-east-1" : {
22325            "variants" : [ {
22326              "hostname" : "codedeploy-fips.us-gov-east-1.amazonaws.com",
22327              "tags" : [ "fips" ]
22328            } ]
22329          },
22330          "us-gov-east-1-fips" : {
22331            "credentialScope" : {
22332              "region" : "us-gov-east-1"
22333            },
22334            "deprecated" : true,
22335            "hostname" : "codedeploy-fips.us-gov-east-1.amazonaws.com"
22336          },
22337          "us-gov-west-1" : {
22338            "variants" : [ {
22339              "hostname" : "codedeploy-fips.us-gov-west-1.amazonaws.com",
22340              "tags" : [ "fips" ]
22341            } ]
22342          },
22343          "us-gov-west-1-fips" : {
22344            "credentialScope" : {
22345              "region" : "us-gov-west-1"
22346            },
22347            "deprecated" : true,
22348            "hostname" : "codedeploy-fips.us-gov-west-1.amazonaws.com"
22349          }
22350        }
22351      },
22352      "codepipeline" : {
22353        "endpoints" : {
22354          "fips-us-gov-east-1" : {
22355            "credentialScope" : {
22356              "region" : "us-gov-east-1"
22357            },
22358            "deprecated" : true,
22359            "hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com"
22360          },
22361          "fips-us-gov-west-1" : {
22362            "credentialScope" : {
22363              "region" : "us-gov-west-1"
22364            },
22365            "deprecated" : true,
22366            "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
22367          },
22368          "us-gov-east-1" : {
22369            "variants" : [ {
22370              "hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com",
22371              "tags" : [ "fips" ]
22372            } ]
22373          },
22374          "us-gov-west-1" : {
22375            "variants" : [ {
22376              "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
22377              "tags" : [ "fips" ]
22378            } ]
22379          }
22380        }
22381      },
22382      "codestar-connections" : {
22383        "endpoints" : {
22384          "us-gov-east-1" : { }
22385        }
22386      },
22387      "cognito-identity" : {
22388        "endpoints" : {
22389          "fips-us-gov-west-1" : {
22390            "credentialScope" : {
22391              "region" : "us-gov-west-1"
22392            },
22393            "deprecated" : true,
22394            "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
22395          },
22396          "us-gov-west-1" : {
22397            "variants" : [ {
22398              "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
22399              "tags" : [ "fips" ]
22400            } ]
22401          }
22402        }
22403      },
22404      "cognito-idp" : {
22405        "endpoints" : {
22406          "fips-us-gov-west-1" : {
22407            "credentialScope" : {
22408              "region" : "us-gov-west-1"
22409            },
22410            "deprecated" : true,
22411            "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
22412          },
22413          "us-gov-west-1" : {
22414            "variants" : [ {
22415              "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
22416              "tags" : [ "fips" ]
22417            } ]
22418          }
22419        }
22420      },
22421      "comprehend" : {
22422        "defaults" : {
22423          "protocols" : [ "https" ]
22424        },
22425        "endpoints" : {
22426          "fips-us-gov-west-1" : {
22427            "credentialScope" : {
22428              "region" : "us-gov-west-1"
22429            },
22430            "deprecated" : true,
22431            "hostname" : "comprehend-fips.us-gov-west-1.amazonaws.com"
22432          },
22433          "us-gov-west-1" : {
22434            "variants" : [ {
22435              "hostname" : "comprehend-fips.us-gov-west-1.amazonaws.com",
22436              "tags" : [ "fips" ]
22437            } ]
22438          }
22439        }
22440      },
22441      "comprehendmedical" : {
22442        "endpoints" : {
22443          "fips-us-gov-west-1" : {
22444            "credentialScope" : {
22445              "region" : "us-gov-west-1"
22446            },
22447            "deprecated" : true,
22448            "hostname" : "comprehendmedical-fips.us-gov-west-1.amazonaws.com"
22449          },
22450          "us-gov-west-1" : {
22451            "variants" : [ {
22452              "hostname" : "comprehendmedical-fips.us-gov-west-1.amazonaws.com",
22453              "tags" : [ "fips" ]
22454            } ]
22455          }
22456        }
22457      },
22458      "compute-optimizer" : {
22459        "endpoints" : {
22460          "us-gov-east-1" : {
22461            "credentialScope" : {
22462              "region" : "us-gov-east-1"
22463            },
22464            "hostname" : "compute-optimizer-fips.us-gov-east-1.amazonaws.com"
22465          },
22466          "us-gov-west-1" : {
22467            "credentialScope" : {
22468              "region" : "us-gov-west-1"
22469            },
22470            "hostname" : "compute-optimizer-fips.us-gov-west-1.amazonaws.com"
22471          }
22472        }
22473      },
22474      "config" : {
22475        "defaults" : {
22476          "variants" : [ {
22477            "hostname" : "config.{region}.{dnsSuffix}",
22478            "tags" : [ "fips" ]
22479          } ]
22480        },
22481        "endpoints" : {
22482          "fips-us-gov-east-1" : {
22483            "credentialScope" : {
22484              "region" : "us-gov-east-1"
22485            },
22486            "deprecated" : true,
22487            "hostname" : "config.us-gov-east-1.amazonaws.com"
22488          },
22489          "fips-us-gov-west-1" : {
22490            "credentialScope" : {
22491              "region" : "us-gov-west-1"
22492            },
22493            "deprecated" : true,
22494            "hostname" : "config.us-gov-west-1.amazonaws.com"
22495          },
22496          "us-gov-east-1" : {
22497            "variants" : [ {
22498              "hostname" : "config.us-gov-east-1.amazonaws.com",
22499              "tags" : [ "fips" ]
22500            } ]
22501          },
22502          "us-gov-west-1" : {
22503            "variants" : [ {
22504              "hostname" : "config.us-gov-west-1.amazonaws.com",
22505              "tags" : [ "fips" ]
22506            } ]
22507          }
22508        }
22509      },
22510      "connect" : {
22511        "endpoints" : {
22512          "fips-us-gov-west-1" : {
22513            "credentialScope" : {
22514              "region" : "us-gov-west-1"
22515            },
22516            "deprecated" : true,
22517            "hostname" : "connect.us-gov-west-1.amazonaws.com"
22518          },
22519          "us-gov-west-1" : {
22520            "variants" : [ {
22521              "hostname" : "connect.us-gov-west-1.amazonaws.com",
22522              "tags" : [ "fips" ]
22523            } ]
22524          }
22525        }
22526      },
22527      "controltower" : {
22528        "endpoints" : {
22529          "us-gov-east-1" : { },
22530          "us-gov-west-1" : { }
22531        }
22532      },
22533      "data-ats.iot" : {
22534        "defaults" : {
22535          "credentialScope" : {
22536            "service" : "iotdata"
22537          },
22538          "protocols" : [ "https" ]
22539        },
22540        "endpoints" : {
22541          "fips-us-gov-east-1" : {
22542            "credentialScope" : {
22543              "service" : "iotdata"
22544            },
22545            "deprecated" : true,
22546            "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com"
22547          },
22548          "fips-us-gov-west-1" : {
22549            "credentialScope" : {
22550              "service" : "iotdata"
22551            },
22552            "deprecated" : true,
22553            "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com"
22554          },
22555          "us-gov-east-1" : {
22556            "variants" : [ {
22557              "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com",
22558              "tags" : [ "fips" ]
22559            } ]
22560          },
22561          "us-gov-west-1" : {
22562            "variants" : [ {
22563              "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com",
22564              "tags" : [ "fips" ]
22565            } ]
22566          }
22567        }
22568      },
22569      "data.iot" : {
22570        "defaults" : {
22571          "credentialScope" : {
22572            "service" : "iotdata"
22573          },
22574          "protocols" : [ "https" ]
22575        },
22576        "endpoints" : {
22577          "fips-us-gov-east-1" : {
22578            "credentialScope" : {
22579              "service" : "iotdata"
22580            },
22581            "deprecated" : true,
22582            "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com"
22583          },
22584          "fips-us-gov-west-1" : {
22585            "credentialScope" : {
22586              "service" : "iotdata"
22587            },
22588            "deprecated" : true,
22589            "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com"
22590          },
22591          "us-gov-east-1" : {
22592            "variants" : [ {
22593              "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com",
22594              "tags" : [ "fips" ]
22595            } ]
22596          },
22597          "us-gov-west-1" : {
22598            "variants" : [ {
22599              "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com",
22600              "tags" : [ "fips" ]
22601            } ]
22602          }
22603        }
22604      },
22605      "data.jobs.iot" : {
22606        "endpoints" : {
22607          "fips-us-gov-east-1" : {
22608            "credentialScope" : {
22609              "region" : "us-gov-east-1"
22610            },
22611            "deprecated" : true,
22612            "hostname" : "data.jobs.iot-fips.us-gov-east-1.amazonaws.com"
22613          },
22614          "fips-us-gov-west-1" : {
22615            "credentialScope" : {
22616              "region" : "us-gov-west-1"
22617            },
22618            "deprecated" : true,
22619            "hostname" : "data.jobs.iot-fips.us-gov-west-1.amazonaws.com"
22620          },
22621          "us-gov-east-1" : {
22622            "variants" : [ {
22623              "hostname" : "data.jobs.iot-fips.us-gov-east-1.amazonaws.com",
22624              "tags" : [ "fips" ]
22625            } ]
22626          },
22627          "us-gov-west-1" : {
22628            "variants" : [ {
22629              "hostname" : "data.jobs.iot-fips.us-gov-west-1.amazonaws.com",
22630              "tags" : [ "fips" ]
22631            } ]
22632          }
22633        }
22634      },
22635      "databrew" : {
22636        "endpoints" : {
22637          "fips-us-gov-west-1" : {
22638            "credentialScope" : {
22639              "region" : "us-gov-west-1"
22640            },
22641            "deprecated" : true,
22642            "hostname" : "databrew.us-gov-west-1.amazonaws.com"
22643          },
22644          "us-gov-west-1" : {
22645            "variants" : [ {
22646              "hostname" : "databrew.us-gov-west-1.amazonaws.com",
22647              "tags" : [ "fips" ]
22648            } ]
22649          }
22650        }
22651      },
22652      "datasync" : {
22653        "endpoints" : {
22654          "fips-us-gov-east-1" : {
22655            "credentialScope" : {
22656              "region" : "us-gov-east-1"
22657            },
22658            "deprecated" : true,
22659            "hostname" : "datasync-fips.us-gov-east-1.amazonaws.com"
22660          },
22661          "fips-us-gov-west-1" : {
22662            "credentialScope" : {
22663              "region" : "us-gov-west-1"
22664            },
22665            "deprecated" : true,
22666            "hostname" : "datasync-fips.us-gov-west-1.amazonaws.com"
22667          },
22668          "us-gov-east-1" : {
22669            "variants" : [ {
22670              "hostname" : "datasync-fips.us-gov-east-1.amazonaws.com",
22671              "tags" : [ "fips" ]
22672            } ]
22673          },
22674          "us-gov-west-1" : {
22675            "variants" : [ {
22676              "hostname" : "datasync-fips.us-gov-west-1.amazonaws.com",
22677              "tags" : [ "fips" ]
22678            } ]
22679          }
22680        }
22681      },
22682      "datazone" : {
22683        "defaults" : {
22684          "dnsSuffix" : "api.aws",
22685          "variants" : [ {
22686            "dnsSuffix" : "api.aws",
22687            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
22688            "tags" : [ "fips" ]
22689          } ]
22690        },
22691        "endpoints" : {
22692          "us-gov-east-1" : {
22693            "hostname" : "datazone.us-gov-east-1.api.aws"
22694          },
22695          "us-gov-west-1" : {
22696            "hostname" : "datazone.us-gov-west-1.api.aws"
22697          }
22698        }
22699      },
22700      "directconnect" : {
22701        "endpoints" : {
22702          "us-gov-east-1" : {
22703            "credentialScope" : {
22704              "region" : "us-gov-east-1"
22705            },
22706            "hostname" : "directconnect.us-gov-east-1.amazonaws.com"
22707          },
22708          "us-gov-west-1" : {
22709            "credentialScope" : {
22710              "region" : "us-gov-west-1"
22711            },
22712            "hostname" : "directconnect.us-gov-west-1.amazonaws.com"
22713          }
22714        }
22715      },
22716      "dlm" : {
22717        "endpoints" : {
22718          "us-gov-east-1" : {
22719            "variants" : [ {
22720              "hostname" : "dlm.us-gov-east-1.amazonaws.com",
22721              "tags" : [ "fips" ]
22722            } ]
22723          },
22724          "us-gov-east-1-fips" : {
22725            "credentialScope" : {
22726              "region" : "us-gov-east-1"
22727            },
22728            "deprecated" : true,
22729            "hostname" : "dlm.us-gov-east-1.amazonaws.com"
22730          },
22731          "us-gov-west-1" : {
22732            "variants" : [ {
22733              "hostname" : "dlm.us-gov-west-1.amazonaws.com",
22734              "tags" : [ "fips" ]
22735            } ]
22736          },
22737          "us-gov-west-1-fips" : {
22738            "credentialScope" : {
22739              "region" : "us-gov-west-1"
22740            },
22741            "deprecated" : true,
22742            "hostname" : "dlm.us-gov-west-1.amazonaws.com"
22743          }
22744        }
22745      },
22746      "dms" : {
22747        "defaults" : {
22748          "variants" : [ {
22749            "hostname" : "dms.{region}.{dnsSuffix}",
22750            "tags" : [ "fips" ]
22751          } ]
22752        },
22753        "endpoints" : {
22754          "dms" : {
22755            "credentialScope" : {
22756              "region" : "us-gov-west-1"
22757            },
22758            "deprecated" : true,
22759            "variants" : [ {
22760              "hostname" : "dms.us-gov-west-1.amazonaws.com",
22761              "tags" : [ "fips" ]
22762            } ]
22763          },
22764          "dms-fips" : {
22765            "credentialScope" : {
22766              "region" : "us-gov-west-1"
22767            },
22768            "deprecated" : true,
22769            "hostname" : "dms.us-gov-west-1.amazonaws.com"
22770          },
22771          "us-gov-east-1" : {
22772            "variants" : [ {
22773              "hostname" : "dms.us-gov-east-1.amazonaws.com",
22774              "tags" : [ "fips" ]
22775            } ]
22776          },
22777          "us-gov-east-1-fips" : {
22778            "credentialScope" : {
22779              "region" : "us-gov-east-1"
22780            },
22781            "deprecated" : true,
22782            "hostname" : "dms.us-gov-east-1.amazonaws.com"
22783          },
22784          "us-gov-west-1" : {
22785            "variants" : [ {
22786              "hostname" : "dms.us-gov-west-1.amazonaws.com",
22787              "tags" : [ "fips" ]
22788            } ]
22789          },
22790          "us-gov-west-1-fips" : {
22791            "credentialScope" : {
22792              "region" : "us-gov-west-1"
22793            },
22794            "deprecated" : true,
22795            "hostname" : "dms.us-gov-west-1.amazonaws.com"
22796          }
22797        }
22798      },
22799      "docdb" : {
22800        "endpoints" : {
22801          "us-gov-west-1" : {
22802            "credentialScope" : {
22803              "region" : "us-gov-west-1"
22804            },
22805            "hostname" : "rds.us-gov-west-1.amazonaws.com"
22806          }
22807        }
22808      },
22809      "drs" : {
22810        "endpoints" : {
22811          "fips-us-gov-east-1" : {
22812            "credentialScope" : {
22813              "region" : "us-gov-east-1"
22814            },
22815            "deprecated" : true,
22816            "hostname" : "drs-fips.us-gov-east-1.amazonaws.com"
22817          },
22818          "fips-us-gov-west-1" : {
22819            "credentialScope" : {
22820              "region" : "us-gov-west-1"
22821            },
22822            "deprecated" : true,
22823            "hostname" : "drs-fips.us-gov-west-1.amazonaws.com"
22824          },
22825          "us-gov-east-1" : {
22826            "variants" : [ {
22827              "hostname" : "drs-fips.us-gov-east-1.amazonaws.com",
22828              "tags" : [ "fips" ]
22829            } ]
22830          },
22831          "us-gov-west-1" : {
22832            "variants" : [ {
22833              "hostname" : "drs-fips.us-gov-west-1.amazonaws.com",
22834              "tags" : [ "fips" ]
22835            } ]
22836          }
22837        }
22838      },
22839      "ds" : {
22840        "endpoints" : {
22841          "fips-us-gov-east-1" : {
22842            "credentialScope" : {
22843              "region" : "us-gov-east-1"
22844            },
22845            "deprecated" : true,
22846            "hostname" : "ds-fips.us-gov-east-1.amazonaws.com"
22847          },
22848          "fips-us-gov-west-1" : {
22849            "credentialScope" : {
22850              "region" : "us-gov-west-1"
22851            },
22852            "deprecated" : true,
22853            "hostname" : "ds-fips.us-gov-west-1.amazonaws.com"
22854          },
22855          "us-gov-east-1" : {
22856            "variants" : [ {
22857              "hostname" : "ds-fips.us-gov-east-1.amazonaws.com",
22858              "tags" : [ "fips" ]
22859            } ]
22860          },
22861          "us-gov-west-1" : {
22862            "variants" : [ {
22863              "hostname" : "ds-fips.us-gov-west-1.amazonaws.com",
22864              "tags" : [ "fips" ]
22865            } ]
22866          }
22867        }
22868      },
22869      "dynamodb" : {
22870        "defaults" : {
22871          "variants" : [ {
22872            "hostname" : "dynamodb.{region}.{dnsSuffix}",
22873            "tags" : [ "fips" ]
22874          } ]
22875        },
22876        "endpoints" : {
22877          "us-gov-east-1" : {
22878            "variants" : [ {
22879              "hostname" : "dynamodb.us-gov-east-1.amazonaws.com",
22880              "tags" : [ "fips" ]
22881            } ]
22882          },
22883          "us-gov-east-1-fips" : {
22884            "credentialScope" : {
22885              "region" : "us-gov-east-1"
22886            },
22887            "deprecated" : true,
22888            "hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
22889          },
22890          "us-gov-west-1" : {
22891            "variants" : [ {
22892              "hostname" : "dynamodb.us-gov-west-1.amazonaws.com",
22893              "tags" : [ "fips" ]
22894            } ]
22895          },
22896          "us-gov-west-1-fips" : {
22897            "credentialScope" : {
22898              "region" : "us-gov-west-1"
22899            },
22900            "deprecated" : true,
22901            "hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
22902          }
22903        }
22904      },
22905      "ebs" : {
22906        "endpoints" : {
22907          "us-gov-east-1" : { },
22908          "us-gov-west-1" : { }
22909        }
22910      },
22911      "ec2" : {
22912        "defaults" : {
22913          "variants" : [ {
22914            "hostname" : "ec2.{region}.{dnsSuffix}",
22915            "tags" : [ "fips" ]
22916          } ]
22917        },
22918        "endpoints" : {
22919          "us-gov-east-1" : {
22920            "credentialScope" : {
22921              "region" : "us-gov-east-1"
22922            },
22923            "hostname" : "ec2.us-gov-east-1.amazonaws.com",
22924            "variants" : [ {
22925              "hostname" : "ec2.us-gov-east-1.api.aws",
22926              "tags" : [ "dualstack" ]
22927            } ]
22928          },
22929          "us-gov-west-1" : {
22930            "credentialScope" : {
22931              "region" : "us-gov-west-1"
22932            },
22933            "hostname" : "ec2.us-gov-west-1.amazonaws.com",
22934            "variants" : [ {
22935              "hostname" : "ec2.us-gov-west-1.api.aws",
22936              "tags" : [ "dualstack" ]
22937            } ]
22938          }
22939        }
22940      },
22941      "ecs" : {
22942        "endpoints" : {
22943          "fips-us-gov-east-1" : {
22944            "credentialScope" : {
22945              "region" : "us-gov-east-1"
22946            },
22947            "deprecated" : true,
22948            "hostname" : "ecs-fips.us-gov-east-1.amazonaws.com"
22949          },
22950          "fips-us-gov-west-1" : {
22951            "credentialScope" : {
22952              "region" : "us-gov-west-1"
22953            },
22954            "deprecated" : true,
22955            "hostname" : "ecs-fips.us-gov-west-1.amazonaws.com"
22956          },
22957          "us-gov-east-1" : {
22958            "variants" : [ {
22959              "hostname" : "ecs-fips.us-gov-east-1.amazonaws.com",
22960              "tags" : [ "fips" ]
22961            } ]
22962          },
22963          "us-gov-west-1" : {
22964            "variants" : [ {
22965              "hostname" : "ecs-fips.us-gov-west-1.amazonaws.com",
22966              "tags" : [ "fips" ]
22967            } ]
22968          }
22969        }
22970      },
22971      "eks" : {
22972        "defaults" : {
22973          "protocols" : [ "http", "https" ],
22974          "variants" : [ {
22975            "hostname" : "eks.{region}.{dnsSuffix}",
22976            "tags" : [ "fips" ]
22977          } ]
22978        },
22979        "endpoints" : {
22980          "fips-us-gov-east-1" : {
22981            "credentialScope" : {
22982              "region" : "us-gov-east-1"
22983            },
22984            "deprecated" : true,
22985            "hostname" : "eks.us-gov-east-1.amazonaws.com"
22986          },
22987          "fips-us-gov-west-1" : {
22988            "credentialScope" : {
22989              "region" : "us-gov-west-1"
22990            },
22991            "deprecated" : true,
22992            "hostname" : "eks.us-gov-west-1.amazonaws.com"
22993          },
22994          "us-gov-east-1" : {
22995            "variants" : [ {
22996              "hostname" : "eks.us-gov-east-1.amazonaws.com",
22997              "tags" : [ "fips" ]
22998            } ]
22999          },
23000          "us-gov-west-1" : {
23001            "variants" : [ {
23002              "hostname" : "eks.us-gov-west-1.amazonaws.com",
23003              "tags" : [ "fips" ]
23004            } ]
23005          }
23006        }
23007      },
23008      "eks-auth" : {
23009        "defaults" : {
23010          "dnsSuffix" : "api.aws",
23011          "variants" : [ {
23012            "dnsSuffix" : "api.aws",
23013            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
23014            "tags" : [ "fips" ]
23015          } ]
23016        },
23017        "endpoints" : {
23018          "us-gov-east-1" : {
23019            "hostname" : "eks-auth.us-gov-east-1.api.aws"
23020          },
23021          "us-gov-west-1" : {
23022            "hostname" : "eks-auth.us-gov-west-1.api.aws"
23023          }
23024        }
23025      },
23026      "elasticache" : {
23027        "defaults" : {
23028          "variants" : [ {
23029            "hostname" : "elasticache.{region}.{dnsSuffix}",
23030            "tags" : [ "fips" ]
23031          } ]
23032        },
23033        "endpoints" : {
23034          "fips" : {
23035            "credentialScope" : {
23036              "region" : "us-gov-west-1"
23037            },
23038            "deprecated" : true,
23039            "hostname" : "elasticache.us-gov-west-1.amazonaws.com"
23040          },
23041          "us-gov-east-1" : { },
23042          "us-gov-west-1" : {
23043            "variants" : [ {
23044              "hostname" : "elasticache.us-gov-west-1.amazonaws.com",
23045              "tags" : [ "fips" ]
23046            } ]
23047          },
23048          "us-gov-west-1-fips" : {
23049            "credentialScope" : {
23050              "region" : "us-gov-west-1"
23051            },
23052            "deprecated" : true,
23053            "hostname" : "elasticache.us-gov-west-1.amazonaws.com"
23054          }
23055        }
23056      },
23057      "elasticbeanstalk" : {
23058        "endpoints" : {
23059          "us-gov-east-1" : {
23060            "credentialScope" : {
23061              "region" : "us-gov-east-1"
23062            },
23063            "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
23064            "variants" : [ {
23065              "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
23066              "tags" : [ "fips" ]
23067            } ]
23068          },
23069          "us-gov-east-1-fips" : {
23070            "credentialScope" : {
23071              "region" : "us-gov-east-1"
23072            },
23073            "deprecated" : true,
23074            "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
23075          },
23076          "us-gov-west-1" : {
23077            "credentialScope" : {
23078              "region" : "us-gov-west-1"
23079            },
23080            "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
23081            "variants" : [ {
23082              "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
23083              "tags" : [ "fips" ]
23084            } ]
23085          },
23086          "us-gov-west-1-fips" : {
23087            "credentialScope" : {
23088              "region" : "us-gov-west-1"
23089            },
23090            "deprecated" : true,
23091            "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
23092          }
23093        }
23094      },
23095      "elasticfilesystem" : {
23096        "endpoints" : {
23097          "fips-us-gov-east-1" : {
23098            "credentialScope" : {
23099              "region" : "us-gov-east-1"
23100            },
23101            "deprecated" : true,
23102            "hostname" : "elasticfilesystem-fips.us-gov-east-1.amazonaws.com"
23103          },
23104          "fips-us-gov-west-1" : {
23105            "credentialScope" : {
23106              "region" : "us-gov-west-1"
23107            },
23108            "deprecated" : true,
23109            "hostname" : "elasticfilesystem-fips.us-gov-west-1.amazonaws.com"
23110          },
23111          "us-gov-east-1" : {
23112            "variants" : [ {
23113              "hostname" : "elasticfilesystem-fips.us-gov-east-1.amazonaws.com",
23114              "tags" : [ "fips" ]
23115            } ]
23116          },
23117          "us-gov-west-1" : {
23118            "variants" : [ {
23119              "hostname" : "elasticfilesystem-fips.us-gov-west-1.amazonaws.com",
23120              "tags" : [ "fips" ]
23121            } ]
23122          }
23123        }
23124      },
23125      "elasticloadbalancing" : {
23126        "defaults" : {
23127          "variants" : [ {
23128            "hostname" : "elasticloadbalancing.{region}.{dnsSuffix}",
23129            "tags" : [ "fips" ]
23130          } ]
23131        },
23132        "endpoints" : {
23133          "fips-us-gov-east-1" : {
23134            "credentialScope" : {
23135              "region" : "us-gov-east-1"
23136            },
23137            "deprecated" : true,
23138            "hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com"
23139          },
23140          "fips-us-gov-west-1" : {
23141            "credentialScope" : {
23142              "region" : "us-gov-west-1"
23143            },
23144            "deprecated" : true,
23145            "hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com"
23146          },
23147          "us-gov-east-1" : {
23148            "variants" : [ {
23149              "hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com",
23150              "tags" : [ "fips" ]
23151            } ]
23152          },
23153          "us-gov-west-1" : {
23154            "protocols" : [ "http", "https" ],
23155            "variants" : [ {
23156              "hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com",
23157              "tags" : [ "fips" ]
23158            } ]
23159          }
23160        }
23161      },
23162      "elasticmapreduce" : {
23163        "defaults" : {
23164          "variants" : [ {
23165            "hostname" : "elasticmapreduce.{region}.{dnsSuffix}",
23166            "tags" : [ "fips" ]
23167          } ]
23168        },
23169        "endpoints" : {
23170          "fips-us-gov-east-1" : {
23171            "credentialScope" : {
23172              "region" : "us-gov-east-1"
23173            },
23174            "deprecated" : true,
23175            "hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com"
23176          },
23177          "fips-us-gov-west-1" : {
23178            "credentialScope" : {
23179              "region" : "us-gov-west-1"
23180            },
23181            "deprecated" : true,
23182            "hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com"
23183          },
23184          "us-gov-east-1" : {
23185            "variants" : [ {
23186              "hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com",
23187              "tags" : [ "fips" ]
23188            }, {
23189              "hostname" : "elasticmapreduce.us-gov-east-1.api.aws",
23190              "tags" : [ "dualstack" ]
23191            } ]
23192          },
23193          "us-gov-west-1" : {
23194            "protocols" : [ "https" ],
23195            "variants" : [ {
23196              "hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com",
23197              "tags" : [ "fips" ]
23198            }, {
23199              "hostname" : "elasticmapreduce.us-gov-west-1.api.aws",
23200              "tags" : [ "dualstack" ]
23201            } ]
23202          }
23203        }
23204      },
23205      "email" : {
23206        "endpoints" : {
23207          "fips-us-gov-west-1" : {
23208            "credentialScope" : {
23209              "region" : "us-gov-west-1"
23210            },
23211            "deprecated" : true,
23212            "hostname" : "email-fips.us-gov-west-1.amazonaws.com"
23213          },
23214          "us-gov-west-1" : {
23215            "variants" : [ {
23216              "hostname" : "email-fips.us-gov-west-1.amazonaws.com",
23217              "tags" : [ "fips" ]
23218            } ]
23219          }
23220        }
23221      },
23222      "emr-containers" : {
23223        "endpoints" : {
23224          "us-gov-east-1" : { },
23225          "us-gov-west-1" : { }
23226        }
23227      },
23228      "emr-serverless" : {
23229        "endpoints" : {
23230          "us-gov-east-1" : { },
23231          "us-gov-west-1" : { }
23232        }
23233      },
23234      "es" : {
23235        "endpoints" : {
23236          "fips" : {
23237            "credentialScope" : {
23238              "region" : "us-gov-west-1"
23239            },
23240            "deprecated" : true,
23241            "hostname" : "es-fips.us-gov-west-1.amazonaws.com"
23242          },
23243          "us-gov-east-1" : {
23244            "variants" : [ {
23245              "hostname" : "aos.us-gov-east-1.api.aws",
23246              "tags" : [ "dualstack" ]
23247            }, {
23248              "hostname" : "es-fips.us-gov-east-1.amazonaws.com",
23249              "tags" : [ "fips" ]
23250            } ]
23251          },
23252          "us-gov-east-1-fips" : {
23253            "credentialScope" : {
23254              "region" : "us-gov-east-1"
23255            },
23256            "deprecated" : true,
23257            "hostname" : "es-fips.us-gov-east-1.amazonaws.com"
23258          },
23259          "us-gov-west-1" : {
23260            "variants" : [ {
23261              "hostname" : "aos.us-gov-west-1.api.aws",
23262              "tags" : [ "dualstack" ]
23263            }, {
23264              "hostname" : "es-fips.us-gov-west-1.amazonaws.com",
23265              "tags" : [ "fips" ]
23266            } ]
23267          },
23268          "us-gov-west-1-fips" : {
23269            "credentialScope" : {
23270              "region" : "us-gov-west-1"
23271            },
23272            "deprecated" : true,
23273            "hostname" : "es-fips.us-gov-west-1.amazonaws.com"
23274          }
23275        }
23276      },
23277      "events" : {
23278        "endpoints" : {
23279          "fips-us-gov-east-1" : {
23280            "credentialScope" : {
23281              "region" : "us-gov-east-1"
23282            },
23283            "deprecated" : true,
23284            "hostname" : "events.us-gov-east-1.amazonaws.com"
23285          },
23286          "fips-us-gov-west-1" : {
23287            "credentialScope" : {
23288              "region" : "us-gov-west-1"
23289            },
23290            "deprecated" : true,
23291            "hostname" : "events.us-gov-west-1.amazonaws.com"
23292          },
23293          "us-gov-east-1" : {
23294            "variants" : [ {
23295              "hostname" : "events.us-gov-east-1.amazonaws.com",
23296              "tags" : [ "fips" ]
23297            } ]
23298          },
23299          "us-gov-west-1" : {
23300            "variants" : [ {
23301              "hostname" : "events.us-gov-west-1.amazonaws.com",
23302              "tags" : [ "fips" ]
23303            } ]
23304          }
23305        }
23306      },
23307      "firehose" : {
23308        "endpoints" : {
23309          "fips-us-gov-east-1" : {
23310            "credentialScope" : {
23311              "region" : "us-gov-east-1"
23312            },
23313            "deprecated" : true,
23314            "hostname" : "firehose-fips.us-gov-east-1.amazonaws.com"
23315          },
23316          "fips-us-gov-west-1" : {
23317            "credentialScope" : {
23318              "region" : "us-gov-west-1"
23319            },
23320            "deprecated" : true,
23321            "hostname" : "firehose-fips.us-gov-west-1.amazonaws.com"
23322          },
23323          "us-gov-east-1" : {
23324            "variants" : [ {
23325              "hostname" : "firehose-fips.us-gov-east-1.amazonaws.com",
23326              "tags" : [ "fips" ]
23327            } ]
23328          },
23329          "us-gov-west-1" : {
23330            "variants" : [ {
23331              "hostname" : "firehose-fips.us-gov-west-1.amazonaws.com",
23332              "tags" : [ "fips" ]
23333            } ]
23334          }
23335        }
23336      },
23337      "fms" : {
23338        "defaults" : {
23339          "protocols" : [ "https" ]
23340        },
23341        "endpoints" : {
23342          "fips-us-gov-east-1" : {
23343            "credentialScope" : {
23344              "region" : "us-gov-east-1"
23345            },
23346            "deprecated" : true,
23347            "hostname" : "fms-fips.us-gov-east-1.amazonaws.com"
23348          },
23349          "fips-us-gov-west-1" : {
23350            "credentialScope" : {
23351              "region" : "us-gov-west-1"
23352            },
23353            "deprecated" : true,
23354            "hostname" : "fms-fips.us-gov-west-1.amazonaws.com"
23355          },
23356          "us-gov-east-1" : {
23357            "variants" : [ {
23358              "hostname" : "fms-fips.us-gov-east-1.amazonaws.com",
23359              "tags" : [ "fips" ]
23360            } ]
23361          },
23362          "us-gov-west-1" : {
23363            "variants" : [ {
23364              "hostname" : "fms-fips.us-gov-west-1.amazonaws.com",
23365              "tags" : [ "fips" ]
23366            } ]
23367          }
23368        }
23369      },
23370      "fsx" : {
23371        "endpoints" : {
23372          "fips-prod-us-gov-east-1" : {
23373            "credentialScope" : {
23374              "region" : "us-gov-east-1"
23375            },
23376            "deprecated" : true,
23377            "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com"
23378          },
23379          "fips-prod-us-gov-west-1" : {
23380            "credentialScope" : {
23381              "region" : "us-gov-west-1"
23382            },
23383            "deprecated" : true,
23384            "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com"
23385          },
23386          "fips-us-gov-east-1" : {
23387            "credentialScope" : {
23388              "region" : "us-gov-east-1"
23389            },
23390            "deprecated" : true,
23391            "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com"
23392          },
23393          "fips-us-gov-west-1" : {
23394            "credentialScope" : {
23395              "region" : "us-gov-west-1"
23396            },
23397            "deprecated" : true,
23398            "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com"
23399          },
23400          "prod-us-gov-east-1" : {
23401            "credentialScope" : {
23402              "region" : "us-gov-east-1"
23403            },
23404            "deprecated" : true,
23405            "variants" : [ {
23406              "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com",
23407              "tags" : [ "fips" ]
23408            } ]
23409          },
23410          "prod-us-gov-west-1" : {
23411            "credentialScope" : {
23412              "region" : "us-gov-west-1"
23413            },
23414            "deprecated" : true,
23415            "variants" : [ {
23416              "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com",
23417              "tags" : [ "fips" ]
23418            } ]
23419          },
23420          "us-gov-east-1" : {
23421            "variants" : [ {
23422              "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com",
23423              "tags" : [ "fips" ]
23424            } ]
23425          },
23426          "us-gov-west-1" : {
23427            "variants" : [ {
23428              "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com",
23429              "tags" : [ "fips" ]
23430            } ]
23431          }
23432        }
23433      },
23434      "geo" : {
23435        "endpoints" : {
23436          "fips-us-gov-west-1" : {
23437            "credentialScope" : {
23438              "region" : "us-gov-west-1"
23439            },
23440            "deprecated" : true,
23441            "hostname" : "geo-fips.us-gov-west-1.amazonaws.com"
23442          },
23443          "us-gov-west-1" : {
23444            "variants" : [ {
23445              "hostname" : "geo-fips.us-gov-west-1.amazonaws.com",
23446              "tags" : [ "fips" ]
23447            } ]
23448          }
23449        }
23450      },
23451      "glacier" : {
23452        "endpoints" : {
23453          "fips-us-gov-east-1" : {
23454            "credentialScope" : {
23455              "region" : "us-gov-east-1"
23456            },
23457            "deprecated" : true,
23458            "hostname" : "glacier.us-gov-east-1.amazonaws.com"
23459          },
23460          "fips-us-gov-west-1" : {
23461            "credentialScope" : {
23462              "region" : "us-gov-west-1"
23463            },
23464            "deprecated" : true,
23465            "hostname" : "glacier.us-gov-west-1.amazonaws.com"
23466          },
23467          "us-gov-east-1" : {
23468            "variants" : [ {
23469              "hostname" : "glacier.us-gov-east-1.amazonaws.com",
23470              "tags" : [ "fips" ]
23471            } ]
23472          },
23473          "us-gov-west-1" : {
23474            "protocols" : [ "http", "https" ],
23475            "variants" : [ {
23476              "hostname" : "glacier.us-gov-west-1.amazonaws.com",
23477              "tags" : [ "fips" ]
23478            } ]
23479          }
23480        }
23481      },
23482      "glue" : {
23483        "endpoints" : {
23484          "fips-us-gov-east-1" : {
23485            "credentialScope" : {
23486              "region" : "us-gov-east-1"
23487            },
23488            "deprecated" : true,
23489            "hostname" : "glue-fips.us-gov-east-1.amazonaws.com"
23490          },
23491          "fips-us-gov-west-1" : {
23492            "credentialScope" : {
23493              "region" : "us-gov-west-1"
23494            },
23495            "deprecated" : true,
23496            "hostname" : "glue-fips.us-gov-west-1.amazonaws.com"
23497          },
23498          "us-gov-east-1" : {
23499            "variants" : [ {
23500              "hostname" : "glue-fips.us-gov-east-1.amazonaws.com",
23501              "tags" : [ "fips" ]
23502            }, {
23503              "hostname" : "glue-fips.us-gov-east-1.api.aws",
23504              "tags" : [ "dualstack", "fips" ]
23505            }, {
23506              "hostname" : "glue.us-gov-east-1.api.aws",
23507              "tags" : [ "dualstack" ]
23508            } ]
23509          },
23510          "us-gov-west-1" : {
23511            "variants" : [ {
23512              "hostname" : "glue-fips.us-gov-west-1.amazonaws.com",
23513              "tags" : [ "fips" ]
23514            }, {
23515              "hostname" : "glue-fips.us-gov-west-1.api.aws",
23516              "tags" : [ "dualstack", "fips" ]
23517            }, {
23518              "hostname" : "glue.us-gov-west-1.api.aws",
23519              "tags" : [ "dualstack" ]
23520            } ]
23521          }
23522        }
23523      },
23524      "greengrass" : {
23525        "defaults" : {
23526          "protocols" : [ "https" ]
23527        },
23528        "endpoints" : {
23529          "dataplane-us-gov-east-1" : {
23530            "credentialScope" : {
23531              "region" : "us-gov-east-1"
23532            },
23533            "hostname" : "greengrass-ats.iot.us-gov-east-1.amazonaws.com"
23534          },
23535          "dataplane-us-gov-west-1" : {
23536            "credentialScope" : {
23537              "region" : "us-gov-west-1"
23538            },
23539            "hostname" : "greengrass-ats.iot.us-gov-west-1.amazonaws.com"
23540          },
23541          "fips-us-gov-east-1" : {
23542            "credentialScope" : {
23543              "region" : "us-gov-east-1"
23544            },
23545            "deprecated" : true,
23546            "hostname" : "greengrass.us-gov-east-1.amazonaws.com"
23547          },
23548          "fips-us-gov-west-1" : {
23549            "credentialScope" : {
23550              "region" : "us-gov-west-1"
23551            },
23552            "deprecated" : true,
23553            "hostname" : "greengrass.us-gov-west-1.amazonaws.com"
23554          },
23555          "us-gov-east-1" : {
23556            "variants" : [ {
23557              "hostname" : "greengrass.us-gov-east-1.amazonaws.com",
23558              "tags" : [ "fips" ]
23559            } ]
23560          },
23561          "us-gov-west-1" : {
23562            "variants" : [ {
23563              "hostname" : "greengrass.us-gov-west-1.amazonaws.com",
23564              "tags" : [ "fips" ]
23565            } ]
23566          }
23567        },
23568        "isRegionalized" : true
23569      },
23570      "guardduty" : {
23571        "defaults" : {
23572          "protocols" : [ "https" ],
23573          "variants" : [ {
23574            "hostname" : "guardduty.{region}.{dnsSuffix}",
23575            "tags" : [ "fips" ]
23576          } ]
23577        },
23578        "endpoints" : {
23579          "us-gov-east-1" : {
23580            "variants" : [ {
23581              "hostname" : "guardduty.us-gov-east-1.amazonaws.com",
23582              "tags" : [ "fips" ]
23583            } ]
23584          },
23585          "us-gov-east-1-fips" : {
23586            "credentialScope" : {
23587              "region" : "us-gov-east-1"
23588            },
23589            "deprecated" : true,
23590            "hostname" : "guardduty.us-gov-east-1.amazonaws.com"
23591          },
23592          "us-gov-west-1" : {
23593            "variants" : [ {
23594              "hostname" : "guardduty.us-gov-west-1.amazonaws.com",
23595              "tags" : [ "fips" ]
23596            } ]
23597          },
23598          "us-gov-west-1-fips" : {
23599            "credentialScope" : {
23600              "region" : "us-gov-west-1"
23601            },
23602            "deprecated" : true,
23603            "hostname" : "guardduty.us-gov-west-1.amazonaws.com"
23604          }
23605        },
23606        "isRegionalized" : true
23607      },
23608      "health" : {
23609        "defaults" : {
23610          "protocols" : [ "https" ],
23611          "sslCommonName" : "health.us-gov-west-1.amazonaws.com"
23612        },
23613        "endpoints" : {
23614          "aws-us-gov-global" : {
23615            "credentialScope" : {
23616              "region" : "us-gov-west-1"
23617            },
23618            "hostname" : "global.health.us-gov.amazonaws.com"
23619          },
23620          "fips-us-gov-west-1" : {
23621            "credentialScope" : {
23622              "region" : "us-gov-west-1"
23623            },
23624            "deprecated" : true,
23625            "hostname" : "health-fips.us-gov-west-1.amazonaws.com"
23626          },
23627          "us-gov-west-1" : {
23628            "credentialScope" : {
23629              "region" : "us-gov-west-1"
23630            },
23631            "deprecated" : true,
23632            "variants" : [ {
23633              "hostname" : "health-fips.us-gov-west-1.amazonaws.com",
23634              "tags" : [ "fips" ]
23635            } ]
23636          }
23637        }
23638      },
23639      "iam" : {
23640        "endpoints" : {
23641          "aws-us-gov-global" : {
23642            "credentialScope" : {
23643              "region" : "us-gov-west-1"
23644            },
23645            "hostname" : "iam.us-gov.amazonaws.com",
23646            "variants" : [ {
23647              "hostname" : "iam.us-gov.amazonaws.com",
23648              "tags" : [ "fips" ]
23649            } ]
23650          },
23651          "aws-us-gov-global-fips" : {
23652            "credentialScope" : {
23653              "region" : "us-gov-west-1"
23654            },
23655            "deprecated" : true,
23656            "hostname" : "iam.us-gov.amazonaws.com"
23657          },
23658          "iam-govcloud" : {
23659            "credentialScope" : {
23660              "region" : "us-gov-west-1"
23661            },
23662            "deprecated" : true,
23663            "variants" : [ {
23664              "hostname" : "iam.us-gov.amazonaws.com",
23665              "tags" : [ "fips" ]
23666            } ]
23667          },
23668          "iam-govcloud-fips" : {
23669            "credentialScope" : {
23670              "region" : "us-gov-west-1"
23671            },
23672            "deprecated" : true,
23673            "hostname" : "iam.us-gov.amazonaws.com"
23674          }
23675        },
23676        "isRegionalized" : false,
23677        "partitionEndpoint" : "aws-us-gov-global"
23678      },
23679      "identitystore" : {
23680        "defaults" : {
23681          "variants" : [ {
23682            "hostname" : "identitystore.{region}.{dnsSuffix}",
23683            "tags" : [ "fips" ]
23684          } ]
23685        },
23686        "endpoints" : {
23687          "fips-us-gov-east-1" : {
23688            "credentialScope" : {
23689              "region" : "us-gov-east-1"
23690            },
23691            "deprecated" : true,
23692            "hostname" : "identitystore.us-gov-east-1.amazonaws.com"
23693          },
23694          "fips-us-gov-west-1" : {
23695            "credentialScope" : {
23696              "region" : "us-gov-west-1"
23697            },
23698            "deprecated" : true,
23699            "hostname" : "identitystore.us-gov-west-1.amazonaws.com"
23700          },
23701          "us-gov-east-1" : {
23702            "variants" : [ {
23703              "hostname" : "identitystore.us-gov-east-1.amazonaws.com",
23704              "tags" : [ "fips" ]
23705            } ]
23706          },
23707          "us-gov-west-1" : {
23708            "variants" : [ {
23709              "hostname" : "identitystore.us-gov-west-1.amazonaws.com",
23710              "tags" : [ "fips" ]
23711            } ]
23712          }
23713        }
23714      },
23715      "ingest.timestream" : {
23716        "endpoints" : {
23717          "us-gov-west-1" : {
23718            "variants" : [ {
23719              "hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com",
23720              "tags" : [ "fips" ]
23721            } ]
23722          },
23723          "us-gov-west-1-fips" : {
23724            "credentialScope" : {
23725              "region" : "us-gov-west-1"
23726            },
23727            "deprecated" : true,
23728            "hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com"
23729          }
23730        }
23731      },
23732      "inspector" : {
23733        "endpoints" : {
23734          "fips-us-gov-east-1" : {
23735            "credentialScope" : {
23736              "region" : "us-gov-east-1"
23737            },
23738            "deprecated" : true,
23739            "hostname" : "inspector-fips.us-gov-east-1.amazonaws.com"
23740          },
23741          "fips-us-gov-west-1" : {
23742            "credentialScope" : {
23743              "region" : "us-gov-west-1"
23744            },
23745            "deprecated" : true,
23746            "hostname" : "inspector-fips.us-gov-west-1.amazonaws.com"
23747          },
23748          "us-gov-east-1" : {
23749            "variants" : [ {
23750              "hostname" : "inspector-fips.us-gov-east-1.amazonaws.com",
23751              "tags" : [ "fips" ]
23752            } ]
23753          },
23754          "us-gov-west-1" : {
23755            "variants" : [ {
23756              "hostname" : "inspector-fips.us-gov-west-1.amazonaws.com",
23757              "tags" : [ "fips" ]
23758            } ]
23759          }
23760        }
23761      },
23762      "inspector2" : {
23763        "endpoints" : {
23764          "fips-us-gov-east-1" : {
23765            "credentialScope" : {
23766              "region" : "us-gov-east-1"
23767            },
23768            "deprecated" : true,
23769            "hostname" : "inspector2-fips.us-gov-east-1.amazonaws.com"
23770          },
23771          "fips-us-gov-west-1" : {
23772            "credentialScope" : {
23773              "region" : "us-gov-west-1"
23774            },
23775            "deprecated" : true,
23776            "hostname" : "inspector2-fips.us-gov-west-1.amazonaws.com"
23777          },
23778          "us-gov-east-1" : {
23779            "variants" : [ {
23780              "hostname" : "inspector2-fips.us-gov-east-1.amazonaws.com",
23781              "tags" : [ "fips" ]
23782            } ]
23783          },
23784          "us-gov-west-1" : {
23785            "variants" : [ {
23786              "hostname" : "inspector2-fips.us-gov-west-1.amazonaws.com",
23787              "tags" : [ "fips" ]
23788            } ]
23789          }
23790        }
23791      },
23792      "internetmonitor" : {
23793        "defaults" : {
23794          "dnsSuffix" : "api.aws",
23795          "variants" : [ {
23796            "dnsSuffix" : "api.aws",
23797            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
23798            "tags" : [ "fips" ]
23799          } ]
23800        },
23801        "endpoints" : {
23802          "us-gov-east-1" : {
23803            "hostname" : "internetmonitor.us-gov-east-1.api.aws"
23804          },
23805          "us-gov-west-1" : {
23806            "hostname" : "internetmonitor.us-gov-west-1.api.aws"
23807          }
23808        }
23809      },
23810      "iot" : {
23811        "endpoints" : {
23812          "fips-us-gov-east-1" : {
23813            "deprecated" : true,
23814            "hostname" : "iot-fips.us-gov-east-1.amazonaws.com"
23815          },
23816          "fips-us-gov-west-1" : {
23817            "deprecated" : true,
23818            "hostname" : "iot-fips.us-gov-west-1.amazonaws.com"
23819          },
23820          "us-gov-east-1" : {
23821            "variants" : [ {
23822              "hostname" : "iot-fips.us-gov-east-1.amazonaws.com",
23823              "tags" : [ "fips" ]
23824            } ]
23825          },
23826          "us-gov-west-1" : {
23827            "variants" : [ {
23828              "hostname" : "iot-fips.us-gov-west-1.amazonaws.com",
23829              "tags" : [ "fips" ]
23830            } ]
23831          }
23832        }
23833      },
23834      "iotevents" : {
23835        "endpoints" : {
23836          "fips-us-gov-west-1" : {
23837            "credentialScope" : {
23838              "region" : "us-gov-west-1"
23839            },
23840            "deprecated" : true,
23841            "hostname" : "iotevents-fips.us-gov-west-1.amazonaws.com"
23842          },
23843          "us-gov-west-1" : {
23844            "variants" : [ {
23845              "hostname" : "iotevents-fips.us-gov-west-1.amazonaws.com",
23846              "tags" : [ "fips" ]
23847            } ]
23848          }
23849        }
23850      },
23851      "ioteventsdata" : {
23852        "endpoints" : {
23853          "fips-us-gov-west-1" : {
23854            "credentialScope" : {
23855              "region" : "us-gov-west-1"
23856            },
23857            "deprecated" : true,
23858            "hostname" : "data.iotevents-fips.us-gov-west-1.amazonaws.com"
23859          },
23860          "us-gov-west-1" : {
23861            "credentialScope" : {
23862              "region" : "us-gov-west-1"
23863            },
23864            "hostname" : "data.iotevents.us-gov-west-1.amazonaws.com",
23865            "variants" : [ {
23866              "hostname" : "data.iotevents-fips.us-gov-west-1.amazonaws.com",
23867              "tags" : [ "fips" ]
23868            } ]
23869          }
23870        }
23871      },
23872      "iotsecuredtunneling" : {
23873        "defaults" : {
23874          "variants" : [ {
23875            "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
23876            "tags" : [ "fips" ]
23877          } ]
23878        },
23879        "endpoints" : {
23880          "fips-us-gov-east-1" : {
23881            "credentialScope" : {
23882              "region" : "us-gov-east-1"
23883            },
23884            "deprecated" : true,
23885            "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
23886          },
23887          "fips-us-gov-west-1" : {
23888            "credentialScope" : {
23889              "region" : "us-gov-west-1"
23890            },
23891            "deprecated" : true,
23892            "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
23893          },
23894          "us-gov-east-1" : {
23895            "variants" : [ {
23896              "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com",
23897              "tags" : [ "fips" ]
23898            } ]
23899          },
23900          "us-gov-west-1" : {
23901            "variants" : [ {
23902              "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com",
23903              "tags" : [ "fips" ]
23904            } ]
23905          }
23906        }
23907      },
23908      "iotsitewise" : {
23909        "endpoints" : {
23910          "fips-us-gov-west-1" : {
23911            "credentialScope" : {
23912              "region" : "us-gov-west-1"
23913            },
23914            "deprecated" : true,
23915            "hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com"
23916          },
23917          "us-gov-west-1" : {
23918            "variants" : [ {
23919              "hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com",
23920              "tags" : [ "fips" ]
23921            } ]
23922          }
23923        }
23924      },
23925      "iottwinmaker" : {
23926        "endpoints" : {
23927          "api-us-gov-west-1" : {
23928            "credentialScope" : {
23929              "region" : "us-gov-west-1"
23930            },
23931            "hostname" : "api.iottwinmaker.us-gov-west-1.amazonaws.com"
23932          },
23933          "data-us-gov-west-1" : {
23934            "credentialScope" : {
23935              "region" : "us-gov-west-1"
23936            },
23937            "hostname" : "data.iottwinmaker.us-gov-west-1.amazonaws.com"
23938          },
23939          "fips-api-us-gov-west-1" : {
23940            "credentialScope" : {
23941              "region" : "us-gov-west-1"
23942            },
23943            "hostname" : "api.iottwinmaker-fips.us-gov-west-1.amazonaws.com"
23944          },
23945          "fips-data-us-gov-west-1" : {
23946            "credentialScope" : {
23947              "region" : "us-gov-west-1"
23948            },
23949            "hostname" : "data.iottwinmaker-fips.us-gov-west-1.amazonaws.com"
23950          },
23951          "fips-us-gov-west-1" : {
23952            "credentialScope" : {
23953              "region" : "us-gov-west-1"
23954            },
23955            "deprecated" : true,
23956            "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com"
23957          },
23958          "us-gov-west-1" : {
23959            "variants" : [ {
23960              "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com",
23961              "tags" : [ "fips" ]
23962            } ]
23963          }
23964        }
23965      },
23966      "kafka" : {
23967        "endpoints" : {
23968          "us-gov-east-1" : {
23969            "credentialScope" : {
23970              "region" : "us-gov-east-1"
23971            },
23972            "hostname" : "kafka.us-gov-east-1.amazonaws.com",
23973            "variants" : [ {
23974              "hostname" : "kafka.us-gov-east-1.amazonaws.com",
23975              "tags" : [ "fips" ]
23976            } ]
23977          },
23978          "us-gov-east-1-fips" : {
23979            "credentialScope" : {
23980              "region" : "us-gov-east-1"
23981            },
23982            "deprecated" : true,
23983            "hostname" : "kafka.us-gov-east-1.amazonaws.com"
23984          },
23985          "us-gov-west-1" : {
23986            "credentialScope" : {
23987              "region" : "us-gov-west-1"
23988            },
23989            "hostname" : "kafka.us-gov-west-1.amazonaws.com",
23990            "variants" : [ {
23991              "hostname" : "kafka.us-gov-west-1.amazonaws.com",
23992              "tags" : [ "fips" ]
23993            } ]
23994          },
23995          "us-gov-west-1-fips" : {
23996            "credentialScope" : {
23997              "region" : "us-gov-west-1"
23998            },
23999            "deprecated" : true,
24000            "hostname" : "kafka.us-gov-west-1.amazonaws.com"
24001          }
24002        }
24003      },
24004      "kendra" : {
24005        "endpoints" : {
24006          "fips-us-gov-west-1" : {
24007            "credentialScope" : {
24008              "region" : "us-gov-west-1"
24009            },
24010            "deprecated" : true,
24011            "hostname" : "kendra-fips.us-gov-west-1.amazonaws.com"
24012          },
24013          "us-gov-west-1" : {
24014            "variants" : [ {
24015              "hostname" : "kendra-fips.us-gov-west-1.amazonaws.com",
24016              "tags" : [ "fips" ]
24017            } ]
24018          }
24019        }
24020      },
24021      "kendra-ranking" : {
24022        "defaults" : {
24023          "dnsSuffix" : "api.aws",
24024          "variants" : [ {
24025            "dnsSuffix" : "api.aws",
24026            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
24027            "tags" : [ "fips" ]
24028          } ]
24029        },
24030        "endpoints" : {
24031          "us-gov-east-1" : {
24032            "hostname" : "kendra-ranking.us-gov-east-1.api.aws"
24033          },
24034          "us-gov-west-1" : {
24035            "hostname" : "kendra-ranking.us-gov-west-1.api.aws"
24036          }
24037        }
24038      },
24039      "kinesis" : {
24040        "endpoints" : {
24041          "fips-us-gov-east-1" : {
24042            "credentialScope" : {
24043              "region" : "us-gov-east-1"
24044            },
24045            "deprecated" : true,
24046            "hostname" : "kinesis.us-gov-east-1.amazonaws.com"
24047          },
24048          "fips-us-gov-west-1" : {
24049            "credentialScope" : {
24050              "region" : "us-gov-west-1"
24051            },
24052            "deprecated" : true,
24053            "hostname" : "kinesis.us-gov-west-1.amazonaws.com"
24054          },
24055          "us-gov-east-1" : {
24056            "credentialScope" : {
24057              "region" : "us-gov-east-1"
24058            },
24059            "hostname" : "kinesis.us-gov-east-1.amazonaws.com",
24060            "variants" : [ {
24061              "hostname" : "kinesis.us-gov-east-1.amazonaws.com",
24062              "tags" : [ "fips" ]
24063            } ]
24064          },
24065          "us-gov-west-1" : {
24066            "credentialScope" : {
24067              "region" : "us-gov-west-1"
24068            },
24069            "hostname" : "kinesis.us-gov-west-1.amazonaws.com",
24070            "variants" : [ {
24071              "hostname" : "kinesis.us-gov-west-1.amazonaws.com",
24072              "tags" : [ "fips" ]
24073            } ]
24074          }
24075        }
24076      },
24077      "kinesisanalytics" : {
24078        "endpoints" : {
24079          "us-gov-east-1" : { },
24080          "us-gov-west-1" : { }
24081        }
24082      },
24083      "kms" : {
24084        "endpoints" : {
24085          "ProdFips" : {
24086            "credentialScope" : {
24087              "region" : "us-gov-west-1"
24088            },
24089            "deprecated" : true,
24090            "hostname" : "kms-fips.us-gov-west-1.amazonaws.com"
24091          },
24092          "us-gov-east-1" : {
24093            "variants" : [ {
24094              "hostname" : "kms-fips.us-gov-east-1.amazonaws.com",
24095              "tags" : [ "fips" ]
24096            } ]
24097          },
24098          "us-gov-east-1-fips" : {
24099            "credentialScope" : {
24100              "region" : "us-gov-east-1"
24101            },
24102            "deprecated" : true,
24103            "hostname" : "kms-fips.us-gov-east-1.amazonaws.com"
24104          },
24105          "us-gov-west-1" : {
24106            "variants" : [ {
24107              "hostname" : "kms-fips.us-gov-west-1.amazonaws.com",
24108              "tags" : [ "fips" ]
24109            } ]
24110          },
24111          "us-gov-west-1-fips" : {
24112            "credentialScope" : {
24113              "region" : "us-gov-west-1"
24114            },
24115            "deprecated" : true,
24116            "hostname" : "kms-fips.us-gov-west-1.amazonaws.com"
24117          }
24118        }
24119      },
24120      "lakeformation" : {
24121        "endpoints" : {
24122          "fips-us-gov-east-1" : {
24123            "credentialScope" : {
24124              "region" : "us-gov-east-1"
24125            },
24126            "deprecated" : true,
24127            "hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com"
24128          },
24129          "fips-us-gov-west-1" : {
24130            "credentialScope" : {
24131              "region" : "us-gov-west-1"
24132            },
24133            "deprecated" : true,
24134            "hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com"
24135          },
24136          "us-gov-east-1" : {
24137            "variants" : [ {
24138              "hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
24139              "tags" : [ "fips" ]
24140            }, {
24141              "hostname" : "lakeformation-fips.us-gov-east-1.api.aws",
24142              "tags" : [ "dualstack", "fips" ]
24143            }, {
24144              "hostname" : "lakeformation.us-gov-east-1.api.aws",
24145              "tags" : [ "dualstack" ]
24146            } ]
24147          },
24148          "us-gov-west-1" : {
24149            "variants" : [ {
24150              "hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
24151              "tags" : [ "fips" ]
24152            }, {
24153              "hostname" : "lakeformation-fips.us-gov-west-1.api.aws",
24154              "tags" : [ "dualstack", "fips" ]
24155            }, {
24156              "hostname" : "lakeformation.us-gov-west-1.api.aws",
24157              "tags" : [ "dualstack" ]
24158            } ]
24159          }
24160        }
24161      },
24162      "lambda" : {
24163        "endpoints" : {
24164          "fips-us-gov-east-1" : {
24165            "credentialScope" : {
24166              "region" : "us-gov-east-1"
24167            },
24168            "deprecated" : true,
24169            "hostname" : "lambda-fips.us-gov-east-1.amazonaws.com"
24170          },
24171          "fips-us-gov-west-1" : {
24172            "credentialScope" : {
24173              "region" : "us-gov-west-1"
24174            },
24175            "deprecated" : true,
24176            "hostname" : "lambda-fips.us-gov-west-1.amazonaws.com"
24177          },
24178          "us-gov-east-1" : {
24179            "variants" : [ {
24180              "hostname" : "lambda-fips.us-gov-east-1.amazonaws.com",
24181              "tags" : [ "fips" ]
24182            }, {
24183              "hostname" : "lambda.us-gov-east-1.api.aws",
24184              "tags" : [ "dualstack" ]
24185            } ]
24186          },
24187          "us-gov-west-1" : {
24188            "variants" : [ {
24189              "hostname" : "lambda-fips.us-gov-west-1.amazonaws.com",
24190              "tags" : [ "fips" ]
24191            }, {
24192              "hostname" : "lambda.us-gov-west-1.api.aws",
24193              "tags" : [ "dualstack" ]
24194            } ]
24195          }
24196        }
24197      },
24198      "license-manager" : {
24199        "endpoints" : {
24200          "fips-us-gov-east-1" : {
24201            "credentialScope" : {
24202              "region" : "us-gov-east-1"
24203            },
24204            "deprecated" : true,
24205            "hostname" : "license-manager-fips.us-gov-east-1.amazonaws.com"
24206          },
24207          "fips-us-gov-west-1" : {
24208            "credentialScope" : {
24209              "region" : "us-gov-west-1"
24210            },
24211            "deprecated" : true,
24212            "hostname" : "license-manager-fips.us-gov-west-1.amazonaws.com"
24213          },
24214          "us-gov-east-1" : {
24215            "variants" : [ {
24216              "hostname" : "license-manager-fips.us-gov-east-1.amazonaws.com",
24217              "tags" : [ "fips" ]
24218            } ]
24219          },
24220          "us-gov-west-1" : {
24221            "variants" : [ {
24222              "hostname" : "license-manager-fips.us-gov-west-1.amazonaws.com",
24223              "tags" : [ "fips" ]
24224            } ]
24225          }
24226        }
24227      },
24228      "license-manager-linux-subscriptions" : {
24229        "endpoints" : {
24230          "us-gov-east-1" : { },
24231          "us-gov-west-1" : { }
24232        }
24233      },
24234      "logs" : {
24235        "endpoints" : {
24236          "fips-us-gov-east-1" : {
24237            "credentialScope" : {
24238              "region" : "us-gov-east-1"
24239            },
24240            "deprecated" : true,
24241            "hostname" : "logs.us-gov-east-1.amazonaws.com"
24242          },
24243          "fips-us-gov-west-1" : {
24244            "credentialScope" : {
24245              "region" : "us-gov-west-1"
24246            },
24247            "deprecated" : true,
24248            "hostname" : "logs.us-gov-west-1.amazonaws.com"
24249          },
24250          "us-gov-east-1" : {
24251            "variants" : [ {
24252              "hostname" : "logs.us-gov-east-1.amazonaws.com",
24253              "tags" : [ "fips" ]
24254            } ]
24255          },
24256          "us-gov-west-1" : {
24257            "variants" : [ {
24258              "hostname" : "logs.us-gov-west-1.amazonaws.com",
24259              "tags" : [ "fips" ]
24260            } ]
24261          }
24262        }
24263      },
24264      "m2" : {
24265        "endpoints" : {
24266          "fips-us-gov-east-1" : {
24267            "deprecated" : true
24268          },
24269          "fips-us-gov-west-1" : {
24270            "deprecated" : true
24271          },
24272          "us-gov-east-1" : {
24273            "variants" : [ {
24274              "tags" : [ "fips" ]
24275            } ]
24276          },
24277          "us-gov-west-1" : {
24278            "variants" : [ {
24279              "tags" : [ "fips" ]
24280            } ]
24281          }
24282        }
24283      },
24284      "managedblockchain" : {
24285        "endpoints" : {
24286          "us-gov-west-1" : { }
24287        }
24288      },
24289      "mediaconvert" : {
24290        "endpoints" : {
24291          "fips-us-gov-west-1" : {
24292            "credentialScope" : {
24293              "region" : "us-gov-west-1"
24294            },
24295            "deprecated" : true,
24296            "hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
24297          },
24298          "us-gov-west-1" : {
24299            "variants" : [ {
24300              "hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
24301              "tags" : [ "fips" ]
24302            } ]
24303          }
24304        }
24305      },
24306      "meetings-chime" : {
24307        "endpoints" : {
24308          "us-gov-east-1" : {
24309            "variants" : [ {
24310              "hostname" : "meetings-chime-fips.us-gov-east-1.amazonaws.com",
24311              "tags" : [ "fips" ]
24312            } ]
24313          },
24314          "us-gov-east-1-fips" : {
24315            "credentialScope" : {
24316              "region" : "us-gov-east-1"
24317            },
24318            "deprecated" : true,
24319            "hostname" : "meetings-chime-fips.us-gov-east-1.amazonaws.com"
24320          },
24321          "us-gov-west-1" : {
24322            "variants" : [ {
24323              "hostname" : "meetings-chime-fips.us-gov-west-1.amazonaws.com",
24324              "tags" : [ "fips" ]
24325            } ]
24326          },
24327          "us-gov-west-1-fips" : {
24328            "credentialScope" : {
24329              "region" : "us-gov-west-1"
24330            },
24331            "deprecated" : true,
24332            "hostname" : "meetings-chime-fips.us-gov-west-1.amazonaws.com"
24333          }
24334        }
24335      },
24336      "metering.marketplace" : {
24337        "defaults" : {
24338          "credentialScope" : {
24339            "service" : "aws-marketplace"
24340          }
24341        },
24342        "endpoints" : {
24343          "us-gov-east-1" : { },
24344          "us-gov-west-1" : { }
24345        }
24346      },
24347      "metrics.sagemaker" : {
24348        "endpoints" : {
24349          "us-gov-east-1" : { },
24350          "us-gov-west-1" : { }
24351        }
24352      },
24353      "mgn" : {
24354        "endpoints" : {
24355          "fips-us-gov-east-1" : {
24356            "credentialScope" : {
24357              "region" : "us-gov-east-1"
24358            },
24359            "deprecated" : true,
24360            "hostname" : "mgn-fips.us-gov-east-1.amazonaws.com"
24361          },
24362          "fips-us-gov-west-1" : {
24363            "credentialScope" : {
24364              "region" : "us-gov-west-1"
24365            },
24366            "deprecated" : true,
24367            "hostname" : "mgn-fips.us-gov-west-1.amazonaws.com"
24368          },
24369          "us-gov-east-1" : {
24370            "variants" : [ {
24371              "hostname" : "mgn-fips.us-gov-east-1.amazonaws.com",
24372              "tags" : [ "fips" ]
24373            } ]
24374          },
24375          "us-gov-west-1" : {
24376            "variants" : [ {
24377              "hostname" : "mgn-fips.us-gov-west-1.amazonaws.com",
24378              "tags" : [ "fips" ]
24379            } ]
24380          }
24381        }
24382      },
24383      "models.lex" : {
24384        "defaults" : {
24385          "credentialScope" : {
24386            "service" : "lex"
24387          },
24388          "variants" : [ {
24389            "hostname" : "models-fips.lex.{region}.{dnsSuffix}",
24390            "tags" : [ "fips" ]
24391          } ]
24392        },
24393        "endpoints" : {
24394          "us-gov-west-1" : {
24395            "variants" : [ {
24396              "hostname" : "models-fips.lex.us-gov-west-1.amazonaws.com",
24397              "tags" : [ "fips" ]
24398            } ]
24399          },
24400          "us-gov-west-1-fips" : {
24401            "credentialScope" : {
24402              "region" : "us-gov-west-1"
24403            },
24404            "deprecated" : true,
24405            "hostname" : "models-fips.lex.us-gov-west-1.amazonaws.com"
24406          }
24407        }
24408      },
24409      "monitoring" : {
24410        "defaults" : {
24411          "variants" : [ {
24412            "hostname" : "monitoring.{region}.{dnsSuffix}",
24413            "tags" : [ "fips" ]
24414          } ]
24415        },
24416        "endpoints" : {
24417          "fips-us-gov-east-1" : {
24418            "credentialScope" : {
24419              "region" : "us-gov-east-1"
24420            },
24421            "deprecated" : true,
24422            "hostname" : "monitoring.us-gov-east-1.amazonaws.com"
24423          },
24424          "fips-us-gov-west-1" : {
24425            "credentialScope" : {
24426              "region" : "us-gov-west-1"
24427            },
24428            "deprecated" : true,
24429            "hostname" : "monitoring.us-gov-west-1.amazonaws.com"
24430          },
24431          "us-gov-east-1" : {
24432            "variants" : [ {
24433              "hostname" : "monitoring.us-gov-east-1.amazonaws.com",
24434              "tags" : [ "fips" ]
24435            } ]
24436          },
24437          "us-gov-west-1" : {
24438            "variants" : [ {
24439              "hostname" : "monitoring.us-gov-west-1.amazonaws.com",
24440              "tags" : [ "fips" ]
24441            } ]
24442          }
24443        }
24444      },
24445      "mq" : {
24446        "endpoints" : {
24447          "fips-us-gov-east-1" : {
24448            "credentialScope" : {
24449              "region" : "us-gov-east-1"
24450            },
24451            "deprecated" : true,
24452            "hostname" : "mq-fips.us-gov-east-1.amazonaws.com"
24453          },
24454          "fips-us-gov-west-1" : {
24455            "credentialScope" : {
24456              "region" : "us-gov-west-1"
24457            },
24458            "deprecated" : true,
24459            "hostname" : "mq-fips.us-gov-west-1.amazonaws.com"
24460          },
24461          "us-gov-east-1" : {
24462            "variants" : [ {
24463              "hostname" : "mq-fips.us-gov-east-1.amazonaws.com",
24464              "tags" : [ "fips" ]
24465            } ]
24466          },
24467          "us-gov-west-1" : {
24468            "variants" : [ {
24469              "hostname" : "mq-fips.us-gov-west-1.amazonaws.com",
24470              "tags" : [ "fips" ]
24471            } ]
24472          }
24473        }
24474      },
24475      "neptune" : {
24476        "endpoints" : {
24477          "us-gov-east-1" : {
24478            "credentialScope" : {
24479              "region" : "us-gov-east-1"
24480            },
24481            "hostname" : "rds.us-gov-east-1.amazonaws.com"
24482          },
24483          "us-gov-west-1" : {
24484            "credentialScope" : {
24485              "region" : "us-gov-west-1"
24486            },
24487            "hostname" : "rds.us-gov-west-1.amazonaws.com"
24488          }
24489        }
24490      },
24491      "network-firewall" : {
24492        "endpoints" : {
24493          "fips-us-gov-east-1" : {
24494            "credentialScope" : {
24495              "region" : "us-gov-east-1"
24496            },
24497            "deprecated" : true,
24498            "hostname" : "network-firewall-fips.us-gov-east-1.amazonaws.com"
24499          },
24500          "fips-us-gov-west-1" : {
24501            "credentialScope" : {
24502              "region" : "us-gov-west-1"
24503            },
24504            "deprecated" : true,
24505            "hostname" : "network-firewall-fips.us-gov-west-1.amazonaws.com"
24506          },
24507          "us-gov-east-1" : {
24508            "variants" : [ {
24509              "hostname" : "network-firewall-fips.us-gov-east-1.amazonaws.com",
24510              "tags" : [ "fips" ]
24511            } ]
24512          },
24513          "us-gov-west-1" : {
24514            "variants" : [ {
24515              "hostname" : "network-firewall-fips.us-gov-west-1.amazonaws.com",
24516              "tags" : [ "fips" ]
24517            } ]
24518          }
24519        }
24520      },
24521      "networkmanager" : {
24522        "endpoints" : {
24523          "aws-us-gov-global" : {
24524            "credentialScope" : {
24525              "region" : "us-gov-west-1"
24526            },
24527            "hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
24528            "variants" : [ {
24529              "hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
24530              "tags" : [ "fips" ]
24531            } ]
24532          },
24533          "fips-aws-us-gov-global" : {
24534            "credentialScope" : {
24535              "region" : "us-gov-west-1"
24536            },
24537            "deprecated" : true,
24538            "hostname" : "networkmanager.us-gov-west-1.amazonaws.com"
24539          }
24540        },
24541        "isRegionalized" : false,
24542        "partitionEndpoint" : "aws-us-gov-global"
24543      },
24544      "oidc" : {
24545        "endpoints" : {
24546          "us-gov-east-1" : {
24547            "credentialScope" : {
24548              "region" : "us-gov-east-1"
24549            },
24550            "hostname" : "oidc.us-gov-east-1.amazonaws.com"
24551          },
24552          "us-gov-west-1" : {
24553            "credentialScope" : {
24554              "region" : "us-gov-west-1"
24555            },
24556            "hostname" : "oidc.us-gov-west-1.amazonaws.com"
24557          }
24558        }
24559      },
24560      "organizations" : {
24561        "endpoints" : {
24562          "aws-us-gov-global" : {
24563            "credentialScope" : {
24564              "region" : "us-gov-west-1"
24565            },
24566            "hostname" : "organizations.us-gov-west-1.amazonaws.com",
24567            "variants" : [ {
24568              "hostname" : "organizations.us-gov-west-1.amazonaws.com",
24569              "tags" : [ "fips" ]
24570            } ]
24571          },
24572          "fips-aws-us-gov-global" : {
24573            "credentialScope" : {
24574              "region" : "us-gov-west-1"
24575            },
24576            "deprecated" : true,
24577            "hostname" : "organizations.us-gov-west-1.amazonaws.com"
24578          }
24579        },
24580        "isRegionalized" : false,
24581        "partitionEndpoint" : "aws-us-gov-global"
24582      },
24583      "outposts" : {
24584        "endpoints" : {
24585          "fips-us-gov-east-1" : {
24586            "credentialScope" : {
24587              "region" : "us-gov-east-1"
24588            },
24589            "deprecated" : true,
24590            "hostname" : "outposts.us-gov-east-1.amazonaws.com"
24591          },
24592          "fips-us-gov-west-1" : {
24593            "credentialScope" : {
24594              "region" : "us-gov-west-1"
24595            },
24596            "deprecated" : true,
24597            "hostname" : "outposts.us-gov-west-1.amazonaws.com"
24598          },
24599          "us-gov-east-1" : {
24600            "variants" : [ {
24601              "hostname" : "outposts.us-gov-east-1.amazonaws.com",
24602              "tags" : [ "fips" ]
24603            } ]
24604          },
24605          "us-gov-west-1" : {
24606            "variants" : [ {
24607              "hostname" : "outposts.us-gov-west-1.amazonaws.com",
24608              "tags" : [ "fips" ]
24609            } ]
24610          }
24611        }
24612      },
24613      "participant.connect" : {
24614        "endpoints" : {
24615          "fips-us-gov-west-1" : {
24616            "credentialScope" : {
24617              "region" : "us-gov-west-1"
24618            },
24619            "deprecated" : true,
24620            "hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
24621          },
24622          "us-gov-west-1" : {
24623            "variants" : [ {
24624              "hostname" : "participant.connect.us-gov-west-1.amazonaws.com",
24625              "tags" : [ "fips" ]
24626            } ]
24627          }
24628        }
24629      },
24630      "pi" : {
24631        "endpoints" : {
24632          "us-gov-east-1" : { },
24633          "us-gov-west-1" : { }
24634        }
24635      },
24636      "pinpoint" : {
24637        "defaults" : {
24638          "credentialScope" : {
24639            "service" : "mobiletargeting"
24640          }
24641        },
24642        "endpoints" : {
24643          "fips-us-gov-west-1" : {
24644            "credentialScope" : {
24645              "region" : "us-gov-west-1"
24646            },
24647            "deprecated" : true,
24648            "hostname" : "pinpoint-fips.us-gov-west-1.amazonaws.com"
24649          },
24650          "us-gov-west-1" : {
24651            "credentialScope" : {
24652              "region" : "us-gov-west-1"
24653            },
24654            "hostname" : "pinpoint.us-gov-west-1.amazonaws.com",
24655            "variants" : [ {
24656              "hostname" : "pinpoint-fips.us-gov-west-1.amazonaws.com",
24657              "tags" : [ "fips" ]
24658            } ]
24659          }
24660        }
24661      },
24662      "polly" : {
24663        "endpoints" : {
24664          "fips-us-gov-west-1" : {
24665            "credentialScope" : {
24666              "region" : "us-gov-west-1"
24667            },
24668            "deprecated" : true,
24669            "hostname" : "polly-fips.us-gov-west-1.amazonaws.com"
24670          },
24671          "us-gov-west-1" : {
24672            "variants" : [ {
24673              "hostname" : "polly-fips.us-gov-west-1.amazonaws.com",
24674              "tags" : [ "fips" ]
24675            } ]
24676          }
24677        }
24678      },
24679      "portal.sso" : {
24680        "endpoints" : {
24681          "us-gov-east-1" : {
24682            "credentialScope" : {
24683              "region" : "us-gov-east-1"
24684            },
24685            "hostname" : "portal.sso.us-gov-east-1.amazonaws.com"
24686          },
24687          "us-gov-west-1" : {
24688            "credentialScope" : {
24689              "region" : "us-gov-west-1"
24690            },
24691            "hostname" : "portal.sso.us-gov-west-1.amazonaws.com"
24692          }
24693        }
24694      },
24695      "qbusiness" : {
24696        "defaults" : {
24697          "dnsSuffix" : "api.aws",
24698          "variants" : [ {
24699            "dnsSuffix" : "api.aws",
24700            "hostname" : "{service}-fips.{region}.{dnsSuffix}",
24701            "tags" : [ "fips" ]
24702          } ]
24703        },
24704        "endpoints" : {
24705          "us-gov-east-1" : {
24706            "hostname" : "qbusiness.us-gov-east-1.api.aws"
24707          },
24708          "us-gov-west-1" : {
24709            "hostname" : "qbusiness.us-gov-west-1.api.aws"
24710          }
24711        }
24712      },
24713      "quicksight" : {
24714        "endpoints" : {
24715          "api" : { },
24716          "us-gov-west-1" : { }
24717        }
24718      },
24719      "ram" : {
24720        "endpoints" : {
24721          "us-gov-east-1" : {
24722            "credentialScope" : {
24723              "region" : "us-gov-east-1"
24724            },
24725            "hostname" : "ram.us-gov-east-1.amazonaws.com",
24726            "variants" : [ {
24727              "hostname" : "ram.us-gov-east-1.amazonaws.com",
24728              "tags" : [ "fips" ]
24729            } ]
24730          },
24731          "us-gov-east-1-fips" : {
24732            "credentialScope" : {
24733              "region" : "us-gov-east-1"
24734            },
24735            "deprecated" : true,
24736            "hostname" : "ram.us-gov-east-1.amazonaws.com"
24737          },
24738          "us-gov-west-1" : {
24739            "credentialScope" : {
24740              "region" : "us-gov-west-1"
24741            },
24742            "hostname" : "ram.us-gov-west-1.amazonaws.com",
24743            "variants" : [ {
24744              "hostname" : "ram.us-gov-west-1.amazonaws.com",
24745              "tags" : [ "fips" ]
24746            } ]
24747          },
24748          "us-gov-west-1-fips" : {
24749            "credentialScope" : {
24750              "region" : "us-gov-west-1"
24751            },
24752            "deprecated" : true,
24753            "hostname" : "ram.us-gov-west-1.amazonaws.com"
24754          }
24755        }
24756      },
24757      "rbin" : {
24758        "endpoints" : {
24759          "fips-us-gov-east-1" : {
24760            "credentialScope" : {
24761              "region" : "us-gov-east-1"
24762            },
24763            "deprecated" : true,
24764            "hostname" : "rbin-fips.us-gov-east-1.amazonaws.com"
24765          },
24766          "fips-us-gov-west-1" : {
24767            "credentialScope" : {
24768              "region" : "us-gov-west-1"
24769            },
24770            "deprecated" : true,
24771            "hostname" : "rbin-fips.us-gov-west-1.amazonaws.com"
24772          },
24773          "us-gov-east-1" : {
24774            "variants" : [ {
24775              "hostname" : "rbin-fips.us-gov-east-1.amazonaws.com",
24776              "tags" : [ "fips" ]
24777            } ]
24778          },
24779          "us-gov-west-1" : {
24780            "variants" : [ {
24781              "hostname" : "rbin-fips.us-gov-west-1.amazonaws.com",
24782              "tags" : [ "fips" ]
24783            } ]
24784          }
24785        }
24786      },
24787      "rds" : {
24788        "defaults" : {
24789          "variants" : [ {
24790            "hostname" : "rds.{region}.{dnsSuffix}",
24791            "tags" : [ "fips" ]
24792          } ]
24793        },
24794        "endpoints" : {
24795          "rds.us-gov-east-1" : {
24796            "credentialScope" : {
24797              "region" : "us-gov-east-1"
24798            },
24799            "deprecated" : true,
24800            "hostname" : "rds.us-gov-east-1.amazonaws.com"
24801          },
24802          "rds.us-gov-west-1" : {
24803            "credentialScope" : {
24804              "region" : "us-gov-west-1"
24805            },
24806            "deprecated" : true,
24807            "hostname" : "rds.us-gov-west-1.amazonaws.com"
24808          },
24809          "us-gov-east-1" : {
24810            "variants" : [ {
24811              "hostname" : "rds.us-gov-east-1.amazonaws.com",
24812              "tags" : [ "fips" ]
24813            } ]
24814          },
24815          "us-gov-east-1-fips" : {
24816            "credentialScope" : {
24817              "region" : "us-gov-east-1"
24818            },
24819            "deprecated" : true,
24820            "hostname" : "rds.us-gov-east-1.amazonaws.com"
24821          },
24822          "us-gov-west-1" : {
24823            "variants" : [ {
24824              "hostname" : "rds.us-gov-west-1.amazonaws.com",
24825              "tags" : [ "fips" ]
24826            } ]
24827          },
24828          "us-gov-west-1-fips" : {
24829            "credentialScope" : {
24830              "region" : "us-gov-west-1"
24831            },
24832            "deprecated" : true,
24833            "hostname" : "rds.us-gov-west-1.amazonaws.com"
24834          }
24835        }
24836      },
24837      "redshift" : {
24838        "endpoints" : {
24839          "us-gov-east-1" : {
24840            "credentialScope" : {
24841              "region" : "us-gov-east-1"
24842            },
24843            "hostname" : "redshift.us-gov-east-1.amazonaws.com"
24844          },
24845          "us-gov-west-1" : {
24846            "credentialScope" : {
24847              "region" : "us-gov-west-1"
24848            },
24849            "hostname" : "redshift.us-gov-west-1.amazonaws.com"
24850          }
24851        }
24852      },
24853      "rekognition" : {
24854        "endpoints" : {
24855          "rekognition-fips.us-gov-west-1" : {
24856            "credentialScope" : {
24857              "region" : "us-gov-west-1"
24858            },
24859            "deprecated" : true,
24860            "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com"
24861          },
24862          "rekognition.us-gov-west-1" : {
24863            "credentialScope" : {
24864              "region" : "us-gov-west-1"
24865            },
24866            "deprecated" : true,
24867            "variants" : [ {
24868              "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com",
24869              "tags" : [ "fips" ]
24870            } ]
24871          },
24872          "us-gov-west-1" : {
24873            "variants" : [ {
24874              "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com",
24875              "tags" : [ "fips" ]
24876            } ]
24877          },
24878          "us-gov-west-1-fips" : {
24879            "credentialScope" : {
24880              "region" : "us-gov-west-1"
24881            },
24882            "deprecated" : true,
24883            "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com"
24884          }
24885        }
24886      },
24887      "resiliencehub" : {
24888        "endpoints" : {
24889          "fips-us-gov-east-1" : {
24890            "credentialScope" : {
24891              "region" : "us-gov-east-1"
24892            },
24893            "deprecated" : true,
24894            "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com"
24895          },
24896          "fips-us-gov-west-1" : {
24897            "credentialScope" : {
24898              "region" : "us-gov-west-1"
24899            },
24900            "deprecated" : true,
24901            "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com"
24902          },
24903          "us-gov-east-1" : {
24904            "variants" : [ {
24905              "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com",
24906              "tags" : [ "fips" ]
24907            } ]
24908          },
24909          "us-gov-west-1" : {
24910            "variants" : [ {
24911              "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com",
24912              "tags" : [ "fips" ]
24913            } ]
24914          }
24915        }
24916      },
24917      "resource-groups" : {
24918        "defaults" : {
24919          "variants" : [ {
24920            "hostname" : "resource-groups.{region}.{dnsSuffix}",
24921            "tags" : [ "fips" ]
24922          } ]
24923        },
24924        "endpoints" : {
24925          "fips-us-gov-east-1" : {
24926            "credentialScope" : {
24927              "region" : "us-gov-east-1"
24928            },
24929            "deprecated" : true,
24930            "hostname" : "resource-groups.us-gov-east-1.amazonaws.com"
24931          },
24932          "fips-us-gov-west-1" : {
24933            "credentialScope" : {
24934              "region" : "us-gov-west-1"
24935            },
24936            "deprecated" : true,
24937            "hostname" : "resource-groups.us-gov-west-1.amazonaws.com"
24938          },
24939          "us-gov-east-1" : {
24940            "variants" : [ {
24941              "hostname" : "resource-groups.us-gov-east-1.amazonaws.com",
24942              "tags" : [ "fips" ]
24943            } ]
24944          },
24945          "us-gov-west-1" : {
24946            "variants" : [ {
24947              "hostname" : "resource-groups.us-gov-west-1.amazonaws.com",
24948              "tags" : [ "fips" ]
24949            } ]
24950          }
24951        }
24952      },
24953      "robomaker" : {
24954        "endpoints" : {
24955          "us-gov-west-1" : { }
24956        }
24957      },
24958      "rolesanywhere" : {
24959        "endpoints" : {
24960          "fips-us-gov-east-1" : {
24961            "credentialScope" : {
24962              "region" : "us-gov-east-1"
24963            },
24964            "deprecated" : true,
24965            "hostname" : "rolesanywhere-fips.us-gov-east-1.amazonaws.com"
24966          },
24967          "fips-us-gov-west-1" : {
24968            "credentialScope" : {
24969              "region" : "us-gov-west-1"
24970            },
24971            "deprecated" : true,
24972            "hostname" : "rolesanywhere-fips.us-gov-west-1.amazonaws.com"
24973          },
24974          "us-gov-east-1" : {
24975            "variants" : [ {
24976              "hostname" : "rolesanywhere-fips.us-gov-east-1.amazonaws.com",
24977              "tags" : [ "fips" ]
24978            } ]
24979          },
24980          "us-gov-west-1" : {
24981            "variants" : [ {
24982              "hostname" : "rolesanywhere-fips.us-gov-west-1.amazonaws.com",
24983              "tags" : [ "fips" ]
24984            } ]
24985          }
24986        }
24987      },
24988      "route53" : {
24989        "endpoints" : {
24990          "aws-us-gov-global" : {
24991            "credentialScope" : {
24992              "region" : "us-gov-west-1"
24993            },
24994            "hostname" : "route53.us-gov.amazonaws.com",
24995            "variants" : [ {
24996              "hostname" : "route53.us-gov.amazonaws.com",
24997              "tags" : [ "fips" ]
24998            } ]
24999          },
25000          "fips-aws-us-gov-global" : {
25001            "credentialScope" : {
25002              "region" : "us-gov-west-1"
25003            },
25004            "deprecated" : true,
25005            "hostname" : "route53.us-gov.amazonaws.com"
25006          }
25007        },
25008        "isRegionalized" : false,
25009        "partitionEndpoint" : "aws-us-gov-global"
25010      },
25011      "route53resolver" : {
25012        "endpoints" : {
25013          "us-gov-east-1" : {
25014            "variants" : [ {
25015              "hostname" : "route53resolver.us-gov-east-1.amazonaws.com",
25016              "tags" : [ "fips" ]
25017            } ]
25018          },
25019          "us-gov-east-1-fips" : {
25020            "deprecated" : true,
25021            "hostname" : "route53resolver.us-gov-east-1.amazonaws.com"
25022          },
25023          "us-gov-west-1" : {
25024            "variants" : [ {
25025              "hostname" : "route53resolver.us-gov-west-1.amazonaws.com",
25026              "tags" : [ "fips" ]
25027            } ]
25028          },
25029          "us-gov-west-1-fips" : {
25030            "deprecated" : true,
25031            "hostname" : "route53resolver.us-gov-west-1.amazonaws.com"
25032          }
25033        }
25034      },
25035      "runtime.lex" : {
25036        "defaults" : {
25037          "credentialScope" : {
25038            "service" : "lex"
25039          },
25040          "variants" : [ {
25041            "hostname" : "runtime-fips.lex.{region}.{dnsSuffix}",
25042            "tags" : [ "fips" ]
25043          } ]
25044        },
25045        "endpoints" : {
25046          "us-gov-west-1" : {
25047            "variants" : [ {
25048              "hostname" : "runtime-fips.lex.us-gov-west-1.amazonaws.com",
25049              "tags" : [ "fips" ]
25050            } ]
25051          },
25052          "us-gov-west-1-fips" : {
25053            "credentialScope" : {
25054              "region" : "us-gov-west-1"
25055            },
25056            "deprecated" : true,
25057            "hostname" : "runtime-fips.lex.us-gov-west-1.amazonaws.com"
25058          }
25059        }
25060      },
25061      "runtime.sagemaker" : {
25062        "defaults" : {
25063          "variants" : [ {
25064            "hostname" : "runtime.sagemaker.{region}.{dnsSuffix}",
25065            "tags" : [ "fips" ]
25066          } ]
25067        },
25068        "endpoints" : {
25069          "us-gov-east-1" : { },
25070          "us-gov-west-1" : {
25071            "variants" : [ {
25072              "hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com",
25073              "tags" : [ "fips" ]
25074            } ]
25075          },
25076          "us-gov-west-1-fips" : {
25077            "credentialScope" : {
25078              "region" : "us-gov-west-1"
25079            },
25080            "deprecated" : true,
25081            "hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com"
25082          }
25083        }
25084      },
25085      "s3" : {
25086        "defaults" : {
25087          "signatureVersions" : [ "s3", "s3v4" ],
25088          "variants" : [ {
25089            "dnsSuffix" : "amazonaws.com",
25090            "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}",
25091            "tags" : [ "dualstack", "fips" ]
25092          }, {
25093            "dnsSuffix" : "amazonaws.com",
25094            "hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
25095            "tags" : [ "dualstack" ]
25096          } ]
25097        },
25098        "endpoints" : {
25099          "fips-us-gov-east-1" : {
25100            "credentialScope" : {
25101              "region" : "us-gov-east-1"
25102            },
25103            "deprecated" : true,
25104            "hostname" : "s3-fips.us-gov-east-1.amazonaws.com"
25105          },
25106          "fips-us-gov-west-1" : {
25107            "credentialScope" : {
25108              "region" : "us-gov-west-1"
25109            },
25110            "deprecated" : true,
25111            "hostname" : "s3-fips.us-gov-west-1.amazonaws.com"
25112          },
25113          "us-gov-east-1" : {
25114            "hostname" : "s3.us-gov-east-1.amazonaws.com",
25115            "protocols" : [ "http", "https" ],
25116            "variants" : [ {
25117              "hostname" : "s3-fips.us-gov-east-1.amazonaws.com",
25118              "tags" : [ "fips" ]
25119            }, {
25120              "hostname" : "s3.dualstack.us-gov-east-1.amazonaws.com",
25121              "tags" : [ "dualstack" ]
25122            } ]
25123          },
25124          "us-gov-west-1" : {
25125            "hostname" : "s3.us-gov-west-1.amazonaws.com",
25126            "protocols" : [ "http", "https" ],
25127            "variants" : [ {
25128              "hostname" : "s3-fips.us-gov-west-1.amazonaws.com",
25129              "tags" : [ "fips" ]
25130            }, {
25131              "hostname" : "s3.dualstack.us-gov-west-1.amazonaws.com",
25132              "tags" : [ "dualstack" ]
25133            } ]
25134          }
25135        }
25136      },
25137      "s3-control" : {
25138        "defaults" : {
25139          "protocols" : [ "https" ],
25140          "signatureVersions" : [ "s3v4" ],
25141          "variants" : [ {
25142            "dnsSuffix" : "amazonaws.com",
25143            "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}",
25144            "tags" : [ "dualstack", "fips" ]
25145          }, {
25146            "dnsSuffix" : "amazonaws.com",
25147            "hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
25148            "tags" : [ "dualstack" ]
25149          } ]
25150        },
25151        "endpoints" : {
25152          "us-gov-east-1" : {
25153            "credentialScope" : {
25154              "region" : "us-gov-east-1"
25155            },
25156            "hostname" : "s3-control.us-gov-east-1.amazonaws.com",
25157            "signatureVersions" : [ "s3v4" ],
25158            "variants" : [ {
25159              "hostname" : "s3-control-fips.dualstack.us-gov-east-1.amazonaws.com",
25160              "tags" : [ "dualstack", "fips" ]
25161            }, {
25162              "hostname" : "s3-control-fips.us-gov-east-1.amazonaws.com",
25163              "tags" : [ "fips" ]
25164            }, {
25165              "hostname" : "s3-control.dualstack.us-gov-east-1.amazonaws.com",
25166              "tags" : [ "dualstack" ]
25167            } ]
25168          },
25169          "us-gov-east-1-fips" : {
25170            "credentialScope" : {
25171              "region" : "us-gov-east-1"
25172            },
25173            "deprecated" : true,
25174            "hostname" : "s3-control-fips.us-gov-east-1.amazonaws.com",
25175            "signatureVersions" : [ "s3v4" ]
25176          },
25177          "us-gov-west-1" : {
25178            "credentialScope" : {
25179              "region" : "us-gov-west-1"
25180            },
25181            "hostname" : "s3-control.us-gov-west-1.amazonaws.com",
25182            "signatureVersions" : [ "s3v4" ],
25183            "variants" : [ {
25184              "hostname" : "s3-control-fips.dualstack.us-gov-west-1.amazonaws.com",
25185              "tags" : [ "dualstack", "fips" ]
25186            }, {
25187              "hostname" : "s3-control-fips.us-gov-west-1.amazonaws.com",
25188              "tags" : [ "fips" ]
25189            }, {
25190              "hostname" : "s3-control.dualstack.us-gov-west-1.amazonaws.com",
25191              "tags" : [ "dualstack" ]
25192            } ]
25193          },
25194          "us-gov-west-1-fips" : {
25195            "credentialScope" : {
25196              "region" : "us-gov-west-1"
25197            },
25198            "deprecated" : true,
25199            "hostname" : "s3-control-fips.us-gov-west-1.amazonaws.com",
25200            "signatureVersions" : [ "s3v4" ]
25201          }
25202        }
25203      },
25204      "s3-outposts" : {
25205        "endpoints" : {
25206          "fips-us-gov-east-1" : {
25207            "deprecated" : true
25208          },
25209          "fips-us-gov-west-1" : {
25210            "deprecated" : true
25211          },
25212          "us-gov-east-1" : {
25213            "variants" : [ {
25214              "tags" : [ "dualstack" ]
25215            }, {
25216              "tags" : [ "dualstack", "fips" ]
25217            }, {
25218              "tags" : [ "fips" ]
25219            } ]
25220          },
25221          "us-gov-west-1" : {
25222            "variants" : [ {
25223              "tags" : [ "dualstack" ]
25224            }, {
25225              "tags" : [ "dualstack", "fips" ]
25226            }, {
25227              "tags" : [ "fips" ]
25228            } ]
25229          }
25230        }
25231      },
25232      "secretsmanager" : {
25233        "endpoints" : {
25234          "us-gov-east-1" : {
25235            "variants" : [ {
25236              "tags" : [ "dualstack" ]
25237            }, {
25238              "tags" : [ "dualstack", "fips" ]
25239            }, {
25240              "tags" : [ "fips" ]
25241            } ]
25242          },
25243          "us-gov-east-1-fips" : {
25244            "deprecated" : true
25245          },
25246          "us-gov-west-1" : {
25247            "variants" : [ {
25248              "tags" : [ "dualstack" ]
25249            }, {
25250              "tags" : [ "dualstack", "fips" ]
25251            }, {
25252              "tags" : [ "fips" ]
25253            } ]
25254          },
25255          "us-gov-west-1-fips" : {
25256            "deprecated" : true
25257          }
25258        }
25259      },
25260      "securityhub" : {
25261        "endpoints" : {
25262          "fips-us-gov-east-1" : {
25263            "credentialScope" : {
25264              "region" : "us-gov-east-1"
25265            },
25266            "deprecated" : true,
25267            "hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com"
25268          },
25269          "fips-us-gov-west-1" : {
25270            "credentialScope" : {
25271              "region" : "us-gov-west-1"
25272            },
25273            "deprecated" : true,
25274            "hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com"
25275          },
25276          "us-gov-east-1" : {
25277            "variants" : [ {
25278              "hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com",
25279              "tags" : [ "fips" ]
25280            } ]
25281          },
25282          "us-gov-west-1" : {
25283            "variants" : [ {
25284              "hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com",
25285              "tags" : [ "fips" ]
25286            } ]
25287          }
25288        }
25289      },
25290      "serverlessrepo" : {
25291        "defaults" : {
25292          "protocols" : [ "https" ]
25293        },
25294        "endpoints" : {
25295          "us-gov-east-1" : {
25296            "protocols" : [ "https" ],
25297            "variants" : [ {
25298              "hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com",
25299              "tags" : [ "fips" ]
25300            } ]
25301          },
25302          "us-gov-east-1-fips" : {
25303            "credentialScope" : {
25304              "region" : "us-gov-east-1"
25305            },
25306            "deprecated" : true,
25307            "hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com"
25308          },
25309          "us-gov-west-1" : {
25310            "protocols" : [ "https" ],
25311            "variants" : [ {
25312              "hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com",
25313              "tags" : [ "fips" ]
25314            } ]
25315          },
25316          "us-gov-west-1-fips" : {
25317            "credentialScope" : {
25318              "region" : "us-gov-west-1"
25319            },
25320            "deprecated" : true,
25321            "hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com"
25322          }
25323        }
25324      },
25325      "servicecatalog" : {
25326        "endpoints" : {
25327          "us-gov-east-1" : {
25328            "variants" : [ {
25329              "hostname" : "servicecatalog-fips.us-gov-east-1.amazonaws.com",
25330              "tags" : [ "fips" ]
25331            } ]
25332          },
25333          "us-gov-east-1-fips" : {
25334            "credentialScope" : {
25335              "region" : "us-gov-east-1"
25336            },
25337            "deprecated" : true,
25338            "hostname" : "servicecatalog-fips.us-gov-east-1.amazonaws.com"
25339          },
25340          "us-gov-west-1" : {
25341            "variants" : [ {
25342              "hostname" : "servicecatalog-fips.us-gov-west-1.amazonaws.com",
25343              "tags" : [ "fips" ]
25344            } ]
25345          },
25346          "us-gov-west-1-fips" : {
25347            "credentialScope" : {
25348              "region" : "us-gov-west-1"
25349            },
25350            "deprecated" : true,
25351            "hostname" : "servicecatalog-fips.us-gov-west-1.amazonaws.com"
25352          }
25353        }
25354      },
25355      "servicecatalog-appregistry" : {
25356        "defaults" : {
25357          "variants" : [ {
25358            "hostname" : "servicecatalog-appregistry.{region}.{dnsSuffix}",
25359            "tags" : [ "fips" ]
25360          } ]
25361        },
25362        "endpoints" : {
25363          "us-gov-east-1" : { },
25364          "us-gov-west-1" : { }
25365        }
25366      },
25367      "servicediscovery" : {
25368        "endpoints" : {
25369          "servicediscovery" : {
25370            "credentialScope" : {
25371              "region" : "us-gov-west-1"
25372            },
25373            "deprecated" : true,
25374            "variants" : [ {
25375              "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
25376              "tags" : [ "fips" ]
25377            } ]
25378          },
25379          "servicediscovery-fips" : {
25380            "credentialScope" : {
25381              "region" : "us-gov-west-1"
25382            },
25383            "deprecated" : true,
25384            "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com"
25385          },
25386          "us-gov-east-1" : {
25387            "variants" : [ {
25388              "hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
25389              "tags" : [ "fips" ]
25390            }, {
25391              "hostname" : "servicediscovery-fips.us-gov-east-1.api.aws",
25392              "tags" : [ "dualstack", "fips" ]
25393            }, {
25394              "hostname" : "servicediscovery.us-gov-east-1.api.aws",
25395              "tags" : [ "dualstack" ]
25396            } ]
25397          },
25398          "us-gov-east-1-fips" : {
25399            "credentialScope" : {
25400              "region" : "us-gov-east-1"
25401            },
25402            "deprecated" : true,
25403            "hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com"
25404          },
25405          "us-gov-west-1" : {
25406            "variants" : [ {
25407              "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
25408              "tags" : [ "fips" ]
25409            }, {
25410              "hostname" : "servicediscovery-fips.us-gov-west-1.api.aws",
25411              "tags" : [ "dualstack", "fips" ]
25412            }, {
25413              "hostname" : "servicediscovery.us-gov-west-1.api.aws",
25414              "tags" : [ "dualstack" ]
25415            } ]
25416          },
25417          "us-gov-west-1-fips" : {
25418            "credentialScope" : {
25419              "region" : "us-gov-west-1"
25420            },
25421            "deprecated" : true,
25422            "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com"
25423          }
25424        }
25425      },
25426      "servicequotas" : {
25427        "defaults" : {
25428          "protocols" : [ "https" ],
25429          "variants" : [ {
25430            "hostname" : "servicequotas.{region}.{dnsSuffix}",
25431            "tags" : [ "fips" ]
25432          } ]
25433        },
25434        "endpoints" : {
25435          "fips-us-gov-east-1" : {
25436            "credentialScope" : {
25437              "region" : "us-gov-east-1"
25438            },
25439            "deprecated" : true,
25440            "hostname" : "servicequotas.us-gov-east-1.amazonaws.com"
25441          },
25442          "fips-us-gov-west-1" : {
25443            "credentialScope" : {
25444              "region" : "us-gov-west-1"
25445            },
25446            "deprecated" : true,
25447            "hostname" : "servicequotas.us-gov-west-1.amazonaws.com"
25448          },
25449          "us-gov-east-1" : {
25450            "variants" : [ {
25451              "hostname" : "servicequotas.us-gov-east-1.amazonaws.com",
25452              "tags" : [ "fips" ]
25453            } ]
25454          },
25455          "us-gov-west-1" : {
25456            "variants" : [ {
25457              "hostname" : "servicequotas.us-gov-west-1.amazonaws.com",
25458              "tags" : [ "fips" ]
25459            } ]
25460          }
25461        }
25462      },
25463      "simspaceweaver" : {
25464        "endpoints" : {
25465          "fips-us-gov-east-1" : {
25466            "credentialScope" : {
25467              "region" : "us-gov-east-1"
25468            },
25469            "deprecated" : true,
25470            "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
25471          },
25472          "fips-us-gov-west-1" : {
25473            "credentialScope" : {
25474              "region" : "us-gov-west-1"
25475            },
25476            "deprecated" : true,
25477            "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
25478          },
25479          "us-gov-east-1" : {
25480            "variants" : [ {
25481              "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com",
25482              "tags" : [ "fips" ]
25483            } ]
25484          },
25485          "us-gov-west-1" : {
25486            "variants" : [ {
25487              "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com",
25488              "tags" : [ "fips" ]
25489            } ]
25490          }
25491        }
25492      },
25493      "sms" : {
25494        "endpoints" : {
25495          "fips-us-gov-west-1" : {
25496            "credentialScope" : {
25497              "region" : "us-gov-west-1"
25498            },
25499            "deprecated" : true,
25500            "hostname" : "sms-fips.us-gov-west-1.amazonaws.com"
25501          },
25502          "us-gov-west-1" : {
25503            "variants" : [ {
25504              "hostname" : "sms-fips.us-gov-west-1.amazonaws.com",
25505              "tags" : [ "fips" ]
25506            } ]
25507          }
25508        }
25509      },
25510      "sms-voice" : {
25511        "endpoints" : {
25512          "fips-us-gov-east-1" : {
25513            "credentialScope" : {
25514              "region" : "us-gov-east-1"
25515            },
25516            "deprecated" : true,
25517            "hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com"
25518          },
25519          "fips-us-gov-west-1" : {
25520            "credentialScope" : {
25521              "region" : "us-gov-west-1"
25522            },
25523            "deprecated" : true,
25524            "hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com"
25525          },
25526          "us-gov-east-1" : {
25527            "variants" : [ {
25528              "hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com",
25529              "tags" : [ "fips" ]
25530            } ]
25531          },
25532          "us-gov-west-1" : {
25533            "variants" : [ {
25534              "hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com",
25535              "tags" : [ "fips" ]
25536            } ]
25537          }
25538        }
25539      },
25540      "snowball" : {
25541        "endpoints" : {
25542          "fips-us-gov-east-1" : {
25543            "credentialScope" : {
25544              "region" : "us-gov-east-1"
25545            },
25546            "deprecated" : true,
25547            "hostname" : "snowball-fips.us-gov-east-1.amazonaws.com"
25548          },
25549          "fips-us-gov-west-1" : {
25550            "credentialScope" : {
25551              "region" : "us-gov-west-1"
25552            },
25553            "deprecated" : true,
25554            "hostname" : "snowball-fips.us-gov-west-1.amazonaws.com"
25555          },
25556          "us-gov-east-1" : {
25557            "variants" : [ {
25558              "hostname" : "snowball-fips.us-gov-east-1.amazonaws.com",
25559              "tags" : [ "fips" ]
25560            } ]
25561          },
25562          "us-gov-west-1" : {
25563            "variants" : [ {
25564              "hostname" : "snowball-fips.us-gov-west-1.amazonaws.com",
25565              "tags" : [ "fips" ]
25566            } ]
25567          }
25568        }
25569      },
25570      "sns" : {
25571        "endpoints" : {
25572          "fips-us-gov-east-1" : {
25573            "credentialScope" : {
25574              "region" : "us-gov-east-1"
25575            },
25576            "deprecated" : true,
25577            "hostname" : "sns.us-gov-east-1.amazonaws.com"
25578          },
25579          "fips-us-gov-west-1" : {
25580            "credentialScope" : {
25581              "region" : "us-gov-west-1"
25582            },
25583            "deprecated" : true,
25584            "hostname" : "sns.us-gov-west-1.amazonaws.com"
25585          },
25586          "us-gov-east-1" : {
25587            "variants" : [ {
25588              "hostname" : "sns.us-gov-east-1.amazonaws.com",
25589              "tags" : [ "fips" ]
25590            } ]
25591          },
25592          "us-gov-west-1" : {
25593            "protocols" : [ "https" ],
25594            "variants" : [ {
25595              "hostname" : "sns.us-gov-west-1.amazonaws.com",
25596              "tags" : [ "fips" ]
25597            } ]
25598          }
25599        }
25600      },
25601      "sqs" : {
25602        "defaults" : {
25603          "variants" : [ {
25604            "hostname" : "sqs.{region}.{dnsSuffix}",
25605            "tags" : [ "fips" ]
25606          } ]
25607        },
25608        "endpoints" : {
25609          "us-gov-east-1" : {
25610            "credentialScope" : {
25611              "region" : "us-gov-east-1"
25612            },
25613            "hostname" : "sqs.us-gov-east-1.amazonaws.com"
25614          },
25615          "us-gov-west-1" : {
25616            "credentialScope" : {
25617              "region" : "us-gov-west-1"
25618            },
25619            "hostname" : "sqs.us-gov-west-1.amazonaws.com",
25620            "protocols" : [ "http", "https" ],
25621            "sslCommonName" : "{region}.queue.{dnsSuffix}"
25622          }
25623        }
25624      },
25625      "ssm" : {
25626        "defaults" : {
25627          "variants" : [ {
25628            "hostname" : "ssm.{region}.{dnsSuffix}",
25629            "tags" : [ "fips" ]
25630          } ]
25631        },
25632        "endpoints" : {
25633          "fips-us-gov-east-1" : {
25634            "credentialScope" : {
25635              "region" : "us-gov-east-1"
25636            },
25637            "deprecated" : true,
25638            "hostname" : "ssm.us-gov-east-1.amazonaws.com"
25639          },
25640          "fips-us-gov-west-1" : {
25641            "credentialScope" : {
25642              "region" : "us-gov-west-1"
25643            },
25644            "deprecated" : true,
25645            "hostname" : "ssm.us-gov-west-1.amazonaws.com"
25646          },
25647          "us-gov-east-1" : {
25648            "variants" : [ {
25649              "hostname" : "ssm.us-gov-east-1.amazonaws.com",
25650              "tags" : [ "fips" ]
25651            } ]
25652          },
25653          "us-gov-west-1" : {
25654            "variants" : [ {
25655              "hostname" : "ssm.us-gov-west-1.amazonaws.com",
25656              "tags" : [ "fips" ]
25657            } ]
25658          }
25659        }
25660      },
25661      "sso" : {
25662        "endpoints" : {
25663          "us-gov-east-1" : {
25664            "credentialScope" : {
25665              "region" : "us-gov-east-1"
25666            },
25667            "hostname" : "sso.us-gov-east-1.amazonaws.com",
25668            "variants" : [ {
25669              "hostname" : "sso.us-gov-east-1.amazonaws.com",
25670              "tags" : [ "fips" ]
25671            } ]
25672          },
25673          "us-gov-east-1-fips" : {
25674            "credentialScope" : {
25675              "region" : "us-gov-east-1"
25676            },
25677            "deprecated" : true,
25678            "hostname" : "sso.us-gov-east-1.amazonaws.com"
25679          },
25680          "us-gov-west-1" : {
25681            "credentialScope" : {
25682              "region" : "us-gov-west-1"
25683            },
25684            "hostname" : "sso.us-gov-west-1.amazonaws.com",
25685            "variants" : [ {
25686              "hostname" : "sso.us-gov-west-1.amazonaws.com",
25687              "tags" : [ "fips" ]
25688            } ]
25689          },
25690          "us-gov-west-1-fips" : {
25691            "credentialScope" : {
25692              "region" : "us-gov-west-1"
25693            },
25694            "deprecated" : true,
25695            "hostname" : "sso.us-gov-west-1.amazonaws.com"
25696          }
25697        }
25698      },
25699      "states" : {
25700        "endpoints" : {
25701          "fips-us-gov-east-1" : {
25702            "credentialScope" : {
25703              "region" : "us-gov-east-1"
25704            },
25705            "deprecated" : true,
25706            "hostname" : "states-fips.us-gov-east-1.amazonaws.com"
25707          },
25708          "fips-us-gov-west-1" : {
25709            "credentialScope" : {
25710              "region" : "us-gov-west-1"
25711            },
25712            "deprecated" : true,
25713            "hostname" : "states.us-gov-west-1.amazonaws.com"
25714          },
25715          "us-gov-east-1" : {
25716            "variants" : [ {
25717              "hostname" : "states-fips.us-gov-east-1.amazonaws.com",
25718              "tags" : [ "fips" ]
25719            } ]
25720          },
25721          "us-gov-west-1" : {
25722            "variants" : [ {
25723              "hostname" : "states.us-gov-west-1.amazonaws.com",
25724              "tags" : [ "fips" ]
25725            } ]
25726          }
25727        }
25728      },
25729      "storagegateway" : {
25730        "endpoints" : {
25731          "fips" : {
25732            "credentialScope" : {
25733              "region" : "us-gov-west-1"
25734            },
25735            "deprecated" : true,
25736            "hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com"
25737          },
25738          "us-gov-east-1" : {
25739            "variants" : [ {
25740              "hostname" : "storagegateway-fips.us-gov-east-1.amazonaws.com",
25741              "tags" : [ "fips" ]
25742            } ]
25743          },
25744          "us-gov-east-1-fips" : {
25745            "credentialScope" : {
25746              "region" : "us-gov-east-1"
25747            },
25748            "deprecated" : true,
25749            "hostname" : "storagegateway-fips.us-gov-east-1.amazonaws.com"
25750          },
25751          "us-gov-west-1" : {
25752            "variants" : [ {
25753              "hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com",
25754              "tags" : [ "fips" ]
25755            } ]
25756          },
25757          "us-gov-west-1-fips" : {
25758            "credentialScope" : {
25759              "region" : "us-gov-west-1"
25760            },
25761            "deprecated" : true,
25762            "hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com"
25763          }
25764        }
25765      },
25766      "streams.dynamodb" : {
25767        "defaults" : {
25768          "credentialScope" : {
25769            "service" : "dynamodb"
25770          },
25771          "variants" : [ {
25772            "hostname" : "streams.dynamodb.{region}.{dnsSuffix}",
25773            "tags" : [ "fips" ]
25774          } ]
25775        },
25776        "endpoints" : {
25777          "us-gov-east-1" : {
25778            "variants" : [ {
25779              "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com",
25780              "tags" : [ "fips" ]
25781            } ]
25782          },
25783          "us-gov-east-1-fips" : {
25784            "credentialScope" : {
25785              "region" : "us-gov-east-1"
25786            },
25787            "deprecated" : true,
25788            "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com"
25789          },
25790          "us-gov-west-1" : {
25791            "variants" : [ {
25792              "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com",
25793              "tags" : [ "fips" ]
25794            } ]
25795          },
25796          "us-gov-west-1-fips" : {
25797            "credentialScope" : {
25798              "region" : "us-gov-west-1"
25799            },
25800            "deprecated" : true,
25801            "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com"
25802          }
25803        }
25804      },
25805      "sts" : {
25806        "defaults" : {
25807          "variants" : [ {
25808            "hostname" : "sts.{region}.{dnsSuffix}",
25809            "tags" : [ "fips" ]
25810          } ]
25811        },
25812        "endpoints" : {
25813          "us-gov-east-1" : {
25814            "variants" : [ {
25815              "hostname" : "sts.us-gov-east-1.amazonaws.com",
25816              "tags" : [ "fips" ]
25817            } ]
25818          },
25819          "us-gov-east-1-fips" : {
25820            "credentialScope" : {
25821              "region" : "us-gov-east-1"
25822            },
25823            "deprecated" : true,
25824            "hostname" : "sts.us-gov-east-1.amazonaws.com"
25825          },
25826          "us-gov-west-1" : {
25827            "variants" : [ {
25828              "hostname" : "sts.us-gov-west-1.amazonaws.com",
25829              "tags" : [ "fips" ]
25830            } ]
25831          },
25832          "us-gov-west-1-fips" : {
25833            "credentialScope" : {
25834              "region" : "us-gov-west-1"
25835            },
25836            "deprecated" : true,
25837            "hostname" : "sts.us-gov-west-1.amazonaws.com"
25838          }
25839        }
25840      },
25841      "support" : {
25842        "endpoints" : {
25843          "aws-us-gov-global" : {
25844            "credentialScope" : {
25845              "region" : "us-gov-west-1"
25846            },
25847            "hostname" : "support.us-gov-west-1.amazonaws.com"
25848          },
25849          "fips-us-gov-west-1" : {
25850            "credentialScope" : {
25851              "region" : "us-gov-west-1"
25852            },
25853            "deprecated" : true,
25854            "hostname" : "support.us-gov-west-1.amazonaws.com"
25855          },
25856          "us-gov-west-1" : {
25857            "credentialScope" : {
25858              "region" : "us-gov-west-1"
25859            },
25860            "deprecated" : true,
25861            "variants" : [ {
25862              "hostname" : "support.us-gov-west-1.amazonaws.com",
25863              "tags" : [ "fips" ]
25864            } ]
25865          }
25866        },
25867        "partitionEndpoint" : "aws-us-gov-global"
25868      },
25869      "swf" : {
25870        "endpoints" : {
25871          "us-gov-east-1" : {
25872            "credentialScope" : {
25873              "region" : "us-gov-east-1"
25874            },
25875            "hostname" : "swf.us-gov-east-1.amazonaws.com",
25876            "variants" : [ {
25877              "hostname" : "swf.us-gov-east-1.amazonaws.com",
25878              "tags" : [ "fips" ]
25879            } ]
25880          },
25881          "us-gov-east-1-fips" : {
25882            "credentialScope" : {
25883              "region" : "us-gov-east-1"
25884            },
25885            "deprecated" : true,
25886            "hostname" : "swf.us-gov-east-1.amazonaws.com"
25887          },
25888          "us-gov-west-1" : {
25889            "credentialScope" : {
25890              "region" : "us-gov-west-1"
25891            },
25892            "hostname" : "swf.us-gov-west-1.amazonaws.com",
25893            "variants" : [ {
25894              "hostname" : "swf.us-gov-west-1.amazonaws.com",
25895              "tags" : [ "fips" ]
25896            } ]
25897          },
25898          "us-gov-west-1-fips" : {
25899            "credentialScope" : {
25900              "region" : "us-gov-west-1"
25901            },
25902            "deprecated" : true,
25903            "hostname" : "swf.us-gov-west-1.amazonaws.com"
25904          }
25905        }
25906      },
25907      "synthetics" : {
25908        "endpoints" : {
25909          "fips-us-gov-east-1" : {
25910            "credentialScope" : {
25911              "region" : "us-gov-east-1"
25912            },
25913            "deprecated" : true,
25914            "hostname" : "synthetics-fips.us-gov-east-1.amazonaws.com"
25915          },
25916          "fips-us-gov-west-1" : {
25917            "credentialScope" : {
25918              "region" : "us-gov-west-1"
25919            },
25920            "deprecated" : true,
25921            "hostname" : "synthetics-fips.us-gov-west-1.amazonaws.com"
25922          },
25923          "us-gov-east-1" : {
25924            "variants" : [ {
25925              "hostname" : "synthetics-fips.us-gov-east-1.amazonaws.com",
25926              "tags" : [ "fips" ]
25927            } ]
25928          },
25929          "us-gov-west-1" : {
25930            "variants" : [ {
25931              "hostname" : "synthetics-fips.us-gov-west-1.amazonaws.com",
25932              "tags" : [ "fips" ]
25933            } ]
25934          }
25935        }
25936      },
25937      "tagging" : {
25938        "endpoints" : {
25939          "us-gov-east-1" : { },
25940          "us-gov-west-1" : { }
25941        }
25942      },
25943      "textract" : {
25944        "endpoints" : {
25945          "fips-us-gov-east-1" : {
25946            "credentialScope" : {
25947              "region" : "us-gov-east-1"
25948            },
25949            "deprecated" : true,
25950            "hostname" : "textract-fips.us-gov-east-1.amazonaws.com"
25951          },
25952          "fips-us-gov-west-1" : {
25953            "credentialScope" : {
25954              "region" : "us-gov-west-1"
25955            },
25956            "deprecated" : true,
25957            "hostname" : "textract-fips.us-gov-west-1.amazonaws.com"
25958          },
25959          "us-gov-east-1" : {
25960            "variants" : [ {
25961              "hostname" : "textract-fips.us-gov-east-1.amazonaws.com",
25962              "tags" : [ "fips" ]
25963            } ]
25964          },
25965          "us-gov-west-1" : {
25966            "variants" : [ {
25967              "hostname" : "textract-fips.us-gov-west-1.amazonaws.com",
25968              "tags" : [ "fips" ]
25969            } ]
25970          }
25971        }
25972      },
25973      "transcribe" : {
25974        "defaults" : {
25975          "protocols" : [ "https" ],
25976          "variants" : [ {
25977            "hostname" : "fips.transcribe.{region}.{dnsSuffix}",
25978            "tags" : [ "fips" ]
25979          } ]
25980        },
25981        "endpoints" : {
25982          "fips-us-gov-east-1" : {
25983            "credentialScope" : {
25984              "region" : "us-gov-east-1"
25985            },
25986            "deprecated" : true,
25987            "hostname" : "fips.transcribe.us-gov-east-1.amazonaws.com"
25988          },
25989          "fips-us-gov-west-1" : {
25990            "credentialScope" : {
25991              "region" : "us-gov-west-1"
25992            },
25993            "deprecated" : true,
25994            "hostname" : "fips.transcribe.us-gov-west-1.amazonaws.com"
25995          },
25996          "us-gov-east-1" : {
25997            "variants" : [ {
25998              "hostname" : "fips.transcribe.us-gov-east-1.amazonaws.com",
25999              "tags" : [ "fips" ]
26000            } ]
26001          },
26002          "us-gov-west-1" : {
26003            "variants" : [ {
26004              "hostname" : "fips.transcribe.us-gov-west-1.amazonaws.com",
26005              "tags" : [ "fips" ]
26006            } ]
26007          }
26008        }
26009      },
26010      "transcribestreaming" : {
26011        "endpoints" : {
26012          "us-gov-east-1" : { },
26013          "us-gov-west-1" : { }
26014        }
26015      },
26016      "transfer" : {
26017        "endpoints" : {
26018          "fips-us-gov-east-1" : {
26019            "credentialScope" : {
26020              "region" : "us-gov-east-1"
26021            },
26022            "deprecated" : true,
26023            "hostname" : "transfer-fips.us-gov-east-1.amazonaws.com"
26024          },
26025          "fips-us-gov-west-1" : {
26026            "credentialScope" : {
26027              "region" : "us-gov-west-1"
26028            },
26029            "deprecated" : true,
26030            "hostname" : "transfer-fips.us-gov-west-1.amazonaws.com"
26031          },
26032          "us-gov-east-1" : {
26033            "variants" : [ {
26034              "hostname" : "transfer-fips.us-gov-east-1.amazonaws.com",
26035              "tags" : [ "fips" ]
26036            } ]
26037          },
26038          "us-gov-west-1" : {
26039            "variants" : [ {
26040              "hostname" : "transfer-fips.us-gov-west-1.amazonaws.com",
26041              "tags" : [ "fips" ]
26042            } ]
26043          }
26044        }
26045      },
26046      "translate" : {
26047        "defaults" : {
26048          "protocols" : [ "https" ]
26049        },
26050        "endpoints" : {
26051          "us-gov-west-1" : {
26052            "variants" : [ {
26053              "hostname" : "translate-fips.us-gov-west-1.amazonaws.com",
26054              "tags" : [ "fips" ]
26055            } ]
26056          },
26057          "us-gov-west-1-fips" : {
26058            "credentialScope" : {
26059              "region" : "us-gov-west-1"
26060            },
26061            "deprecated" : true,
26062            "hostname" : "translate-fips.us-gov-west-1.amazonaws.com"
26063          }
26064        }
26065      },
26066      "waf-regional" : {
26067        "endpoints" : {
26068          "fips-us-gov-east-1" : {
26069            "credentialScope" : {
26070              "region" : "us-gov-east-1"
26071            },
26072            "deprecated" : true,
26073            "hostname" : "waf-regional-fips.us-gov-east-1.amazonaws.com"
26074          },
26075          "fips-us-gov-west-1" : {
26076            "credentialScope" : {
26077              "region" : "us-gov-west-1"
26078            },
26079            "deprecated" : true,
26080            "hostname" : "waf-regional-fips.us-gov-west-1.amazonaws.com"
26081          },
26082          "us-gov-east-1" : {
26083            "credentialScope" : {
26084              "region" : "us-gov-east-1"
26085            },
26086            "hostname" : "waf-regional.us-gov-east-1.amazonaws.com",
26087            "variants" : [ {
26088              "hostname" : "waf-regional-fips.us-gov-east-1.amazonaws.com",
26089              "tags" : [ "fips" ]
26090            } ]
26091          },
26092          "us-gov-west-1" : {
26093            "credentialScope" : {
26094              "region" : "us-gov-west-1"
26095            },
26096            "hostname" : "waf-regional.us-gov-west-1.amazonaws.com",
26097            "variants" : [ {
26098              "hostname" : "waf-regional-fips.us-gov-west-1.amazonaws.com",
26099              "tags" : [ "fips" ]
26100            } ]
26101          }
26102        }
26103      },
26104      "wafv2" : {
26105        "endpoints" : {
26106          "fips-us-gov-east-1" : {
26107            "credentialScope" : {
26108              "region" : "us-gov-east-1"
26109            },
26110            "deprecated" : true,
26111            "hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com"
26112          },
26113          "fips-us-gov-west-1" : {
26114            "credentialScope" : {
26115              "region" : "us-gov-west-1"
26116            },
26117            "deprecated" : true,
26118            "hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com"
26119          },
26120          "us-gov-east-1" : {
26121            "credentialScope" : {
26122              "region" : "us-gov-east-1"
26123            },
26124            "hostname" : "wafv2.us-gov-east-1.amazonaws.com",
26125            "variants" : [ {
26126              "hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com",
26127              "tags" : [ "fips" ]
26128            } ]
26129          },
26130          "us-gov-west-1" : {
26131            "credentialScope" : {
26132              "region" : "us-gov-west-1"
26133            },
26134            "hostname" : "wafv2.us-gov-west-1.amazonaws.com",
26135            "variants" : [ {
26136              "hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com",
26137              "tags" : [ "fips" ]
26138            } ]
26139          }
26140        }
26141      },
26142      "wellarchitected" : {
26143        "endpoints" : {
26144          "us-gov-east-1" : { },
26145          "us-gov-west-1" : { }
26146        }
26147      },
26148      "workspaces" : {
26149        "endpoints" : {
26150          "fips-us-gov-east-1" : {
26151            "credentialScope" : {
26152              "region" : "us-gov-east-1"
26153            },
26154            "deprecated" : true,
26155            "hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com"
26156          },
26157          "fips-us-gov-west-1" : {
26158            "credentialScope" : {
26159              "region" : "us-gov-west-1"
26160            },
26161            "deprecated" : true,
26162            "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
26163          },
26164          "us-gov-east-1" : {
26165            "variants" : [ {
26166              "hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com",
26167              "tags" : [ "fips" ]
26168            } ]
26169          },
26170          "us-gov-west-1" : {
26171            "variants" : [ {
26172              "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
26173              "tags" : [ "fips" ]
26174            } ]
26175          }
26176        }
26177      },
26178      "xray" : {
26179        "endpoints" : {
26180          "fips-us-gov-east-1" : {
26181            "credentialScope" : {
26182              "region" : "us-gov-east-1"
26183            },
26184            "deprecated" : true,
26185            "hostname" : "xray-fips.us-gov-east-1.amazonaws.com"
26186          },
26187          "fips-us-gov-west-1" : {
26188            "credentialScope" : {
26189              "region" : "us-gov-west-1"
26190            },
26191            "deprecated" : true,
26192            "hostname" : "xray-fips.us-gov-west-1.amazonaws.com"
26193          },
26194          "us-gov-east-1" : {
26195            "variants" : [ {
26196              "hostname" : "xray-fips.us-gov-east-1.amazonaws.com",
26197              "tags" : [ "fips" ]
26198            } ]
26199          },
26200          "us-gov-west-1" : {
26201            "variants" : [ {
26202              "hostname" : "xray-fips.us-gov-west-1.amazonaws.com",
26203              "tags" : [ "fips" ]
26204            } ]
26205          }
26206        }
26207      }
26208    }
26209  }, {
26210    "defaults" : {
26211      "hostname" : "{service}.{region}.{dnsSuffix}",
26212      "protocols" : [ "https" ],
26213      "signatureVersions" : [ "v4" ],
26214      "variants" : [ {
26215        "dnsSuffix" : "c2s.ic.gov",
26216        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
26217        "tags" : [ "fips" ]
26218      } ]
26219    },
26220    "dnsSuffix" : "c2s.ic.gov",
26221    "partition" : "aws-iso",
26222    "partitionName" : "AWS ISO (US)",
26223    "regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
26224    "regions" : {
26225      "us-iso-east-1" : {
26226        "description" : "US ISO East"
26227      },
26228      "us-iso-west-1" : {
26229        "description" : "US ISO WEST"
26230      }
26231    },
26232    "services" : {
26233      "api.ecr" : {
26234        "endpoints" : {
26235          "us-iso-east-1" : {
26236            "credentialScope" : {
26237              "region" : "us-iso-east-1"
26238            },
26239            "hostname" : "api.ecr.us-iso-east-1.c2s.ic.gov"
26240          },
26241          "us-iso-west-1" : {
26242            "credentialScope" : {
26243              "region" : "us-iso-west-1"
26244            },
26245            "hostname" : "api.ecr.us-iso-west-1.c2s.ic.gov"
26246          }
26247        }
26248      },
26249      "api.pricing" : {
26250        "defaults" : {
26251          "credentialScope" : {
26252            "service" : "pricing"
26253          }
26254        },
26255        "endpoints" : {
26256          "us-iso-east-1" : { }
26257        }
26258      },
26259      "api.sagemaker" : {
26260        "endpoints" : {
26261          "us-iso-east-1" : { }
26262        }
26263      },
26264      "apigateway" : {
26265        "endpoints" : {
26266          "us-iso-east-1" : { }
26267        }
26268      },
26269      "appconfig" : {
26270        "endpoints" : {
26271          "us-iso-east-1" : { },
26272          "us-iso-west-1" : { }
26273        }
26274      },
26275      "appconfigdata" : {
26276        "endpoints" : {
26277          "us-iso-east-1" : { },
26278          "us-iso-west-1" : { }
26279        }
26280      },
26281      "application-autoscaling" : {
26282        "defaults" : {
26283          "protocols" : [ "http", "https" ]
26284        },
26285        "endpoints" : {
26286          "us-iso-east-1" : { },
26287          "us-iso-west-1" : { }
26288        }
26289      },
26290      "arc-zonal-shift" : {
26291        "endpoints" : {
26292          "us-iso-east-1" : { }
26293        }
26294      },
26295      "athena" : {
26296        "endpoints" : {
26297          "us-iso-east-1" : { }
26298        }
26299      },
26300      "autoscaling" : {
26301        "endpoints" : {
26302          "us-iso-east-1" : {
26303            "protocols" : [ "http", "https" ]
26304          },
26305          "us-iso-west-1" : { }
26306        }
26307      },
26308      "cloudcontrolapi" : {
26309        "endpoints" : {
26310          "us-iso-east-1" : { },
26311          "us-iso-west-1" : { }
26312        }
26313      },
26314      "cloudformation" : {
26315        "endpoints" : {
26316          "us-iso-east-1" : { },
26317          "us-iso-west-1" : { }
26318        }
26319      },
26320      "cloudtrail" : {
26321        "endpoints" : {
26322          "us-iso-east-1" : { },
26323          "us-iso-west-1" : { }
26324        }
26325      },
26326      "codedeploy" : {
26327        "endpoints" : {
26328          "us-iso-east-1" : { },
26329          "us-iso-west-1" : { }
26330        }
26331      },
26332      "comprehend" : {
26333        "defaults" : {
26334          "protocols" : [ "https" ]
26335        },
26336        "endpoints" : {
26337          "us-iso-east-1" : { }
26338        }
26339      },
26340      "config" : {
26341        "endpoints" : {
26342          "us-iso-east-1" : { },
26343          "us-iso-west-1" : { }
26344        }
26345      },
26346      "datapipeline" : {
26347        "endpoints" : {
26348          "us-iso-east-1" : { }
26349        }
26350      },
26351      "datasync" : {
26352        "endpoints" : {
26353          "fips-us-iso-east-1" : {
26354            "credentialScope" : {
26355              "region" : "us-iso-east-1"
26356            },
26357            "deprecated" : true,
26358            "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov"
26359          },
26360          "fips-us-iso-west-1" : {
26361            "credentialScope" : {
26362              "region" : "us-iso-west-1"
26363            },
26364            "deprecated" : true,
26365            "hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
26366          },
26367          "us-iso-east-1" : {
26368            "variants" : [ {
26369              "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov",
26370              "tags" : [ "fips" ]
26371            } ]
26372          },
26373          "us-iso-west-1" : {
26374            "variants" : [ {
26375              "hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov",
26376              "tags" : [ "fips" ]
26377            } ]
26378          }
26379        }
26380      },
26381      "directconnect" : {
26382        "endpoints" : {
26383          "us-iso-east-1" : { },
26384          "us-iso-west-1" : { }
26385        }
26386      },
26387      "dlm" : {
26388        "endpoints" : {
26389          "us-iso-east-1" : { },
26390          "us-iso-west-1" : { }
26391        }
26392      },
26393      "dms" : {
26394        "defaults" : {
26395          "variants" : [ {
26396            "hostname" : "dms.{region}.{dnsSuffix}",
26397            "tags" : [ "fips" ]
26398          } ]
26399        },
26400        "endpoints" : {
26401          "dms" : {
26402            "credentialScope" : {
26403              "region" : "us-iso-east-1"
26404            },
26405            "deprecated" : true,
26406            "variants" : [ {
26407              "hostname" : "dms.us-iso-east-1.c2s.ic.gov",
26408              "tags" : [ "fips" ]
26409            } ]
26410          },
26411          "dms-fips" : {
26412            "credentialScope" : {
26413              "region" : "us-iso-east-1"
26414            },
26415            "deprecated" : true,
26416            "hostname" : "dms.us-iso-east-1.c2s.ic.gov"
26417          },
26418          "us-iso-east-1" : {
26419            "variants" : [ {
26420              "hostname" : "dms.us-iso-east-1.c2s.ic.gov",
26421              "tags" : [ "fips" ]
26422            } ]
26423          },
26424          "us-iso-east-1-fips" : {
26425            "credentialScope" : {
26426              "region" : "us-iso-east-1"
26427            },
26428            "deprecated" : true,
26429            "hostname" : "dms.us-iso-east-1.c2s.ic.gov"
26430          },
26431          "us-iso-west-1" : {
26432            "variants" : [ {
26433              "hostname" : "dms.us-iso-west-1.c2s.ic.gov",
26434              "tags" : [ "fips" ]
26435            } ]
26436          },
26437          "us-iso-west-1-fips" : {
26438            "credentialScope" : {
26439              "region" : "us-iso-west-1"
26440            },
26441            "deprecated" : true,
26442            "hostname" : "dms.us-iso-west-1.c2s.ic.gov"
26443          }
26444        }
26445      },
26446      "ds" : {
26447        "endpoints" : {
26448          "us-iso-east-1" : { },
26449          "us-iso-west-1" : { }
26450        }
26451      },
26452      "dynamodb" : {
26453        "endpoints" : {
26454          "us-iso-east-1" : {
26455            "protocols" : [ "http", "https" ]
26456          },
26457          "us-iso-west-1" : { }
26458        }
26459      },
26460      "ebs" : {
26461        "endpoints" : {
26462          "us-iso-east-1" : { },
26463          "us-iso-west-1" : { }
26464        }
26465      },
26466      "ec2" : {
26467        "endpoints" : {
26468          "us-iso-east-1" : { },
26469          "us-iso-west-1" : { }
26470        }
26471      },
26472      "ecs" : {
26473        "endpoints" : {
26474          "us-iso-east-1" : { },
26475          "us-iso-west-1" : { }
26476        }
26477      },
26478      "eks" : {
26479        "defaults" : {
26480          "protocols" : [ "http", "https" ]
26481        },
26482        "endpoints" : {
26483          "us-iso-east-1" : { },
26484          "us-iso-west-1" : { }
26485        }
26486      },
26487      "elasticache" : {
26488        "endpoints" : {
26489          "us-iso-east-1" : { },
26490          "us-iso-west-1" : { }
26491        }
26492      },
26493      "elasticfilesystem" : {
26494        "endpoints" : {
26495          "fips-us-iso-east-1" : {
26496            "credentialScope" : {
26497              "region" : "us-iso-east-1"
26498            },
26499            "deprecated" : true,
26500            "hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov"
26501          },
26502          "fips-us-iso-west-1" : {
26503            "credentialScope" : {
26504              "region" : "us-iso-west-1"
26505            },
26506            "deprecated" : true,
26507            "hostname" : "elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov"
26508          },
26509          "us-iso-east-1" : {
26510            "variants" : [ {
26511              "hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov",
26512              "tags" : [ "fips" ]
26513            } ]
26514          },
26515          "us-iso-west-1" : {
26516            "variants" : [ {
26517              "hostname" : "elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov",
26518              "tags" : [ "fips" ]
26519            } ]
26520          }
26521        }
26522      },
26523      "elasticloadbalancing" : {
26524        "endpoints" : {
26525          "us-iso-east-1" : {
26526            "protocols" : [ "http", "https" ]
26527          },
26528          "us-iso-west-1" : { }
26529        }
26530      },
26531      "elasticmapreduce" : {
26532        "endpoints" : {
26533          "fips-us-iso-east-1" : {
26534            "credentialScope" : {
26535              "region" : "us-iso-east-1"
26536            },
26537            "deprecated" : true,
26538            "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov"
26539          },
26540          "fips-us-iso-west-1" : {
26541            "credentialScope" : {
26542              "region" : "us-iso-west-1"
26543            },
26544            "deprecated" : true,
26545            "hostname" : "elasticmapreduce.us-iso-west-1.c2s.ic.gov"
26546          },
26547          "us-iso-east-1" : {
26548            "protocols" : [ "https" ],
26549            "variants" : [ {
26550              "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov",
26551              "tags" : [ "fips" ]
26552            } ]
26553          },
26554          "us-iso-west-1" : {
26555            "variants" : [ {
26556              "hostname" : "elasticmapreduce.us-iso-west-1.c2s.ic.gov",
26557              "tags" : [ "fips" ]
26558            } ]
26559          }
26560        }
26561      },
26562      "es" : {
26563        "endpoints" : {
26564          "us-iso-east-1" : { },
26565          "us-iso-west-1" : { }
26566        }
26567      },
26568      "events" : {
26569        "endpoints" : {
26570          "us-iso-east-1" : { },
26571          "us-iso-west-1" : { }
26572        }
26573      },
26574      "firehose" : {
26575        "endpoints" : {
26576          "us-iso-east-1" : { },
26577          "us-iso-west-1" : { }
26578        }
26579      },
26580      "glacier" : {
26581        "endpoints" : {
26582          "us-iso-east-1" : {
26583            "protocols" : [ "http", "https" ]
26584          },
26585          "us-iso-west-1" : { }
26586        }
26587      },
26588      "glue" : {
26589        "endpoints" : {
26590          "us-iso-east-1" : { }
26591        }
26592      },
26593      "guardduty" : {
26594        "defaults" : {
26595          "protocols" : [ "https" ]
26596        },
26597        "endpoints" : {
26598          "us-iso-east-1" : { }
26599        },
26600        "isRegionalized" : true
26601      },
26602      "health" : {
26603        "endpoints" : {
26604          "us-iso-east-1" : { }
26605        }
26606      },
26607      "iam" : {
26608        "endpoints" : {
26609          "aws-iso-global" : {
26610            "credentialScope" : {
26611              "region" : "us-iso-east-1"
26612            },
26613            "hostname" : "iam.us-iso-east-1.c2s.ic.gov"
26614          }
26615        },
26616        "isRegionalized" : false,
26617        "partitionEndpoint" : "aws-iso-global"
26618      },
26619      "kinesis" : {
26620        "endpoints" : {
26621          "us-iso-east-1" : { },
26622          "us-iso-west-1" : { }
26623        }
26624      },
26625      "kms" : {
26626        "endpoints" : {
26627          "ProdFips" : {
26628            "credentialScope" : {
26629              "region" : "us-iso-east-1"
26630            },
26631            "deprecated" : true,
26632            "hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov"
26633          },
26634          "us-iso-east-1" : {
26635            "variants" : [ {
26636              "hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov",
26637              "tags" : [ "fips" ]
26638            } ]
26639          },
26640          "us-iso-east-1-fips" : {
26641            "credentialScope" : {
26642              "region" : "us-iso-east-1"
26643            },
26644            "deprecated" : true,
26645            "hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov"
26646          },
26647          "us-iso-west-1" : {
26648            "variants" : [ {
26649              "hostname" : "kms-fips.us-iso-west-1.c2s.ic.gov",
26650              "tags" : [ "fips" ]
26651            } ]
26652          },
26653          "us-iso-west-1-fips" : {
26654            "credentialScope" : {
26655              "region" : "us-iso-west-1"
26656            },
26657            "deprecated" : true,
26658            "hostname" : "kms-fips.us-iso-west-1.c2s.ic.gov"
26659          }
26660        }
26661      },
26662      "lambda" : {
26663        "endpoints" : {
26664          "us-iso-east-1" : { },
26665          "us-iso-west-1" : { }
26666        }
26667      },
26668      "license-manager" : {
26669        "endpoints" : {
26670          "us-iso-east-1" : { },
26671          "us-iso-west-1" : { }
26672        }
26673      },
26674      "logs" : {
26675        "endpoints" : {
26676          "us-iso-east-1" : { },
26677          "us-iso-west-1" : { }
26678        }
26679      },
26680      "medialive" : {
26681        "endpoints" : {
26682          "us-iso-east-1" : { }
26683        }
26684      },
26685      "mediapackage" : {
26686        "endpoints" : {
26687          "us-iso-east-1" : { }
26688        }
26689      },
26690      "metrics.sagemaker" : {
26691        "endpoints" : {
26692          "us-iso-east-1" : { }
26693        }
26694      },
26695      "monitoring" : {
26696        "endpoints" : {
26697          "us-iso-east-1" : { },
26698          "us-iso-west-1" : { }
26699        }
26700      },
26701      "outposts" : {
26702        "endpoints" : {
26703          "us-iso-east-1" : { }
26704        }
26705      },
26706      "ram" : {
26707        "endpoints" : {
26708          "fips-us-iso-east-1" : {
26709            "credentialScope" : {
26710              "region" : "us-iso-east-1"
26711            },
26712            "deprecated" : true,
26713            "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov"
26714          },
26715          "fips-us-iso-west-1" : {
26716            "credentialScope" : {
26717              "region" : "us-iso-west-1"
26718            },
26719            "deprecated" : true,
26720            "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov"
26721          },
26722          "us-iso-east-1" : {
26723            "variants" : [ {
26724              "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov",
26725              "tags" : [ "fips" ]
26726            } ]
26727          },
26728          "us-iso-west-1" : {
26729            "variants" : [ {
26730              "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov",
26731              "tags" : [ "fips" ]
26732            } ]
26733          }
26734        }
26735      },
26736      "rbin" : {
26737        "endpoints" : {
26738          "fips-us-iso-east-1" : {
26739            "credentialScope" : {
26740              "region" : "us-iso-east-1"
26741            },
26742            "deprecated" : true,
26743            "hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov"
26744          },
26745          "fips-us-iso-west-1" : {
26746            "credentialScope" : {
26747              "region" : "us-iso-west-1"
26748            },
26749            "deprecated" : true,
26750            "hostname" : "rbin-fips.us-iso-west-1.c2s.ic.gov"
26751          },
26752          "us-iso-east-1" : {
26753            "variants" : [ {
26754              "hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov",
26755              "tags" : [ "fips" ]
26756            } ]
26757          },
26758          "us-iso-west-1" : {
26759            "variants" : [ {
26760              "hostname" : "rbin-fips.us-iso-west-1.c2s.ic.gov",
26761              "tags" : [ "fips" ]
26762            } ]
26763          }
26764        }
26765      },
26766      "rds" : {
26767        "endpoints" : {
26768          "rds-fips.us-iso-east-1" : {
26769            "credentialScope" : {
26770              "region" : "us-iso-east-1"
26771            },
26772            "deprecated" : true,
26773            "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
26774          },
26775          "rds-fips.us-iso-west-1" : {
26776            "credentialScope" : {
26777              "region" : "us-iso-west-1"
26778            },
26779            "deprecated" : true,
26780            "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
26781          },
26782          "rds.us-iso-east-1" : {
26783            "credentialScope" : {
26784              "region" : "us-iso-east-1"
26785            },
26786            "deprecated" : true,
26787            "variants" : [ {
26788              "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
26789              "tags" : [ "fips" ]
26790            } ]
26791          },
26792          "rds.us-iso-west-1" : {
26793            "credentialScope" : {
26794              "region" : "us-iso-west-1"
26795            },
26796            "deprecated" : true,
26797            "variants" : [ {
26798              "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
26799              "tags" : [ "fips" ]
26800            } ]
26801          },
26802          "us-iso-east-1" : {
26803            "variants" : [ {
26804              "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
26805              "tags" : [ "fips" ]
26806            } ]
26807          },
26808          "us-iso-east-1-fips" : {
26809            "credentialScope" : {
26810              "region" : "us-iso-east-1"
26811            },
26812            "deprecated" : true,
26813            "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
26814          },
26815          "us-iso-west-1" : {
26816            "variants" : [ {
26817              "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
26818              "tags" : [ "fips" ]
26819            } ]
26820          },
26821          "us-iso-west-1-fips" : {
26822            "credentialScope" : {
26823              "region" : "us-iso-west-1"
26824            },
26825            "deprecated" : true,
26826            "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
26827          }
26828        }
26829      },
26830      "redshift" : {
26831        "endpoints" : {
26832          "fips-us-iso-east-1" : {
26833            "credentialScope" : {
26834              "region" : "us-iso-east-1"
26835            },
26836            "deprecated" : true,
26837            "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
26838          },
26839          "fips-us-iso-west-1" : {
26840            "credentialScope" : {
26841              "region" : "us-iso-west-1"
26842            },
26843            "deprecated" : true,
26844            "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
26845          },
26846          "us-iso-east-1" : {
26847            "variants" : [ {
26848              "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
26849              "tags" : [ "fips" ]
26850            } ]
26851          },
26852          "us-iso-west-1" : {
26853            "variants" : [ {
26854              "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
26855              "tags" : [ "fips" ]
26856            } ]
26857          }
26858        }
26859      },
26860      "resource-groups" : {
26861        "endpoints" : {
26862          "us-iso-east-1" : { },
26863          "us-iso-west-1" : { }
26864        }
26865      },
26866      "route53" : {
26867        "endpoints" : {
26868          "aws-iso-global" : {
26869            "credentialScope" : {
26870              "region" : "us-iso-east-1"
26871            },
26872            "hostname" : "route53.c2s.ic.gov"
26873          }
26874        },
26875        "isRegionalized" : false,
26876        "partitionEndpoint" : "aws-iso-global"
26877      },
26878      "route53resolver" : {
26879        "endpoints" : {
26880          "us-iso-east-1" : { },
26881          "us-iso-west-1" : { }
26882        }
26883      },
26884      "runtime.sagemaker" : {
26885        "endpoints" : {
26886          "us-iso-east-1" : { }
26887        }
26888      },
26889      "s3" : {
26890        "defaults" : {
26891          "signatureVersions" : [ "s3v4" ]
26892        },
26893        "endpoints" : {
26894          "fips-us-iso-east-1" : {
26895            "credentialScope" : {
26896              "region" : "us-iso-east-1"
26897            },
26898            "deprecated" : true,
26899            "hostname" : "s3-fips.us-iso-east-1.c2s.ic.gov"
26900          },
26901          "fips-us-iso-west-1" : {
26902            "credentialScope" : {
26903              "region" : "us-iso-west-1"
26904            },
26905            "deprecated" : true,
26906            "hostname" : "s3-fips.us-iso-west-1.c2s.ic.gov"
26907          },
26908          "us-iso-east-1" : {
26909            "protocols" : [ "http", "https" ],
26910            "signatureVersions" : [ "s3v4" ],
26911            "variants" : [ {
26912              "hostname" : "s3-fips.dualstack.us-iso-east-1.c2s.ic.gov",
26913              "tags" : [ "dualstack", "fips" ]
26914            }, {
26915              "hostname" : "s3-fips.us-iso-east-1.c2s.ic.gov",
26916              "tags" : [ "fips" ]
26917            } ]
26918          },
26919          "us-iso-west-1" : {
26920            "variants" : [ {
26921              "hostname" : "s3-fips.dualstack.us-iso-west-1.c2s.ic.gov",
26922              "tags" : [ "dualstack", "fips" ]
26923            }, {
26924              "hostname" : "s3-fips.us-iso-west-1.c2s.ic.gov",
26925              "tags" : [ "fips" ]
26926            } ]
26927          }
26928        }
26929      },
26930      "secretsmanager" : {
26931        "endpoints" : {
26932          "us-iso-east-1" : { },
26933          "us-iso-west-1" : { }
26934        }
26935      },
26936      "snowball" : {
26937        "endpoints" : {
26938          "us-iso-east-1" : { }
26939        }
26940      },
26941      "sns" : {
26942        "endpoints" : {
26943          "us-iso-east-1" : {
26944            "protocols" : [ "http", "https" ]
26945          },
26946          "us-iso-west-1" : { }
26947        }
26948      },
26949      "sqs" : {
26950        "endpoints" : {
26951          "us-iso-east-1" : {
26952            "protocols" : [ "http", "https" ]
26953          },
26954          "us-iso-west-1" : { }
26955        }
26956      },
26957      "ssm" : {
26958        "endpoints" : {
26959          "us-iso-east-1" : { },
26960          "us-iso-west-1" : { }
26961        }
26962      },
26963      "states" : {
26964        "endpoints" : {
26965          "us-iso-east-1" : { },
26966          "us-iso-west-1" : { }
26967        }
26968      },
26969      "streams.dynamodb" : {
26970        "defaults" : {
26971          "credentialScope" : {
26972            "service" : "dynamodb"
26973          }
26974        },
26975        "endpoints" : {
26976          "us-iso-east-1" : { },
26977          "us-iso-west-1" : { }
26978        }
26979      },
26980      "sts" : {
26981        "endpoints" : {
26982          "us-iso-east-1" : { },
26983          "us-iso-west-1" : { }
26984        }
26985      },
26986      "support" : {
26987        "endpoints" : {
26988          "aws-iso-global" : {
26989            "credentialScope" : {
26990              "region" : "us-iso-east-1"
26991            },
26992            "hostname" : "support.us-iso-east-1.c2s.ic.gov"
26993          }
26994        },
26995        "partitionEndpoint" : "aws-iso-global"
26996      },
26997      "swf" : {
26998        "endpoints" : {
26999          "us-iso-east-1" : { },
27000          "us-iso-west-1" : { }
27001        }
27002      },
27003      "synthetics" : {
27004        "endpoints" : {
27005          "us-iso-east-1" : { },
27006          "us-iso-west-1" : { }
27007        }
27008      },
27009      "tagging" : {
27010        "endpoints" : {
27011          "us-iso-east-1" : { },
27012          "us-iso-west-1" : { }
27013        }
27014      },
27015      "transcribe" : {
27016        "defaults" : {
27017          "protocols" : [ "https" ]
27018        },
27019        "endpoints" : {
27020          "us-iso-east-1" : { }
27021        }
27022      },
27023      "transcribestreaming" : {
27024        "endpoints" : {
27025          "us-iso-east-1" : { }
27026        }
27027      },
27028      "translate" : {
27029        "defaults" : {
27030          "protocols" : [ "https" ]
27031        },
27032        "endpoints" : {
27033          "us-iso-east-1" : { }
27034        }
27035      },
27036      "workspaces" : {
27037        "endpoints" : {
27038          "us-iso-east-1" : { },
27039          "us-iso-west-1" : { }
27040        }
27041      }
27042    }
27043  }, {
27044    "defaults" : {
27045      "hostname" : "{service}.{region}.{dnsSuffix}",
27046      "protocols" : [ "https" ],
27047      "signatureVersions" : [ "v4" ],
27048      "variants" : [ {
27049        "dnsSuffix" : "sc2s.sgov.gov",
27050        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
27051        "tags" : [ "fips" ]
27052      } ]
27053    },
27054    "dnsSuffix" : "sc2s.sgov.gov",
27055    "partition" : "aws-iso-b",
27056    "partitionName" : "AWS ISOB (US)",
27057    "regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
27058    "regions" : {
27059      "us-isob-east-1" : {
27060        "description" : "US ISOB East (Ohio)"
27061      }
27062    },
27063    "services" : {
27064      "api.ecr" : {
27065        "endpoints" : {
27066          "us-isob-east-1" : {
27067            "credentialScope" : {
27068              "region" : "us-isob-east-1"
27069            },
27070            "hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov"
27071          }
27072        }
27073      },
27074      "api.pricing" : {
27075        "defaults" : {
27076          "credentialScope" : {
27077            "service" : "pricing"
27078          }
27079        },
27080        "endpoints" : {
27081          "us-isob-east-1" : { }
27082        }
27083      },
27084      "api.sagemaker" : {
27085        "endpoints" : {
27086          "us-isob-east-1" : { }
27087        }
27088      },
27089      "appconfig" : {
27090        "endpoints" : {
27091          "us-isob-east-1" : { }
27092        }
27093      },
27094      "appconfigdata" : {
27095        "endpoints" : {
27096          "us-isob-east-1" : { }
27097        }
27098      },
27099      "application-autoscaling" : {
27100        "defaults" : {
27101          "protocols" : [ "http", "https" ]
27102        },
27103        "endpoints" : {
27104          "us-isob-east-1" : { }
27105        }
27106      },
27107      "arc-zonal-shift" : {
27108        "endpoints" : {
27109          "us-isob-east-1" : { }
27110        }
27111      },
27112      "autoscaling" : {
27113        "defaults" : {
27114          "protocols" : [ "http", "https" ]
27115        },
27116        "endpoints" : {
27117          "us-isob-east-1" : { }
27118        }
27119      },
27120      "cloudcontrolapi" : {
27121        "endpoints" : {
27122          "us-isob-east-1" : { }
27123        }
27124      },
27125      "cloudformation" : {
27126        "endpoints" : {
27127          "us-isob-east-1" : { }
27128        }
27129      },
27130      "cloudtrail" : {
27131        "endpoints" : {
27132          "us-isob-east-1" : { }
27133        }
27134      },
27135      "codedeploy" : {
27136        "endpoints" : {
27137          "us-isob-east-1" : { }
27138        }
27139      },
27140      "config" : {
27141        "endpoints" : {
27142          "us-isob-east-1" : { }
27143        }
27144      },
27145      "directconnect" : {
27146        "endpoints" : {
27147          "us-isob-east-1" : { }
27148        }
27149      },
27150      "dlm" : {
27151        "endpoints" : {
27152          "us-isob-east-1" : { }
27153        }
27154      },
27155      "dms" : {
27156        "defaults" : {
27157          "variants" : [ {
27158            "hostname" : "dms.{region}.{dnsSuffix}",
27159            "tags" : [ "fips" ]
27160          } ]
27161        },
27162        "endpoints" : {
27163          "dms" : {
27164            "credentialScope" : {
27165              "region" : "us-isob-east-1"
27166            },
27167            "deprecated" : true,
27168            "variants" : [ {
27169              "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov",
27170              "tags" : [ "fips" ]
27171            } ]
27172          },
27173          "dms-fips" : {
27174            "credentialScope" : {
27175              "region" : "us-isob-east-1"
27176            },
27177            "deprecated" : true,
27178            "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
27179          },
27180          "us-isob-east-1" : {
27181            "variants" : [ {
27182              "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov",
27183              "tags" : [ "fips" ]
27184            } ]
27185          },
27186          "us-isob-east-1-fips" : {
27187            "credentialScope" : {
27188              "region" : "us-isob-east-1"
27189            },
27190            "deprecated" : true,
27191            "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
27192          }
27193        }
27194      },
27195      "ds" : {
27196        "endpoints" : {
27197          "us-isob-east-1" : { }
27198        }
27199      },
27200      "dynamodb" : {
27201        "defaults" : {
27202          "protocols" : [ "http", "https" ]
27203        },
27204        "endpoints" : {
27205          "us-isob-east-1" : { }
27206        }
27207      },
27208      "ebs" : {
27209        "endpoints" : {
27210          "us-isob-east-1" : { }
27211        }
27212      },
27213      "ec2" : {
27214        "defaults" : {
27215          "protocols" : [ "http", "https" ]
27216        },
27217        "endpoints" : {
27218          "us-isob-east-1" : { }
27219        }
27220      },
27221      "ecs" : {
27222        "endpoints" : {
27223          "us-isob-east-1" : { }
27224        }
27225      },
27226      "eks" : {
27227        "defaults" : {
27228          "protocols" : [ "http", "https" ]
27229        },
27230        "endpoints" : {
27231          "us-isob-east-1" : { }
27232        }
27233      },
27234      "elasticache" : {
27235        "endpoints" : {
27236          "us-isob-east-1" : { }
27237        }
27238      },
27239      "elasticfilesystem" : {
27240        "endpoints" : {
27241          "fips-us-isob-east-1" : {
27242            "credentialScope" : {
27243              "region" : "us-isob-east-1"
27244            },
27245            "deprecated" : true,
27246            "hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov"
27247          },
27248          "us-isob-east-1" : {
27249            "variants" : [ {
27250              "hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
27251              "tags" : [ "fips" ]
27252            } ]
27253          }
27254        }
27255      },
27256      "elasticloadbalancing" : {
27257        "endpoints" : {
27258          "us-isob-east-1" : {
27259            "protocols" : [ "https" ]
27260          }
27261        }
27262      },
27263      "elasticmapreduce" : {
27264        "endpoints" : {
27265          "fips-us-isob-east-1" : {
27266            "credentialScope" : {
27267              "region" : "us-isob-east-1"
27268            },
27269            "deprecated" : true,
27270            "hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov"
27271          },
27272          "us-isob-east-1" : {
27273            "variants" : [ {
27274              "hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov",
27275              "tags" : [ "fips" ]
27276            } ]
27277          }
27278        }
27279      },
27280      "es" : {
27281        "endpoints" : {
27282          "us-isob-east-1" : { }
27283        }
27284      },
27285      "events" : {
27286        "endpoints" : {
27287          "us-isob-east-1" : { }
27288        }
27289      },
27290      "glacier" : {
27291        "endpoints" : {
27292          "us-isob-east-1" : { }
27293        }
27294      },
27295      "health" : {
27296        "endpoints" : {
27297          "us-isob-east-1" : { }
27298        }
27299      },
27300      "iam" : {
27301        "endpoints" : {
27302          "aws-iso-b-global" : {
27303            "credentialScope" : {
27304              "region" : "us-isob-east-1"
27305            },
27306            "hostname" : "iam.us-isob-east-1.sc2s.sgov.gov"
27307          }
27308        },
27309        "isRegionalized" : false,
27310        "partitionEndpoint" : "aws-iso-b-global"
27311      },
27312      "kinesis" : {
27313        "endpoints" : {
27314          "us-isob-east-1" : { }
27315        }
27316      },
27317      "kms" : {
27318        "endpoints" : {
27319          "ProdFips" : {
27320            "credentialScope" : {
27321              "region" : "us-isob-east-1"
27322            },
27323            "deprecated" : true,
27324            "hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov"
27325          },
27326          "us-isob-east-1" : {
27327            "variants" : [ {
27328              "hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov",
27329              "tags" : [ "fips" ]
27330            } ]
27331          },
27332          "us-isob-east-1-fips" : {
27333            "credentialScope" : {
27334              "region" : "us-isob-east-1"
27335            },
27336            "deprecated" : true,
27337            "hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov"
27338          }
27339        }
27340      },
27341      "lambda" : {
27342        "endpoints" : {
27343          "us-isob-east-1" : { }
27344        }
27345      },
27346      "license-manager" : {
27347        "endpoints" : {
27348          "us-isob-east-1" : { }
27349        }
27350      },
27351      "logs" : {
27352        "endpoints" : {
27353          "us-isob-east-1" : { }
27354        }
27355      },
27356      "metering.marketplace" : {
27357        "defaults" : {
27358          "credentialScope" : {
27359            "service" : "aws-marketplace"
27360          }
27361        },
27362        "endpoints" : {
27363          "us-isob-east-1" : { }
27364        }
27365      },
27366      "metrics.sagemaker" : {
27367        "endpoints" : {
27368          "us-isob-east-1" : { }
27369        }
27370      },
27371      "monitoring" : {
27372        "endpoints" : {
27373          "us-isob-east-1" : { }
27374        }
27375      },
27376      "outposts" : {
27377        "endpoints" : {
27378          "us-isob-east-1" : { }
27379        }
27380      },
27381      "ram" : {
27382        "endpoints" : {
27383          "fips-us-isob-east-1" : {
27384            "credentialScope" : {
27385              "region" : "us-isob-east-1"
27386            },
27387            "deprecated" : true,
27388            "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov"
27389          },
27390          "us-isob-east-1" : {
27391            "variants" : [ {
27392              "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov",
27393              "tags" : [ "fips" ]
27394            } ]
27395          }
27396        }
27397      },
27398      "rbin" : {
27399        "endpoints" : {
27400          "fips-us-isob-east-1" : {
27401            "credentialScope" : {
27402              "region" : "us-isob-east-1"
27403            },
27404            "deprecated" : true,
27405            "hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov"
27406          },
27407          "us-isob-east-1" : {
27408            "variants" : [ {
27409              "hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov",
27410              "tags" : [ "fips" ]
27411            } ]
27412          }
27413        }
27414      },
27415      "rds" : {
27416        "endpoints" : {
27417          "rds-fips.us-isob-east-1" : {
27418            "credentialScope" : {
27419              "region" : "us-isob-east-1"
27420            },
27421            "deprecated" : true,
27422            "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
27423          },
27424          "rds.us-isob-east-1" : {
27425            "credentialScope" : {
27426              "region" : "us-isob-east-1"
27427            },
27428            "deprecated" : true,
27429            "variants" : [ {
27430              "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
27431              "tags" : [ "fips" ]
27432            } ]
27433          },
27434          "us-isob-east-1" : {
27435            "variants" : [ {
27436              "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
27437              "tags" : [ "fips" ]
27438            } ]
27439          },
27440          "us-isob-east-1-fips" : {
27441            "credentialScope" : {
27442              "region" : "us-isob-east-1"
27443            },
27444            "deprecated" : true,
27445            "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
27446          }
27447        }
27448      },
27449      "redshift" : {
27450        "endpoints" : {
27451          "fips-us-isob-east-1" : {
27452            "credentialScope" : {
27453              "region" : "us-isob-east-1"
27454            },
27455            "deprecated" : true,
27456            "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
27457          },
27458          "us-isob-east-1" : {
27459            "variants" : [ {
27460              "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
27461              "tags" : [ "fips" ]
27462            } ]
27463          }
27464        }
27465      },
27466      "resource-groups" : {
27467        "endpoints" : {
27468          "us-isob-east-1" : { }
27469        }
27470      },
27471      "route53" : {
27472        "endpoints" : {
27473          "aws-iso-b-global" : {
27474            "credentialScope" : {
27475              "region" : "us-isob-east-1"
27476            },
27477            "hostname" : "route53.sc2s.sgov.gov"
27478          }
27479        },
27480        "isRegionalized" : false,
27481        "partitionEndpoint" : "aws-iso-b-global"
27482      },
27483      "route53resolver" : {
27484        "endpoints" : {
27485          "us-isob-east-1" : { }
27486        }
27487      },
27488      "runtime.sagemaker" : {
27489        "endpoints" : {
27490          "us-isob-east-1" : { }
27491        }
27492      },
27493      "s3" : {
27494        "defaults" : {
27495          "protocols" : [ "http", "https" ],
27496          "signatureVersions" : [ "s3v4" ]
27497        },
27498        "endpoints" : {
27499          "fips-us-isob-east-1" : {
27500            "credentialScope" : {
27501              "region" : "us-isob-east-1"
27502            },
27503            "deprecated" : true,
27504            "hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov"
27505          },
27506          "us-isob-east-1" : {
27507            "variants" : [ {
27508              "hostname" : "s3-fips.dualstack.us-isob-east-1.sc2s.sgov.gov",
27509              "tags" : [ "dualstack", "fips" ]
27510            }, {
27511              "hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov",
27512              "tags" : [ "fips" ]
27513            } ]
27514          }
27515        }
27516      },
27517      "secretsmanager" : {
27518        "endpoints" : {
27519          "us-isob-east-1" : { }
27520        }
27521      },
27522      "snowball" : {
27523        "endpoints" : {
27524          "us-isob-east-1" : { }
27525        }
27526      },
27527      "sns" : {
27528        "defaults" : {
27529          "protocols" : [ "http", "https" ]
27530        },
27531        "endpoints" : {
27532          "us-isob-east-1" : { }
27533        }
27534      },
27535      "sqs" : {
27536        "defaults" : {
27537          "protocols" : [ "http", "https" ],
27538          "sslCommonName" : "{region}.queue.{dnsSuffix}"
27539        },
27540        "endpoints" : {
27541          "us-isob-east-1" : { }
27542        }
27543      },
27544      "ssm" : {
27545        "endpoints" : {
27546          "us-isob-east-1" : { }
27547        }
27548      },
27549      "states" : {
27550        "endpoints" : {
27551          "us-isob-east-1" : { }
27552        }
27553      },
27554      "streams.dynamodb" : {
27555        "defaults" : {
27556          "credentialScope" : {
27557            "service" : "dynamodb"
27558          },
27559          "protocols" : [ "http", "https" ]
27560        },
27561        "endpoints" : {
27562          "us-isob-east-1" : { }
27563        }
27564      },
27565      "sts" : {
27566        "endpoints" : {
27567          "us-isob-east-1" : { }
27568        }
27569      },
27570      "support" : {
27571        "endpoints" : {
27572          "aws-iso-b-global" : {
27573            "credentialScope" : {
27574              "region" : "us-isob-east-1"
27575            },
27576            "hostname" : "support.us-isob-east-1.sc2s.sgov.gov"
27577          }
27578        },
27579        "partitionEndpoint" : "aws-iso-b-global"
27580      },
27581      "swf" : {
27582        "endpoints" : {
27583          "us-isob-east-1" : { }
27584        }
27585      },
27586      "synthetics" : {
27587        "endpoints" : {
27588          "us-isob-east-1" : { }
27589        }
27590      },
27591      "tagging" : {
27592        "endpoints" : {
27593          "us-isob-east-1" : { }
27594        }
27595      },
27596      "workspaces" : {
27597        "endpoints" : {
27598          "us-isob-east-1" : { }
27599        }
27600      }
27601    }
27602  }, {
27603    "defaults" : {
27604      "hostname" : "{service}.{region}.{dnsSuffix}",
27605      "protocols" : [ "https" ],
27606      "signatureVersions" : [ "v4" ],
27607      "variants" : [ {
27608        "dnsSuffix" : "cloud.adc-e.uk",
27609        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
27610        "tags" : [ "fips" ]
27611      } ]
27612    },
27613    "dnsSuffix" : "cloud.adc-e.uk",
27614    "partition" : "aws-iso-e",
27615    "partitionName" : "AWS ISOE (Europe)",
27616    "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
27617    "regions" : { },
27618    "services" : { }
27619  }, {
27620    "defaults" : {
27621      "hostname" : "{service}.{region}.{dnsSuffix}",
27622      "protocols" : [ "https" ],
27623      "signatureVersions" : [ "v4" ],
27624      "variants" : [ {
27625        "dnsSuffix" : "csp.hci.ic.gov",
27626        "hostname" : "{service}-fips.{region}.{dnsSuffix}",
27627        "tags" : [ "fips" ]
27628      } ]
27629    },
27630    "dnsSuffix" : "csp.hci.ic.gov",
27631    "partition" : "aws-iso-f",
27632    "partitionName" : "AWS ISOF",
27633    "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
27634    "regions" : { },
27635    "services" : { }
27636  } ],
27637  "version" : 3
27638}