aws-partitions 1.1060.0 → 1.1069.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/partitions.json CHANGED
@@ -123,39 +123,156 @@
123
123
  "services" : {
124
124
  "access-analyzer" : {
125
125
  "endpoints" : {
126
- "af-south-1" : { },
127
- "ap-east-1" : { },
128
- "ap-northeast-1" : { },
129
- "ap-northeast-2" : { },
130
- "ap-northeast-3" : { },
131
- "ap-south-1" : { },
132
- "ap-south-2" : { },
133
- "ap-southeast-1" : { },
134
- "ap-southeast-2" : { },
135
- "ap-southeast-3" : { },
136
- "ap-southeast-4" : { },
137
- "ap-southeast-5" : { },
138
- "ap-southeast-7" : { },
126
+ "af-south-1" : {
127
+ "variants" : [ {
128
+ "hostname" : "access-analyzer.af-south-1.api.aws",
129
+ "tags" : [ "dualstack" ]
130
+ } ]
131
+ },
132
+ "ap-east-1" : {
133
+ "variants" : [ {
134
+ "hostname" : "access-analyzer.ap-east-1.api.aws",
135
+ "tags" : [ "dualstack" ]
136
+ } ]
137
+ },
138
+ "ap-northeast-1" : {
139
+ "variants" : [ {
140
+ "hostname" : "access-analyzer.ap-northeast-1.api.aws",
141
+ "tags" : [ "dualstack" ]
142
+ } ]
143
+ },
144
+ "ap-northeast-2" : {
145
+ "variants" : [ {
146
+ "hostname" : "access-analyzer.ap-northeast-2.api.aws",
147
+ "tags" : [ "dualstack" ]
148
+ } ]
149
+ },
150
+ "ap-northeast-3" : {
151
+ "variants" : [ {
152
+ "hostname" : "access-analyzer.ap-northeast-3.api.aws",
153
+ "tags" : [ "dualstack" ]
154
+ } ]
155
+ },
156
+ "ap-south-1" : {
157
+ "variants" : [ {
158
+ "hostname" : "access-analyzer.ap-south-1.api.aws",
159
+ "tags" : [ "dualstack" ]
160
+ } ]
161
+ },
162
+ "ap-south-2" : {
163
+ "variants" : [ {
164
+ "hostname" : "access-analyzer.ap-south-2.api.aws",
165
+ "tags" : [ "dualstack" ]
166
+ } ]
167
+ },
168
+ "ap-southeast-1" : {
169
+ "variants" : [ {
170
+ "hostname" : "access-analyzer.ap-southeast-1.api.aws",
171
+ "tags" : [ "dualstack" ]
172
+ } ]
173
+ },
174
+ "ap-southeast-2" : {
175
+ "variants" : [ {
176
+ "hostname" : "access-analyzer.ap-southeast-2.api.aws",
177
+ "tags" : [ "dualstack" ]
178
+ } ]
179
+ },
180
+ "ap-southeast-3" : {
181
+ "variants" : [ {
182
+ "hostname" : "access-analyzer.ap-southeast-3.api.aws",
183
+ "tags" : [ "dualstack" ]
184
+ } ]
185
+ },
186
+ "ap-southeast-4" : {
187
+ "variants" : [ {
188
+ "hostname" : "access-analyzer.ap-southeast-4.api.aws",
189
+ "tags" : [ "dualstack" ]
190
+ } ]
191
+ },
192
+ "ap-southeast-5" : {
193
+ "variants" : [ {
194
+ "hostname" : "access-analyzer.ap-southeast-5.api.aws",
195
+ "tags" : [ "dualstack" ]
196
+ } ]
197
+ },
198
+ "ap-southeast-7" : {
199
+ "variants" : [ {
200
+ "hostname" : "access-analyzer.ap-southeast-7.api.aws",
201
+ "tags" : [ "dualstack" ]
202
+ } ]
203
+ },
139
204
  "ca-central-1" : {
140
205
  "variants" : [ {
141
206
  "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com",
142
207
  "tags" : [ "fips" ]
208
+ }, {
209
+ "hostname" : "access-analyzer-fips.ca-central-1.api.aws",
210
+ "tags" : [ "dualstack", "fips" ]
211
+ }, {
212
+ "hostname" : "access-analyzer.ca-central-1.api.aws",
213
+ "tags" : [ "dualstack" ]
143
214
  } ]
144
215
  },
145
216
  "ca-west-1" : {
146
217
  "variants" : [ {
147
218
  "hostname" : "access-analyzer-fips.ca-west-1.amazonaws.com",
148
219
  "tags" : [ "fips" ]
220
+ }, {
221
+ "hostname" : "access-analyzer-fips.ca-west-1.api.aws",
222
+ "tags" : [ "dualstack", "fips" ]
223
+ }, {
224
+ "hostname" : "access-analyzer.ca-west-1.api.aws",
225
+ "tags" : [ "dualstack" ]
226
+ } ]
227
+ },
228
+ "eu-central-1" : {
229
+ "variants" : [ {
230
+ "hostname" : "access-analyzer.eu-central-1.api.aws",
231
+ "tags" : [ "dualstack" ]
232
+ } ]
233
+ },
234
+ "eu-central-2" : {
235
+ "variants" : [ {
236
+ "hostname" : "access-analyzer.eu-central-2.api.aws",
237
+ "tags" : [ "dualstack" ]
238
+ } ]
239
+ },
240
+ "eu-north-1" : {
241
+ "variants" : [ {
242
+ "hostname" : "access-analyzer.eu-north-1.api.aws",
243
+ "tags" : [ "dualstack" ]
244
+ } ]
245
+ },
246
+ "eu-south-1" : {
247
+ "variants" : [ {
248
+ "hostname" : "access-analyzer.eu-south-1.api.aws",
249
+ "tags" : [ "dualstack" ]
250
+ } ]
251
+ },
252
+ "eu-south-2" : {
253
+ "variants" : [ {
254
+ "hostname" : "access-analyzer.eu-south-2.api.aws",
255
+ "tags" : [ "dualstack" ]
256
+ } ]
257
+ },
258
+ "eu-west-1" : {
259
+ "variants" : [ {
260
+ "hostname" : "access-analyzer.eu-west-1.api.aws",
261
+ "tags" : [ "dualstack" ]
262
+ } ]
263
+ },
264
+ "eu-west-2" : {
265
+ "variants" : [ {
266
+ "hostname" : "access-analyzer.eu-west-2.api.aws",
267
+ "tags" : [ "dualstack" ]
268
+ } ]
269
+ },
270
+ "eu-west-3" : {
271
+ "variants" : [ {
272
+ "hostname" : "access-analyzer.eu-west-3.api.aws",
273
+ "tags" : [ "dualstack" ]
149
274
  } ]
150
275
  },
151
- "eu-central-1" : { },
152
- "eu-central-2" : { },
153
- "eu-north-1" : { },
154
- "eu-south-1" : { },
155
- "eu-south-2" : { },
156
- "eu-west-1" : { },
157
- "eu-west-2" : { },
158
- "eu-west-3" : { },
159
276
  "fips-ca-central-1" : {
160
277
  "credentialScope" : {
161
278
  "region" : "ca-central-1"
@@ -198,33 +315,82 @@
198
315
  "deprecated" : true,
199
316
  "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
200
317
  },
201
- "il-central-1" : { },
202
- "me-central-1" : { },
203
- "me-south-1" : { },
204
- "mx-central-1" : { },
205
- "sa-east-1" : { },
318
+ "il-central-1" : {
319
+ "variants" : [ {
320
+ "hostname" : "access-analyzer.il-central-1.api.aws",
321
+ "tags" : [ "dualstack" ]
322
+ } ]
323
+ },
324
+ "me-central-1" : {
325
+ "variants" : [ {
326
+ "hostname" : "access-analyzer.me-central-1.api.aws",
327
+ "tags" : [ "dualstack" ]
328
+ } ]
329
+ },
330
+ "me-south-1" : {
331
+ "variants" : [ {
332
+ "hostname" : "access-analyzer.me-south-1.api.aws",
333
+ "tags" : [ "dualstack" ]
334
+ } ]
335
+ },
336
+ "mx-central-1" : {
337
+ "variants" : [ {
338
+ "hostname" : "access-analyzer.mx-central-1.api.aws",
339
+ "tags" : [ "dualstack" ]
340
+ } ]
341
+ },
342
+ "sa-east-1" : {
343
+ "variants" : [ {
344
+ "hostname" : "access-analyzer.sa-east-1.api.aws",
345
+ "tags" : [ "dualstack" ]
346
+ } ]
347
+ },
206
348
  "us-east-1" : {
207
349
  "variants" : [ {
208
350
  "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com",
209
351
  "tags" : [ "fips" ]
352
+ }, {
353
+ "hostname" : "access-analyzer-fips.us-east-1.api.aws",
354
+ "tags" : [ "dualstack", "fips" ]
355
+ }, {
356
+ "hostname" : "access-analyzer.us-east-1.api.aws",
357
+ "tags" : [ "dualstack" ]
210
358
  } ]
211
359
  },
212
360
  "us-east-2" : {
213
361
  "variants" : [ {
214
362
  "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com",
215
363
  "tags" : [ "fips" ]
364
+ }, {
365
+ "hostname" : "access-analyzer-fips.us-east-2.api.aws",
366
+ "tags" : [ "dualstack", "fips" ]
367
+ }, {
368
+ "hostname" : "access-analyzer.us-east-2.api.aws",
369
+ "tags" : [ "dualstack" ]
216
370
  } ]
217
371
  },
218
372
  "us-west-1" : {
219
373
  "variants" : [ {
220
374
  "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com",
221
375
  "tags" : [ "fips" ]
376
+ }, {
377
+ "hostname" : "access-analyzer-fips.us-west-1.api.aws",
378
+ "tags" : [ "dualstack", "fips" ]
379
+ }, {
380
+ "hostname" : "access-analyzer.us-west-1.api.aws",
381
+ "tags" : [ "dualstack" ]
222
382
  } ]
223
383
  },
224
384
  "us-west-2" : {
225
385
  "variants" : [ {
226
386
  "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com",
227
387
  "tags" : [ "fips" ]
388
+ }, {
389
+ "hostname" : "access-analyzer-fips.us-west-2.api.aws",
390
+ "tags" : [ "dualstack", "fips" ]
391
+ }, {
392
+ "hostname" : "access-analyzer.us-west-2.api.aws",
393
+ "tags" : [ "dualstack" ]
228
394
  } ]
229
395
  }
230
396
  }
@@ -462,7 +628,12 @@
462
628
  },
463
629
  "agreement-marketplace" : {
464
630
  "endpoints" : {
465
- "us-east-1" : { }
631
+ "us-east-1" : {
632
+ "variants" : [ {
633
+ "hostname" : "agreement-marketplace.us-east-1.api.aws",
634
+ "tags" : [ "dualstack" ]
635
+ } ]
636
+ }
466
637
  }
467
638
  },
468
639
  "airflow" : {
@@ -597,17 +768,58 @@
597
768
  "protocols" : [ "https" ]
598
769
  },
599
770
  "endpoints" : {
600
- "af-south-1" : { },
601
- "ap-east-1" : { },
602
- "ap-northeast-1" : { },
603
- "ap-northeast-2" : { },
604
- "ap-south-1" : { },
605
- "ap-southeast-1" : { },
606
- "ap-southeast-2" : { },
771
+ "af-south-1" : {
772
+ "variants" : [ {
773
+ "hostname" : "detective.af-south-1.api.aws",
774
+ "tags" : [ "dualstack" ]
775
+ } ]
776
+ },
777
+ "ap-east-1" : {
778
+ "variants" : [ {
779
+ "hostname" : "detective.ap-east-1.api.aws",
780
+ "tags" : [ "dualstack" ]
781
+ } ]
782
+ },
783
+ "ap-northeast-1" : {
784
+ "variants" : [ {
785
+ "hostname" : "detective.ap-northeast-1.api.aws",
786
+ "tags" : [ "dualstack" ]
787
+ } ]
788
+ },
789
+ "ap-northeast-2" : {
790
+ "variants" : [ {
791
+ "hostname" : "detective.ap-northeast-2.api.aws",
792
+ "tags" : [ "dualstack" ]
793
+ } ]
794
+ },
795
+ "ap-south-1" : {
796
+ "variants" : [ {
797
+ "hostname" : "detective.ap-south-1.api.aws",
798
+ "tags" : [ "dualstack" ]
799
+ } ]
800
+ },
801
+ "ap-southeast-1" : {
802
+ "variants" : [ {
803
+ "hostname" : "detective.ap-southeast-1.api.aws",
804
+ "tags" : [ "dualstack" ]
805
+ } ]
806
+ },
807
+ "ap-southeast-2" : {
808
+ "variants" : [ {
809
+ "hostname" : "detective.ap-southeast-2.api.aws",
810
+ "tags" : [ "dualstack" ]
811
+ } ]
812
+ },
607
813
  "ca-central-1" : {
608
814
  "variants" : [ {
609
815
  "hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
610
816
  "tags" : [ "fips" ]
817
+ }, {
818
+ "hostname" : "detective-fips.ca-central-1.api.aws",
819
+ "tags" : [ "dualstack", "fips" ]
820
+ }, {
821
+ "hostname" : "detective.ca-central-1.api.aws",
822
+ "tags" : [ "dualstack" ]
611
823
  } ]
612
824
  },
613
825
  "ca-central-1-fips" : {
@@ -617,19 +829,70 @@
617
829
  "deprecated" : true,
618
830
  "hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
619
831
  },
620
- "eu-central-1" : { },
621
- "eu-north-1" : { },
622
- "eu-south-1" : { },
623
- "eu-west-1" : { },
624
- "eu-west-2" : { },
625
- "eu-west-3" : { },
626
- "il-central-1" : { },
627
- "me-south-1" : { },
628
- "sa-east-1" : { },
832
+ "eu-central-1" : {
833
+ "variants" : [ {
834
+ "hostname" : "detective.eu-central-1.api.aws",
835
+ "tags" : [ "dualstack" ]
836
+ } ]
837
+ },
838
+ "eu-north-1" : {
839
+ "variants" : [ {
840
+ "hostname" : "detective.eu-north-1.api.aws",
841
+ "tags" : [ "dualstack" ]
842
+ } ]
843
+ },
844
+ "eu-south-1" : {
845
+ "variants" : [ {
846
+ "hostname" : "detective.eu-south-1.api.aws",
847
+ "tags" : [ "dualstack" ]
848
+ } ]
849
+ },
850
+ "eu-west-1" : {
851
+ "variants" : [ {
852
+ "hostname" : "detective.eu-west-1.api.aws",
853
+ "tags" : [ "dualstack" ]
854
+ } ]
855
+ },
856
+ "eu-west-2" : {
857
+ "variants" : [ {
858
+ "hostname" : "detective.eu-west-2.api.aws",
859
+ "tags" : [ "dualstack" ]
860
+ } ]
861
+ },
862
+ "eu-west-3" : {
863
+ "variants" : [ {
864
+ "hostname" : "detective.eu-west-3.api.aws",
865
+ "tags" : [ "dualstack" ]
866
+ } ]
867
+ },
868
+ "il-central-1" : {
869
+ "variants" : [ {
870
+ "hostname" : "detective.il-central-1.api.aws",
871
+ "tags" : [ "dualstack" ]
872
+ } ]
873
+ },
874
+ "me-south-1" : {
875
+ "variants" : [ {
876
+ "hostname" : "detective.me-south-1.api.aws",
877
+ "tags" : [ "dualstack" ]
878
+ } ]
879
+ },
880
+ "sa-east-1" : {
881
+ "variants" : [ {
882
+ "hostname" : "detective.sa-east-1.api.aws",
883
+ "tags" : [ "dualstack" ]
884
+ } ]
885
+ },
629
886
  "us-east-1" : {
630
887
  "variants" : [ {
631
888
  "hostname" : "api.detective-fips.us-east-1.amazonaws.com",
632
889
  "tags" : [ "fips" ]
890
+ }, {
891
+ "hostname" : "detective-fips.us-east-1.api.aws",
892
+ "tags" : [ "dualstack", "fips" ]
893
+ }, {
894
+ "hostname" : "detective.us-east-1.api.aws",
895
+ "tags" : [ "dualstack" ]
633
896
  } ]
634
897
  },
635
898
  "us-east-1-fips" : {
@@ -643,6 +906,12 @@
643
906
  "variants" : [ {
644
907
  "hostname" : "api.detective-fips.us-east-2.amazonaws.com",
645
908
  "tags" : [ "fips" ]
909
+ }, {
910
+ "hostname" : "detective-fips.us-east-2.api.aws",
911
+ "tags" : [ "dualstack", "fips" ]
912
+ }, {
913
+ "hostname" : "detective.us-east-2.api.aws",
914
+ "tags" : [ "dualstack" ]
646
915
  } ]
647
916
  },
648
917
  "us-east-2-fips" : {
@@ -656,6 +925,12 @@
656
925
  "variants" : [ {
657
926
  "hostname" : "api.detective-fips.us-west-1.amazonaws.com",
658
927
  "tags" : [ "fips" ]
928
+ }, {
929
+ "hostname" : "detective-fips.us-west-1.api.aws",
930
+ "tags" : [ "dualstack", "fips" ]
931
+ }, {
932
+ "hostname" : "detective.us-west-1.api.aws",
933
+ "tags" : [ "dualstack" ]
659
934
  } ]
660
935
  },
661
936
  "us-west-1-fips" : {
@@ -669,6 +944,12 @@
669
944
  "variants" : [ {
670
945
  "hostname" : "api.detective-fips.us-west-2.amazonaws.com",
671
946
  "tags" : [ "fips" ]
947
+ }, {
948
+ "hostname" : "detective-fips.us-west-2.api.aws",
949
+ "tags" : [ "dualstack", "fips" ]
950
+ }, {
951
+ "hostname" : "detective.us-west-2.api.aws",
952
+ "tags" : [ "dualstack" ]
672
953
  } ]
673
954
  },
674
955
  "us-west-2-fips" : {
@@ -1344,8 +1625,32 @@
1344
1625
  "ap-southeast-3" : { },
1345
1626
  "ap-southeast-4" : { },
1346
1627
  "ap-southeast-5" : { },
1347
- "ca-central-1" : { },
1348
- "ca-west-1" : { },
1628
+ "ca-central-1" : {
1629
+ "variants" : [ {
1630
+ "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com",
1631
+ "tags" : [ "fips" ]
1632
+ } ]
1633
+ },
1634
+ "ca-central-1-fips" : {
1635
+ "credentialScope" : {
1636
+ "region" : "ca-central-1"
1637
+ },
1638
+ "deprecated" : true,
1639
+ "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com"
1640
+ },
1641
+ "ca-west-1" : {
1642
+ "variants" : [ {
1643
+ "hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com",
1644
+ "tags" : [ "fips" ]
1645
+ } ]
1646
+ },
1647
+ "ca-west-1-fips" : {
1648
+ "credentialScope" : {
1649
+ "region" : "ca-west-1"
1650
+ },
1651
+ "deprecated" : true,
1652
+ "hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com"
1653
+ },
1349
1654
  "eu-central-1" : { },
1350
1655
  "eu-central-2" : { },
1351
1656
  "eu-north-1" : { },
@@ -1913,35 +2218,180 @@
1913
2218
  },
1914
2219
  "applicationinsights" : {
1915
2220
  "endpoints" : {
1916
- "af-south-1" : { },
1917
- "ap-east-1" : { },
1918
- "ap-northeast-1" : { },
1919
- "ap-northeast-2" : { },
1920
- "ap-northeast-3" : { },
1921
- "ap-south-1" : { },
1922
- "ap-south-2" : { },
1923
- "ap-southeast-1" : { },
1924
- "ap-southeast-2" : { },
1925
- "ap-southeast-3" : { },
1926
- "ap-southeast-4" : { },
1927
- "ca-central-1" : { },
1928
- "ca-west-1" : { },
1929
- "eu-central-1" : { },
1930
- "eu-central-2" : { },
1931
- "eu-north-1" : { },
1932
- "eu-south-1" : { },
1933
- "eu-south-2" : { },
1934
- "eu-west-1" : { },
1935
- "eu-west-2" : { },
1936
- "eu-west-3" : { },
1937
- "il-central-1" : { },
1938
- "me-central-1" : { },
1939
- "me-south-1" : { },
1940
- "sa-east-1" : { },
1941
- "us-east-1" : { },
1942
- "us-east-2" : { },
1943
- "us-west-1" : { },
1944
- "us-west-2" : { }
2221
+ "af-south-1" : {
2222
+ "credentialScope" : {
2223
+ "region" : "af-south-1"
2224
+ },
2225
+ "hostname" : "applicationinsights.af-south-1.amazonaws.com"
2226
+ },
2227
+ "ap-east-1" : {
2228
+ "credentialScope" : {
2229
+ "region" : "ap-east-1"
2230
+ },
2231
+ "hostname" : "applicationinsights.ap-east-1.amazonaws.com"
2232
+ },
2233
+ "ap-northeast-1" : {
2234
+ "credentialScope" : {
2235
+ "region" : "ap-northeast-1"
2236
+ },
2237
+ "hostname" : "applicationinsights.ap-northeast-1.amazonaws.com"
2238
+ },
2239
+ "ap-northeast-2" : {
2240
+ "credentialScope" : {
2241
+ "region" : "ap-northeast-2"
2242
+ },
2243
+ "hostname" : "applicationinsights.ap-northeast-2.amazonaws.com"
2244
+ },
2245
+ "ap-northeast-3" : {
2246
+ "credentialScope" : {
2247
+ "region" : "ap-northeast-3"
2248
+ },
2249
+ "hostname" : "applicationinsights.ap-northeast-3.amazonaws.com"
2250
+ },
2251
+ "ap-south-1" : {
2252
+ "credentialScope" : {
2253
+ "region" : "ap-south-1"
2254
+ },
2255
+ "hostname" : "applicationinsights.ap-south-1.amazonaws.com"
2256
+ },
2257
+ "ap-south-2" : {
2258
+ "credentialScope" : {
2259
+ "region" : "ap-south-2"
2260
+ },
2261
+ "hostname" : "applicationinsights.ap-south-2.amazonaws.com"
2262
+ },
2263
+ "ap-southeast-1" : {
2264
+ "credentialScope" : {
2265
+ "region" : "ap-southeast-1"
2266
+ },
2267
+ "hostname" : "applicationinsights.ap-southeast-1.amazonaws.com"
2268
+ },
2269
+ "ap-southeast-2" : {
2270
+ "credentialScope" : {
2271
+ "region" : "ap-southeast-2"
2272
+ },
2273
+ "hostname" : "applicationinsights.ap-southeast-2.amazonaws.com"
2274
+ },
2275
+ "ap-southeast-3" : {
2276
+ "credentialScope" : {
2277
+ "region" : "ap-southeast-3"
2278
+ },
2279
+ "hostname" : "applicationinsights.ap-southeast-3.amazonaws.com"
2280
+ },
2281
+ "ap-southeast-4" : {
2282
+ "credentialScope" : {
2283
+ "region" : "ap-southeast-4"
2284
+ },
2285
+ "hostname" : "applicationinsights.ap-southeast-4.amazonaws.com"
2286
+ },
2287
+ "ca-central-1" : {
2288
+ "credentialScope" : {
2289
+ "region" : "ca-central-1"
2290
+ },
2291
+ "hostname" : "applicationinsights.ca-central-1.amazonaws.com"
2292
+ },
2293
+ "ca-west-1" : {
2294
+ "credentialScope" : {
2295
+ "region" : "ca-west-1"
2296
+ },
2297
+ "hostname" : "applicationinsights.ca-west-1.amazonaws.com"
2298
+ },
2299
+ "eu-central-1" : {
2300
+ "credentialScope" : {
2301
+ "region" : "eu-central-1"
2302
+ },
2303
+ "hostname" : "applicationinsights.eu-central-1.amazonaws.com"
2304
+ },
2305
+ "eu-central-2" : {
2306
+ "credentialScope" : {
2307
+ "region" : "eu-central-2"
2308
+ },
2309
+ "hostname" : "applicationinsights.eu-central-2.amazonaws.com"
2310
+ },
2311
+ "eu-north-1" : {
2312
+ "credentialScope" : {
2313
+ "region" : "eu-north-1"
2314
+ },
2315
+ "hostname" : "applicationinsights.eu-north-1.amazonaws.com"
2316
+ },
2317
+ "eu-south-1" : {
2318
+ "credentialScope" : {
2319
+ "region" : "eu-south-1"
2320
+ },
2321
+ "hostname" : "applicationinsights.eu-south-1.amazonaws.com"
2322
+ },
2323
+ "eu-south-2" : {
2324
+ "credentialScope" : {
2325
+ "region" : "eu-south-2"
2326
+ },
2327
+ "hostname" : "applicationinsights.eu-south-2.amazonaws.com"
2328
+ },
2329
+ "eu-west-1" : {
2330
+ "credentialScope" : {
2331
+ "region" : "eu-west-1"
2332
+ },
2333
+ "hostname" : "applicationinsights.eu-west-1.amazonaws.com"
2334
+ },
2335
+ "eu-west-2" : {
2336
+ "credentialScope" : {
2337
+ "region" : "eu-west-2"
2338
+ },
2339
+ "hostname" : "applicationinsights.eu-west-2.amazonaws.com"
2340
+ },
2341
+ "eu-west-3" : {
2342
+ "credentialScope" : {
2343
+ "region" : "eu-west-3"
2344
+ },
2345
+ "hostname" : "applicationinsights.eu-west-3.amazonaws.com"
2346
+ },
2347
+ "il-central-1" : {
2348
+ "credentialScope" : {
2349
+ "region" : "il-central-1"
2350
+ },
2351
+ "hostname" : "applicationinsights.il-central-1.amazonaws.com"
2352
+ },
2353
+ "me-central-1" : {
2354
+ "credentialScope" : {
2355
+ "region" : "me-central-1"
2356
+ },
2357
+ "hostname" : "applicationinsights.me-central-1.amazonaws.com"
2358
+ },
2359
+ "me-south-1" : {
2360
+ "credentialScope" : {
2361
+ "region" : "me-south-1"
2362
+ },
2363
+ "hostname" : "applicationinsights.me-south-1.amazonaws.com"
2364
+ },
2365
+ "sa-east-1" : {
2366
+ "credentialScope" : {
2367
+ "region" : "sa-east-1"
2368
+ },
2369
+ "hostname" : "applicationinsights.sa-east-1.amazonaws.com"
2370
+ },
2371
+ "us-east-1" : {
2372
+ "credentialScope" : {
2373
+ "region" : "us-east-1"
2374
+ },
2375
+ "hostname" : "applicationinsights.us-east-1.amazonaws.com"
2376
+ },
2377
+ "us-east-2" : {
2378
+ "credentialScope" : {
2379
+ "region" : "us-east-2"
2380
+ },
2381
+ "hostname" : "applicationinsights.us-east-2.amazonaws.com"
2382
+ },
2383
+ "us-west-1" : {
2384
+ "credentialScope" : {
2385
+ "region" : "us-west-1"
2386
+ },
2387
+ "hostname" : "applicationinsights.us-west-1.amazonaws.com"
2388
+ },
2389
+ "us-west-2" : {
2390
+ "credentialScope" : {
2391
+ "region" : "us-west-2"
2392
+ },
2393
+ "hostname" : "applicationinsights.us-west-2.amazonaws.com"
2394
+ }
1945
2395
  }
1946
2396
  },
1947
2397
  "appmesh" : {
@@ -3120,6 +3570,18 @@
3120
3570
  },
3121
3571
  "hostname" : "bedrock.eu-north-1.amazonaws.com"
3122
3572
  },
3573
+ "bedrock-eu-south-1" : {
3574
+ "credentialScope" : {
3575
+ "region" : "eu-south-1"
3576
+ },
3577
+ "hostname" : "bedrock.eu-south-1.amazonaws.com"
3578
+ },
3579
+ "bedrock-eu-south-2" : {
3580
+ "credentialScope" : {
3581
+ "region" : "eu-south-2"
3582
+ },
3583
+ "hostname" : "bedrock.eu-south-2.amazonaws.com"
3584
+ },
3123
3585
  "bedrock-eu-west-1" : {
3124
3586
  "credentialScope" : {
3125
3587
  "region" : "eu-west-1"
@@ -3228,6 +3690,18 @@
3228
3690
  },
3229
3691
  "hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230
3692
  },
3693
+ "bedrock-runtime-eu-south-1" : {
3694
+ "credentialScope" : {
3695
+ "region" : "eu-south-1"
3696
+ },
3697
+ "hostname" : "bedrock-runtime.eu-south-1.amazonaws.com"
3698
+ },
3699
+ "bedrock-runtime-eu-south-2" : {
3700
+ "credentialScope" : {
3701
+ "region" : "eu-south-2"
3702
+ },
3703
+ "hostname" : "bedrock-runtime.eu-south-2.amazonaws.com"
3704
+ },
3231
3705
  "bedrock-runtime-eu-west-1" : {
3232
3706
  "credentialScope" : {
3233
3707
  "region" : "eu-west-1"
@@ -3322,6 +3796,8 @@
3322
3796
  "eu-central-1" : { },
3323
3797
  "eu-central-2" : { },
3324
3798
  "eu-north-1" : { },
3799
+ "eu-south-1" : { },
3800
+ "eu-south-2" : { },
3325
3801
  "eu-west-1" : { },
3326
3802
  "eu-west-2" : { },
3327
3803
  "eu-west-3" : { },
@@ -4718,6 +5194,7 @@
4718
5194
  "ap-southeast-2" : { },
4719
5195
  "ap-southeast-3" : { },
4720
5196
  "ap-southeast-4" : { },
5197
+ "ap-southeast-5" : { },
4721
5198
  "ca-central-1" : {
4722
5199
  "variants" : [ {
4723
5200
  "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -4908,6 +5385,12 @@
4908
5385
  "tags" : [ "dualstack" ]
4909
5386
  } ]
4910
5387
  },
5388
+ "ap-southeast-5" : {
5389
+ "variants" : [ {
5390
+ "hostname" : "cognito-identity.ap-southeast-5.amazonaws.com",
5391
+ "tags" : [ "dualstack" ]
5392
+ } ]
5393
+ },
4911
5394
  "ca-central-1" : {
4912
5395
  "variants" : [ {
4913
5396
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5138,6 +5621,12 @@
5138
5621
  "tags" : [ "dualstack" ]
5139
5622
  } ]
5140
5623
  },
5624
+ "ap-southeast-5" : {
5625
+ "variants" : [ {
5626
+ "hostname" : "cognito-idp.ap-southeast-5.amazonaws.com",
5627
+ "tags" : [ "dualstack" ]
5628
+ } ]
5629
+ },
5141
5630
  "ca-central-1" : {
5142
5631
  "variants" : [ {
5143
5632
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -10072,6 +10561,7 @@
10072
10561
  "ap-southeast-3" : { },
10073
10562
  "ap-southeast-4" : { },
10074
10563
  "ap-southeast-5" : { },
10564
+ "ap-southeast-7" : { },
10075
10565
  "ca-central-1" : {
10076
10566
  "variants" : [ {
10077
10567
  "hostname" : "fms-fips.ca-central-1.amazonaws.com",
@@ -10265,6 +10755,7 @@
10265
10755
  "tags" : [ "fips" ]
10266
10756
  } ]
10267
10757
  },
10758
+ "mx-central-1" : { },
10268
10759
  "sa-east-1" : {
10269
10760
  "variants" : [ {
10270
10761
  "hostname" : "fms-fips.sa-east-1.amazonaws.com",
@@ -10640,6 +11131,114 @@
10640
11131
  "us-west-2" : { }
10641
11132
  }
10642
11133
  },
11134
+ "gameliftstreams" : {
11135
+ "defaults" : {
11136
+ "dnsSuffix" : "api.aws",
11137
+ "variants" : [ {
11138
+ "dnsSuffix" : "api.aws",
11139
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
11140
+ "tags" : [ "fips" ]
11141
+ } ]
11142
+ },
11143
+ "endpoints" : {
11144
+ "af-south-1" : {
11145
+ "hostname" : "gameliftstreams.af-south-1.api.aws"
11146
+ },
11147
+ "ap-east-1" : {
11148
+ "hostname" : "gameliftstreams.ap-east-1.api.aws"
11149
+ },
11150
+ "ap-northeast-1" : {
11151
+ "hostname" : "gameliftstreams.ap-northeast-1.api.aws"
11152
+ },
11153
+ "ap-northeast-2" : {
11154
+ "hostname" : "gameliftstreams.ap-northeast-2.api.aws"
11155
+ },
11156
+ "ap-northeast-3" : {
11157
+ "hostname" : "gameliftstreams.ap-northeast-3.api.aws"
11158
+ },
11159
+ "ap-south-1" : {
11160
+ "hostname" : "gameliftstreams.ap-south-1.api.aws"
11161
+ },
11162
+ "ap-south-2" : {
11163
+ "hostname" : "gameliftstreams.ap-south-2.api.aws"
11164
+ },
11165
+ "ap-southeast-1" : {
11166
+ "hostname" : "gameliftstreams.ap-southeast-1.api.aws"
11167
+ },
11168
+ "ap-southeast-2" : {
11169
+ "hostname" : "gameliftstreams.ap-southeast-2.api.aws"
11170
+ },
11171
+ "ap-southeast-3" : {
11172
+ "hostname" : "gameliftstreams.ap-southeast-3.api.aws"
11173
+ },
11174
+ "ap-southeast-4" : {
11175
+ "hostname" : "gameliftstreams.ap-southeast-4.api.aws"
11176
+ },
11177
+ "ap-southeast-5" : {
11178
+ "hostname" : "gameliftstreams.ap-southeast-5.api.aws"
11179
+ },
11180
+ "ap-southeast-7" : {
11181
+ "hostname" : "gameliftstreams.ap-southeast-7.api.aws"
11182
+ },
11183
+ "ca-central-1" : {
11184
+ "hostname" : "gameliftstreams.ca-central-1.api.aws"
11185
+ },
11186
+ "ca-west-1" : {
11187
+ "hostname" : "gameliftstreams.ca-west-1.api.aws"
11188
+ },
11189
+ "eu-central-1" : {
11190
+ "hostname" : "gameliftstreams.eu-central-1.api.aws"
11191
+ },
11192
+ "eu-central-2" : {
11193
+ "hostname" : "gameliftstreams.eu-central-2.api.aws"
11194
+ },
11195
+ "eu-north-1" : {
11196
+ "hostname" : "gameliftstreams.eu-north-1.api.aws"
11197
+ },
11198
+ "eu-south-1" : {
11199
+ "hostname" : "gameliftstreams.eu-south-1.api.aws"
11200
+ },
11201
+ "eu-south-2" : {
11202
+ "hostname" : "gameliftstreams.eu-south-2.api.aws"
11203
+ },
11204
+ "eu-west-1" : {
11205
+ "hostname" : "gameliftstreams.eu-west-1.api.aws"
11206
+ },
11207
+ "eu-west-2" : {
11208
+ "hostname" : "gameliftstreams.eu-west-2.api.aws"
11209
+ },
11210
+ "eu-west-3" : {
11211
+ "hostname" : "gameliftstreams.eu-west-3.api.aws"
11212
+ },
11213
+ "il-central-1" : {
11214
+ "hostname" : "gameliftstreams.il-central-1.api.aws"
11215
+ },
11216
+ "me-central-1" : {
11217
+ "hostname" : "gameliftstreams.me-central-1.api.aws"
11218
+ },
11219
+ "me-south-1" : {
11220
+ "hostname" : "gameliftstreams.me-south-1.api.aws"
11221
+ },
11222
+ "mx-central-1" : {
11223
+ "hostname" : "gameliftstreams.mx-central-1.api.aws"
11224
+ },
11225
+ "sa-east-1" : {
11226
+ "hostname" : "gameliftstreams.sa-east-1.api.aws"
11227
+ },
11228
+ "us-east-1" : {
11229
+ "hostname" : "gameliftstreams.us-east-1.api.aws"
11230
+ },
11231
+ "us-east-2" : {
11232
+ "hostname" : "gameliftstreams.us-east-2.api.aws"
11233
+ },
11234
+ "us-west-1" : {
11235
+ "hostname" : "gameliftstreams.us-west-1.api.aws"
11236
+ },
11237
+ "us-west-2" : {
11238
+ "hostname" : "gameliftstreams.us-west-2.api.aws"
11239
+ }
11240
+ }
11241
+ },
10643
11242
  "geo" : {
10644
11243
  "endpoints" : {
10645
11244
  "ap-northeast-1" : { },
@@ -10832,6 +11431,12 @@
10832
11431
  "tags" : [ "dualstack" ]
10833
11432
  } ]
10834
11433
  },
11434
+ "ap-southeast-7" : {
11435
+ "variants" : [ {
11436
+ "hostname" : "glue.ap-southeast-7.api.aws",
11437
+ "tags" : [ "dualstack" ]
11438
+ } ]
11439
+ },
10835
11440
  "ca-central-1" : {
10836
11441
  "variants" : [ {
10837
11442
  "hostname" : "glue.ca-central-1.api.aws",
@@ -10938,6 +11543,12 @@
10938
11543
  "tags" : [ "dualstack" ]
10939
11544
  } ]
10940
11545
  },
11546
+ "mx-central-1" : {
11547
+ "variants" : [ {
11548
+ "hostname" : "glue.mx-central-1.api.aws",
11549
+ "tags" : [ "dualstack" ]
11550
+ } ]
11551
+ },
10941
11552
  "sa-east-1" : {
10942
11553
  "variants" : [ {
10943
11554
  "hostname" : "glue.sa-east-1.api.aws",
@@ -14123,6 +14734,7 @@
14123
14734
  "ap-southeast-3" : { },
14124
14735
  "ap-southeast-4" : { },
14125
14736
  "ap-southeast-5" : { },
14737
+ "ap-southeast-7" : { },
14126
14738
  "ca-central-1" : { },
14127
14739
  "ca-west-1" : { },
14128
14740
  "eu-central-1" : { },
@@ -14164,6 +14776,7 @@
14164
14776
  "il-central-1" : { },
14165
14777
  "me-central-1" : { },
14166
14778
  "me-south-1" : { },
14779
+ "mx-central-1" : { },
14167
14780
  "sa-east-1" : { },
14168
14781
  "us-east-1" : {
14169
14782
  "variants" : [ {
@@ -14204,6 +14817,7 @@
14204
14817
  "ap-southeast-2" : { },
14205
14818
  "ap-southeast-3" : { },
14206
14819
  "ap-southeast-4" : { },
14820
+ "ap-southeast-5" : { },
14207
14821
  "ca-central-1" : { },
14208
14822
  "ca-west-1" : { },
14209
14823
  "eu-central-1" : { },
@@ -16479,20 +17093,10 @@
16479
17093
  },
16480
17094
  "opsworks" : {
16481
17095
  "endpoints" : {
16482
- "ap-northeast-1" : { },
16483
- "ap-northeast-2" : { },
16484
- "ap-south-1" : { },
16485
17096
  "ap-southeast-1" : { },
16486
- "ap-southeast-2" : { },
16487
- "ca-central-1" : { },
16488
17097
  "eu-central-1" : { },
16489
17098
  "eu-west-1" : { },
16490
- "eu-west-2" : { },
16491
- "eu-west-3" : { },
16492
- "sa-east-1" : { },
16493
17099
  "us-east-1" : { },
16494
- "us-east-2" : { },
16495
- "us-west-1" : { },
16496
17100
  "us-west-2" : { }
16497
17101
  }
16498
17102
  },
@@ -17160,6 +17764,12 @@
17160
17764
  },
17161
17765
  "ca-central-1" : {
17162
17766
  "variants" : [ {
17767
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com",
17768
+ "tags" : [ "fips" ]
17769
+ }, {
17770
+ "hostname" : "polly-fips.ca-central-1.api.aws",
17771
+ "tags" : [ "dualstack", "fips" ]
17772
+ }, {
17163
17773
  "hostname" : "polly.ca-central-1.api.aws",
17164
17774
  "tags" : [ "dualstack" ]
17165
17775
  } ]
@@ -17200,6 +17810,13 @@
17200
17810
  "tags" : [ "dualstack" ]
17201
17811
  } ]
17202
17812
  },
17813
+ "fips-ca-central-1" : {
17814
+ "credentialScope" : {
17815
+ "region" : "ca-central-1"
17816
+ },
17817
+ "deprecated" : true,
17818
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com"
17819
+ },
17203
17820
  "fips-us-east-1" : {
17204
17821
  "credentialScope" : {
17205
17822
  "region" : "us-east-1"
@@ -17725,6 +18342,7 @@
17725
18342
  "eu-central-2" : { },
17726
18343
  "eu-north-1" : { },
17727
18344
  "eu-south-1" : { },
18345
+ "eu-south-2" : { },
17728
18346
  "eu-west-1" : { },
17729
18347
  "eu-west-2" : { },
17730
18348
  "eu-west-3" : { },
@@ -22767,34 +23385,147 @@
22767
23385
  "protocols" : [ "http", "https" ]
22768
23386
  },
22769
23387
  "endpoints" : {
22770
- "af-south-1" : { },
22771
- "ap-east-1" : { },
22772
- "ap-northeast-1" : { },
22773
- "ap-northeast-2" : { },
22774
- "ap-northeast-3" : { },
22775
- "ap-south-1" : { },
22776
- "ap-south-2" : { },
22777
- "ap-southeast-1" : { },
22778
- "ap-southeast-2" : { },
22779
- "ap-southeast-3" : { },
22780
- "ap-southeast-4" : { },
22781
- "ap-southeast-5" : { },
22782
- "ap-southeast-7" : { },
22783
- "ca-central-1" : { },
23388
+ "af-south-1" : {
23389
+ "variants" : [ {
23390
+ "hostname" : "sns.af-south-1.api.aws",
23391
+ "tags" : [ "dualstack" ]
23392
+ } ]
23393
+ },
23394
+ "ap-east-1" : {
23395
+ "variants" : [ {
23396
+ "hostname" : "sns.ap-east-1.api.aws",
23397
+ "tags" : [ "dualstack" ]
23398
+ } ]
23399
+ },
23400
+ "ap-northeast-1" : {
23401
+ "variants" : [ {
23402
+ "hostname" : "sns.ap-northeast-1.api.aws",
23403
+ "tags" : [ "dualstack" ]
23404
+ } ]
23405
+ },
23406
+ "ap-northeast-2" : {
23407
+ "variants" : [ {
23408
+ "hostname" : "sns.ap-northeast-2.api.aws",
23409
+ "tags" : [ "dualstack" ]
23410
+ } ]
23411
+ },
23412
+ "ap-northeast-3" : {
23413
+ "variants" : [ {
23414
+ "hostname" : "sns.ap-northeast-3.api.aws",
23415
+ "tags" : [ "dualstack" ]
23416
+ } ]
23417
+ },
23418
+ "ap-south-1" : {
23419
+ "variants" : [ {
23420
+ "hostname" : "sns.ap-south-1.api.aws",
23421
+ "tags" : [ "dualstack" ]
23422
+ } ]
23423
+ },
23424
+ "ap-south-2" : {
23425
+ "variants" : [ {
23426
+ "hostname" : "sns.ap-south-2.api.aws",
23427
+ "tags" : [ "dualstack" ]
23428
+ } ]
23429
+ },
23430
+ "ap-southeast-1" : {
23431
+ "variants" : [ {
23432
+ "hostname" : "sns.ap-southeast-1.api.aws",
23433
+ "tags" : [ "dualstack" ]
23434
+ } ]
23435
+ },
23436
+ "ap-southeast-2" : {
23437
+ "variants" : [ {
23438
+ "hostname" : "sns.ap-southeast-2.api.aws",
23439
+ "tags" : [ "dualstack" ]
23440
+ } ]
23441
+ },
23442
+ "ap-southeast-3" : {
23443
+ "variants" : [ {
23444
+ "hostname" : "sns.ap-southeast-3.api.aws",
23445
+ "tags" : [ "dualstack" ]
23446
+ } ]
23447
+ },
23448
+ "ap-southeast-4" : {
23449
+ "variants" : [ {
23450
+ "hostname" : "sns.ap-southeast-4.api.aws",
23451
+ "tags" : [ "dualstack" ]
23452
+ } ]
23453
+ },
23454
+ "ap-southeast-5" : {
23455
+ "variants" : [ {
23456
+ "hostname" : "sns.ap-southeast-5.api.aws",
23457
+ "tags" : [ "dualstack" ]
23458
+ } ]
23459
+ },
23460
+ "ap-southeast-7" : {
23461
+ "variants" : [ {
23462
+ "hostname" : "sns.ap-southeast-7.api.aws",
23463
+ "tags" : [ "dualstack" ]
23464
+ } ]
23465
+ },
23466
+ "ca-central-1" : {
23467
+ "variants" : [ {
23468
+ "hostname" : "sns.ca-central-1.api.aws",
23469
+ "tags" : [ "dualstack" ]
23470
+ } ]
23471
+ },
22784
23472
  "ca-west-1" : {
22785
23473
  "variants" : [ {
22786
23474
  "hostname" : "sns-fips.ca-west-1.amazonaws.com",
22787
23475
  "tags" : [ "fips" ]
23476
+ }, {
23477
+ "hostname" : "sns.ca-west-1.api.aws",
23478
+ "tags" : [ "dualstack" ]
23479
+ } ]
23480
+ },
23481
+ "eu-central-1" : {
23482
+ "variants" : [ {
23483
+ "hostname" : "sns.eu-central-1.api.aws",
23484
+ "tags" : [ "dualstack" ]
23485
+ } ]
23486
+ },
23487
+ "eu-central-2" : {
23488
+ "variants" : [ {
23489
+ "hostname" : "sns.eu-central-2.api.aws",
23490
+ "tags" : [ "dualstack" ]
23491
+ } ]
23492
+ },
23493
+ "eu-north-1" : {
23494
+ "variants" : [ {
23495
+ "hostname" : "sns.eu-north-1.api.aws",
23496
+ "tags" : [ "dualstack" ]
23497
+ } ]
23498
+ },
23499
+ "eu-south-1" : {
23500
+ "variants" : [ {
23501
+ "hostname" : "sns.eu-south-1.api.aws",
23502
+ "tags" : [ "dualstack" ]
23503
+ } ]
23504
+ },
23505
+ "eu-south-2" : {
23506
+ "variants" : [ {
23507
+ "hostname" : "sns.eu-south-2.api.aws",
23508
+ "tags" : [ "dualstack" ]
23509
+ } ]
23510
+ },
23511
+ "eu-west-1" : {
23512
+ "variants" : [ {
23513
+ "hostname" : "sns.eu-west-1.api.aws",
23514
+ "tags" : [ "dualstack" ]
23515
+ } ]
23516
+ },
23517
+ "eu-west-2" : {
23518
+ "variants" : [ {
23519
+ "hostname" : "sns.eu-west-2.api.aws",
23520
+ "tags" : [ "dualstack" ]
23521
+ } ]
23522
+ },
23523
+ "eu-west-3" : {
23524
+ "variants" : [ {
23525
+ "hostname" : "sns.eu-west-3.api.aws",
23526
+ "tags" : [ "dualstack" ]
22788
23527
  } ]
22789
23528
  },
22790
- "eu-central-1" : { },
22791
- "eu-central-2" : { },
22792
- "eu-north-1" : { },
22793
- "eu-south-1" : { },
22794
- "eu-south-2" : { },
22795
- "eu-west-1" : { },
22796
- "eu-west-2" : { },
22797
- "eu-west-3" : { },
22798
23529
  "fips-ca-west-1" : {
22799
23530
  "credentialScope" : {
22800
23531
  "region" : "ca-west-1"
@@ -22830,33 +23561,70 @@
22830
23561
  "deprecated" : true,
22831
23562
  "hostname" : "sns-fips.us-west-2.amazonaws.com"
22832
23563
  },
22833
- "il-central-1" : { },
22834
- "me-central-1" : { },
22835
- "me-south-1" : { },
22836
- "mx-central-1" : { },
22837
- "sa-east-1" : { },
23564
+ "il-central-1" : {
23565
+ "variants" : [ {
23566
+ "hostname" : "sns.il-central-1.api.aws",
23567
+ "tags" : [ "dualstack" ]
23568
+ } ]
23569
+ },
23570
+ "me-central-1" : {
23571
+ "variants" : [ {
23572
+ "hostname" : "sns.me-central-1.api.aws",
23573
+ "tags" : [ "dualstack" ]
23574
+ } ]
23575
+ },
23576
+ "me-south-1" : {
23577
+ "variants" : [ {
23578
+ "hostname" : "sns.me-south-1.api.aws",
23579
+ "tags" : [ "dualstack" ]
23580
+ } ]
23581
+ },
23582
+ "mx-central-1" : {
23583
+ "variants" : [ {
23584
+ "hostname" : "sns.mx-central-1.api.aws",
23585
+ "tags" : [ "dualstack" ]
23586
+ } ]
23587
+ },
23588
+ "sa-east-1" : {
23589
+ "variants" : [ {
23590
+ "hostname" : "sns.sa-east-1.api.aws",
23591
+ "tags" : [ "dualstack" ]
23592
+ } ]
23593
+ },
22838
23594
  "us-east-1" : {
22839
23595
  "variants" : [ {
22840
23596
  "hostname" : "sns-fips.us-east-1.amazonaws.com",
22841
23597
  "tags" : [ "fips" ]
23598
+ }, {
23599
+ "hostname" : "sns.us-east-1.api.aws",
23600
+ "tags" : [ "dualstack" ]
22842
23601
  } ]
22843
23602
  },
22844
23603
  "us-east-2" : {
22845
23604
  "variants" : [ {
22846
23605
  "hostname" : "sns-fips.us-east-2.amazonaws.com",
22847
23606
  "tags" : [ "fips" ]
23607
+ }, {
23608
+ "hostname" : "sns.us-east-2.api.aws",
23609
+ "tags" : [ "dualstack" ]
22848
23610
  } ]
22849
23611
  },
22850
23612
  "us-west-1" : {
22851
23613
  "variants" : [ {
22852
23614
  "hostname" : "sns-fips.us-west-1.amazonaws.com",
22853
23615
  "tags" : [ "fips" ]
23616
+ }, {
23617
+ "hostname" : "sns.us-west-1.api.aws",
23618
+ "tags" : [ "dualstack" ]
22854
23619
  } ]
22855
23620
  },
22856
23621
  "us-west-2" : {
22857
23622
  "variants" : [ {
22858
23623
  "hostname" : "sns-fips.us-west-2.amazonaws.com",
22859
23624
  "tags" : [ "fips" ]
23625
+ }, {
23626
+ "hostname" : "sns.us-west-2.api.aws",
23627
+ "tags" : [ "dualstack" ]
22860
23628
  } ]
22861
23629
  }
22862
23630
  }
@@ -23680,8 +24448,18 @@
23680
24448
  "ap-southeast-4" : { },
23681
24449
  "ap-southeast-5" : { },
23682
24450
  "ap-southeast-7" : { },
23683
- "ca-central-1" : { },
23684
- "ca-west-1" : { },
24451
+ "ca-central-1" : {
24452
+ "variants" : [ {
24453
+ "hostname" : "states-fips.ca-central-1.amazonaws.com",
24454
+ "tags" : [ "fips" ]
24455
+ } ]
24456
+ },
24457
+ "ca-west-1" : {
24458
+ "variants" : [ {
24459
+ "hostname" : "states-fips.ca-west-1.amazonaws.com",
24460
+ "tags" : [ "fips" ]
24461
+ } ]
24462
+ },
23685
24463
  "eu-central-1" : { },
23686
24464
  "eu-central-2" : { },
23687
24465
  "eu-north-1" : { },
@@ -23690,6 +24468,20 @@
23690
24468
  "eu-west-1" : { },
23691
24469
  "eu-west-2" : { },
23692
24470
  "eu-west-3" : { },
24471
+ "fips-ca-central-1" : {
24472
+ "credentialScope" : {
24473
+ "region" : "ca-central-1"
24474
+ },
24475
+ "deprecated" : true,
24476
+ "hostname" : "states-fips.ca-central-1.amazonaws.com"
24477
+ },
24478
+ "fips-ca-west-1" : {
24479
+ "credentialScope" : {
24480
+ "region" : "ca-west-1"
24481
+ },
24482
+ "deprecated" : true,
24483
+ "hostname" : "states-fips.ca-west-1.amazonaws.com"
24484
+ },
23693
24485
  "fips-us-east-1" : {
23694
24486
  "credentialScope" : {
23695
24487
  "region" : "us-east-1"
@@ -23763,6 +24555,7 @@
23763
24555
  "ap-southeast-3" : { },
23764
24556
  "ap-southeast-4" : { },
23765
24557
  "ap-southeast-5" : { },
24558
+ "ap-southeast-7" : { },
23766
24559
  "ca-central-1" : {
23767
24560
  "variants" : [ {
23768
24561
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -26038,6 +26831,16 @@
26038
26831
  "tags" : [ "fips" ]
26039
26832
  } ]
26040
26833
  },
26834
+ "ap-southeast-7" : {
26835
+ "credentialScope" : {
26836
+ "region" : "ap-southeast-7"
26837
+ },
26838
+ "hostname" : "wafv2.ap-southeast-7.amazonaws.com",
26839
+ "variants" : [ {
26840
+ "hostname" : "wafv2-fips.ap-southeast-7.amazonaws.com",
26841
+ "tags" : [ "fips" ]
26842
+ } ]
26843
+ },
26041
26844
  "ca-central-1" : {
26042
26845
  "credentialScope" : {
26043
26846
  "region" : "ca-central-1"
@@ -26222,6 +27025,13 @@
26222
27025
  "deprecated" : true,
26223
27026
  "hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
26224
27027
  },
27028
+ "fips-ap-southeast-7" : {
27029
+ "credentialScope" : {
27030
+ "region" : "ap-southeast-7"
27031
+ },
27032
+ "deprecated" : true,
27033
+ "hostname" : "wafv2-fips.ap-southeast-7.amazonaws.com"
27034
+ },
26225
27035
  "fips-ca-central-1" : {
26226
27036
  "credentialScope" : {
26227
27037
  "region" : "ca-central-1"
@@ -26313,6 +27123,13 @@
26313
27123
  "deprecated" : true,
26314
27124
  "hostname" : "wafv2-fips.me-south-1.amazonaws.com"
26315
27125
  },
27126
+ "fips-mx-central-1" : {
27127
+ "credentialScope" : {
27128
+ "region" : "mx-central-1"
27129
+ },
27130
+ "deprecated" : true,
27131
+ "hostname" : "wafv2-fips.mx-central-1.amazonaws.com"
27132
+ },
26316
27133
  "fips-sa-east-1" : {
26317
27134
  "credentialScope" : {
26318
27135
  "region" : "sa-east-1"
@@ -26378,6 +27195,16 @@
26378
27195
  "tags" : [ "fips" ]
26379
27196
  } ]
26380
27197
  },
27198
+ "mx-central-1" : {
27199
+ "credentialScope" : {
27200
+ "region" : "mx-central-1"
27201
+ },
27202
+ "hostname" : "wafv2.mx-central-1.amazonaws.com",
27203
+ "variants" : [ {
27204
+ "hostname" : "wafv2-fips.mx-central-1.amazonaws.com",
27205
+ "tags" : [ "fips" ]
27206
+ } ]
27207
+ },
26381
27208
  "sa-east-1" : {
26382
27209
  "credentialScope" : {
26383
27210
  "region" : "sa-east-1"
@@ -26738,8 +27565,18 @@
26738
27565
  "services" : {
26739
27566
  "access-analyzer" : {
26740
27567
  "endpoints" : {
26741
- "cn-north-1" : { },
26742
- "cn-northwest-1" : { }
27568
+ "cn-north-1" : {
27569
+ "variants" : [ {
27570
+ "hostname" : "access-analyzer.cn-north-1.api.amazonwebservices.com.cn",
27571
+ "tags" : [ "dualstack" ]
27572
+ } ]
27573
+ },
27574
+ "cn-northwest-1" : {
27575
+ "variants" : [ {
27576
+ "hostname" : "access-analyzer.cn-northwest-1.api.amazonwebservices.com.cn",
27577
+ "tags" : [ "dualstack" ]
27578
+ } ]
27579
+ }
26743
27580
  }
26744
27581
  },
26745
27582
  "account" : {
@@ -26875,8 +27712,18 @@
26875
27712
  },
26876
27713
  "applicationinsights" : {
26877
27714
  "endpoints" : {
26878
- "cn-north-1" : { },
26879
- "cn-northwest-1" : { }
27715
+ "cn-north-1" : {
27716
+ "credentialScope" : {
27717
+ "region" : "cn-north-1"
27718
+ },
27719
+ "hostname" : "applicationinsights.cn-north-1.amazonaws.com.cn"
27720
+ },
27721
+ "cn-northwest-1" : {
27722
+ "credentialScope" : {
27723
+ "region" : "cn-northwest-1"
27724
+ },
27725
+ "hostname" : "applicationinsights.cn-northwest-1.amazonaws.com.cn"
27726
+ }
26880
27727
  }
26881
27728
  },
26882
27729
  "appmesh" : {
@@ -27427,6 +28274,24 @@
27427
28274
  "cn-northwest-1" : { }
27428
28275
  }
27429
28276
  },
28277
+ "gameliftstreams" : {
28278
+ "defaults" : {
28279
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
28280
+ "variants" : [ {
28281
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
28282
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
28283
+ "tags" : [ "fips" ]
28284
+ } ]
28285
+ },
28286
+ "endpoints" : {
28287
+ "cn-north-1" : {
28288
+ "hostname" : "gameliftstreams.cn-north-1.api.amazonwebservices.com.cn"
28289
+ },
28290
+ "cn-northwest-1" : {
28291
+ "hostname" : "gameliftstreams.cn-northwest-1.api.amazonwebservices.com.cn"
28292
+ }
28293
+ }
28294
+ },
27430
28295
  "glacier" : {
27431
28296
  "defaults" : {
27432
28297
  "protocols" : [ "http", "https" ]
@@ -27696,6 +28561,16 @@
27696
28561
  "cn-northwest-1" : { }
27697
28562
  }
27698
28563
  },
28564
+ "metering.marketplace" : {
28565
+ "defaults" : {
28566
+ "credentialScope" : {
28567
+ "service" : "aws-marketplace"
28568
+ }
28569
+ },
28570
+ "endpoints" : {
28571
+ "cn-northwest-1" : { }
28572
+ }
28573
+ },
27699
28574
  "metrics.sagemaker" : {
27700
28575
  "endpoints" : {
27701
28576
  "cn-north-1" : { },
@@ -28161,8 +29036,18 @@
28161
29036
  "protocols" : [ "http", "https" ]
28162
29037
  },
28163
29038
  "endpoints" : {
28164
- "cn-north-1" : { },
28165
- "cn-northwest-1" : { }
29039
+ "cn-north-1" : {
29040
+ "variants" : [ {
29041
+ "hostname" : "sns.cn-north-1.api.amazonwebservices.com.cn",
29042
+ "tags" : [ "dualstack" ]
29043
+ } ]
29044
+ },
29045
+ "cn-northwest-1" : {
29046
+ "variants" : [ {
29047
+ "hostname" : "sns.cn-northwest-1.api.amazonwebservices.com.cn",
29048
+ "tags" : [ "dualstack" ]
29049
+ } ]
29050
+ }
28166
29051
  }
28167
29052
  },
28168
29053
  "sqs" : {
@@ -28435,6 +29320,12 @@
28435
29320
  "variants" : [ {
28436
29321
  "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
28437
29322
  "tags" : [ "fips" ]
29323
+ }, {
29324
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
29325
+ "tags" : [ "dualstack" ]
29326
+ }, {
29327
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
29328
+ "tags" : [ "dualstack", "fips" ]
28438
29329
  } ]
28439
29330
  },
28440
29331
  "us-gov-east-1-fips" : {
@@ -28452,6 +29343,12 @@
28452
29343
  "variants" : [ {
28453
29344
  "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
28454
29345
  "tags" : [ "fips" ]
29346
+ }, {
29347
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
29348
+ "tags" : [ "dualstack" ]
29349
+ }, {
29350
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
29351
+ "tags" : [ "dualstack", "fips" ]
28455
29352
  } ]
28456
29353
  },
28457
29354
  "us-gov-west-1-fips" : {
@@ -28537,6 +29434,12 @@
28537
29434
  "variants" : [ {
28538
29435
  "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com",
28539
29436
  "tags" : [ "fips" ]
29437
+ }, {
29438
+ "hostname" : "detective-fips.us-gov-east-1.api.aws",
29439
+ "tags" : [ "dualstack", "fips" ]
29440
+ }, {
29441
+ "hostname" : "detective.us-gov-east-1.api.aws",
29442
+ "tags" : [ "dualstack" ]
28540
29443
  } ]
28541
29444
  },
28542
29445
  "us-gov-east-1-fips" : {
@@ -28550,6 +29453,12 @@
28550
29453
  "variants" : [ {
28551
29454
  "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com",
28552
29455
  "tags" : [ "fips" ]
29456
+ }, {
29457
+ "hostname" : "detective-fips.us-gov-west-1.api.aws",
29458
+ "tags" : [ "dualstack", "fips" ]
29459
+ }, {
29460
+ "hostname" : "detective.us-gov-west-1.api.aws",
29461
+ "tags" : [ "dualstack" ]
28553
29462
  } ]
28554
29463
  },
28555
29464
  "us-gov-west-1-fips" : {
@@ -28659,7 +29568,19 @@
28659
29568
  } ]
28660
29569
  },
28661
29570
  "endpoints" : {
28662
- "us-gov-east-1" : { },
29571
+ "us-gov-east-1" : {
29572
+ "variants" : [ {
29573
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com",
29574
+ "tags" : [ "fips" ]
29575
+ } ]
29576
+ },
29577
+ "us-gov-east-1-fips" : {
29578
+ "credentialScope" : {
29579
+ "region" : "us-gov-east-1"
29580
+ },
29581
+ "deprecated" : true,
29582
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com"
29583
+ },
28663
29584
  "us-gov-west-1" : {
28664
29585
  "variants" : [ {
28665
29586
  "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
@@ -29440,6 +30361,12 @@
29440
30361
  "deprecated" : true,
29441
30362
  "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
29442
30363
  },
30364
+ "us-gov-east-1" : {
30365
+ "variants" : [ {
30366
+ "hostname" : "cognito-identity.us-gov-east-1.amazonaws.com",
30367
+ "tags" : [ "dualstack" ]
30368
+ } ]
30369
+ },
29443
30370
  "us-gov-west-1" : {
29444
30371
  "variants" : [ {
29445
30372
  "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
@@ -29463,6 +30390,12 @@
29463
30390
  "deprecated" : true,
29464
30391
  "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
29465
30392
  },
30393
+ "us-gov-east-1" : {
30394
+ "variants" : [ {
30395
+ "hostname" : "cognito-idp.us-gov-east-1.amazonaws.com",
30396
+ "tags" : [ "dualstack" ]
30397
+ } ]
30398
+ },
29466
30399
  "us-gov-west-1" : {
29467
30400
  "variants" : [ {
29468
30401
  "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
@@ -30607,6 +31540,24 @@
30607
31540
  }
30608
31541
  }
30609
31542
  },
31543
+ "gameliftstreams" : {
31544
+ "defaults" : {
31545
+ "dnsSuffix" : "api.aws",
31546
+ "variants" : [ {
31547
+ "dnsSuffix" : "api.aws",
31548
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
31549
+ "tags" : [ "fips" ]
31550
+ } ]
31551
+ },
31552
+ "endpoints" : {
31553
+ "us-gov-east-1" : {
31554
+ "hostname" : "gameliftstreams.us-gov-east-1.api.aws"
31555
+ },
31556
+ "us-gov-west-1" : {
31557
+ "hostname" : "gameliftstreams.us-gov-west-1.api.aws"
31558
+ }
31559
+ }
31560
+ },
30610
31561
  "geo" : {
30611
31562
  "endpoints" : {
30612
31563
  "fips-us-gov-west-1" : {
@@ -33941,6 +34892,18 @@
33941
34892
  "isRegionalized" : false,
33942
34893
  "partitionEndpoint" : "aws-iso-global"
33943
34894
  },
34895
+ "ce" : {
34896
+ "endpoints" : {
34897
+ "aws-iso-global" : {
34898
+ "credentialScope" : {
34899
+ "region" : "us-iso-east-1"
34900
+ },
34901
+ "hostname" : "ce.us-iso-east-1.c2s.ic.gov"
34902
+ }
34903
+ },
34904
+ "isRegionalized" : false,
34905
+ "partitionEndpoint" : "aws-iso-global"
34906
+ },
33944
34907
  "cloudcontrolapi" : {
33945
34908
  "endpoints" : {
33946
34909
  "us-iso-east-1" : { },
@@ -34492,6 +35455,16 @@
34492
35455
  "us-iso-east-1" : { }
34493
35456
  }
34494
35457
  },
35458
+ "pi" : {
35459
+ "endpoints" : {
35460
+ "us-iso-east-1" : {
35461
+ "protocols" : [ "https" ]
35462
+ },
35463
+ "us-iso-west-1" : {
35464
+ "protocols" : [ "https" ]
35465
+ }
35466
+ }
35467
+ },
34495
35468
  "ram" : {
34496
35469
  "endpoints" : {
34497
35470
  "us-iso-east-1" : { },
@@ -34736,8 +35709,22 @@
34736
35709
  },
34737
35710
  "secretsmanager" : {
34738
35711
  "endpoints" : {
34739
- "us-iso-east-1" : { },
34740
- "us-iso-west-1" : { }
35712
+ "us-iso-east-1" : {
35713
+ "variants" : [ {
35714
+ "tags" : [ "fips" ]
35715
+ } ]
35716
+ },
35717
+ "us-iso-east-1-fips" : {
35718
+ "deprecated" : true
35719
+ },
35720
+ "us-iso-west-1" : {
35721
+ "variants" : [ {
35722
+ "tags" : [ "fips" ]
35723
+ } ]
35724
+ },
35725
+ "us-iso-west-1-fips" : {
35726
+ "deprecated" : true
35727
+ }
34741
35728
  }
34742
35729
  },
34743
35730
  "snowball" : {
@@ -34770,8 +35757,32 @@
34770
35757
  },
34771
35758
  "states" : {
34772
35759
  "endpoints" : {
34773
- "us-iso-east-1" : { },
34774
- "us-iso-west-1" : { }
35760
+ "fips-us-iso-east-1" : {
35761
+ "credentialScope" : {
35762
+ "region" : "us-iso-east-1"
35763
+ },
35764
+ "deprecated" : true,
35765
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov"
35766
+ },
35767
+ "fips-us-iso-west-1" : {
35768
+ "credentialScope" : {
35769
+ "region" : "us-iso-west-1"
35770
+ },
35771
+ "deprecated" : true,
35772
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov"
35773
+ },
35774
+ "us-iso-east-1" : {
35775
+ "variants" : [ {
35776
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov",
35777
+ "tags" : [ "fips" ]
35778
+ } ]
35779
+ },
35780
+ "us-iso-west-1" : {
35781
+ "variants" : [ {
35782
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov",
35783
+ "tags" : [ "fips" ]
35784
+ } ]
35785
+ }
34775
35786
  }
34776
35787
  },
34777
35788
  "streams.dynamodb" : {
@@ -34896,8 +35907,32 @@
34896
35907
  },
34897
35908
  "workspaces" : {
34898
35909
  "endpoints" : {
34899
- "us-iso-east-1" : { },
34900
- "us-iso-west-1" : { }
35910
+ "fips-us-iso-east-1" : {
35911
+ "credentialScope" : {
35912
+ "region" : "us-iso-east-1"
35913
+ },
35914
+ "deprecated" : true,
35915
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov"
35916
+ },
35917
+ "fips-us-iso-west-1" : {
35918
+ "credentialScope" : {
35919
+ "region" : "us-iso-west-1"
35920
+ },
35921
+ "deprecated" : true,
35922
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov"
35923
+ },
35924
+ "us-iso-east-1" : {
35925
+ "variants" : [ {
35926
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov",
35927
+ "tags" : [ "fips" ]
35928
+ } ]
35929
+ },
35930
+ "us-iso-west-1" : {
35931
+ "variants" : [ {
35932
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov",
35933
+ "tags" : [ "fips" ]
35934
+ } ]
35935
+ }
34901
35936
  }
34902
35937
  }
34903
35938
  }
@@ -35001,6 +36036,18 @@
35001
36036
  "isRegionalized" : false,
35002
36037
  "partitionEndpoint" : "aws-iso-b-global"
35003
36038
  },
36039
+ "ce" : {
36040
+ "endpoints" : {
36041
+ "aws-iso-b-global" : {
36042
+ "credentialScope" : {
36043
+ "region" : "us-isob-east-1"
36044
+ },
36045
+ "hostname" : "ce.us-isob-east-1.sc2s.sgov.gov"
36046
+ }
36047
+ },
36048
+ "isRegionalized" : false,
36049
+ "partitionEndpoint" : "aws-iso-b-global"
36050
+ },
35004
36051
  "cloudcontrolapi" : {
35005
36052
  "endpoints" : {
35006
36053
  "us-isob-east-1" : { }
@@ -35501,7 +36548,14 @@
35501
36548
  },
35502
36549
  "secretsmanager" : {
35503
36550
  "endpoints" : {
35504
- "us-isob-east-1" : { }
36551
+ "us-isob-east-1" : {
36552
+ "variants" : [ {
36553
+ "tags" : [ "fips" ]
36554
+ } ]
36555
+ },
36556
+ "us-isob-east-1-fips" : {
36557
+ "deprecated" : true
36558
+ }
35505
36559
  }
35506
36560
  },
35507
36561
  "snowball" : {
@@ -35533,7 +36587,19 @@
35533
36587
  },
35534
36588
  "states" : {
35535
36589
  "endpoints" : {
35536
- "us-isob-east-1" : { }
36590
+ "fips-us-isob-east-1" : {
36591
+ "credentialScope" : {
36592
+ "region" : "us-isob-east-1"
36593
+ },
36594
+ "deprecated" : true,
36595
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov"
36596
+ },
36597
+ "us-isob-east-1" : {
36598
+ "variants" : [ {
36599
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
36600
+ "tags" : [ "fips" ]
36601
+ } ]
36602
+ }
35537
36603
  }
35538
36604
  },
35539
36605
  "storagegateway" : {
@@ -35616,7 +36682,19 @@
35616
36682
  },
35617
36683
  "workspaces" : {
35618
36684
  "endpoints" : {
35619
- "us-isob-east-1" : { }
36685
+ "fips-us-isob-east-1" : {
36686
+ "credentialScope" : {
36687
+ "region" : "us-isob-east-1"
36688
+ },
36689
+ "deprecated" : true,
36690
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov"
36691
+ },
36692
+ "us-isob-east-1" : {
36693
+ "variants" : [ {
36694
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov",
36695
+ "tags" : [ "fips" ]
36696
+ } ]
36697
+ }
35620
36698
  }
35621
36699
  },
35622
36700
  "xray" : {
@@ -35672,8 +36750,18 @@
35672
36750
  "services" : {
35673
36751
  "access-analyzer" : {
35674
36752
  "endpoints" : {
35675
- "us-isof-east-1" : { },
35676
- "us-isof-south-1" : { }
36753
+ "us-isof-east-1" : {
36754
+ "variants" : [ {
36755
+ "hostname" : "access-analyzer.us-isof-east-1.api.aws.hci.ic.gov",
36756
+ "tags" : [ "dualstack" ]
36757
+ } ]
36758
+ },
36759
+ "us-isof-south-1" : {
36760
+ "variants" : [ {
36761
+ "hostname" : "access-analyzer.us-isof-south-1.api.aws.hci.ic.gov",
36762
+ "tags" : [ "dualstack" ]
36763
+ } ]
36764
+ }
35677
36765
  }
35678
36766
  },
35679
36767
  "acm" : {
@@ -35795,6 +36883,18 @@
35795
36883
  "isRegionalized" : false,
35796
36884
  "partitionEndpoint" : "aws-iso-f-global"
35797
36885
  },
36886
+ "ce" : {
36887
+ "endpoints" : {
36888
+ "aws-iso-f-global" : {
36889
+ "credentialScope" : {
36890
+ "region" : "us-isof-south-1"
36891
+ },
36892
+ "hostname" : "ce.us-isof-south-1.csp.hci.ic.gov"
36893
+ }
36894
+ },
36895
+ "isRegionalized" : false,
36896
+ "partitionEndpoint" : "aws-iso-f-global"
36897
+ },
35798
36898
  "cloudcontrolapi" : {
35799
36899
  "endpoints" : {
35800
36900
  "us-isof-east-1" : { },