aws-partitions 1.1060.0 → 1.1078.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,33 @@
1344
1625
  "ap-southeast-3" : { },
1345
1626
  "ap-southeast-4" : { },
1346
1627
  "ap-southeast-5" : { },
1347
- "ca-central-1" : { },
1348
- "ca-west-1" : { },
1628
+ "ap-southeast-7" : { },
1629
+ "ca-central-1" : {
1630
+ "variants" : [ {
1631
+ "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com",
1632
+ "tags" : [ "fips" ]
1633
+ } ]
1634
+ },
1635
+ "ca-central-1-fips" : {
1636
+ "credentialScope" : {
1637
+ "region" : "ca-central-1"
1638
+ },
1639
+ "deprecated" : true,
1640
+ "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com"
1641
+ },
1642
+ "ca-west-1" : {
1643
+ "variants" : [ {
1644
+ "hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com",
1645
+ "tags" : [ "fips" ]
1646
+ } ]
1647
+ },
1648
+ "ca-west-1-fips" : {
1649
+ "credentialScope" : {
1650
+ "region" : "ca-west-1"
1651
+ },
1652
+ "deprecated" : true,
1653
+ "hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com"
1654
+ },
1349
1655
  "eu-central-1" : { },
1350
1656
  "eu-central-2" : { },
1351
1657
  "eu-north-1" : { },
@@ -1357,6 +1663,7 @@
1357
1663
  "il-central-1" : { },
1358
1664
  "me-central-1" : { },
1359
1665
  "me-south-1" : { },
1666
+ "mx-central-1" : { },
1360
1667
  "sa-east-1" : { },
1361
1668
  "us-east-1" : {
1362
1669
  "variants" : [ {
@@ -1913,35 +2220,258 @@
1913
2220
  },
1914
2221
  "applicationinsights" : {
1915
2222
  "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" : { }
2223
+ "af-south-1" : {
2224
+ "variants" : [ {
2225
+ "hostname" : "applicationinsights.af-south-1.api.aws",
2226
+ "tags" : [ "dualstack" ]
2227
+ } ]
2228
+ },
2229
+ "ap-east-1" : {
2230
+ "variants" : [ {
2231
+ "hostname" : "applicationinsights.ap-east-1.api.aws",
2232
+ "tags" : [ "dualstack" ]
2233
+ } ]
2234
+ },
2235
+ "ap-northeast-1" : {
2236
+ "variants" : [ {
2237
+ "hostname" : "applicationinsights.ap-northeast-1.api.aws",
2238
+ "tags" : [ "dualstack" ]
2239
+ } ]
2240
+ },
2241
+ "ap-northeast-2" : {
2242
+ "variants" : [ {
2243
+ "hostname" : "applicationinsights.ap-northeast-2.api.aws",
2244
+ "tags" : [ "dualstack" ]
2245
+ } ]
2246
+ },
2247
+ "ap-northeast-3" : {
2248
+ "variants" : [ {
2249
+ "hostname" : "applicationinsights.ap-northeast-3.api.aws",
2250
+ "tags" : [ "dualstack" ]
2251
+ } ]
2252
+ },
2253
+ "ap-south-1" : {
2254
+ "variants" : [ {
2255
+ "hostname" : "applicationinsights.ap-south-1.api.aws",
2256
+ "tags" : [ "dualstack" ]
2257
+ } ]
2258
+ },
2259
+ "ap-south-2" : {
2260
+ "variants" : [ {
2261
+ "hostname" : "applicationinsights.ap-south-2.api.aws",
2262
+ "tags" : [ "dualstack" ]
2263
+ } ]
2264
+ },
2265
+ "ap-southeast-1" : {
2266
+ "variants" : [ {
2267
+ "hostname" : "applicationinsights.ap-southeast-1.api.aws",
2268
+ "tags" : [ "dualstack" ]
2269
+ } ]
2270
+ },
2271
+ "ap-southeast-2" : {
2272
+ "variants" : [ {
2273
+ "hostname" : "applicationinsights.ap-southeast-2.api.aws",
2274
+ "tags" : [ "dualstack" ]
2275
+ } ]
2276
+ },
2277
+ "ap-southeast-3" : {
2278
+ "variants" : [ {
2279
+ "hostname" : "applicationinsights.ap-southeast-3.api.aws",
2280
+ "tags" : [ "dualstack" ]
2281
+ } ]
2282
+ },
2283
+ "ap-southeast-4" : {
2284
+ "variants" : [ {
2285
+ "hostname" : "applicationinsights.ap-southeast-4.api.aws",
2286
+ "tags" : [ "dualstack" ]
2287
+ } ]
2288
+ },
2289
+ "ca-central-1" : {
2290
+ "variants" : [ {
2291
+ "hostname" : "applicationinsights-fips.ca-central-1.amazonaws.com",
2292
+ "tags" : [ "fips" ]
2293
+ }, {
2294
+ "hostname" : "applicationinsights-fips.ca-central-1.api.aws",
2295
+ "tags" : [ "dualstack", "fips" ]
2296
+ }, {
2297
+ "hostname" : "applicationinsights.ca-central-1.api.aws",
2298
+ "tags" : [ "dualstack" ]
2299
+ } ]
2300
+ },
2301
+ "ca-west-1" : {
2302
+ "variants" : [ {
2303
+ "hostname" : "applicationinsights-fips.ca-west-1.amazonaws.com",
2304
+ "tags" : [ "fips" ]
2305
+ }, {
2306
+ "hostname" : "applicationinsights-fips.ca-west-1.api.aws",
2307
+ "tags" : [ "dualstack", "fips" ]
2308
+ }, {
2309
+ "hostname" : "applicationinsights.ca-west-1.api.aws",
2310
+ "tags" : [ "dualstack" ]
2311
+ } ]
2312
+ },
2313
+ "eu-central-1" : {
2314
+ "variants" : [ {
2315
+ "hostname" : "applicationinsights.eu-central-1.api.aws",
2316
+ "tags" : [ "dualstack" ]
2317
+ } ]
2318
+ },
2319
+ "eu-central-2" : {
2320
+ "variants" : [ {
2321
+ "hostname" : "applicationinsights.eu-central-2.api.aws",
2322
+ "tags" : [ "dualstack" ]
2323
+ } ]
2324
+ },
2325
+ "eu-north-1" : {
2326
+ "variants" : [ {
2327
+ "hostname" : "applicationinsights.eu-north-1.api.aws",
2328
+ "tags" : [ "dualstack" ]
2329
+ } ]
2330
+ },
2331
+ "eu-south-1" : {
2332
+ "variants" : [ {
2333
+ "hostname" : "applicationinsights.eu-south-1.api.aws",
2334
+ "tags" : [ "dualstack" ]
2335
+ } ]
2336
+ },
2337
+ "eu-south-2" : {
2338
+ "variants" : [ {
2339
+ "hostname" : "applicationinsights.eu-south-2.api.aws",
2340
+ "tags" : [ "dualstack" ]
2341
+ } ]
2342
+ },
2343
+ "eu-west-1" : {
2344
+ "variants" : [ {
2345
+ "hostname" : "applicationinsights.eu-west-1.api.aws",
2346
+ "tags" : [ "dualstack" ]
2347
+ } ]
2348
+ },
2349
+ "eu-west-2" : {
2350
+ "variants" : [ {
2351
+ "hostname" : "applicationinsights.eu-west-2.api.aws",
2352
+ "tags" : [ "dualstack" ]
2353
+ } ]
2354
+ },
2355
+ "eu-west-3" : {
2356
+ "variants" : [ {
2357
+ "hostname" : "applicationinsights.eu-west-3.api.aws",
2358
+ "tags" : [ "dualstack" ]
2359
+ } ]
2360
+ },
2361
+ "fips-ca-central-1" : {
2362
+ "credentialScope" : {
2363
+ "region" : "ca-central-1"
2364
+ },
2365
+ "deprecated" : true,
2366
+ "hostname" : "applicationinsights-fips.ca-central-1.amazonaws.com"
2367
+ },
2368
+ "fips-ca-west-1" : {
2369
+ "credentialScope" : {
2370
+ "region" : "ca-west-1"
2371
+ },
2372
+ "deprecated" : true,
2373
+ "hostname" : "applicationinsights-fips.ca-west-1.amazonaws.com"
2374
+ },
2375
+ "fips-us-east-1" : {
2376
+ "credentialScope" : {
2377
+ "region" : "us-east-1"
2378
+ },
2379
+ "deprecated" : true,
2380
+ "hostname" : "applicationinsights-fips.us-east-1.amazonaws.com"
2381
+ },
2382
+ "fips-us-east-2" : {
2383
+ "credentialScope" : {
2384
+ "region" : "us-east-2"
2385
+ },
2386
+ "deprecated" : true,
2387
+ "hostname" : "applicationinsights-fips.us-east-2.amazonaws.com"
2388
+ },
2389
+ "fips-us-west-1" : {
2390
+ "credentialScope" : {
2391
+ "region" : "us-west-1"
2392
+ },
2393
+ "deprecated" : true,
2394
+ "hostname" : "applicationinsights-fips.us-west-1.amazonaws.com"
2395
+ },
2396
+ "fips-us-west-2" : {
2397
+ "credentialScope" : {
2398
+ "region" : "us-west-2"
2399
+ },
2400
+ "deprecated" : true,
2401
+ "hostname" : "applicationinsights-fips.us-west-2.amazonaws.com"
2402
+ },
2403
+ "il-central-1" : {
2404
+ "variants" : [ {
2405
+ "hostname" : "applicationinsights.il-central-1.api.aws",
2406
+ "tags" : [ "dualstack" ]
2407
+ } ]
2408
+ },
2409
+ "me-central-1" : {
2410
+ "variants" : [ {
2411
+ "hostname" : "applicationinsights.me-central-1.api.aws",
2412
+ "tags" : [ "dualstack" ]
2413
+ } ]
2414
+ },
2415
+ "me-south-1" : {
2416
+ "variants" : [ {
2417
+ "hostname" : "applicationinsights.me-south-1.api.aws",
2418
+ "tags" : [ "dualstack" ]
2419
+ } ]
2420
+ },
2421
+ "sa-east-1" : {
2422
+ "variants" : [ {
2423
+ "hostname" : "applicationinsights.sa-east-1.api.aws",
2424
+ "tags" : [ "dualstack" ]
2425
+ } ]
2426
+ },
2427
+ "us-east-1" : {
2428
+ "variants" : [ {
2429
+ "hostname" : "applicationinsights-fips.us-east-1.amazonaws.com",
2430
+ "tags" : [ "fips" ]
2431
+ }, {
2432
+ "hostname" : "applicationinsights-fips.us-east-1.api.aws",
2433
+ "tags" : [ "dualstack", "fips" ]
2434
+ }, {
2435
+ "hostname" : "applicationinsights.us-east-1.api.aws",
2436
+ "tags" : [ "dualstack" ]
2437
+ } ]
2438
+ },
2439
+ "us-east-2" : {
2440
+ "variants" : [ {
2441
+ "hostname" : "applicationinsights-fips.us-east-2.amazonaws.com",
2442
+ "tags" : [ "fips" ]
2443
+ }, {
2444
+ "hostname" : "applicationinsights-fips.us-east-2.api.aws",
2445
+ "tags" : [ "dualstack", "fips" ]
2446
+ }, {
2447
+ "hostname" : "applicationinsights.us-east-2.api.aws",
2448
+ "tags" : [ "dualstack" ]
2449
+ } ]
2450
+ },
2451
+ "us-west-1" : {
2452
+ "variants" : [ {
2453
+ "hostname" : "applicationinsights-fips.us-west-1.amazonaws.com",
2454
+ "tags" : [ "fips" ]
2455
+ }, {
2456
+ "hostname" : "applicationinsights-fips.us-west-1.api.aws",
2457
+ "tags" : [ "dualstack", "fips" ]
2458
+ }, {
2459
+ "hostname" : "applicationinsights.us-west-1.api.aws",
2460
+ "tags" : [ "dualstack" ]
2461
+ } ]
2462
+ },
2463
+ "us-west-2" : {
2464
+ "variants" : [ {
2465
+ "hostname" : "applicationinsights-fips.us-west-2.amazonaws.com",
2466
+ "tags" : [ "fips" ]
2467
+ }, {
2468
+ "hostname" : "applicationinsights-fips.us-west-2.api.aws",
2469
+ "tags" : [ "dualstack", "fips" ]
2470
+ }, {
2471
+ "hostname" : "applicationinsights.us-west-2.api.aws",
2472
+ "tags" : [ "dualstack" ]
2473
+ } ]
2474
+ }
1945
2475
  }
1946
2476
  },
1947
2477
  "appmesh" : {
@@ -2378,17 +2908,38 @@
2378
2908
  "us-east-1" : {
2379
2909
  "variants" : [ {
2380
2910
  "tags" : [ "dualstack" ]
2911
+ }, {
2912
+ "tags" : [ "dualstack", "fips" ]
2913
+ }, {
2914
+ "tags" : [ "fips" ]
2381
2915
  } ]
2382
2916
  },
2917
+ "us-east-1-fips" : {
2918
+ "deprecated" : true
2919
+ },
2383
2920
  "us-east-2" : {
2384
2921
  "variants" : [ {
2385
2922
  "tags" : [ "dualstack" ]
2923
+ }, {
2924
+ "tags" : [ "dualstack", "fips" ]
2925
+ }, {
2926
+ "tags" : [ "fips" ]
2386
2927
  } ]
2387
2928
  },
2929
+ "us-east-2-fips" : {
2930
+ "deprecated" : true
2931
+ },
2388
2932
  "us-west-2" : {
2389
2933
  "variants" : [ {
2390
2934
  "tags" : [ "dualstack" ]
2935
+ }, {
2936
+ "tags" : [ "dualstack", "fips" ]
2937
+ }, {
2938
+ "tags" : [ "fips" ]
2391
2939
  } ]
2940
+ },
2941
+ "us-west-2-fips" : {
2942
+ "deprecated" : true
2392
2943
  }
2393
2944
  }
2394
2945
  },
@@ -3120,6 +3671,18 @@
3120
3671
  },
3121
3672
  "hostname" : "bedrock.eu-north-1.amazonaws.com"
3122
3673
  },
3674
+ "bedrock-eu-south-1" : {
3675
+ "credentialScope" : {
3676
+ "region" : "eu-south-1"
3677
+ },
3678
+ "hostname" : "bedrock.eu-south-1.amazonaws.com"
3679
+ },
3680
+ "bedrock-eu-south-2" : {
3681
+ "credentialScope" : {
3682
+ "region" : "eu-south-2"
3683
+ },
3684
+ "hostname" : "bedrock.eu-south-2.amazonaws.com"
3685
+ },
3123
3686
  "bedrock-eu-west-1" : {
3124
3687
  "credentialScope" : {
3125
3688
  "region" : "eu-west-1"
@@ -3228,6 +3791,18 @@
3228
3791
  },
3229
3792
  "hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230
3793
  },
3794
+ "bedrock-runtime-eu-south-1" : {
3795
+ "credentialScope" : {
3796
+ "region" : "eu-south-1"
3797
+ },
3798
+ "hostname" : "bedrock-runtime.eu-south-1.amazonaws.com"
3799
+ },
3800
+ "bedrock-runtime-eu-south-2" : {
3801
+ "credentialScope" : {
3802
+ "region" : "eu-south-2"
3803
+ },
3804
+ "hostname" : "bedrock-runtime.eu-south-2.amazonaws.com"
3805
+ },
3231
3806
  "bedrock-runtime-eu-west-1" : {
3232
3807
  "credentialScope" : {
3233
3808
  "region" : "eu-west-1"
@@ -3322,6 +3897,8 @@
3322
3897
  "eu-central-1" : { },
3323
3898
  "eu-central-2" : { },
3324
3899
  "eu-north-1" : { },
3900
+ "eu-south-1" : { },
3901
+ "eu-south-2" : { },
3325
3902
  "eu-west-1" : { },
3326
3903
  "eu-west-2" : { },
3327
3904
  "eu-west-3" : { },
@@ -3498,14 +4075,54 @@
3498
4075
  },
3499
4076
  "cleanrooms" : {
3500
4077
  "endpoints" : {
3501
- "ap-northeast-1" : { },
3502
- "ap-northeast-2" : { },
3503
- "ap-southeast-1" : { },
3504
- "ap-southeast-2" : { },
3505
- "eu-central-1" : { },
3506
- "eu-north-1" : { },
3507
- "eu-west-1" : { },
3508
- "eu-west-2" : { },
4078
+ "ap-northeast-1" : {
4079
+ "variants" : [ {
4080
+ "hostname" : "cleanrooms.ap-northeast-1.api.aws",
4081
+ "tags" : [ "dualstack" ]
4082
+ } ]
4083
+ },
4084
+ "ap-northeast-2" : {
4085
+ "variants" : [ {
4086
+ "hostname" : "cleanrooms.ap-northeast-2.api.aws",
4087
+ "tags" : [ "dualstack" ]
4088
+ } ]
4089
+ },
4090
+ "ap-southeast-1" : {
4091
+ "variants" : [ {
4092
+ "hostname" : "cleanrooms.ap-southeast-1.api.aws",
4093
+ "tags" : [ "dualstack" ]
4094
+ } ]
4095
+ },
4096
+ "ap-southeast-2" : {
4097
+ "variants" : [ {
4098
+ "hostname" : "cleanrooms.ap-southeast-2.api.aws",
4099
+ "tags" : [ "dualstack" ]
4100
+ } ]
4101
+ },
4102
+ "eu-central-1" : {
4103
+ "variants" : [ {
4104
+ "hostname" : "cleanrooms.eu-central-1.api.aws",
4105
+ "tags" : [ "dualstack" ]
4106
+ } ]
4107
+ },
4108
+ "eu-north-1" : {
4109
+ "variants" : [ {
4110
+ "hostname" : "cleanrooms.eu-north-1.api.aws",
4111
+ "tags" : [ "dualstack" ]
4112
+ } ]
4113
+ },
4114
+ "eu-west-1" : {
4115
+ "variants" : [ {
4116
+ "hostname" : "cleanrooms.eu-west-1.api.aws",
4117
+ "tags" : [ "dualstack" ]
4118
+ } ]
4119
+ },
4120
+ "eu-west-2" : {
4121
+ "variants" : [ {
4122
+ "hostname" : "cleanrooms.eu-west-2.api.aws",
4123
+ "tags" : [ "dualstack" ]
4124
+ } ]
4125
+ },
3509
4126
  "fips-us-east-1" : {
3510
4127
  "credentialScope" : {
3511
4128
  "region" : "us-east-1"
@@ -3531,18 +4148,36 @@
3531
4148
  "variants" : [ {
3532
4149
  "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
3533
4150
  "tags" : [ "fips" ]
4151
+ }, {
4152
+ "hostname" : "cleanrooms-fips.us-east-1.api.aws",
4153
+ "tags" : [ "dualstack", "fips" ]
4154
+ }, {
4155
+ "hostname" : "cleanrooms.us-east-1.api.aws",
4156
+ "tags" : [ "dualstack" ]
3534
4157
  } ]
3535
4158
  },
3536
4159
  "us-east-2" : {
3537
4160
  "variants" : [ {
3538
4161
  "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
3539
4162
  "tags" : [ "fips" ]
4163
+ }, {
4164
+ "hostname" : "cleanrooms-fips.us-east-2.api.aws",
4165
+ "tags" : [ "dualstack", "fips" ]
4166
+ }, {
4167
+ "hostname" : "cleanrooms.us-east-2.api.aws",
4168
+ "tags" : [ "dualstack" ]
3540
4169
  } ]
3541
4170
  },
3542
4171
  "us-west-2" : {
3543
4172
  "variants" : [ {
3544
4173
  "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
3545
4174
  "tags" : [ "fips" ]
4175
+ }, {
4176
+ "hostname" : "cleanrooms-fips.us-west-2.api.aws",
4177
+ "tags" : [ "dualstack", "fips" ]
4178
+ }, {
4179
+ "hostname" : "cleanrooms.us-west-2.api.aws",
4180
+ "tags" : [ "dualstack" ]
3546
4181
  } ]
3547
4182
  }
3548
4183
  }
@@ -4718,6 +5353,7 @@
4718
5353
  "ap-southeast-2" : { },
4719
5354
  "ap-southeast-3" : { },
4720
5355
  "ap-southeast-4" : { },
5356
+ "ap-southeast-5" : { },
4721
5357
  "ca-central-1" : {
4722
5358
  "variants" : [ {
4723
5359
  "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -4908,6 +5544,12 @@
4908
5544
  "tags" : [ "dualstack" ]
4909
5545
  } ]
4910
5546
  },
5547
+ "ap-southeast-5" : {
5548
+ "variants" : [ {
5549
+ "hostname" : "cognito-identity.ap-southeast-5.amazonaws.com",
5550
+ "tags" : [ "dualstack" ]
5551
+ } ]
5552
+ },
4911
5553
  "ca-central-1" : {
4912
5554
  "variants" : [ {
4913
5555
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5138,6 +5780,12 @@
5138
5780
  "tags" : [ "dualstack" ]
5139
5781
  } ]
5140
5782
  },
5783
+ "ap-southeast-5" : {
5784
+ "variants" : [ {
5785
+ "hostname" : "cognito-idp.ap-southeast-5.amazonaws.com",
5786
+ "tags" : [ "dualstack" ]
5787
+ } ]
5788
+ },
5141
5789
  "ca-central-1" : {
5142
5790
  "variants" : [ {
5143
5791
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -6577,6 +7225,9 @@
6577
7225
  "ap-northeast-3" : {
6578
7226
  "hostname" : "datazone.ap-northeast-3.api.aws"
6579
7227
  },
7228
+ "ap-south-1" : {
7229
+ "hostname" : "datazone.ap-south-1.api.aws"
7230
+ },
6580
7231
  "ap-south-2" : {
6581
7232
  "hostname" : "datazone.ap-south-2.api.aws"
6582
7233
  },
@@ -6635,6 +7286,9 @@
6635
7286
  "me-south-1" : {
6636
7287
  "hostname" : "datazone.me-south-1.api.aws"
6637
7288
  },
7289
+ "mx-central-1" : {
7290
+ "hostname" : "datazone.mx-central-1.api.aws"
7291
+ },
6638
7292
  "sa-east-1" : {
6639
7293
  "hostname" : "datazone.sa-east-1.api.aws"
6640
7294
  },
@@ -7387,6 +8041,7 @@
7387
8041
  "ap-southeast-3" : { },
7388
8042
  "ap-southeast-4" : { },
7389
8043
  "ap-southeast-5" : { },
8044
+ "ap-southeast-7" : { },
7390
8045
  "ca-central-1" : {
7391
8046
  "variants" : [ {
7392
8047
  "hostname" : "ds-fips.ca-central-1.amazonaws.com",
@@ -7452,6 +8107,7 @@
7452
8107
  "il-central-1" : { },
7453
8108
  "me-central-1" : { },
7454
8109
  "me-south-1" : { },
8110
+ "mx-central-1" : { },
7455
8111
  "sa-east-1" : { },
7456
8112
  "us-east-1" : {
7457
8113
  "variants" : [ {
@@ -9393,7 +10049,12 @@
9393
10049
  }
9394
10050
  },
9395
10051
  "endpoints" : {
9396
- "us-east-1" : { }
10052
+ "us-east-1" : {
10053
+ "variants" : [ {
10054
+ "hostname" : "entitlement-marketplace.us-east-1.api.aws",
10055
+ "tags" : [ "dualstack" ]
10056
+ } ]
10057
+ }
9397
10058
  }
9398
10059
  },
9399
10060
  "es" : {
@@ -9641,29 +10302,144 @@
9641
10302
  },
9642
10303
  "events" : {
9643
10304
  "endpoints" : {
9644
- "af-south-1" : { },
9645
- "ap-east-1" : { },
9646
- "ap-northeast-1" : { },
9647
- "ap-northeast-2" : { },
9648
- "ap-northeast-3" : { },
9649
- "ap-south-1" : { },
9650
- "ap-south-2" : { },
9651
- "ap-southeast-1" : { },
9652
- "ap-southeast-2" : { },
9653
- "ap-southeast-3" : { },
9654
- "ap-southeast-4" : { },
9655
- "ap-southeast-5" : { },
9656
- "ap-southeast-7" : { },
9657
- "ca-central-1" : { },
9658
- "ca-west-1" : { },
9659
- "eu-central-1" : { },
9660
- "eu-central-2" : { },
9661
- "eu-north-1" : { },
9662
- "eu-south-1" : { },
9663
- "eu-south-2" : { },
9664
- "eu-west-1" : { },
9665
- "eu-west-2" : { },
9666
- "eu-west-3" : { },
10305
+ "af-south-1" : {
10306
+ "variants" : [ {
10307
+ "hostname" : "events.af-south-1.api.aws",
10308
+ "tags" : [ "dualstack" ]
10309
+ } ]
10310
+ },
10311
+ "ap-east-1" : {
10312
+ "variants" : [ {
10313
+ "hostname" : "events.ap-east-1.api.aws",
10314
+ "tags" : [ "dualstack" ]
10315
+ } ]
10316
+ },
10317
+ "ap-northeast-1" : {
10318
+ "variants" : [ {
10319
+ "hostname" : "events.ap-northeast-1.api.aws",
10320
+ "tags" : [ "dualstack" ]
10321
+ } ]
10322
+ },
10323
+ "ap-northeast-2" : {
10324
+ "variants" : [ {
10325
+ "hostname" : "events.ap-northeast-2.api.aws",
10326
+ "tags" : [ "dualstack" ]
10327
+ } ]
10328
+ },
10329
+ "ap-northeast-3" : {
10330
+ "variants" : [ {
10331
+ "hostname" : "events.ap-northeast-3.api.aws",
10332
+ "tags" : [ "dualstack" ]
10333
+ } ]
10334
+ },
10335
+ "ap-south-1" : {
10336
+ "variants" : [ {
10337
+ "hostname" : "events.ap-south-1.api.aws",
10338
+ "tags" : [ "dualstack" ]
10339
+ } ]
10340
+ },
10341
+ "ap-south-2" : {
10342
+ "variants" : [ {
10343
+ "hostname" : "events.ap-south-2.api.aws",
10344
+ "tags" : [ "dualstack" ]
10345
+ } ]
10346
+ },
10347
+ "ap-southeast-1" : {
10348
+ "variants" : [ {
10349
+ "hostname" : "events.ap-southeast-1.api.aws",
10350
+ "tags" : [ "dualstack" ]
10351
+ } ]
10352
+ },
10353
+ "ap-southeast-2" : {
10354
+ "variants" : [ {
10355
+ "hostname" : "events.ap-southeast-2.api.aws",
10356
+ "tags" : [ "dualstack" ]
10357
+ } ]
10358
+ },
10359
+ "ap-southeast-3" : {
10360
+ "variants" : [ {
10361
+ "hostname" : "events.ap-southeast-3.api.aws",
10362
+ "tags" : [ "dualstack" ]
10363
+ } ]
10364
+ },
10365
+ "ap-southeast-4" : {
10366
+ "variants" : [ {
10367
+ "hostname" : "events.ap-southeast-4.api.aws",
10368
+ "tags" : [ "dualstack" ]
10369
+ } ]
10370
+ },
10371
+ "ap-southeast-5" : {
10372
+ "variants" : [ {
10373
+ "hostname" : "events.ap-southeast-5.api.aws",
10374
+ "tags" : [ "dualstack" ]
10375
+ } ]
10376
+ },
10377
+ "ap-southeast-7" : {
10378
+ "variants" : [ {
10379
+ "hostname" : "events.ap-southeast-7.api.aws",
10380
+ "tags" : [ "dualstack" ]
10381
+ } ]
10382
+ },
10383
+ "ca-central-1" : {
10384
+ "variants" : [ {
10385
+ "hostname" : "events.ca-central-1.api.aws",
10386
+ "tags" : [ "dualstack" ]
10387
+ } ]
10388
+ },
10389
+ "ca-west-1" : {
10390
+ "variants" : [ {
10391
+ "hostname" : "events.ca-west-1.api.aws",
10392
+ "tags" : [ "dualstack" ]
10393
+ } ]
10394
+ },
10395
+ "eu-central-1" : {
10396
+ "variants" : [ {
10397
+ "hostname" : "events.eu-central-1.api.aws",
10398
+ "tags" : [ "dualstack" ]
10399
+ } ]
10400
+ },
10401
+ "eu-central-2" : {
10402
+ "variants" : [ {
10403
+ "hostname" : "events.eu-central-2.api.aws",
10404
+ "tags" : [ "dualstack" ]
10405
+ } ]
10406
+ },
10407
+ "eu-north-1" : {
10408
+ "variants" : [ {
10409
+ "hostname" : "events.eu-north-1.api.aws",
10410
+ "tags" : [ "dualstack" ]
10411
+ } ]
10412
+ },
10413
+ "eu-south-1" : {
10414
+ "variants" : [ {
10415
+ "hostname" : "events.eu-south-1.api.aws",
10416
+ "tags" : [ "dualstack" ]
10417
+ } ]
10418
+ },
10419
+ "eu-south-2" : {
10420
+ "variants" : [ {
10421
+ "hostname" : "events.eu-south-2.api.aws",
10422
+ "tags" : [ "dualstack" ]
10423
+ } ]
10424
+ },
10425
+ "eu-west-1" : {
10426
+ "variants" : [ {
10427
+ "hostname" : "events.eu-west-1.api.aws",
10428
+ "tags" : [ "dualstack" ]
10429
+ } ]
10430
+ },
10431
+ "eu-west-2" : {
10432
+ "variants" : [ {
10433
+ "hostname" : "events.eu-west-2.api.aws",
10434
+ "tags" : [ "dualstack" ]
10435
+ } ]
10436
+ },
10437
+ "eu-west-3" : {
10438
+ "variants" : [ {
10439
+ "hostname" : "events.eu-west-3.api.aws",
10440
+ "tags" : [ "dualstack" ]
10441
+ } ]
10442
+ },
9667
10443
  "fips-us-east-1" : {
9668
10444
  "credentialScope" : {
9669
10445
  "region" : "us-east-1"
@@ -9692,33 +10468,82 @@
9692
10468
  "deprecated" : true,
9693
10469
  "hostname" : "events-fips.us-west-2.amazonaws.com"
9694
10470
  },
9695
- "il-central-1" : { },
9696
- "me-central-1" : { },
9697
- "me-south-1" : { },
9698
- "mx-central-1" : { },
9699
- "sa-east-1" : { },
10471
+ "il-central-1" : {
10472
+ "variants" : [ {
10473
+ "hostname" : "events.il-central-1.api.aws",
10474
+ "tags" : [ "dualstack" ]
10475
+ } ]
10476
+ },
10477
+ "me-central-1" : {
10478
+ "variants" : [ {
10479
+ "hostname" : "events.me-central-1.api.aws",
10480
+ "tags" : [ "dualstack" ]
10481
+ } ]
10482
+ },
10483
+ "me-south-1" : {
10484
+ "variants" : [ {
10485
+ "hostname" : "events.me-south-1.api.aws",
10486
+ "tags" : [ "dualstack" ]
10487
+ } ]
10488
+ },
10489
+ "mx-central-1" : {
10490
+ "variants" : [ {
10491
+ "hostname" : "events.mx-central-1.api.aws",
10492
+ "tags" : [ "dualstack" ]
10493
+ } ]
10494
+ },
10495
+ "sa-east-1" : {
10496
+ "variants" : [ {
10497
+ "hostname" : "events.sa-east-1.api.aws",
10498
+ "tags" : [ "dualstack" ]
10499
+ } ]
10500
+ },
9700
10501
  "us-east-1" : {
9701
10502
  "variants" : [ {
9702
10503
  "hostname" : "events-fips.us-east-1.amazonaws.com",
9703
10504
  "tags" : [ "fips" ]
10505
+ }, {
10506
+ "hostname" : "events-fips.us-east-1.api.aws",
10507
+ "tags" : [ "dualstack", "fips" ]
10508
+ }, {
10509
+ "hostname" : "events.us-east-1.api.aws",
10510
+ "tags" : [ "dualstack" ]
9704
10511
  } ]
9705
10512
  },
9706
10513
  "us-east-2" : {
9707
10514
  "variants" : [ {
9708
10515
  "hostname" : "events-fips.us-east-2.amazonaws.com",
9709
10516
  "tags" : [ "fips" ]
10517
+ }, {
10518
+ "hostname" : "events-fips.us-east-2.api.aws",
10519
+ "tags" : [ "dualstack", "fips" ]
10520
+ }, {
10521
+ "hostname" : "events.us-east-2.api.aws",
10522
+ "tags" : [ "dualstack" ]
9710
10523
  } ]
9711
10524
  },
9712
10525
  "us-west-1" : {
9713
10526
  "variants" : [ {
9714
10527
  "hostname" : "events-fips.us-west-1.amazonaws.com",
9715
10528
  "tags" : [ "fips" ]
10529
+ }, {
10530
+ "hostname" : "events-fips.us-west-1.api.aws",
10531
+ "tags" : [ "dualstack", "fips" ]
10532
+ }, {
10533
+ "hostname" : "events.us-west-1.api.aws",
10534
+ "tags" : [ "dualstack" ]
9716
10535
  } ]
9717
10536
  },
9718
10537
  "us-west-2" : {
9719
10538
  "variants" : [ {
9720
10539
  "hostname" : "events-fips.us-west-2.amazonaws.com",
9721
10540
  "tags" : [ "fips" ]
10541
+ }, {
10542
+ "hostname" : "events-fips.us-west-2.api.aws",
10543
+ "tags" : [ "dualstack", "fips" ]
10544
+ }, {
10545
+ "hostname" : "events.us-west-2.api.aws",
10546
+ "tags" : [ "dualstack" ]
9722
10547
  } ]
9723
10548
  }
9724
10549
  }
@@ -10072,6 +10897,7 @@
10072
10897
  "ap-southeast-3" : { },
10073
10898
  "ap-southeast-4" : { },
10074
10899
  "ap-southeast-5" : { },
10900
+ "ap-southeast-7" : { },
10075
10901
  "ca-central-1" : {
10076
10902
  "variants" : [ {
10077
10903
  "hostname" : "fms-fips.ca-central-1.amazonaws.com",
@@ -10265,6 +11091,7 @@
10265
11091
  "tags" : [ "fips" ]
10266
11092
  } ]
10267
11093
  },
11094
+ "mx-central-1" : { },
10268
11095
  "sa-east-1" : {
10269
11096
  "variants" : [ {
10270
11097
  "hostname" : "fms-fips.sa-east-1.amazonaws.com",
@@ -10640,6 +11467,114 @@
10640
11467
  "us-west-2" : { }
10641
11468
  }
10642
11469
  },
11470
+ "gameliftstreams" : {
11471
+ "defaults" : {
11472
+ "dnsSuffix" : "api.aws",
11473
+ "variants" : [ {
11474
+ "dnsSuffix" : "api.aws",
11475
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
11476
+ "tags" : [ "fips" ]
11477
+ } ]
11478
+ },
11479
+ "endpoints" : {
11480
+ "af-south-1" : {
11481
+ "hostname" : "gameliftstreams.af-south-1.api.aws"
11482
+ },
11483
+ "ap-east-1" : {
11484
+ "hostname" : "gameliftstreams.ap-east-1.api.aws"
11485
+ },
11486
+ "ap-northeast-1" : {
11487
+ "hostname" : "gameliftstreams.ap-northeast-1.api.aws"
11488
+ },
11489
+ "ap-northeast-2" : {
11490
+ "hostname" : "gameliftstreams.ap-northeast-2.api.aws"
11491
+ },
11492
+ "ap-northeast-3" : {
11493
+ "hostname" : "gameliftstreams.ap-northeast-3.api.aws"
11494
+ },
11495
+ "ap-south-1" : {
11496
+ "hostname" : "gameliftstreams.ap-south-1.api.aws"
11497
+ },
11498
+ "ap-south-2" : {
11499
+ "hostname" : "gameliftstreams.ap-south-2.api.aws"
11500
+ },
11501
+ "ap-southeast-1" : {
11502
+ "hostname" : "gameliftstreams.ap-southeast-1.api.aws"
11503
+ },
11504
+ "ap-southeast-2" : {
11505
+ "hostname" : "gameliftstreams.ap-southeast-2.api.aws"
11506
+ },
11507
+ "ap-southeast-3" : {
11508
+ "hostname" : "gameliftstreams.ap-southeast-3.api.aws"
11509
+ },
11510
+ "ap-southeast-4" : {
11511
+ "hostname" : "gameliftstreams.ap-southeast-4.api.aws"
11512
+ },
11513
+ "ap-southeast-5" : {
11514
+ "hostname" : "gameliftstreams.ap-southeast-5.api.aws"
11515
+ },
11516
+ "ap-southeast-7" : {
11517
+ "hostname" : "gameliftstreams.ap-southeast-7.api.aws"
11518
+ },
11519
+ "ca-central-1" : {
11520
+ "hostname" : "gameliftstreams.ca-central-1.api.aws"
11521
+ },
11522
+ "ca-west-1" : {
11523
+ "hostname" : "gameliftstreams.ca-west-1.api.aws"
11524
+ },
11525
+ "eu-central-1" : {
11526
+ "hostname" : "gameliftstreams.eu-central-1.api.aws"
11527
+ },
11528
+ "eu-central-2" : {
11529
+ "hostname" : "gameliftstreams.eu-central-2.api.aws"
11530
+ },
11531
+ "eu-north-1" : {
11532
+ "hostname" : "gameliftstreams.eu-north-1.api.aws"
11533
+ },
11534
+ "eu-south-1" : {
11535
+ "hostname" : "gameliftstreams.eu-south-1.api.aws"
11536
+ },
11537
+ "eu-south-2" : {
11538
+ "hostname" : "gameliftstreams.eu-south-2.api.aws"
11539
+ },
11540
+ "eu-west-1" : {
11541
+ "hostname" : "gameliftstreams.eu-west-1.api.aws"
11542
+ },
11543
+ "eu-west-2" : {
11544
+ "hostname" : "gameliftstreams.eu-west-2.api.aws"
11545
+ },
11546
+ "eu-west-3" : {
11547
+ "hostname" : "gameliftstreams.eu-west-3.api.aws"
11548
+ },
11549
+ "il-central-1" : {
11550
+ "hostname" : "gameliftstreams.il-central-1.api.aws"
11551
+ },
11552
+ "me-central-1" : {
11553
+ "hostname" : "gameliftstreams.me-central-1.api.aws"
11554
+ },
11555
+ "me-south-1" : {
11556
+ "hostname" : "gameliftstreams.me-south-1.api.aws"
11557
+ },
11558
+ "mx-central-1" : {
11559
+ "hostname" : "gameliftstreams.mx-central-1.api.aws"
11560
+ },
11561
+ "sa-east-1" : {
11562
+ "hostname" : "gameliftstreams.sa-east-1.api.aws"
11563
+ },
11564
+ "us-east-1" : {
11565
+ "hostname" : "gameliftstreams.us-east-1.api.aws"
11566
+ },
11567
+ "us-east-2" : {
11568
+ "hostname" : "gameliftstreams.us-east-2.api.aws"
11569
+ },
11570
+ "us-west-1" : {
11571
+ "hostname" : "gameliftstreams.us-west-1.api.aws"
11572
+ },
11573
+ "us-west-2" : {
11574
+ "hostname" : "gameliftstreams.us-west-2.api.aws"
11575
+ }
11576
+ }
11577
+ },
10643
11578
  "geo" : {
10644
11579
  "endpoints" : {
10645
11580
  "ap-northeast-1" : { },
@@ -10832,6 +11767,12 @@
10832
11767
  "tags" : [ "dualstack" ]
10833
11768
  } ]
10834
11769
  },
11770
+ "ap-southeast-7" : {
11771
+ "variants" : [ {
11772
+ "hostname" : "glue.ap-southeast-7.api.aws",
11773
+ "tags" : [ "dualstack" ]
11774
+ } ]
11775
+ },
10835
11776
  "ca-central-1" : {
10836
11777
  "variants" : [ {
10837
11778
  "hostname" : "glue.ca-central-1.api.aws",
@@ -10938,6 +11879,12 @@
10938
11879
  "tags" : [ "dualstack" ]
10939
11880
  } ]
10940
11881
  },
11882
+ "mx-central-1" : {
11883
+ "variants" : [ {
11884
+ "hostname" : "glue.mx-central-1.api.aws",
11885
+ "tags" : [ "dualstack" ]
11886
+ } ]
11887
+ },
10941
11888
  "sa-east-1" : {
10942
11889
  "variants" : [ {
10943
11890
  "hostname" : "glue.sa-east-1.api.aws",
@@ -11383,6 +12330,9 @@
11383
12330
  "variants" : [ {
11384
12331
  "hostname" : "iam-fips.amazonaws.com",
11385
12332
  "tags" : [ "fips" ]
12333
+ }, {
12334
+ "hostname" : "iam.global.api.aws",
12335
+ "tags" : [ "dualstack" ]
11386
12336
  } ]
11387
12337
  },
11388
12338
  "aws-global-fips" : {
@@ -13629,6 +14579,12 @@
13629
14579
  "tags" : [ "dualstack" ]
13630
14580
  } ]
13631
14581
  },
14582
+ "ap-southeast-7" : {
14583
+ "variants" : [ {
14584
+ "hostname" : "lakeformation.ap-southeast-7.api.aws",
14585
+ "tags" : [ "dualstack" ]
14586
+ } ]
14587
+ },
13632
14588
  "ca-central-1" : {
13633
14589
  "variants" : [ {
13634
14590
  "hostname" : "lakeformation.ca-central-1.api.aws",
@@ -13735,6 +14691,12 @@
13735
14691
  "tags" : [ "dualstack" ]
13736
14692
  } ]
13737
14693
  },
14694
+ "mx-central-1" : {
14695
+ "variants" : [ {
14696
+ "hostname" : "lakeformation.mx-central-1.api.aws",
14697
+ "tags" : [ "dualstack" ]
14698
+ } ]
14699
+ },
13738
14700
  "sa-east-1" : {
13739
14701
  "variants" : [ {
13740
14702
  "hostname" : "lakeformation.sa-east-1.api.aws",
@@ -14123,6 +15085,7 @@
14123
15085
  "ap-southeast-3" : { },
14124
15086
  "ap-southeast-4" : { },
14125
15087
  "ap-southeast-5" : { },
15088
+ "ap-southeast-7" : { },
14126
15089
  "ca-central-1" : { },
14127
15090
  "ca-west-1" : { },
14128
15091
  "eu-central-1" : { },
@@ -14164,6 +15127,7 @@
14164
15127
  "il-central-1" : { },
14165
15128
  "me-central-1" : { },
14166
15129
  "me-south-1" : { },
15130
+ "mx-central-1" : { },
14167
15131
  "sa-east-1" : { },
14168
15132
  "us-east-1" : {
14169
15133
  "variants" : [ {
@@ -14204,6 +15168,7 @@
14204
15168
  "ap-southeast-2" : { },
14205
15169
  "ap-southeast-3" : { },
14206
15170
  "ap-southeast-4" : { },
15171
+ "ap-southeast-5" : { },
14207
15172
  "ca-central-1" : { },
14208
15173
  "ca-west-1" : { },
14209
15174
  "eu-central-1" : { },
@@ -14358,18 +15323,8 @@
14358
15323
  "tags" : [ "dualstack" ]
14359
15324
  } ]
14360
15325
  },
14361
- "ap-southeast-5" : {
14362
- "variants" : [ {
14363
- "hostname" : "logs.ap-southeast-5.api.aws",
14364
- "tags" : [ "dualstack" ]
14365
- } ]
14366
- },
14367
- "ap-southeast-7" : {
14368
- "variants" : [ {
14369
- "hostname" : "logs.ap-southeast-7.api.aws",
14370
- "tags" : [ "dualstack" ]
14371
- } ]
14372
- },
15326
+ "ap-southeast-5" : { },
15327
+ "ap-southeast-7" : { },
14373
15328
  "ca-central-1" : {
14374
15329
  "variants" : [ {
14375
15330
  "hostname" : "logs-fips.ca-central-1.amazonaws.com",
@@ -14496,12 +15451,7 @@
14496
15451
  "tags" : [ "dualstack" ]
14497
15452
  } ]
14498
15453
  },
14499
- "mx-central-1" : {
14500
- "variants" : [ {
14501
- "hostname" : "logs.mx-central-1.api.aws",
14502
- "tags" : [ "dualstack" ]
14503
- } ]
14504
- },
15454
+ "mx-central-1" : { },
14505
15455
  "sa-east-1" : {
14506
15456
  "variants" : [ {
14507
15457
  "hostname" : "logs.sa-east-1.api.aws",
@@ -15219,18 +16169,78 @@
15219
16169
  "ap-southeast-1" : { },
15220
16170
  "ap-southeast-2" : { },
15221
16171
  "ap-southeast-4" : { },
15222
- "ca-central-1" : { },
16172
+ "ca-central-1" : {
16173
+ "variants" : [ {
16174
+ "hostname" : "mediapackagev2-fips.ca-central-1.amazonaws.com",
16175
+ "tags" : [ "fips" ]
16176
+ } ]
16177
+ },
15223
16178
  "eu-central-1" : { },
15224
16179
  "eu-north-1" : { },
15225
16180
  "eu-west-1" : { },
15226
16181
  "eu-west-2" : { },
15227
16182
  "eu-west-3" : { },
16183
+ "fips-ca-central-1" : {
16184
+ "credentialScope" : {
16185
+ "region" : "ca-central-1"
16186
+ },
16187
+ "deprecated" : true,
16188
+ "hostname" : "mediapackagev2-fips.ca-central-1.amazonaws.com"
16189
+ },
16190
+ "fips-us-east-1" : {
16191
+ "credentialScope" : {
16192
+ "region" : "us-east-1"
16193
+ },
16194
+ "deprecated" : true,
16195
+ "hostname" : "mediapackagev2-fips.us-east-1.amazonaws.com"
16196
+ },
16197
+ "fips-us-east-2" : {
16198
+ "credentialScope" : {
16199
+ "region" : "us-east-2"
16200
+ },
16201
+ "deprecated" : true,
16202
+ "hostname" : "mediapackagev2-fips.us-east-2.amazonaws.com"
16203
+ },
16204
+ "fips-us-west-1" : {
16205
+ "credentialScope" : {
16206
+ "region" : "us-west-1"
16207
+ },
16208
+ "deprecated" : true,
16209
+ "hostname" : "mediapackagev2-fips.us-west-1.amazonaws.com"
16210
+ },
16211
+ "fips-us-west-2" : {
16212
+ "credentialScope" : {
16213
+ "region" : "us-west-2"
16214
+ },
16215
+ "deprecated" : true,
16216
+ "hostname" : "mediapackagev2-fips.us-west-2.amazonaws.com"
16217
+ },
15228
16218
  "me-central-1" : { },
15229
16219
  "sa-east-1" : { },
15230
- "us-east-1" : { },
15231
- "us-east-2" : { },
15232
- "us-west-1" : { },
15233
- "us-west-2" : { }
16220
+ "us-east-1" : {
16221
+ "variants" : [ {
16222
+ "hostname" : "mediapackagev2-fips.us-east-1.amazonaws.com",
16223
+ "tags" : [ "fips" ]
16224
+ } ]
16225
+ },
16226
+ "us-east-2" : {
16227
+ "variants" : [ {
16228
+ "hostname" : "mediapackagev2-fips.us-east-2.amazonaws.com",
16229
+ "tags" : [ "fips" ]
16230
+ } ]
16231
+ },
16232
+ "us-west-1" : {
16233
+ "variants" : [ {
16234
+ "hostname" : "mediapackagev2-fips.us-west-1.amazonaws.com",
16235
+ "tags" : [ "fips" ]
16236
+ } ]
16237
+ },
16238
+ "us-west-2" : {
16239
+ "variants" : [ {
16240
+ "hostname" : "mediapackagev2-fips.us-west-2.amazonaws.com",
16241
+ "tags" : [ "fips" ]
16242
+ } ]
16243
+ }
15234
16244
  }
15235
16245
  },
15236
16246
  "mediastore" : {
@@ -15352,34 +16362,174 @@
15352
16362
  }
15353
16363
  },
15354
16364
  "endpoints" : {
15355
- "af-south-1" : { },
15356
- "ap-east-1" : { },
15357
- "ap-northeast-1" : { },
15358
- "ap-northeast-2" : { },
15359
- "ap-northeast-3" : { },
15360
- "ap-south-1" : { },
15361
- "ap-south-2" : { },
15362
- "ap-southeast-1" : { },
15363
- "ap-southeast-2" : { },
15364
- "ap-southeast-3" : { },
15365
- "ap-southeast-4" : { },
15366
- "ca-central-1" : { },
15367
- "eu-central-1" : { },
15368
- "eu-central-2" : { },
15369
- "eu-north-1" : { },
15370
- "eu-south-1" : { },
15371
- "eu-south-2" : { },
15372
- "eu-west-1" : { },
15373
- "eu-west-2" : { },
15374
- "eu-west-3" : { },
15375
- "il-central-1" : { },
15376
- "me-central-1" : { },
15377
- "me-south-1" : { },
15378
- "sa-east-1" : { },
15379
- "us-east-1" : { },
15380
- "us-east-2" : { },
15381
- "us-west-1" : { },
15382
- "us-west-2" : { }
16365
+ "af-south-1" : {
16366
+ "variants" : [ {
16367
+ "hostname" : "metering-marketplace.af-south-1.api.aws",
16368
+ "tags" : [ "dualstack" ]
16369
+ } ]
16370
+ },
16371
+ "ap-east-1" : {
16372
+ "variants" : [ {
16373
+ "hostname" : "metering-marketplace.ap-east-1.api.aws",
16374
+ "tags" : [ "dualstack" ]
16375
+ } ]
16376
+ },
16377
+ "ap-northeast-1" : {
16378
+ "variants" : [ {
16379
+ "hostname" : "metering-marketplace.ap-northeast-1.api.aws",
16380
+ "tags" : [ "dualstack" ]
16381
+ } ]
16382
+ },
16383
+ "ap-northeast-2" : {
16384
+ "variants" : [ {
16385
+ "hostname" : "metering-marketplace.ap-northeast-2.api.aws",
16386
+ "tags" : [ "dualstack" ]
16387
+ } ]
16388
+ },
16389
+ "ap-northeast-3" : {
16390
+ "variants" : [ {
16391
+ "hostname" : "metering-marketplace.ap-northeast-3.api.aws",
16392
+ "tags" : [ "dualstack" ]
16393
+ } ]
16394
+ },
16395
+ "ap-south-1" : {
16396
+ "variants" : [ {
16397
+ "hostname" : "metering-marketplace.ap-south-1.api.aws",
16398
+ "tags" : [ "dualstack" ]
16399
+ } ]
16400
+ },
16401
+ "ap-south-2" : {
16402
+ "variants" : [ {
16403
+ "hostname" : "metering-marketplace.ap-south-2.api.aws",
16404
+ "tags" : [ "dualstack" ]
16405
+ } ]
16406
+ },
16407
+ "ap-southeast-1" : {
16408
+ "variants" : [ {
16409
+ "hostname" : "metering-marketplace.ap-southeast-1.api.aws",
16410
+ "tags" : [ "dualstack" ]
16411
+ } ]
16412
+ },
16413
+ "ap-southeast-2" : {
16414
+ "variants" : [ {
16415
+ "hostname" : "metering-marketplace.ap-southeast-2.api.aws",
16416
+ "tags" : [ "dualstack" ]
16417
+ } ]
16418
+ },
16419
+ "ap-southeast-3" : {
16420
+ "variants" : [ {
16421
+ "hostname" : "metering-marketplace.ap-southeast-3.api.aws",
16422
+ "tags" : [ "dualstack" ]
16423
+ } ]
16424
+ },
16425
+ "ap-southeast-4" : {
16426
+ "variants" : [ {
16427
+ "hostname" : "metering-marketplace.ap-southeast-4.api.aws",
16428
+ "tags" : [ "dualstack" ]
16429
+ } ]
16430
+ },
16431
+ "ca-central-1" : {
16432
+ "variants" : [ {
16433
+ "hostname" : "metering-marketplace.ca-central-1.api.aws",
16434
+ "tags" : [ "dualstack" ]
16435
+ } ]
16436
+ },
16437
+ "eu-central-1" : {
16438
+ "variants" : [ {
16439
+ "hostname" : "metering-marketplace.eu-central-1.api.aws",
16440
+ "tags" : [ "dualstack" ]
16441
+ } ]
16442
+ },
16443
+ "eu-central-2" : {
16444
+ "variants" : [ {
16445
+ "hostname" : "metering-marketplace.eu-central-2.api.aws",
16446
+ "tags" : [ "dualstack" ]
16447
+ } ]
16448
+ },
16449
+ "eu-north-1" : {
16450
+ "variants" : [ {
16451
+ "hostname" : "metering-marketplace.eu-north-1.api.aws",
16452
+ "tags" : [ "dualstack" ]
16453
+ } ]
16454
+ },
16455
+ "eu-south-1" : {
16456
+ "variants" : [ {
16457
+ "hostname" : "metering-marketplace.eu-south-1.api.aws",
16458
+ "tags" : [ "dualstack" ]
16459
+ } ]
16460
+ },
16461
+ "eu-south-2" : {
16462
+ "variants" : [ {
16463
+ "hostname" : "metering-marketplace.eu-south-2.api.aws",
16464
+ "tags" : [ "dualstack" ]
16465
+ } ]
16466
+ },
16467
+ "eu-west-1" : {
16468
+ "variants" : [ {
16469
+ "hostname" : "metering-marketplace.eu-west-1.api.aws",
16470
+ "tags" : [ "dualstack" ]
16471
+ } ]
16472
+ },
16473
+ "eu-west-2" : {
16474
+ "variants" : [ {
16475
+ "hostname" : "metering-marketplace.eu-west-2.api.aws",
16476
+ "tags" : [ "dualstack" ]
16477
+ } ]
16478
+ },
16479
+ "eu-west-3" : {
16480
+ "variants" : [ {
16481
+ "hostname" : "metering-marketplace.eu-west-3.api.aws",
16482
+ "tags" : [ "dualstack" ]
16483
+ } ]
16484
+ },
16485
+ "il-central-1" : {
16486
+ "variants" : [ {
16487
+ "hostname" : "metering-marketplace.il-central-1.api.aws",
16488
+ "tags" : [ "dualstack" ]
16489
+ } ]
16490
+ },
16491
+ "me-central-1" : {
16492
+ "variants" : [ {
16493
+ "hostname" : "metering-marketplace.me-central-1.api.aws",
16494
+ "tags" : [ "dualstack" ]
16495
+ } ]
16496
+ },
16497
+ "me-south-1" : {
16498
+ "variants" : [ {
16499
+ "hostname" : "metering-marketplace.me-south-1.api.aws",
16500
+ "tags" : [ "dualstack" ]
16501
+ } ]
16502
+ },
16503
+ "sa-east-1" : {
16504
+ "variants" : [ {
16505
+ "hostname" : "metering-marketplace.sa-east-1.api.aws",
16506
+ "tags" : [ "dualstack" ]
16507
+ } ]
16508
+ },
16509
+ "us-east-1" : {
16510
+ "variants" : [ {
16511
+ "hostname" : "metering-marketplace.us-east-1.api.aws",
16512
+ "tags" : [ "dualstack" ]
16513
+ } ]
16514
+ },
16515
+ "us-east-2" : {
16516
+ "variants" : [ {
16517
+ "hostname" : "metering-marketplace.us-east-2.api.aws",
16518
+ "tags" : [ "dualstack" ]
16519
+ } ]
16520
+ },
16521
+ "us-west-1" : {
16522
+ "variants" : [ {
16523
+ "hostname" : "metering-marketplace.us-west-1.api.aws",
16524
+ "tags" : [ "dualstack" ]
16525
+ } ]
16526
+ },
16527
+ "us-west-2" : {
16528
+ "variants" : [ {
16529
+ "hostname" : "metering-marketplace.us-west-2.api.aws",
16530
+ "tags" : [ "dualstack" ]
16531
+ } ]
16532
+ }
15383
16533
  }
15384
16534
  },
15385
16535
  "metrics.sagemaker" : {
@@ -15972,6 +17122,7 @@
15972
17122
  "ap-southeast-3" : { },
15973
17123
  "ap-southeast-4" : { },
15974
17124
  "ap-southeast-5" : { },
17125
+ "ap-southeast-7" : { },
15975
17126
  "ca-central-1" : {
15976
17127
  "variants" : [ {
15977
17128
  "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
@@ -16025,6 +17176,7 @@
16025
17176
  "il-central-1" : { },
16026
17177
  "me-central-1" : { },
16027
17178
  "me-south-1" : { },
17179
+ "mx-central-1" : { },
16028
17180
  "sa-east-1" : { },
16029
17181
  "us-east-1" : {
16030
17182
  "variants" : [ {
@@ -16062,6 +17214,12 @@
16062
17214
  "variants" : [ {
16063
17215
  "hostname" : "networkmanager-fips.us-west-2.amazonaws.com",
16064
17216
  "tags" : [ "fips" ]
17217
+ }, {
17218
+ "hostname" : "networkmanager-fips.us-west-2.api.aws",
17219
+ "tags" : [ "dualstack", "fips" ]
17220
+ }, {
17221
+ "hostname" : "networkmanager.us-west-2.api.aws",
17222
+ "tags" : [ "dualstack" ]
16065
17223
  } ]
16066
17224
  },
16067
17225
  "fips-aws-global" : {
@@ -16299,6 +17457,12 @@
16299
17457
  },
16300
17458
  "hostname" : "oidc.ap-southeast-4.amazonaws.com"
16301
17459
  },
17460
+ "ap-southeast-5" : {
17461
+ "credentialScope" : {
17462
+ "region" : "ap-southeast-5"
17463
+ },
17464
+ "hostname" : "oidc.ap-southeast-5.amazonaws.com"
17465
+ },
16302
17466
  "ca-central-1" : {
16303
17467
  "credentialScope" : {
16304
17468
  "region" : "ca-central-1"
@@ -16479,20 +17643,10 @@
16479
17643
  },
16480
17644
  "opsworks" : {
16481
17645
  "endpoints" : {
16482
- "ap-northeast-1" : { },
16483
- "ap-northeast-2" : { },
16484
- "ap-south-1" : { },
16485
17646
  "ap-southeast-1" : { },
16486
- "ap-southeast-2" : { },
16487
- "ca-central-1" : { },
16488
17647
  "eu-central-1" : { },
16489
17648
  "eu-west-1" : { },
16490
- "eu-west-2" : { },
16491
- "eu-west-3" : { },
16492
- "sa-east-1" : { },
16493
17649
  "us-east-1" : { },
16494
- "us-east-2" : { },
16495
- "us-west-1" : { },
16496
17650
  "us-west-2" : { }
16497
17651
  }
16498
17652
  },
@@ -17158,8 +18312,20 @@
17158
18312
  "tags" : [ "dualstack" ]
17159
18313
  } ]
17160
18314
  },
18315
+ "ap-southeast-5" : {
18316
+ "variants" : [ {
18317
+ "hostname" : "polly.ap-southeast-5.api.aws",
18318
+ "tags" : [ "dualstack" ]
18319
+ } ]
18320
+ },
17161
18321
  "ca-central-1" : {
17162
18322
  "variants" : [ {
18323
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com",
18324
+ "tags" : [ "fips" ]
18325
+ }, {
18326
+ "hostname" : "polly-fips.ca-central-1.api.aws",
18327
+ "tags" : [ "dualstack", "fips" ]
18328
+ }, {
17163
18329
  "hostname" : "polly.ca-central-1.api.aws",
17164
18330
  "tags" : [ "dualstack" ]
17165
18331
  } ]
@@ -17200,6 +18366,13 @@
17200
18366
  "tags" : [ "dualstack" ]
17201
18367
  } ]
17202
18368
  },
18369
+ "fips-ca-central-1" : {
18370
+ "credentialScope" : {
18371
+ "region" : "ca-central-1"
18372
+ },
18373
+ "deprecated" : true,
18374
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com"
18375
+ },
17203
18376
  "fips-us-east-1" : {
17204
18377
  "credentialScope" : {
17205
18378
  "region" : "us-east-1"
@@ -17358,6 +18531,12 @@
17358
18531
  },
17359
18532
  "hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
17360
18533
  },
18534
+ "ap-southeast-5" : {
18535
+ "credentialScope" : {
18536
+ "region" : "ap-southeast-5"
18537
+ },
18538
+ "hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
18539
+ },
17361
18540
  "ca-central-1" : {
17362
18541
  "credentialScope" : {
17363
18542
  "region" : "ca-central-1"
@@ -17725,6 +18904,7 @@
17725
18904
  "eu-central-2" : { },
17726
18905
  "eu-north-1" : { },
17727
18906
  "eu-south-1" : { },
18907
+ "eu-south-2" : { },
17728
18908
  "eu-west-1" : { },
17729
18909
  "eu-west-2" : { },
17730
18910
  "eu-west-3" : { },
@@ -18634,6 +19814,7 @@
18634
19814
  "ap-southeast-1" : { },
18635
19815
  "ap-southeast-2" : { },
18636
19816
  "ap-southeast-3" : { },
19817
+ "ap-southeast-7" : { },
18637
19818
  "ca-central-1" : {
18638
19819
  "variants" : [ {
18639
19820
  "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
@@ -18684,6 +19865,7 @@
18684
19865
  },
18685
19866
  "il-central-1" : { },
18686
19867
  "me-central-1" : { },
19868
+ "mx-central-1" : { },
18687
19869
  "sa-east-1" : { },
18688
19870
  "us-east-1" : {
18689
19871
  "variants" : [ {
@@ -19409,12 +20591,18 @@
19409
20591
  },
19410
20592
  "ca-central-1" : {
19411
20593
  "variants" : [ {
20594
+ "hostname" : "route53profiles-fips.ca-central-1.api.aws",
20595
+ "tags" : [ "dualstack", "fips" ]
20596
+ }, {
19412
20597
  "hostname" : "route53profiles.ca-central-1.api.aws",
19413
20598
  "tags" : [ "dualstack" ]
19414
20599
  } ]
19415
20600
  },
19416
20601
  "ca-west-1" : {
19417
20602
  "variants" : [ {
20603
+ "hostname" : "route53profiles-fips.ca-west-1.api.aws",
20604
+ "tags" : [ "dualstack", "fips" ]
20605
+ }, {
19418
20606
  "hostname" : "route53profiles.ca-west-1.api.aws",
19419
20607
  "tags" : [ "dualstack" ]
19420
20608
  } ]
@@ -19493,24 +20681,36 @@
19493
20681
  },
19494
20682
  "us-east-1" : {
19495
20683
  "variants" : [ {
20684
+ "hostname" : "route53profiles-fips.us-east-1.api.aws",
20685
+ "tags" : [ "dualstack", "fips" ]
20686
+ }, {
19496
20687
  "hostname" : "route53profiles.us-east-1.api.aws",
19497
20688
  "tags" : [ "dualstack" ]
19498
20689
  } ]
19499
20690
  },
19500
20691
  "us-east-2" : {
19501
20692
  "variants" : [ {
20693
+ "hostname" : "route53profiles-fips.us-east-2.api.aws",
20694
+ "tags" : [ "dualstack", "fips" ]
20695
+ }, {
19502
20696
  "hostname" : "route53profiles.us-east-2.api.aws",
19503
20697
  "tags" : [ "dualstack" ]
19504
20698
  } ]
19505
20699
  },
19506
20700
  "us-west-1" : {
19507
20701
  "variants" : [ {
20702
+ "hostname" : "route53profiles-fips.us-west-1.api.aws",
20703
+ "tags" : [ "dualstack", "fips" ]
20704
+ }, {
19508
20705
  "hostname" : "route53profiles.us-west-1.api.aws",
19509
20706
  "tags" : [ "dualstack" ]
19510
20707
  } ]
19511
20708
  },
19512
20709
  "us-west-2" : {
19513
20710
  "variants" : [ {
20711
+ "hostname" : "route53profiles-fips.us-west-2.api.aws",
20712
+ "tags" : [ "dualstack", "fips" ]
20713
+ }, {
19514
20714
  "hostname" : "route53profiles.us-west-2.api.aws",
19515
20715
  "tags" : [ "dualstack" ]
19516
20716
  } ]
@@ -21282,24 +22482,36 @@
21282
22482
  "variants" : [ {
21283
22483
  "hostname" : "securitylake-fips.us-east-1.amazonaws.com",
21284
22484
  "tags" : [ "fips" ]
22485
+ }, {
22486
+ "hostname" : "securitylake-fips.us-east-1.api.aws",
22487
+ "tags" : [ "dualstack", "fips" ]
21285
22488
  } ]
21286
22489
  },
21287
22490
  "us-east-2" : {
21288
22491
  "variants" : [ {
21289
22492
  "hostname" : "securitylake-fips.us-east-2.amazonaws.com",
21290
22493
  "tags" : [ "fips" ]
22494
+ }, {
22495
+ "hostname" : "securitylake-fips.us-east-2.api.aws",
22496
+ "tags" : [ "dualstack", "fips" ]
21291
22497
  } ]
21292
22498
  },
21293
22499
  "us-west-1" : {
21294
22500
  "variants" : [ {
21295
22501
  "hostname" : "securitylake-fips.us-west-1.amazonaws.com",
21296
22502
  "tags" : [ "fips" ]
22503
+ }, {
22504
+ "hostname" : "securitylake-fips.us-west-1.api.aws",
22505
+ "tags" : [ "dualstack", "fips" ]
21297
22506
  } ]
21298
22507
  },
21299
22508
  "us-west-2" : {
21300
22509
  "variants" : [ {
21301
22510
  "hostname" : "securitylake-fips.us-west-2.amazonaws.com",
21302
22511
  "tags" : [ "fips" ]
22512
+ }, {
22513
+ "hostname" : "securitylake-fips.us-west-2.api.aws",
22514
+ "tags" : [ "dualstack", "fips" ]
21303
22515
  } ]
21304
22516
  }
21305
22517
  }
@@ -22231,31 +23443,138 @@
22231
23443
  },
22232
23444
  "sms-voice" : {
22233
23445
  "endpoints" : {
22234
- "af-south-1" : { },
22235
- "ap-northeast-1" : { },
22236
- "ap-northeast-2" : { },
22237
- "ap-northeast-3" : { },
22238
- "ap-south-1" : { },
22239
- "ap-south-2" : { },
22240
- "ap-southeast-1" : { },
22241
- "ap-southeast-2" : { },
22242
- "ap-southeast-3" : { },
22243
- "ap-southeast-4" : { },
23446
+ "af-south-1" : {
23447
+ "variants" : [ {
23448
+ "hostname" : "sms-voice.af-south-1.api.aws",
23449
+ "tags" : [ "dualstack" ]
23450
+ } ]
23451
+ },
23452
+ "ap-northeast-1" : {
23453
+ "variants" : [ {
23454
+ "hostname" : "sms-voice.ap-northeast-1.api.aws",
23455
+ "tags" : [ "dualstack" ]
23456
+ } ]
23457
+ },
23458
+ "ap-northeast-2" : {
23459
+ "variants" : [ {
23460
+ "hostname" : "sms-voice.ap-northeast-2.api.aws",
23461
+ "tags" : [ "dualstack" ]
23462
+ } ]
23463
+ },
23464
+ "ap-northeast-3" : {
23465
+ "variants" : [ {
23466
+ "hostname" : "sms-voice.ap-northeast-3.api.aws",
23467
+ "tags" : [ "dualstack" ]
23468
+ } ]
23469
+ },
23470
+ "ap-south-1" : {
23471
+ "variants" : [ {
23472
+ "hostname" : "sms-voice.ap-south-1.api.aws",
23473
+ "tags" : [ "dualstack" ]
23474
+ } ]
23475
+ },
23476
+ "ap-south-2" : {
23477
+ "variants" : [ {
23478
+ "hostname" : "sms-voice.ap-south-2.api.aws",
23479
+ "tags" : [ "dualstack" ]
23480
+ } ]
23481
+ },
23482
+ "ap-southeast-1" : {
23483
+ "variants" : [ {
23484
+ "hostname" : "sms-voice.ap-southeast-1.api.aws",
23485
+ "tags" : [ "dualstack" ]
23486
+ } ]
23487
+ },
23488
+ "ap-southeast-2" : {
23489
+ "variants" : [ {
23490
+ "hostname" : "sms-voice.ap-southeast-2.api.aws",
23491
+ "tags" : [ "dualstack" ]
23492
+ } ]
23493
+ },
23494
+ "ap-southeast-3" : {
23495
+ "variants" : [ {
23496
+ "hostname" : "sms-voice.ap-southeast-3.api.aws",
23497
+ "tags" : [ "dualstack" ]
23498
+ } ]
23499
+ },
23500
+ "ap-southeast-4" : {
23501
+ "variants" : [ {
23502
+ "hostname" : "sms-voice.ap-southeast-4.api.aws",
23503
+ "tags" : [ "dualstack" ]
23504
+ } ]
23505
+ },
22244
23506
  "ca-central-1" : {
22245
23507
  "variants" : [ {
22246
23508
  "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
22247
23509
  "tags" : [ "fips" ]
23510
+ }, {
23511
+ "hostname" : "sms-voice-fips.ca-central-1.api.aws",
23512
+ "tags" : [ "dualstack", "fips" ]
23513
+ }, {
23514
+ "hostname" : "sms-voice.ca-central-1.api.aws",
23515
+ "tags" : [ "dualstack" ]
23516
+ } ]
23517
+ },
23518
+ "ca-west-1" : {
23519
+ "variants" : [ {
23520
+ "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
23521
+ "tags" : [ "fips" ]
23522
+ }, {
23523
+ "hostname" : "sms-voice-fips.ca-west-1.api.aws",
23524
+ "tags" : [ "dualstack", "fips" ]
23525
+ }, {
23526
+ "hostname" : "sms-voice.ca-west-1.api.aws",
23527
+ "tags" : [ "dualstack" ]
23528
+ } ]
23529
+ },
23530
+ "eu-central-1" : {
23531
+ "variants" : [ {
23532
+ "hostname" : "sms-voice.eu-central-1.api.aws",
23533
+ "tags" : [ "dualstack" ]
23534
+ } ]
23535
+ },
23536
+ "eu-central-2" : {
23537
+ "variants" : [ {
23538
+ "hostname" : "sms-voice.eu-central-2.api.aws",
23539
+ "tags" : [ "dualstack" ]
23540
+ } ]
23541
+ },
23542
+ "eu-north-1" : {
23543
+ "variants" : [ {
23544
+ "hostname" : "sms-voice.eu-north-1.api.aws",
23545
+ "tags" : [ "dualstack" ]
23546
+ } ]
23547
+ },
23548
+ "eu-south-1" : {
23549
+ "variants" : [ {
23550
+ "hostname" : "sms-voice.eu-south-1.api.aws",
23551
+ "tags" : [ "dualstack" ]
23552
+ } ]
23553
+ },
23554
+ "eu-south-2" : {
23555
+ "variants" : [ {
23556
+ "hostname" : "sms-voice.eu-south-2.api.aws",
23557
+ "tags" : [ "dualstack" ]
23558
+ } ]
23559
+ },
23560
+ "eu-west-1" : {
23561
+ "variants" : [ {
23562
+ "hostname" : "sms-voice.eu-west-1.api.aws",
23563
+ "tags" : [ "dualstack" ]
23564
+ } ]
23565
+ },
23566
+ "eu-west-2" : {
23567
+ "variants" : [ {
23568
+ "hostname" : "sms-voice.eu-west-2.api.aws",
23569
+ "tags" : [ "dualstack" ]
23570
+ } ]
23571
+ },
23572
+ "eu-west-3" : {
23573
+ "variants" : [ {
23574
+ "hostname" : "sms-voice.eu-west-3.api.aws",
23575
+ "tags" : [ "dualstack" ]
22248
23576
  } ]
22249
23577
  },
22250
- "ca-west-1" : { },
22251
- "eu-central-1" : { },
22252
- "eu-central-2" : { },
22253
- "eu-north-1" : { },
22254
- "eu-south-1" : { },
22255
- "eu-south-2" : { },
22256
- "eu-west-1" : { },
22257
- "eu-west-2" : { },
22258
- "eu-west-3" : { },
22259
23578
  "fips-ca-central-1" : {
22260
23579
  "credentialScope" : {
22261
23580
  "region" : "ca-central-1"
@@ -22263,6 +23582,13 @@
22263
23582
  "deprecated" : true,
22264
23583
  "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com"
22265
23584
  },
23585
+ "fips-ca-west-1" : {
23586
+ "credentialScope" : {
23587
+ "region" : "ca-west-1"
23588
+ },
23589
+ "deprecated" : true,
23590
+ "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com"
23591
+ },
22266
23592
  "fips-us-east-1" : {
22267
23593
  "credentialScope" : {
22268
23594
  "region" : "us-east-1"
@@ -22291,32 +23617,76 @@
22291
23617
  "deprecated" : true,
22292
23618
  "hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
22293
23619
  },
22294
- "il-central-1" : { },
22295
- "me-central-1" : { },
22296
- "me-south-1" : { },
22297
- "sa-east-1" : { },
23620
+ "il-central-1" : {
23621
+ "variants" : [ {
23622
+ "hostname" : "sms-voice.il-central-1.api.aws",
23623
+ "tags" : [ "dualstack" ]
23624
+ } ]
23625
+ },
23626
+ "me-central-1" : {
23627
+ "variants" : [ {
23628
+ "hostname" : "sms-voice.me-central-1.api.aws",
23629
+ "tags" : [ "dualstack" ]
23630
+ } ]
23631
+ },
23632
+ "me-south-1" : {
23633
+ "variants" : [ {
23634
+ "hostname" : "sms-voice.me-south-1.api.aws",
23635
+ "tags" : [ "dualstack" ]
23636
+ } ]
23637
+ },
23638
+ "sa-east-1" : {
23639
+ "variants" : [ {
23640
+ "hostname" : "sms-voice.sa-east-1.api.aws",
23641
+ "tags" : [ "dualstack" ]
23642
+ } ]
23643
+ },
22298
23644
  "us-east-1" : {
22299
23645
  "variants" : [ {
22300
23646
  "hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
22301
23647
  "tags" : [ "fips" ]
23648
+ }, {
23649
+ "hostname" : "sms-voice-fips.us-east-1.api.aws",
23650
+ "tags" : [ "dualstack", "fips" ]
23651
+ }, {
23652
+ "hostname" : "sms-voice.us-east-1.api.aws",
23653
+ "tags" : [ "dualstack" ]
22302
23654
  } ]
22303
23655
  },
22304
23656
  "us-east-2" : {
22305
23657
  "variants" : [ {
22306
23658
  "hostname" : "sms-voice-fips.us-east-2.amazonaws.com",
22307
23659
  "tags" : [ "fips" ]
23660
+ }, {
23661
+ "hostname" : "sms-voice-fips.us-east-2.api.aws",
23662
+ "tags" : [ "dualstack", "fips" ]
23663
+ }, {
23664
+ "hostname" : "sms-voice.us-east-2.api.aws",
23665
+ "tags" : [ "dualstack" ]
22308
23666
  } ]
22309
23667
  },
22310
23668
  "us-west-1" : {
22311
23669
  "variants" : [ {
22312
23670
  "hostname" : "sms-voice-fips.us-west-1.amazonaws.com",
22313
23671
  "tags" : [ "fips" ]
23672
+ }, {
23673
+ "hostname" : "sms-voice-fips.us-west-1.api.aws",
23674
+ "tags" : [ "dualstack", "fips" ]
23675
+ }, {
23676
+ "hostname" : "sms-voice.us-west-1.api.aws",
23677
+ "tags" : [ "dualstack" ]
22314
23678
  } ]
22315
23679
  },
22316
23680
  "us-west-2" : {
22317
23681
  "variants" : [ {
22318
23682
  "hostname" : "sms-voice-fips.us-west-2.amazonaws.com",
22319
23683
  "tags" : [ "fips" ]
23684
+ }, {
23685
+ "hostname" : "sms-voice-fips.us-west-2.api.aws",
23686
+ "tags" : [ "dualstack", "fips" ]
23687
+ }, {
23688
+ "hostname" : "sms-voice.us-west-2.api.aws",
23689
+ "tags" : [ "dualstack" ]
22320
23690
  } ]
22321
23691
  }
22322
23692
  }
@@ -22767,34 +24137,147 @@
22767
24137
  "protocols" : [ "http", "https" ]
22768
24138
  },
22769
24139
  "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" : { },
24140
+ "af-south-1" : {
24141
+ "variants" : [ {
24142
+ "hostname" : "sns.af-south-1.api.aws",
24143
+ "tags" : [ "dualstack" ]
24144
+ } ]
24145
+ },
24146
+ "ap-east-1" : {
24147
+ "variants" : [ {
24148
+ "hostname" : "sns.ap-east-1.api.aws",
24149
+ "tags" : [ "dualstack" ]
24150
+ } ]
24151
+ },
24152
+ "ap-northeast-1" : {
24153
+ "variants" : [ {
24154
+ "hostname" : "sns.ap-northeast-1.api.aws",
24155
+ "tags" : [ "dualstack" ]
24156
+ } ]
24157
+ },
24158
+ "ap-northeast-2" : {
24159
+ "variants" : [ {
24160
+ "hostname" : "sns.ap-northeast-2.api.aws",
24161
+ "tags" : [ "dualstack" ]
24162
+ } ]
24163
+ },
24164
+ "ap-northeast-3" : {
24165
+ "variants" : [ {
24166
+ "hostname" : "sns.ap-northeast-3.api.aws",
24167
+ "tags" : [ "dualstack" ]
24168
+ } ]
24169
+ },
24170
+ "ap-south-1" : {
24171
+ "variants" : [ {
24172
+ "hostname" : "sns.ap-south-1.api.aws",
24173
+ "tags" : [ "dualstack" ]
24174
+ } ]
24175
+ },
24176
+ "ap-south-2" : {
24177
+ "variants" : [ {
24178
+ "hostname" : "sns.ap-south-2.api.aws",
24179
+ "tags" : [ "dualstack" ]
24180
+ } ]
24181
+ },
24182
+ "ap-southeast-1" : {
24183
+ "variants" : [ {
24184
+ "hostname" : "sns.ap-southeast-1.api.aws",
24185
+ "tags" : [ "dualstack" ]
24186
+ } ]
24187
+ },
24188
+ "ap-southeast-2" : {
24189
+ "variants" : [ {
24190
+ "hostname" : "sns.ap-southeast-2.api.aws",
24191
+ "tags" : [ "dualstack" ]
24192
+ } ]
24193
+ },
24194
+ "ap-southeast-3" : {
24195
+ "variants" : [ {
24196
+ "hostname" : "sns.ap-southeast-3.api.aws",
24197
+ "tags" : [ "dualstack" ]
24198
+ } ]
24199
+ },
24200
+ "ap-southeast-4" : {
24201
+ "variants" : [ {
24202
+ "hostname" : "sns.ap-southeast-4.api.aws",
24203
+ "tags" : [ "dualstack" ]
24204
+ } ]
24205
+ },
24206
+ "ap-southeast-5" : {
24207
+ "variants" : [ {
24208
+ "hostname" : "sns.ap-southeast-5.api.aws",
24209
+ "tags" : [ "dualstack" ]
24210
+ } ]
24211
+ },
24212
+ "ap-southeast-7" : {
24213
+ "variants" : [ {
24214
+ "hostname" : "sns.ap-southeast-7.api.aws",
24215
+ "tags" : [ "dualstack" ]
24216
+ } ]
24217
+ },
24218
+ "ca-central-1" : {
24219
+ "variants" : [ {
24220
+ "hostname" : "sns.ca-central-1.api.aws",
24221
+ "tags" : [ "dualstack" ]
24222
+ } ]
24223
+ },
22784
24224
  "ca-west-1" : {
22785
24225
  "variants" : [ {
22786
24226
  "hostname" : "sns-fips.ca-west-1.amazonaws.com",
22787
24227
  "tags" : [ "fips" ]
24228
+ }, {
24229
+ "hostname" : "sns.ca-west-1.api.aws",
24230
+ "tags" : [ "dualstack" ]
24231
+ } ]
24232
+ },
24233
+ "eu-central-1" : {
24234
+ "variants" : [ {
24235
+ "hostname" : "sns.eu-central-1.api.aws",
24236
+ "tags" : [ "dualstack" ]
24237
+ } ]
24238
+ },
24239
+ "eu-central-2" : {
24240
+ "variants" : [ {
24241
+ "hostname" : "sns.eu-central-2.api.aws",
24242
+ "tags" : [ "dualstack" ]
24243
+ } ]
24244
+ },
24245
+ "eu-north-1" : {
24246
+ "variants" : [ {
24247
+ "hostname" : "sns.eu-north-1.api.aws",
24248
+ "tags" : [ "dualstack" ]
24249
+ } ]
24250
+ },
24251
+ "eu-south-1" : {
24252
+ "variants" : [ {
24253
+ "hostname" : "sns.eu-south-1.api.aws",
24254
+ "tags" : [ "dualstack" ]
24255
+ } ]
24256
+ },
24257
+ "eu-south-2" : {
24258
+ "variants" : [ {
24259
+ "hostname" : "sns.eu-south-2.api.aws",
24260
+ "tags" : [ "dualstack" ]
24261
+ } ]
24262
+ },
24263
+ "eu-west-1" : {
24264
+ "variants" : [ {
24265
+ "hostname" : "sns.eu-west-1.api.aws",
24266
+ "tags" : [ "dualstack" ]
24267
+ } ]
24268
+ },
24269
+ "eu-west-2" : {
24270
+ "variants" : [ {
24271
+ "hostname" : "sns.eu-west-2.api.aws",
24272
+ "tags" : [ "dualstack" ]
24273
+ } ]
24274
+ },
24275
+ "eu-west-3" : {
24276
+ "variants" : [ {
24277
+ "hostname" : "sns.eu-west-3.api.aws",
24278
+ "tags" : [ "dualstack" ]
22788
24279
  } ]
22789
24280
  },
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
24281
  "fips-ca-west-1" : {
22799
24282
  "credentialScope" : {
22800
24283
  "region" : "ca-west-1"
@@ -22830,33 +24313,70 @@
22830
24313
  "deprecated" : true,
22831
24314
  "hostname" : "sns-fips.us-west-2.amazonaws.com"
22832
24315
  },
22833
- "il-central-1" : { },
22834
- "me-central-1" : { },
22835
- "me-south-1" : { },
22836
- "mx-central-1" : { },
22837
- "sa-east-1" : { },
24316
+ "il-central-1" : {
24317
+ "variants" : [ {
24318
+ "hostname" : "sns.il-central-1.api.aws",
24319
+ "tags" : [ "dualstack" ]
24320
+ } ]
24321
+ },
24322
+ "me-central-1" : {
24323
+ "variants" : [ {
24324
+ "hostname" : "sns.me-central-1.api.aws",
24325
+ "tags" : [ "dualstack" ]
24326
+ } ]
24327
+ },
24328
+ "me-south-1" : {
24329
+ "variants" : [ {
24330
+ "hostname" : "sns.me-south-1.api.aws",
24331
+ "tags" : [ "dualstack" ]
24332
+ } ]
24333
+ },
24334
+ "mx-central-1" : {
24335
+ "variants" : [ {
24336
+ "hostname" : "sns.mx-central-1.api.aws",
24337
+ "tags" : [ "dualstack" ]
24338
+ } ]
24339
+ },
24340
+ "sa-east-1" : {
24341
+ "variants" : [ {
24342
+ "hostname" : "sns.sa-east-1.api.aws",
24343
+ "tags" : [ "dualstack" ]
24344
+ } ]
24345
+ },
22838
24346
  "us-east-1" : {
22839
24347
  "variants" : [ {
22840
24348
  "hostname" : "sns-fips.us-east-1.amazonaws.com",
22841
24349
  "tags" : [ "fips" ]
24350
+ }, {
24351
+ "hostname" : "sns.us-east-1.api.aws",
24352
+ "tags" : [ "dualstack" ]
22842
24353
  } ]
22843
24354
  },
22844
24355
  "us-east-2" : {
22845
24356
  "variants" : [ {
22846
24357
  "hostname" : "sns-fips.us-east-2.amazonaws.com",
22847
24358
  "tags" : [ "fips" ]
24359
+ }, {
24360
+ "hostname" : "sns.us-east-2.api.aws",
24361
+ "tags" : [ "dualstack" ]
22848
24362
  } ]
22849
24363
  },
22850
24364
  "us-west-1" : {
22851
24365
  "variants" : [ {
22852
24366
  "hostname" : "sns-fips.us-west-1.amazonaws.com",
22853
24367
  "tags" : [ "fips" ]
24368
+ }, {
24369
+ "hostname" : "sns.us-west-1.api.aws",
24370
+ "tags" : [ "dualstack" ]
22854
24371
  } ]
22855
24372
  },
22856
24373
  "us-west-2" : {
22857
24374
  "variants" : [ {
22858
24375
  "hostname" : "sns-fips.us-west-2.amazonaws.com",
22859
24376
  "tags" : [ "fips" ]
24377
+ }, {
24378
+ "hostname" : "sns.us-west-2.api.aws",
24379
+ "tags" : [ "dualstack" ]
22860
24380
  } ]
22861
24381
  }
22862
24382
  }
@@ -22867,39 +24387,150 @@
22867
24387
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
22868
24388
  },
22869
24389
  "endpoints" : {
22870
- "af-south-1" : { },
22871
- "ap-east-1" : { },
22872
- "ap-northeast-1" : { },
22873
- "ap-northeast-2" : { },
22874
- "ap-northeast-3" : { },
22875
- "ap-south-1" : { },
22876
- "ap-south-2" : { },
22877
- "ap-southeast-1" : { },
22878
- "ap-southeast-2" : { },
22879
- "ap-southeast-3" : { },
22880
- "ap-southeast-4" : { },
22881
- "ap-southeast-5" : { },
22882
- "ap-southeast-7" : { },
24390
+ "af-south-1" : {
24391
+ "variants" : [ {
24392
+ "hostname" : "sqs.af-south-1.api.aws",
24393
+ "tags" : [ "dualstack" ]
24394
+ } ]
24395
+ },
24396
+ "ap-east-1" : {
24397
+ "variants" : [ {
24398
+ "hostname" : "sqs.ap-east-1.api.aws",
24399
+ "tags" : [ "dualstack" ]
24400
+ } ]
24401
+ },
24402
+ "ap-northeast-1" : {
24403
+ "variants" : [ {
24404
+ "hostname" : "sqs.ap-northeast-1.api.aws",
24405
+ "tags" : [ "dualstack" ]
24406
+ } ]
24407
+ },
24408
+ "ap-northeast-2" : {
24409
+ "variants" : [ {
24410
+ "hostname" : "sqs.ap-northeast-2.api.aws",
24411
+ "tags" : [ "dualstack" ]
24412
+ } ]
24413
+ },
24414
+ "ap-northeast-3" : {
24415
+ "variants" : [ {
24416
+ "hostname" : "sqs.ap-northeast-3.api.aws",
24417
+ "tags" : [ "dualstack" ]
24418
+ } ]
24419
+ },
24420
+ "ap-south-1" : {
24421
+ "variants" : [ {
24422
+ "hostname" : "sqs.ap-south-1.api.aws",
24423
+ "tags" : [ "dualstack" ]
24424
+ } ]
24425
+ },
24426
+ "ap-south-2" : {
24427
+ "variants" : [ {
24428
+ "hostname" : "sqs.ap-south-2.api.aws",
24429
+ "tags" : [ "dualstack" ]
24430
+ } ]
24431
+ },
24432
+ "ap-southeast-1" : {
24433
+ "variants" : [ {
24434
+ "hostname" : "sqs.ap-southeast-1.api.aws",
24435
+ "tags" : [ "dualstack" ]
24436
+ } ]
24437
+ },
24438
+ "ap-southeast-2" : {
24439
+ "variants" : [ {
24440
+ "hostname" : "sqs.ap-southeast-2.api.aws",
24441
+ "tags" : [ "dualstack" ]
24442
+ } ]
24443
+ },
24444
+ "ap-southeast-3" : {
24445
+ "variants" : [ {
24446
+ "hostname" : "sqs.ap-southeast-3.api.aws",
24447
+ "tags" : [ "dualstack" ]
24448
+ } ]
24449
+ },
24450
+ "ap-southeast-4" : {
24451
+ "variants" : [ {
24452
+ "hostname" : "sqs.ap-southeast-4.api.aws",
24453
+ "tags" : [ "dualstack" ]
24454
+ } ]
24455
+ },
24456
+ "ap-southeast-5" : {
24457
+ "variants" : [ {
24458
+ "hostname" : "sqs.ap-southeast-5.api.aws",
24459
+ "tags" : [ "dualstack" ]
24460
+ } ]
24461
+ },
24462
+ "ap-southeast-7" : {
24463
+ "variants" : [ {
24464
+ "hostname" : "sqs.ap-southeast-7.api.aws",
24465
+ "tags" : [ "dualstack" ]
24466
+ } ]
24467
+ },
22883
24468
  "ca-central-1" : {
22884
24469
  "variants" : [ {
22885
24470
  "hostname" : "sqs-fips.ca-central-1.amazonaws.com",
22886
24471
  "tags" : [ "fips" ]
24472
+ }, {
24473
+ "hostname" : "sqs.ca-central-1.api.aws",
24474
+ "tags" : [ "dualstack" ]
22887
24475
  } ]
22888
24476
  },
22889
24477
  "ca-west-1" : {
22890
24478
  "variants" : [ {
22891
24479
  "hostname" : "sqs-fips.ca-west-1.amazonaws.com",
22892
24480
  "tags" : [ "fips" ]
24481
+ }, {
24482
+ "hostname" : "sqs.ca-west-1.api.aws",
24483
+ "tags" : [ "dualstack" ]
24484
+ } ]
24485
+ },
24486
+ "eu-central-1" : {
24487
+ "variants" : [ {
24488
+ "hostname" : "sqs.eu-central-1.api.aws",
24489
+ "tags" : [ "dualstack" ]
24490
+ } ]
24491
+ },
24492
+ "eu-central-2" : {
24493
+ "variants" : [ {
24494
+ "hostname" : "sqs.eu-central-2.api.aws",
24495
+ "tags" : [ "dualstack" ]
24496
+ } ]
24497
+ },
24498
+ "eu-north-1" : {
24499
+ "variants" : [ {
24500
+ "hostname" : "sqs.eu-north-1.api.aws",
24501
+ "tags" : [ "dualstack" ]
24502
+ } ]
24503
+ },
24504
+ "eu-south-1" : {
24505
+ "variants" : [ {
24506
+ "hostname" : "sqs.eu-south-1.api.aws",
24507
+ "tags" : [ "dualstack" ]
24508
+ } ]
24509
+ },
24510
+ "eu-south-2" : {
24511
+ "variants" : [ {
24512
+ "hostname" : "sqs.eu-south-2.api.aws",
24513
+ "tags" : [ "dualstack" ]
24514
+ } ]
24515
+ },
24516
+ "eu-west-1" : {
24517
+ "variants" : [ {
24518
+ "hostname" : "sqs.eu-west-1.api.aws",
24519
+ "tags" : [ "dualstack" ]
24520
+ } ]
24521
+ },
24522
+ "eu-west-2" : {
24523
+ "variants" : [ {
24524
+ "hostname" : "sqs.eu-west-2.api.aws",
24525
+ "tags" : [ "dualstack" ]
24526
+ } ]
24527
+ },
24528
+ "eu-west-3" : {
24529
+ "variants" : [ {
24530
+ "hostname" : "sqs.eu-west-3.api.aws",
24531
+ "tags" : [ "dualstack" ]
22893
24532
  } ]
22894
24533
  },
22895
- "eu-central-1" : { },
22896
- "eu-central-2" : { },
22897
- "eu-north-1" : { },
22898
- "eu-south-1" : { },
22899
- "eu-south-2" : { },
22900
- "eu-west-1" : { },
22901
- "eu-west-2" : { },
22902
- "eu-west-3" : { },
22903
24534
  "fips-ca-central-1" : {
22904
24535
  "credentialScope" : {
22905
24536
  "region" : "ca-central-1"
@@ -22942,34 +24573,71 @@
22942
24573
  "deprecated" : true,
22943
24574
  "hostname" : "sqs-fips.us-west-2.amazonaws.com"
22944
24575
  },
22945
- "il-central-1" : { },
22946
- "me-central-1" : { },
22947
- "me-south-1" : { },
22948
- "mx-central-1" : { },
22949
- "sa-east-1" : { },
24576
+ "il-central-1" : {
24577
+ "variants" : [ {
24578
+ "hostname" : "sqs.il-central-1.api.aws",
24579
+ "tags" : [ "dualstack" ]
24580
+ } ]
24581
+ },
24582
+ "me-central-1" : {
24583
+ "variants" : [ {
24584
+ "hostname" : "sqs.me-central-1.api.aws",
24585
+ "tags" : [ "dualstack" ]
24586
+ } ]
24587
+ },
24588
+ "me-south-1" : {
24589
+ "variants" : [ {
24590
+ "hostname" : "sqs.me-south-1.api.aws",
24591
+ "tags" : [ "dualstack" ]
24592
+ } ]
24593
+ },
24594
+ "mx-central-1" : {
24595
+ "variants" : [ {
24596
+ "hostname" : "sqs.mx-central-1.api.aws",
24597
+ "tags" : [ "dualstack" ]
24598
+ } ]
24599
+ },
24600
+ "sa-east-1" : {
24601
+ "variants" : [ {
24602
+ "hostname" : "sqs.sa-east-1.api.aws",
24603
+ "tags" : [ "dualstack" ]
24604
+ } ]
24605
+ },
22950
24606
  "us-east-1" : {
22951
24607
  "sslCommonName" : "queue.{dnsSuffix}",
22952
24608
  "variants" : [ {
22953
24609
  "hostname" : "sqs-fips.us-east-1.amazonaws.com",
22954
24610
  "tags" : [ "fips" ]
24611
+ }, {
24612
+ "hostname" : "sqs.us-east-1.api.aws",
24613
+ "tags" : [ "dualstack" ]
22955
24614
  } ]
22956
24615
  },
22957
24616
  "us-east-2" : {
22958
24617
  "variants" : [ {
22959
24618
  "hostname" : "sqs-fips.us-east-2.amazonaws.com",
22960
24619
  "tags" : [ "fips" ]
24620
+ }, {
24621
+ "hostname" : "sqs.us-east-2.api.aws",
24622
+ "tags" : [ "dualstack" ]
22961
24623
  } ]
22962
24624
  },
22963
24625
  "us-west-1" : {
22964
24626
  "variants" : [ {
22965
24627
  "hostname" : "sqs-fips.us-west-1.amazonaws.com",
22966
24628
  "tags" : [ "fips" ]
24629
+ }, {
24630
+ "hostname" : "sqs.us-west-1.api.aws",
24631
+ "tags" : [ "dualstack" ]
22967
24632
  } ]
22968
24633
  },
22969
24634
  "us-west-2" : {
22970
24635
  "variants" : [ {
22971
24636
  "hostname" : "sqs-fips.us-west-2.amazonaws.com",
22972
24637
  "tags" : [ "fips" ]
24638
+ }, {
24639
+ "hostname" : "sqs.us-west-2.api.aws",
24640
+ "tags" : [ "dualstack" ]
22973
24641
  } ]
22974
24642
  }
22975
24643
  }
@@ -23680,8 +25348,18 @@
23680
25348
  "ap-southeast-4" : { },
23681
25349
  "ap-southeast-5" : { },
23682
25350
  "ap-southeast-7" : { },
23683
- "ca-central-1" : { },
23684
- "ca-west-1" : { },
25351
+ "ca-central-1" : {
25352
+ "variants" : [ {
25353
+ "hostname" : "states-fips.ca-central-1.amazonaws.com",
25354
+ "tags" : [ "fips" ]
25355
+ } ]
25356
+ },
25357
+ "ca-west-1" : {
25358
+ "variants" : [ {
25359
+ "hostname" : "states-fips.ca-west-1.amazonaws.com",
25360
+ "tags" : [ "fips" ]
25361
+ } ]
25362
+ },
23685
25363
  "eu-central-1" : { },
23686
25364
  "eu-central-2" : { },
23687
25365
  "eu-north-1" : { },
@@ -23690,6 +25368,20 @@
23690
25368
  "eu-west-1" : { },
23691
25369
  "eu-west-2" : { },
23692
25370
  "eu-west-3" : { },
25371
+ "fips-ca-central-1" : {
25372
+ "credentialScope" : {
25373
+ "region" : "ca-central-1"
25374
+ },
25375
+ "deprecated" : true,
25376
+ "hostname" : "states-fips.ca-central-1.amazonaws.com"
25377
+ },
25378
+ "fips-ca-west-1" : {
25379
+ "credentialScope" : {
25380
+ "region" : "ca-west-1"
25381
+ },
25382
+ "deprecated" : true,
25383
+ "hostname" : "states-fips.ca-west-1.amazonaws.com"
25384
+ },
23693
25385
  "fips-us-east-1" : {
23694
25386
  "credentialScope" : {
23695
25387
  "region" : "us-east-1"
@@ -23763,6 +25455,7 @@
23763
25455
  "ap-southeast-3" : { },
23764
25456
  "ap-southeast-4" : { },
23765
25457
  "ap-southeast-5" : { },
25458
+ "ap-southeast-7" : { },
23766
25459
  "ca-central-1" : {
23767
25460
  "variants" : [ {
23768
25461
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -24814,21 +26507,72 @@
24814
26507
  },
24815
26508
  "transcribestreaming" : {
24816
26509
  "endpoints" : {
24817
- "af-south-1" : { },
24818
- "ap-northeast-1" : { },
24819
- "ap-northeast-2" : { },
24820
- "ap-south-1" : { },
24821
- "ap-southeast-1" : { },
24822
- "ap-southeast-2" : { },
26510
+ "af-south-1" : {
26511
+ "variants" : [ {
26512
+ "hostname" : "transcribestreaming.af-south-1.api.aws",
26513
+ "tags" : [ "dualstack" ]
26514
+ } ]
26515
+ },
26516
+ "ap-northeast-1" : {
26517
+ "variants" : [ {
26518
+ "hostname" : "transcribestreaming.ap-northeast-1.api.aws",
26519
+ "tags" : [ "dualstack" ]
26520
+ } ]
26521
+ },
26522
+ "ap-northeast-2" : {
26523
+ "variants" : [ {
26524
+ "hostname" : "transcribestreaming.ap-northeast-2.api.aws",
26525
+ "tags" : [ "dualstack" ]
26526
+ } ]
26527
+ },
26528
+ "ap-south-1" : {
26529
+ "variants" : [ {
26530
+ "hostname" : "transcribestreaming.ap-south-1.api.aws",
26531
+ "tags" : [ "dualstack" ]
26532
+ } ]
26533
+ },
26534
+ "ap-southeast-1" : {
26535
+ "variants" : [ {
26536
+ "hostname" : "transcribestreaming.ap-southeast-1.api.aws",
26537
+ "tags" : [ "dualstack" ]
26538
+ } ]
26539
+ },
26540
+ "ap-southeast-2" : {
26541
+ "variants" : [ {
26542
+ "hostname" : "transcribestreaming.ap-southeast-2.api.aws",
26543
+ "tags" : [ "dualstack" ]
26544
+ } ]
26545
+ },
24823
26546
  "ca-central-1" : {
24824
26547
  "variants" : [ {
24825
26548
  "hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
24826
26549
  "tags" : [ "fips" ]
26550
+ }, {
26551
+ "hostname" : "transcribestreaming-fips.ca-central-1.api.aws",
26552
+ "tags" : [ "dualstack", "fips" ]
26553
+ }, {
26554
+ "hostname" : "transcribestreaming.ca-central-1.api.aws",
26555
+ "tags" : [ "dualstack" ]
26556
+ } ]
26557
+ },
26558
+ "eu-central-1" : {
26559
+ "variants" : [ {
26560
+ "hostname" : "transcribestreaming.eu-central-1.api.aws",
26561
+ "tags" : [ "dualstack" ]
26562
+ } ]
26563
+ },
26564
+ "eu-west-1" : {
26565
+ "variants" : [ {
26566
+ "hostname" : "transcribestreaming.eu-west-1.api.aws",
26567
+ "tags" : [ "dualstack" ]
26568
+ } ]
26569
+ },
26570
+ "eu-west-2" : {
26571
+ "variants" : [ {
26572
+ "hostname" : "transcribestreaming.eu-west-2.api.aws",
26573
+ "tags" : [ "dualstack" ]
24827
26574
  } ]
24828
26575
  },
24829
- "eu-central-1" : { },
24830
- "eu-west-1" : { },
24831
- "eu-west-2" : { },
24832
26576
  "fips-ca-central-1" : {
24833
26577
  "credentialScope" : {
24834
26578
  "region" : "ca-central-1"
@@ -24857,23 +26601,46 @@
24857
26601
  "deprecated" : true,
24858
26602
  "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
24859
26603
  },
24860
- "sa-east-1" : { },
26604
+ "sa-east-1" : {
26605
+ "variants" : [ {
26606
+ "hostname" : "transcribestreaming.sa-east-1.api.aws",
26607
+ "tags" : [ "dualstack" ]
26608
+ } ]
26609
+ },
24861
26610
  "us-east-1" : {
24862
26611
  "variants" : [ {
24863
26612
  "hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
24864
26613
  "tags" : [ "fips" ]
26614
+ }, {
26615
+ "hostname" : "transcribestreaming-fips.us-east-1.api.aws",
26616
+ "tags" : [ "dualstack", "fips" ]
26617
+ }, {
26618
+ "hostname" : "transcribestreaming.us-east-1.api.aws",
26619
+ "tags" : [ "dualstack" ]
24865
26620
  } ]
24866
26621
  },
24867
26622
  "us-east-2" : {
24868
26623
  "variants" : [ {
24869
26624
  "hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
24870
26625
  "tags" : [ "fips" ]
26626
+ }, {
26627
+ "hostname" : "transcribestreaming-fips.us-east-2.api.aws",
26628
+ "tags" : [ "dualstack", "fips" ]
26629
+ }, {
26630
+ "hostname" : "transcribestreaming.us-east-2.api.aws",
26631
+ "tags" : [ "dualstack" ]
24871
26632
  } ]
24872
26633
  },
24873
26634
  "us-west-2" : {
24874
26635
  "variants" : [ {
24875
26636
  "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
24876
26637
  "tags" : [ "fips" ]
26638
+ }, {
26639
+ "hostname" : "transcribestreaming-fips.us-west-2.api.aws",
26640
+ "tags" : [ "dualstack", "fips" ]
26641
+ }, {
26642
+ "hostname" : "transcribestreaming.us-west-2.api.aws",
26643
+ "tags" : [ "dualstack" ]
24877
26644
  } ]
24878
26645
  }
24879
26646
  }
@@ -26038,6 +27805,16 @@
26038
27805
  "tags" : [ "fips" ]
26039
27806
  } ]
26040
27807
  },
27808
+ "ap-southeast-7" : {
27809
+ "credentialScope" : {
27810
+ "region" : "ap-southeast-7"
27811
+ },
27812
+ "hostname" : "wafv2.ap-southeast-7.amazonaws.com",
27813
+ "variants" : [ {
27814
+ "hostname" : "wafv2-fips.ap-southeast-7.amazonaws.com",
27815
+ "tags" : [ "fips" ]
27816
+ } ]
27817
+ },
26041
27818
  "ca-central-1" : {
26042
27819
  "credentialScope" : {
26043
27820
  "region" : "ca-central-1"
@@ -26222,6 +27999,13 @@
26222
27999
  "deprecated" : true,
26223
28000
  "hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
26224
28001
  },
28002
+ "fips-ap-southeast-7" : {
28003
+ "credentialScope" : {
28004
+ "region" : "ap-southeast-7"
28005
+ },
28006
+ "deprecated" : true,
28007
+ "hostname" : "wafv2-fips.ap-southeast-7.amazonaws.com"
28008
+ },
26225
28009
  "fips-ca-central-1" : {
26226
28010
  "credentialScope" : {
26227
28011
  "region" : "ca-central-1"
@@ -26313,6 +28097,13 @@
26313
28097
  "deprecated" : true,
26314
28098
  "hostname" : "wafv2-fips.me-south-1.amazonaws.com"
26315
28099
  },
28100
+ "fips-mx-central-1" : {
28101
+ "credentialScope" : {
28102
+ "region" : "mx-central-1"
28103
+ },
28104
+ "deprecated" : true,
28105
+ "hostname" : "wafv2-fips.mx-central-1.amazonaws.com"
28106
+ },
26316
28107
  "fips-sa-east-1" : {
26317
28108
  "credentialScope" : {
26318
28109
  "region" : "sa-east-1"
@@ -26378,6 +28169,16 @@
26378
28169
  "tags" : [ "fips" ]
26379
28170
  } ]
26380
28171
  },
28172
+ "mx-central-1" : {
28173
+ "credentialScope" : {
28174
+ "region" : "mx-central-1"
28175
+ },
28176
+ "hostname" : "wafv2.mx-central-1.amazonaws.com",
28177
+ "variants" : [ {
28178
+ "hostname" : "wafv2-fips.mx-central-1.amazonaws.com",
28179
+ "tags" : [ "fips" ]
28180
+ } ]
28181
+ },
26381
28182
  "sa-east-1" : {
26382
28183
  "credentialScope" : {
26383
28184
  "region" : "sa-east-1"
@@ -26738,8 +28539,18 @@
26738
28539
  "services" : {
26739
28540
  "access-analyzer" : {
26740
28541
  "endpoints" : {
26741
- "cn-north-1" : { },
26742
- "cn-northwest-1" : { }
28542
+ "cn-north-1" : {
28543
+ "variants" : [ {
28544
+ "hostname" : "access-analyzer.cn-north-1.api.amazonwebservices.com.cn",
28545
+ "tags" : [ "dualstack" ]
28546
+ } ]
28547
+ },
28548
+ "cn-northwest-1" : {
28549
+ "variants" : [ {
28550
+ "hostname" : "access-analyzer.cn-northwest-1.api.amazonwebservices.com.cn",
28551
+ "tags" : [ "dualstack" ]
28552
+ } ]
28553
+ }
26743
28554
  }
26744
28555
  },
26745
28556
  "account" : {
@@ -26875,8 +28686,18 @@
26875
28686
  },
26876
28687
  "applicationinsights" : {
26877
28688
  "endpoints" : {
26878
- "cn-north-1" : { },
26879
- "cn-northwest-1" : { }
28689
+ "cn-north-1" : {
28690
+ "variants" : [ {
28691
+ "hostname" : "applicationinsights.cn-north-1.api.amazonwebservices.com.cn",
28692
+ "tags" : [ "dualstack" ]
28693
+ } ]
28694
+ },
28695
+ "cn-northwest-1" : {
28696
+ "variants" : [ {
28697
+ "hostname" : "applicationinsights.cn-northwest-1.api.amazonwebservices.com.cn",
28698
+ "tags" : [ "dualstack" ]
28699
+ } ]
28700
+ }
26880
28701
  }
26881
28702
  },
26882
28703
  "appmesh" : {
@@ -27386,8 +29207,18 @@
27386
29207
  },
27387
29208
  "events" : {
27388
29209
  "endpoints" : {
27389
- "cn-north-1" : { },
27390
- "cn-northwest-1" : { }
29210
+ "cn-north-1" : {
29211
+ "variants" : [ {
29212
+ "hostname" : "events.cn-north-1.api.amazonwebservices.com.cn",
29213
+ "tags" : [ "dualstack" ]
29214
+ } ]
29215
+ },
29216
+ "cn-northwest-1" : {
29217
+ "variants" : [ {
29218
+ "hostname" : "events.cn-northwest-1.api.amazonwebservices.com.cn",
29219
+ "tags" : [ "dualstack" ]
29220
+ } ]
29221
+ }
27391
29222
  }
27392
29223
  },
27393
29224
  "firehose" : {
@@ -27427,6 +29258,24 @@
27427
29258
  "cn-northwest-1" : { }
27428
29259
  }
27429
29260
  },
29261
+ "gameliftstreams" : {
29262
+ "defaults" : {
29263
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
29264
+ "variants" : [ {
29265
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
29266
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
29267
+ "tags" : [ "fips" ]
29268
+ } ]
29269
+ },
29270
+ "endpoints" : {
29271
+ "cn-north-1" : {
29272
+ "hostname" : "gameliftstreams.cn-north-1.api.amazonwebservices.com.cn"
29273
+ },
29274
+ "cn-northwest-1" : {
29275
+ "hostname" : "gameliftstreams.cn-northwest-1.api.amazonwebservices.com.cn"
29276
+ }
29277
+ }
29278
+ },
27430
29279
  "glacier" : {
27431
29280
  "defaults" : {
27432
29281
  "protocols" : [ "http", "https" ]
@@ -27676,8 +29525,18 @@
27676
29525
  },
27677
29526
  "logs" : {
27678
29527
  "endpoints" : {
27679
- "cn-north-1" : { },
27680
- "cn-northwest-1" : { }
29528
+ "cn-north-1" : {
29529
+ "variants" : [ {
29530
+ "hostname" : "logs.cn-north-1.api.amazonwebservices.com.cn",
29531
+ "tags" : [ "dualstack" ]
29532
+ } ]
29533
+ },
29534
+ "cn-northwest-1" : {
29535
+ "variants" : [ {
29536
+ "hostname" : "logs.cn-northwest-1.api.amazonwebservices.com.cn",
29537
+ "tags" : [ "dualstack" ]
29538
+ } ]
29539
+ }
27681
29540
  }
27682
29541
  },
27683
29542
  "mediaconvert" : {
@@ -27696,6 +29555,16 @@
27696
29555
  "cn-northwest-1" : { }
27697
29556
  }
27698
29557
  },
29558
+ "metering.marketplace" : {
29559
+ "defaults" : {
29560
+ "credentialScope" : {
29561
+ "service" : "aws-marketplace"
29562
+ }
29563
+ },
29564
+ "endpoints" : {
29565
+ "cn-northwest-1" : { }
29566
+ }
29567
+ },
27699
29568
  "metrics.sagemaker" : {
27700
29569
  "endpoints" : {
27701
29570
  "cn-north-1" : { },
@@ -28161,8 +30030,18 @@
28161
30030
  "protocols" : [ "http", "https" ]
28162
30031
  },
28163
30032
  "endpoints" : {
28164
- "cn-north-1" : { },
28165
- "cn-northwest-1" : { }
30033
+ "cn-north-1" : {
30034
+ "variants" : [ {
30035
+ "hostname" : "sns.cn-north-1.api.amazonwebservices.com.cn",
30036
+ "tags" : [ "dualstack" ]
30037
+ } ]
30038
+ },
30039
+ "cn-northwest-1" : {
30040
+ "variants" : [ {
30041
+ "hostname" : "sns.cn-northwest-1.api.amazonwebservices.com.cn",
30042
+ "tags" : [ "dualstack" ]
30043
+ } ]
30044
+ }
28166
30045
  }
28167
30046
  },
28168
30047
  "sqs" : {
@@ -28171,8 +30050,18 @@
28171
30050
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
28172
30051
  },
28173
30052
  "endpoints" : {
28174
- "cn-north-1" : { },
28175
- "cn-northwest-1" : { }
30053
+ "cn-north-1" : {
30054
+ "variants" : [ {
30055
+ "hostname" : "sqs.cn-north-1.api.amazonwebservices.com.cn",
30056
+ "tags" : [ "dualstack" ]
30057
+ } ]
30058
+ },
30059
+ "cn-northwest-1" : {
30060
+ "variants" : [ {
30061
+ "hostname" : "sqs.cn-northwest-1.api.amazonwebservices.com.cn",
30062
+ "tags" : [ "dualstack" ]
30063
+ } ]
30064
+ }
28176
30065
  }
28177
30066
  },
28178
30067
  "ssm" : {
@@ -28295,8 +30184,18 @@
28295
30184
  },
28296
30185
  "transcribestreaming" : {
28297
30186
  "endpoints" : {
28298
- "cn-north-1" : { },
28299
- "cn-northwest-1" : { }
30187
+ "cn-north-1" : {
30188
+ "variants" : [ {
30189
+ "hostname" : "transcribestreaming.cn-north-1.api.amazonwebservices.com.cn",
30190
+ "tags" : [ "dualstack" ]
30191
+ } ]
30192
+ },
30193
+ "cn-northwest-1" : {
30194
+ "variants" : [ {
30195
+ "hostname" : "transcribestreaming.cn-northwest-1.api.amazonwebservices.com.cn",
30196
+ "tags" : [ "dualstack" ]
30197
+ } ]
30198
+ }
28300
30199
  }
28301
30200
  },
28302
30201
  "transfer" : {
@@ -28435,6 +30334,12 @@
28435
30334
  "variants" : [ {
28436
30335
  "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
28437
30336
  "tags" : [ "fips" ]
30337
+ }, {
30338
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
30339
+ "tags" : [ "dualstack" ]
30340
+ }, {
30341
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
30342
+ "tags" : [ "dualstack", "fips" ]
28438
30343
  } ]
28439
30344
  },
28440
30345
  "us-gov-east-1-fips" : {
@@ -28452,6 +30357,12 @@
28452
30357
  "variants" : [ {
28453
30358
  "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
28454
30359
  "tags" : [ "fips" ]
30360
+ }, {
30361
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
30362
+ "tags" : [ "dualstack" ]
30363
+ }, {
30364
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
30365
+ "tags" : [ "dualstack", "fips" ]
28455
30366
  } ]
28456
30367
  },
28457
30368
  "us-gov-west-1-fips" : {
@@ -28537,6 +30448,12 @@
28537
30448
  "variants" : [ {
28538
30449
  "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com",
28539
30450
  "tags" : [ "fips" ]
30451
+ }, {
30452
+ "hostname" : "detective-fips.us-gov-east-1.api.aws",
30453
+ "tags" : [ "dualstack", "fips" ]
30454
+ }, {
30455
+ "hostname" : "detective.us-gov-east-1.api.aws",
30456
+ "tags" : [ "dualstack" ]
28540
30457
  } ]
28541
30458
  },
28542
30459
  "us-gov-east-1-fips" : {
@@ -28550,6 +30467,12 @@
28550
30467
  "variants" : [ {
28551
30468
  "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com",
28552
30469
  "tags" : [ "fips" ]
30470
+ }, {
30471
+ "hostname" : "detective-fips.us-gov-west-1.api.aws",
30472
+ "tags" : [ "dualstack", "fips" ]
30473
+ }, {
30474
+ "hostname" : "detective.us-gov-west-1.api.aws",
30475
+ "tags" : [ "dualstack" ]
28553
30476
  } ]
28554
30477
  },
28555
30478
  "us-gov-west-1-fips" : {
@@ -28659,7 +30582,19 @@
28659
30582
  } ]
28660
30583
  },
28661
30584
  "endpoints" : {
28662
- "us-gov-east-1" : { },
30585
+ "us-gov-east-1" : {
30586
+ "variants" : [ {
30587
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com",
30588
+ "tags" : [ "fips" ]
30589
+ } ]
30590
+ },
30591
+ "us-gov-east-1-fips" : {
30592
+ "credentialScope" : {
30593
+ "region" : "us-gov-east-1"
30594
+ },
30595
+ "deprecated" : true,
30596
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com"
30597
+ },
28663
30598
  "us-gov-west-1" : {
28664
30599
  "variants" : [ {
28665
30600
  "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
@@ -28850,17 +30785,43 @@
28850
30785
  },
28851
30786
  "applicationinsights" : {
28852
30787
  "endpoints" : {
28853
- "us-gov-east-1" : {
30788
+ "fips-us-gov-east-1" : {
28854
30789
  "credentialScope" : {
28855
30790
  "region" : "us-gov-east-1"
28856
30791
  },
28857
- "hostname" : "applicationinsights.us-gov-east-1.amazonaws.com"
30792
+ "deprecated" : true,
30793
+ "hostname" : "applicationinsights-fips.us-gov-east-1.amazonaws.com"
28858
30794
  },
28859
- "us-gov-west-1" : {
30795
+ "fips-us-gov-west-1" : {
28860
30796
  "credentialScope" : {
28861
30797
  "region" : "us-gov-west-1"
28862
30798
  },
28863
- "hostname" : "applicationinsights.us-gov-west-1.amazonaws.com"
30799
+ "deprecated" : true,
30800
+ "hostname" : "applicationinsights-fips.us-gov-west-1.amazonaws.com"
30801
+ },
30802
+ "us-gov-east-1" : {
30803
+ "variants" : [ {
30804
+ "hostname" : "applicationinsights-fips.us-gov-east-1.amazonaws.com",
30805
+ "tags" : [ "fips" ]
30806
+ }, {
30807
+ "hostname" : "applicationinsights-fips.us-gov-east-1.api.aws",
30808
+ "tags" : [ "dualstack", "fips" ]
30809
+ }, {
30810
+ "hostname" : "applicationinsights.us-gov-east-1.api.aws",
30811
+ "tags" : [ "dualstack" ]
30812
+ } ]
30813
+ },
30814
+ "us-gov-west-1" : {
30815
+ "variants" : [ {
30816
+ "hostname" : "applicationinsights-fips.us-gov-west-1.amazonaws.com",
30817
+ "tags" : [ "fips" ]
30818
+ }, {
30819
+ "hostname" : "applicationinsights-fips.us-gov-west-1.api.aws",
30820
+ "tags" : [ "dualstack", "fips" ]
30821
+ }, {
30822
+ "hostname" : "applicationinsights.us-gov-west-1.api.aws",
30823
+ "tags" : [ "dualstack" ]
30824
+ } ]
28864
30825
  }
28865
30826
  }
28866
30827
  },
@@ -29440,6 +31401,12 @@
29440
31401
  "deprecated" : true,
29441
31402
  "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
29442
31403
  },
31404
+ "us-gov-east-1" : {
31405
+ "variants" : [ {
31406
+ "hostname" : "cognito-identity.us-gov-east-1.amazonaws.com",
31407
+ "tags" : [ "dualstack" ]
31408
+ } ]
31409
+ },
29443
31410
  "us-gov-west-1" : {
29444
31411
  "variants" : [ {
29445
31412
  "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
@@ -29463,6 +31430,12 @@
29463
31430
  "deprecated" : true,
29464
31431
  "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
29465
31432
  },
31433
+ "us-gov-east-1" : {
31434
+ "variants" : [ {
31435
+ "hostname" : "cognito-idp.us-gov-east-1.amazonaws.com",
31436
+ "tags" : [ "dualstack" ]
31437
+ } ]
31438
+ },
29466
31439
  "us-gov-west-1" : {
29467
31440
  "variants" : [ {
29468
31441
  "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
@@ -29826,8 +31799,14 @@
29826
31799
  "endpoints" : {
29827
31800
  "us-gov-east-1" : {
29828
31801
  "variants" : [ {
31802
+ "hostname" : "dlm-fips.us-gov-east-1.api.aws",
31803
+ "tags" : [ "dualstack", "fips" ]
31804
+ }, {
29829
31805
  "hostname" : "dlm.us-gov-east-1.amazonaws.com",
29830
31806
  "tags" : [ "fips" ]
31807
+ }, {
31808
+ "hostname" : "dlm.us-gov-east-1.api.aws",
31809
+ "tags" : [ "dualstack" ]
29831
31810
  } ]
29832
31811
  },
29833
31812
  "us-gov-east-1-fips" : {
@@ -29839,8 +31818,14 @@
29839
31818
  },
29840
31819
  "us-gov-west-1" : {
29841
31820
  "variants" : [ {
31821
+ "hostname" : "dlm-fips.us-gov-west-1.api.aws",
31822
+ "tags" : [ "dualstack", "fips" ]
31823
+ }, {
29842
31824
  "hostname" : "dlm.us-gov-west-1.amazonaws.com",
29843
31825
  "tags" : [ "fips" ]
31826
+ }, {
31827
+ "hostname" : "dlm.us-gov-west-1.api.aws",
31828
+ "tags" : [ "dualstack" ]
29844
31829
  } ]
29845
31830
  },
29846
31831
  "us-gov-west-1-fips" : {
@@ -30607,6 +32592,24 @@
30607
32592
  }
30608
32593
  }
30609
32594
  },
32595
+ "gameliftstreams" : {
32596
+ "defaults" : {
32597
+ "dnsSuffix" : "api.aws",
32598
+ "variants" : [ {
32599
+ "dnsSuffix" : "api.aws",
32600
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
32601
+ "tags" : [ "fips" ]
32602
+ } ]
32603
+ },
32604
+ "endpoints" : {
32605
+ "us-gov-east-1" : {
32606
+ "hostname" : "gameliftstreams.us-gov-east-1.api.aws"
32607
+ },
32608
+ "us-gov-west-1" : {
32609
+ "hostname" : "gameliftstreams.us-gov-west-1.api.aws"
32610
+ }
32611
+ }
32612
+ },
30610
32613
  "geo" : {
30611
32614
  "endpoints" : {
30612
32615
  "fips-us-gov-west-1" : {
@@ -31495,12 +33498,18 @@
31495
33498
  "variants" : [ {
31496
33499
  "hostname" : "logs.us-gov-east-1.amazonaws.com",
31497
33500
  "tags" : [ "fips" ]
33501
+ }, {
33502
+ "hostname" : "logs.us-gov-east-1.api.aws",
33503
+ "tags" : [ "dualstack" ]
31498
33504
  } ]
31499
33505
  },
31500
33506
  "us-gov-west-1" : {
31501
33507
  "variants" : [ {
31502
33508
  "hostname" : "logs.us-gov-west-1.amazonaws.com",
31503
33509
  "tags" : [ "fips" ]
33510
+ }, {
33511
+ "hostname" : "logs.us-gov-west-1.api.aws",
33512
+ "tags" : [ "dualstack" ]
31504
33513
  } ]
31505
33514
  }
31506
33515
  }
@@ -31789,6 +33798,12 @@
31789
33798
  "variants" : [ {
31790
33799
  "hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
31791
33800
  "tags" : [ "fips" ]
33801
+ }, {
33802
+ "hostname" : "networkmanager.us-gov-west-1.api.aws",
33803
+ "tags" : [ "dualstack" ]
33804
+ }, {
33805
+ "hostname" : "networkmanager.us-gov-west-1.api.aws",
33806
+ "tags" : [ "dualstack", "fips" ]
31792
33807
  } ]
31793
33808
  },
31794
33809
  "fips-aws-us-gov-global" : {
@@ -32405,12 +34420,18 @@
32405
34420
  "endpoints" : {
32406
34421
  "us-gov-east-1" : {
32407
34422
  "variants" : [ {
34423
+ "hostname" : "route53profiles-fips.us-gov-east-1.api.aws",
34424
+ "tags" : [ "dualstack", "fips" ]
34425
+ }, {
32408
34426
  "hostname" : "route53profiles.us-gov-east-1.api.aws",
32409
34427
  "tags" : [ "dualstack" ]
32410
34428
  } ]
32411
34429
  },
32412
34430
  "us-gov-west-1" : {
32413
34431
  "variants" : [ {
34432
+ "hostname" : "route53profiles-fips.us-gov-west-1.api.aws",
34433
+ "tags" : [ "dualstack", "fips" ]
34434
+ }, {
32414
34435
  "hostname" : "route53profiles.us-gov-west-1.api.aws",
32415
34436
  "tags" : [ "dualstack" ]
32416
34437
  } ]
@@ -32719,6 +34740,9 @@
32719
34740
  "variants" : [ {
32720
34741
  "hostname" : "securitylake.us-gov-east-1.amazonaws.com",
32721
34742
  "tags" : [ "fips" ]
34743
+ }, {
34744
+ "hostname" : "securitylake.us-gov-east-1.api.aws",
34745
+ "tags" : [ "dualstack", "fips" ]
32722
34746
  } ]
32723
34747
  },
32724
34748
  "us-gov-east-1-fips" : {
@@ -32732,6 +34756,9 @@
32732
34756
  "variants" : [ {
32733
34757
  "hostname" : "securitylake.us-gov-west-1.amazonaws.com",
32734
34758
  "tags" : [ "fips" ]
34759
+ }, {
34760
+ "hostname" : "securitylake.us-gov-west-1.api.aws",
34761
+ "tags" : [ "dualstack", "fips" ]
32735
34762
  } ]
32736
34763
  },
32737
34764
  "us-gov-west-1-fips" : {
@@ -33037,12 +35064,24 @@
33037
35064
  "variants" : [ {
33038
35065
  "hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com",
33039
35066
  "tags" : [ "fips" ]
35067
+ }, {
35068
+ "hostname" : "sms-voice-fips.us-gov-east-1.api.aws",
35069
+ "tags" : [ "dualstack", "fips" ]
35070
+ }, {
35071
+ "hostname" : "sms-voice.us-gov-east-1.api.aws",
35072
+ "tags" : [ "dualstack" ]
33040
35073
  } ]
33041
35074
  },
33042
35075
  "us-gov-west-1" : {
33043
35076
  "variants" : [ {
33044
35077
  "hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com",
33045
35078
  "tags" : [ "fips" ]
35079
+ }, {
35080
+ "hostname" : "sms-voice-fips.us-gov-west-1.api.aws",
35081
+ "tags" : [ "dualstack", "fips" ]
35082
+ }, {
35083
+ "hostname" : "sms-voice.us-gov-west-1.api.aws",
35084
+ "tags" : [ "dualstack" ]
33046
35085
  } ]
33047
35086
  }
33048
35087
  }
@@ -33067,12 +35106,24 @@
33067
35106
  "variants" : [ {
33068
35107
  "hostname" : "snowball-fips.us-gov-east-1.amazonaws.com",
33069
35108
  "tags" : [ "fips" ]
35109
+ }, {
35110
+ "hostname" : "snowball-fips.us-gov-east-1.api.aws",
35111
+ "tags" : [ "dualstack", "fips" ]
35112
+ }, {
35113
+ "hostname" : "snowball.us-gov-east-1.api.aws",
35114
+ "tags" : [ "dualstack" ]
33070
35115
  } ]
33071
35116
  },
33072
35117
  "us-gov-west-1" : {
33073
35118
  "variants" : [ {
33074
35119
  "hostname" : "snowball-fips.us-gov-west-1.amazonaws.com",
33075
35120
  "tags" : [ "fips" ]
35121
+ }, {
35122
+ "hostname" : "snowball-fips.us-gov-west-1.api.aws",
35123
+ "tags" : [ "dualstack", "fips" ]
35124
+ }, {
35125
+ "hostname" : "snowball.us-gov-west-1.api.aws",
35126
+ "tags" : [ "dualstack" ]
33076
35127
  } ]
33077
35128
  }
33078
35129
  }
@@ -33116,19 +35167,33 @@
33116
35167
  } ]
33117
35168
  },
33118
35169
  "endpoints" : {
33119
- "us-gov-east-1" : {
35170
+ "fips-us-gov-east-1" : {
33120
35171
  "credentialScope" : {
33121
35172
  "region" : "us-gov-east-1"
33122
35173
  },
35174
+ "deprecated" : true,
33123
35175
  "hostname" : "sqs.us-gov-east-1.amazonaws.com"
33124
35176
  },
33125
- "us-gov-west-1" : {
35177
+ "fips-us-gov-west-1" : {
33126
35178
  "credentialScope" : {
33127
35179
  "region" : "us-gov-west-1"
33128
35180
  },
33129
- "hostname" : "sqs.us-gov-west-1.amazonaws.com",
35181
+ "deprecated" : true,
35182
+ "hostname" : "sqs.us-gov-west-1.amazonaws.com"
35183
+ },
35184
+ "us-gov-east-1" : {
35185
+ "variants" : [ {
35186
+ "hostname" : "sqs.us-gov-east-1.amazonaws.com",
35187
+ "tags" : [ "fips" ]
35188
+ } ]
35189
+ },
35190
+ "us-gov-west-1" : {
33130
35191
  "protocols" : [ "http", "https" ],
33131
- "sslCommonName" : "{region}.queue.{dnsSuffix}"
35192
+ "sslCommonName" : "{region}.queue.{dnsSuffix}",
35193
+ "variants" : [ {
35194
+ "hostname" : "sqs.us-gov-west-1.amazonaws.com",
35195
+ "tags" : [ "fips" ]
35196
+ } ]
33132
35197
  }
33133
35198
  }
33134
35199
  },
@@ -33549,12 +35614,24 @@
33549
35614
  "variants" : [ {
33550
35615
  "hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
33551
35616
  "tags" : [ "fips" ]
35617
+ }, {
35618
+ "hostname" : "transcribestreaming-fips.us-gov-east-1.api.aws",
35619
+ "tags" : [ "dualstack", "fips" ]
35620
+ }, {
35621
+ "hostname" : "transcribestreaming.us-gov-east-1.api.aws",
35622
+ "tags" : [ "dualstack" ]
33552
35623
  } ]
33553
35624
  },
33554
35625
  "us-gov-west-1" : {
33555
35626
  "variants" : [ {
33556
35627
  "hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
33557
35628
  "tags" : [ "fips" ]
35629
+ }, {
35630
+ "hostname" : "transcribestreaming-fips.us-gov-west-1.api.aws",
35631
+ "tags" : [ "dualstack", "fips" ]
35632
+ }, {
35633
+ "hostname" : "transcribestreaming.us-gov-west-1.api.aws",
35634
+ "tags" : [ "dualstack" ]
33558
35635
  } ]
33559
35636
  }
33560
35637
  }
@@ -33941,6 +36018,18 @@
33941
36018
  "isRegionalized" : false,
33942
36019
  "partitionEndpoint" : "aws-iso-global"
33943
36020
  },
36021
+ "ce" : {
36022
+ "endpoints" : {
36023
+ "aws-iso-global" : {
36024
+ "credentialScope" : {
36025
+ "region" : "us-iso-east-1"
36026
+ },
36027
+ "hostname" : "ce.us-iso-east-1.c2s.ic.gov"
36028
+ }
36029
+ },
36030
+ "isRegionalized" : false,
36031
+ "partitionEndpoint" : "aws-iso-global"
36032
+ },
33944
36033
  "cloudcontrolapi" : {
33945
36034
  "endpoints" : {
33946
36035
  "us-iso-east-1" : { },
@@ -34472,7 +36561,8 @@
34472
36561
  },
34473
36562
  "oam" : {
34474
36563
  "endpoints" : {
34475
- "us-iso-east-1" : { }
36564
+ "us-iso-east-1" : { },
36565
+ "us-iso-west-1" : { }
34476
36566
  }
34477
36567
  },
34478
36568
  "organizations" : {
@@ -34492,6 +36582,16 @@
34492
36582
  "us-iso-east-1" : { }
34493
36583
  }
34494
36584
  },
36585
+ "pi" : {
36586
+ "endpoints" : {
36587
+ "us-iso-east-1" : {
36588
+ "protocols" : [ "https" ]
36589
+ },
36590
+ "us-iso-west-1" : {
36591
+ "protocols" : [ "https" ]
36592
+ }
36593
+ }
36594
+ },
34495
36595
  "ram" : {
34496
36596
  "endpoints" : {
34497
36597
  "us-iso-east-1" : { },
@@ -34736,8 +36836,22 @@
34736
36836
  },
34737
36837
  "secretsmanager" : {
34738
36838
  "endpoints" : {
34739
- "us-iso-east-1" : { },
34740
- "us-iso-west-1" : { }
36839
+ "us-iso-east-1" : {
36840
+ "variants" : [ {
36841
+ "tags" : [ "fips" ]
36842
+ } ]
36843
+ },
36844
+ "us-iso-east-1-fips" : {
36845
+ "deprecated" : true
36846
+ },
36847
+ "us-iso-west-1" : {
36848
+ "variants" : [ {
36849
+ "tags" : [ "fips" ]
36850
+ } ]
36851
+ },
36852
+ "us-iso-west-1-fips" : {
36853
+ "deprecated" : true
36854
+ }
34741
36855
  }
34742
36856
  },
34743
36857
  "snowball" : {
@@ -34756,10 +36870,33 @@
34756
36870
  },
34757
36871
  "sqs" : {
34758
36872
  "endpoints" : {
36873
+ "fips-us-iso-east-1" : {
36874
+ "credentialScope" : {
36875
+ "region" : "us-iso-east-1"
36876
+ },
36877
+ "deprecated" : true,
36878
+ "hostname" : "sqs.us-iso-east-1.c2s.ic.gov"
36879
+ },
36880
+ "fips-us-iso-west-1" : {
36881
+ "credentialScope" : {
36882
+ "region" : "us-iso-west-1"
36883
+ },
36884
+ "deprecated" : true,
36885
+ "hostname" : "sqs.us-iso-west-1.c2s.ic.gov"
36886
+ },
34759
36887
  "us-iso-east-1" : {
34760
- "protocols" : [ "http", "https" ]
36888
+ "protocols" : [ "http", "https" ],
36889
+ "variants" : [ {
36890
+ "hostname" : "sqs.us-iso-east-1.c2s.ic.gov",
36891
+ "tags" : [ "fips" ]
36892
+ } ]
34761
36893
  },
34762
- "us-iso-west-1" : { }
36894
+ "us-iso-west-1" : {
36895
+ "variants" : [ {
36896
+ "hostname" : "sqs.us-iso-west-1.c2s.ic.gov",
36897
+ "tags" : [ "fips" ]
36898
+ } ]
36899
+ }
34763
36900
  }
34764
36901
  },
34765
36902
  "ssm" : {
@@ -34770,8 +36907,32 @@
34770
36907
  },
34771
36908
  "states" : {
34772
36909
  "endpoints" : {
34773
- "us-iso-east-1" : { },
34774
- "us-iso-west-1" : { }
36910
+ "fips-us-iso-east-1" : {
36911
+ "credentialScope" : {
36912
+ "region" : "us-iso-east-1"
36913
+ },
36914
+ "deprecated" : true,
36915
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov"
36916
+ },
36917
+ "fips-us-iso-west-1" : {
36918
+ "credentialScope" : {
36919
+ "region" : "us-iso-west-1"
36920
+ },
36921
+ "deprecated" : true,
36922
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov"
36923
+ },
36924
+ "us-iso-east-1" : {
36925
+ "variants" : [ {
36926
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov",
36927
+ "tags" : [ "fips" ]
36928
+ } ]
36929
+ },
36930
+ "us-iso-west-1" : {
36931
+ "variants" : [ {
36932
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov",
36933
+ "tags" : [ "fips" ]
36934
+ } ]
36935
+ }
34775
36936
  }
34776
36937
  },
34777
36938
  "streams.dynamodb" : {
@@ -34896,8 +37057,32 @@
34896
37057
  },
34897
37058
  "workspaces" : {
34898
37059
  "endpoints" : {
34899
- "us-iso-east-1" : { },
34900
- "us-iso-west-1" : { }
37060
+ "fips-us-iso-east-1" : {
37061
+ "credentialScope" : {
37062
+ "region" : "us-iso-east-1"
37063
+ },
37064
+ "deprecated" : true,
37065
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov"
37066
+ },
37067
+ "fips-us-iso-west-1" : {
37068
+ "credentialScope" : {
37069
+ "region" : "us-iso-west-1"
37070
+ },
37071
+ "deprecated" : true,
37072
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov"
37073
+ },
37074
+ "us-iso-east-1" : {
37075
+ "variants" : [ {
37076
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov",
37077
+ "tags" : [ "fips" ]
37078
+ } ]
37079
+ },
37080
+ "us-iso-west-1" : {
37081
+ "variants" : [ {
37082
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov",
37083
+ "tags" : [ "fips" ]
37084
+ } ]
37085
+ }
34901
37086
  }
34902
37087
  }
34903
37088
  }
@@ -35001,6 +37186,18 @@
35001
37186
  "isRegionalized" : false,
35002
37187
  "partitionEndpoint" : "aws-iso-b-global"
35003
37188
  },
37189
+ "ce" : {
37190
+ "endpoints" : {
37191
+ "aws-iso-b-global" : {
37192
+ "credentialScope" : {
37193
+ "region" : "us-isob-east-1"
37194
+ },
37195
+ "hostname" : "ce.us-isob-east-1.sc2s.sgov.gov"
37196
+ }
37197
+ },
37198
+ "isRegionalized" : false,
37199
+ "partitionEndpoint" : "aws-iso-b-global"
37200
+ },
35004
37201
  "cloudcontrolapi" : {
35005
37202
  "endpoints" : {
35006
37203
  "us-isob-east-1" : { }
@@ -35501,7 +37698,14 @@
35501
37698
  },
35502
37699
  "secretsmanager" : {
35503
37700
  "endpoints" : {
35504
- "us-isob-east-1" : { }
37701
+ "us-isob-east-1" : {
37702
+ "variants" : [ {
37703
+ "tags" : [ "fips" ]
37704
+ } ]
37705
+ },
37706
+ "us-isob-east-1-fips" : {
37707
+ "deprecated" : true
37708
+ }
35505
37709
  }
35506
37710
  },
35507
37711
  "snowball" : {
@@ -35523,7 +37727,19 @@
35523
37727
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
35524
37728
  },
35525
37729
  "endpoints" : {
35526
- "us-isob-east-1" : { }
37730
+ "fips-us-isob-east-1" : {
37731
+ "credentialScope" : {
37732
+ "region" : "us-isob-east-1"
37733
+ },
37734
+ "deprecated" : true,
37735
+ "hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov"
37736
+ },
37737
+ "us-isob-east-1" : {
37738
+ "variants" : [ {
37739
+ "hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov",
37740
+ "tags" : [ "fips" ]
37741
+ } ]
37742
+ }
35527
37743
  }
35528
37744
  },
35529
37745
  "ssm" : {
@@ -35533,7 +37749,19 @@
35533
37749
  },
35534
37750
  "states" : {
35535
37751
  "endpoints" : {
35536
- "us-isob-east-1" : { }
37752
+ "fips-us-isob-east-1" : {
37753
+ "credentialScope" : {
37754
+ "region" : "us-isob-east-1"
37755
+ },
37756
+ "deprecated" : true,
37757
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov"
37758
+ },
37759
+ "us-isob-east-1" : {
37760
+ "variants" : [ {
37761
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
37762
+ "tags" : [ "fips" ]
37763
+ } ]
37764
+ }
35537
37765
  }
35538
37766
  },
35539
37767
  "storagegateway" : {
@@ -35616,7 +37844,19 @@
35616
37844
  },
35617
37845
  "workspaces" : {
35618
37846
  "endpoints" : {
35619
- "us-isob-east-1" : { }
37847
+ "fips-us-isob-east-1" : {
37848
+ "credentialScope" : {
37849
+ "region" : "us-isob-east-1"
37850
+ },
37851
+ "deprecated" : true,
37852
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov"
37853
+ },
37854
+ "us-isob-east-1" : {
37855
+ "variants" : [ {
37856
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov",
37857
+ "tags" : [ "fips" ]
37858
+ } ]
37859
+ }
35620
37860
  }
35621
37861
  },
35622
37862
  "xray" : {
@@ -35672,8 +37912,18 @@
35672
37912
  "services" : {
35673
37913
  "access-analyzer" : {
35674
37914
  "endpoints" : {
35675
- "us-isof-east-1" : { },
35676
- "us-isof-south-1" : { }
37915
+ "us-isof-east-1" : {
37916
+ "variants" : [ {
37917
+ "hostname" : "access-analyzer.us-isof-east-1.api.aws.hci.ic.gov",
37918
+ "tags" : [ "dualstack" ]
37919
+ } ]
37920
+ },
37921
+ "us-isof-south-1" : {
37922
+ "variants" : [ {
37923
+ "hostname" : "access-analyzer.us-isof-south-1.api.aws.hci.ic.gov",
37924
+ "tags" : [ "dualstack" ]
37925
+ } ]
37926
+ }
35677
37927
  }
35678
37928
  },
35679
37929
  "acm" : {
@@ -35795,6 +38045,18 @@
35795
38045
  "isRegionalized" : false,
35796
38046
  "partitionEndpoint" : "aws-iso-f-global"
35797
38047
  },
38048
+ "ce" : {
38049
+ "endpoints" : {
38050
+ "aws-iso-f-global" : {
38051
+ "credentialScope" : {
38052
+ "region" : "us-isof-south-1"
38053
+ },
38054
+ "hostname" : "ce.us-isof-south-1.csp.hci.ic.gov"
38055
+ }
38056
+ },
38057
+ "isRegionalized" : false,
38058
+ "partitionEndpoint" : "aws-iso-f-global"
38059
+ },
35798
38060
  "cloudcontrolapi" : {
35799
38061
  "endpoints" : {
35800
38062
  "us-isof-east-1" : { },
@@ -36256,6 +38518,12 @@
36256
38518
  "isRegionalized" : false,
36257
38519
  "partitionEndpoint" : "aws-iso-f-global"
36258
38520
  },
38521
+ "route53profiles" : {
38522
+ "endpoints" : {
38523
+ "us-isof-east-1" : { },
38524
+ "us-isof-south-1" : { }
38525
+ }
38526
+ },
36259
38527
  "route53resolver" : {
36260
38528
  "endpoints" : {
36261
38529
  "us-isof-east-1" : { },
@@ -36340,8 +38608,32 @@
36340
38608
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
36341
38609
  },
36342
38610
  "endpoints" : {
36343
- "us-isof-east-1" : { },
36344
- "us-isof-south-1" : { }
38611
+ "fips-us-isof-east-1" : {
38612
+ "credentialScope" : {
38613
+ "region" : "us-isof-east-1"
38614
+ },
38615
+ "deprecated" : true,
38616
+ "hostname" : "sqs.us-isof-east-1.csp.hci.ic.gov"
38617
+ },
38618
+ "fips-us-isof-south-1" : {
38619
+ "credentialScope" : {
38620
+ "region" : "us-isof-south-1"
38621
+ },
38622
+ "deprecated" : true,
38623
+ "hostname" : "sqs.us-isof-south-1.csp.hci.ic.gov"
38624
+ },
38625
+ "us-isof-east-1" : {
38626
+ "variants" : [ {
38627
+ "hostname" : "sqs.us-isof-east-1.csp.hci.ic.gov",
38628
+ "tags" : [ "fips" ]
38629
+ } ]
38630
+ },
38631
+ "us-isof-south-1" : {
38632
+ "variants" : [ {
38633
+ "hostname" : "sqs.us-isof-south-1.csp.hci.ic.gov",
38634
+ "tags" : [ "fips" ]
38635
+ } ]
38636
+ }
36345
38637
  }
36346
38638
  },
36347
38639
  "ssm" : {