aws-partitions 1.1059.0 → 1.1068.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
  }
@@ -597,17 +763,58 @@
597
763
  "protocols" : [ "https" ]
598
764
  },
599
765
  "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" : { },
766
+ "af-south-1" : {
767
+ "variants" : [ {
768
+ "hostname" : "detective.af-south-1.api.aws",
769
+ "tags" : [ "dualstack" ]
770
+ } ]
771
+ },
772
+ "ap-east-1" : {
773
+ "variants" : [ {
774
+ "hostname" : "detective.ap-east-1.api.aws",
775
+ "tags" : [ "dualstack" ]
776
+ } ]
777
+ },
778
+ "ap-northeast-1" : {
779
+ "variants" : [ {
780
+ "hostname" : "detective.ap-northeast-1.api.aws",
781
+ "tags" : [ "dualstack" ]
782
+ } ]
783
+ },
784
+ "ap-northeast-2" : {
785
+ "variants" : [ {
786
+ "hostname" : "detective.ap-northeast-2.api.aws",
787
+ "tags" : [ "dualstack" ]
788
+ } ]
789
+ },
790
+ "ap-south-1" : {
791
+ "variants" : [ {
792
+ "hostname" : "detective.ap-south-1.api.aws",
793
+ "tags" : [ "dualstack" ]
794
+ } ]
795
+ },
796
+ "ap-southeast-1" : {
797
+ "variants" : [ {
798
+ "hostname" : "detective.ap-southeast-1.api.aws",
799
+ "tags" : [ "dualstack" ]
800
+ } ]
801
+ },
802
+ "ap-southeast-2" : {
803
+ "variants" : [ {
804
+ "hostname" : "detective.ap-southeast-2.api.aws",
805
+ "tags" : [ "dualstack" ]
806
+ } ]
807
+ },
607
808
  "ca-central-1" : {
608
809
  "variants" : [ {
609
810
  "hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
610
811
  "tags" : [ "fips" ]
812
+ }, {
813
+ "hostname" : "detective-fips.ca-central-1.api.aws",
814
+ "tags" : [ "dualstack", "fips" ]
815
+ }, {
816
+ "hostname" : "detective.ca-central-1.api.aws",
817
+ "tags" : [ "dualstack" ]
611
818
  } ]
612
819
  },
613
820
  "ca-central-1-fips" : {
@@ -617,19 +824,70 @@
617
824
  "deprecated" : true,
618
825
  "hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
619
826
  },
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" : { },
827
+ "eu-central-1" : {
828
+ "variants" : [ {
829
+ "hostname" : "detective.eu-central-1.api.aws",
830
+ "tags" : [ "dualstack" ]
831
+ } ]
832
+ },
833
+ "eu-north-1" : {
834
+ "variants" : [ {
835
+ "hostname" : "detective.eu-north-1.api.aws",
836
+ "tags" : [ "dualstack" ]
837
+ } ]
838
+ },
839
+ "eu-south-1" : {
840
+ "variants" : [ {
841
+ "hostname" : "detective.eu-south-1.api.aws",
842
+ "tags" : [ "dualstack" ]
843
+ } ]
844
+ },
845
+ "eu-west-1" : {
846
+ "variants" : [ {
847
+ "hostname" : "detective.eu-west-1.api.aws",
848
+ "tags" : [ "dualstack" ]
849
+ } ]
850
+ },
851
+ "eu-west-2" : {
852
+ "variants" : [ {
853
+ "hostname" : "detective.eu-west-2.api.aws",
854
+ "tags" : [ "dualstack" ]
855
+ } ]
856
+ },
857
+ "eu-west-3" : {
858
+ "variants" : [ {
859
+ "hostname" : "detective.eu-west-3.api.aws",
860
+ "tags" : [ "dualstack" ]
861
+ } ]
862
+ },
863
+ "il-central-1" : {
864
+ "variants" : [ {
865
+ "hostname" : "detective.il-central-1.api.aws",
866
+ "tags" : [ "dualstack" ]
867
+ } ]
868
+ },
869
+ "me-south-1" : {
870
+ "variants" : [ {
871
+ "hostname" : "detective.me-south-1.api.aws",
872
+ "tags" : [ "dualstack" ]
873
+ } ]
874
+ },
875
+ "sa-east-1" : {
876
+ "variants" : [ {
877
+ "hostname" : "detective.sa-east-1.api.aws",
878
+ "tags" : [ "dualstack" ]
879
+ } ]
880
+ },
629
881
  "us-east-1" : {
630
882
  "variants" : [ {
631
883
  "hostname" : "api.detective-fips.us-east-1.amazonaws.com",
632
884
  "tags" : [ "fips" ]
885
+ }, {
886
+ "hostname" : "detective-fips.us-east-1.api.aws",
887
+ "tags" : [ "dualstack", "fips" ]
888
+ }, {
889
+ "hostname" : "detective.us-east-1.api.aws",
890
+ "tags" : [ "dualstack" ]
633
891
  } ]
634
892
  },
635
893
  "us-east-1-fips" : {
@@ -643,6 +901,12 @@
643
901
  "variants" : [ {
644
902
  "hostname" : "api.detective-fips.us-east-2.amazonaws.com",
645
903
  "tags" : [ "fips" ]
904
+ }, {
905
+ "hostname" : "detective-fips.us-east-2.api.aws",
906
+ "tags" : [ "dualstack", "fips" ]
907
+ }, {
908
+ "hostname" : "detective.us-east-2.api.aws",
909
+ "tags" : [ "dualstack" ]
646
910
  } ]
647
911
  },
648
912
  "us-east-2-fips" : {
@@ -656,6 +920,12 @@
656
920
  "variants" : [ {
657
921
  "hostname" : "api.detective-fips.us-west-1.amazonaws.com",
658
922
  "tags" : [ "fips" ]
923
+ }, {
924
+ "hostname" : "detective-fips.us-west-1.api.aws",
925
+ "tags" : [ "dualstack", "fips" ]
926
+ }, {
927
+ "hostname" : "detective.us-west-1.api.aws",
928
+ "tags" : [ "dualstack" ]
659
929
  } ]
660
930
  },
661
931
  "us-west-1-fips" : {
@@ -669,6 +939,12 @@
669
939
  "variants" : [ {
670
940
  "hostname" : "api.detective-fips.us-west-2.amazonaws.com",
671
941
  "tags" : [ "fips" ]
942
+ }, {
943
+ "hostname" : "detective-fips.us-west-2.api.aws",
944
+ "tags" : [ "dualstack", "fips" ]
945
+ }, {
946
+ "hostname" : "detective.us-west-2.api.aws",
947
+ "tags" : [ "dualstack" ]
672
948
  } ]
673
949
  },
674
950
  "us-west-2-fips" : {
@@ -1344,8 +1620,32 @@
1344
1620
  "ap-southeast-3" : { },
1345
1621
  "ap-southeast-4" : { },
1346
1622
  "ap-southeast-5" : { },
1347
- "ca-central-1" : { },
1348
- "ca-west-1" : { },
1623
+ "ca-central-1" : {
1624
+ "variants" : [ {
1625
+ "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com",
1626
+ "tags" : [ "fips" ]
1627
+ } ]
1628
+ },
1629
+ "ca-central-1-fips" : {
1630
+ "credentialScope" : {
1631
+ "region" : "ca-central-1"
1632
+ },
1633
+ "deprecated" : true,
1634
+ "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com"
1635
+ },
1636
+ "ca-west-1" : {
1637
+ "variants" : [ {
1638
+ "hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com",
1639
+ "tags" : [ "fips" ]
1640
+ } ]
1641
+ },
1642
+ "ca-west-1-fips" : {
1643
+ "credentialScope" : {
1644
+ "region" : "ca-west-1"
1645
+ },
1646
+ "deprecated" : true,
1647
+ "hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com"
1648
+ },
1349
1649
  "eu-central-1" : { },
1350
1650
  "eu-central-2" : { },
1351
1651
  "eu-north-1" : { },
@@ -1913,35 +2213,180 @@
1913
2213
  },
1914
2214
  "applicationinsights" : {
1915
2215
  "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" : { }
2216
+ "af-south-1" : {
2217
+ "credentialScope" : {
2218
+ "region" : "af-south-1"
2219
+ },
2220
+ "hostname" : "applicationinsights.af-south-1.amazonaws.com"
2221
+ },
2222
+ "ap-east-1" : {
2223
+ "credentialScope" : {
2224
+ "region" : "ap-east-1"
2225
+ },
2226
+ "hostname" : "applicationinsights.ap-east-1.amazonaws.com"
2227
+ },
2228
+ "ap-northeast-1" : {
2229
+ "credentialScope" : {
2230
+ "region" : "ap-northeast-1"
2231
+ },
2232
+ "hostname" : "applicationinsights.ap-northeast-1.amazonaws.com"
2233
+ },
2234
+ "ap-northeast-2" : {
2235
+ "credentialScope" : {
2236
+ "region" : "ap-northeast-2"
2237
+ },
2238
+ "hostname" : "applicationinsights.ap-northeast-2.amazonaws.com"
2239
+ },
2240
+ "ap-northeast-3" : {
2241
+ "credentialScope" : {
2242
+ "region" : "ap-northeast-3"
2243
+ },
2244
+ "hostname" : "applicationinsights.ap-northeast-3.amazonaws.com"
2245
+ },
2246
+ "ap-south-1" : {
2247
+ "credentialScope" : {
2248
+ "region" : "ap-south-1"
2249
+ },
2250
+ "hostname" : "applicationinsights.ap-south-1.amazonaws.com"
2251
+ },
2252
+ "ap-south-2" : {
2253
+ "credentialScope" : {
2254
+ "region" : "ap-south-2"
2255
+ },
2256
+ "hostname" : "applicationinsights.ap-south-2.amazonaws.com"
2257
+ },
2258
+ "ap-southeast-1" : {
2259
+ "credentialScope" : {
2260
+ "region" : "ap-southeast-1"
2261
+ },
2262
+ "hostname" : "applicationinsights.ap-southeast-1.amazonaws.com"
2263
+ },
2264
+ "ap-southeast-2" : {
2265
+ "credentialScope" : {
2266
+ "region" : "ap-southeast-2"
2267
+ },
2268
+ "hostname" : "applicationinsights.ap-southeast-2.amazonaws.com"
2269
+ },
2270
+ "ap-southeast-3" : {
2271
+ "credentialScope" : {
2272
+ "region" : "ap-southeast-3"
2273
+ },
2274
+ "hostname" : "applicationinsights.ap-southeast-3.amazonaws.com"
2275
+ },
2276
+ "ap-southeast-4" : {
2277
+ "credentialScope" : {
2278
+ "region" : "ap-southeast-4"
2279
+ },
2280
+ "hostname" : "applicationinsights.ap-southeast-4.amazonaws.com"
2281
+ },
2282
+ "ca-central-1" : {
2283
+ "credentialScope" : {
2284
+ "region" : "ca-central-1"
2285
+ },
2286
+ "hostname" : "applicationinsights.ca-central-1.amazonaws.com"
2287
+ },
2288
+ "ca-west-1" : {
2289
+ "credentialScope" : {
2290
+ "region" : "ca-west-1"
2291
+ },
2292
+ "hostname" : "applicationinsights.ca-west-1.amazonaws.com"
2293
+ },
2294
+ "eu-central-1" : {
2295
+ "credentialScope" : {
2296
+ "region" : "eu-central-1"
2297
+ },
2298
+ "hostname" : "applicationinsights.eu-central-1.amazonaws.com"
2299
+ },
2300
+ "eu-central-2" : {
2301
+ "credentialScope" : {
2302
+ "region" : "eu-central-2"
2303
+ },
2304
+ "hostname" : "applicationinsights.eu-central-2.amazonaws.com"
2305
+ },
2306
+ "eu-north-1" : {
2307
+ "credentialScope" : {
2308
+ "region" : "eu-north-1"
2309
+ },
2310
+ "hostname" : "applicationinsights.eu-north-1.amazonaws.com"
2311
+ },
2312
+ "eu-south-1" : {
2313
+ "credentialScope" : {
2314
+ "region" : "eu-south-1"
2315
+ },
2316
+ "hostname" : "applicationinsights.eu-south-1.amazonaws.com"
2317
+ },
2318
+ "eu-south-2" : {
2319
+ "credentialScope" : {
2320
+ "region" : "eu-south-2"
2321
+ },
2322
+ "hostname" : "applicationinsights.eu-south-2.amazonaws.com"
2323
+ },
2324
+ "eu-west-1" : {
2325
+ "credentialScope" : {
2326
+ "region" : "eu-west-1"
2327
+ },
2328
+ "hostname" : "applicationinsights.eu-west-1.amazonaws.com"
2329
+ },
2330
+ "eu-west-2" : {
2331
+ "credentialScope" : {
2332
+ "region" : "eu-west-2"
2333
+ },
2334
+ "hostname" : "applicationinsights.eu-west-2.amazonaws.com"
2335
+ },
2336
+ "eu-west-3" : {
2337
+ "credentialScope" : {
2338
+ "region" : "eu-west-3"
2339
+ },
2340
+ "hostname" : "applicationinsights.eu-west-3.amazonaws.com"
2341
+ },
2342
+ "il-central-1" : {
2343
+ "credentialScope" : {
2344
+ "region" : "il-central-1"
2345
+ },
2346
+ "hostname" : "applicationinsights.il-central-1.amazonaws.com"
2347
+ },
2348
+ "me-central-1" : {
2349
+ "credentialScope" : {
2350
+ "region" : "me-central-1"
2351
+ },
2352
+ "hostname" : "applicationinsights.me-central-1.amazonaws.com"
2353
+ },
2354
+ "me-south-1" : {
2355
+ "credentialScope" : {
2356
+ "region" : "me-south-1"
2357
+ },
2358
+ "hostname" : "applicationinsights.me-south-1.amazonaws.com"
2359
+ },
2360
+ "sa-east-1" : {
2361
+ "credentialScope" : {
2362
+ "region" : "sa-east-1"
2363
+ },
2364
+ "hostname" : "applicationinsights.sa-east-1.amazonaws.com"
2365
+ },
2366
+ "us-east-1" : {
2367
+ "credentialScope" : {
2368
+ "region" : "us-east-1"
2369
+ },
2370
+ "hostname" : "applicationinsights.us-east-1.amazonaws.com"
2371
+ },
2372
+ "us-east-2" : {
2373
+ "credentialScope" : {
2374
+ "region" : "us-east-2"
2375
+ },
2376
+ "hostname" : "applicationinsights.us-east-2.amazonaws.com"
2377
+ },
2378
+ "us-west-1" : {
2379
+ "credentialScope" : {
2380
+ "region" : "us-west-1"
2381
+ },
2382
+ "hostname" : "applicationinsights.us-west-1.amazonaws.com"
2383
+ },
2384
+ "us-west-2" : {
2385
+ "credentialScope" : {
2386
+ "region" : "us-west-2"
2387
+ },
2388
+ "hostname" : "applicationinsights.us-west-2.amazonaws.com"
2389
+ }
1945
2390
  }
1946
2391
  },
1947
2392
  "appmesh" : {
@@ -3120,6 +3565,18 @@
3120
3565
  },
3121
3566
  "hostname" : "bedrock.eu-north-1.amazonaws.com"
3122
3567
  },
3568
+ "bedrock-eu-south-1" : {
3569
+ "credentialScope" : {
3570
+ "region" : "eu-south-1"
3571
+ },
3572
+ "hostname" : "bedrock.eu-south-1.amazonaws.com"
3573
+ },
3574
+ "bedrock-eu-south-2" : {
3575
+ "credentialScope" : {
3576
+ "region" : "eu-south-2"
3577
+ },
3578
+ "hostname" : "bedrock.eu-south-2.amazonaws.com"
3579
+ },
3123
3580
  "bedrock-eu-west-1" : {
3124
3581
  "credentialScope" : {
3125
3582
  "region" : "eu-west-1"
@@ -3228,6 +3685,18 @@
3228
3685
  },
3229
3686
  "hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230
3687
  },
3688
+ "bedrock-runtime-eu-south-1" : {
3689
+ "credentialScope" : {
3690
+ "region" : "eu-south-1"
3691
+ },
3692
+ "hostname" : "bedrock-runtime.eu-south-1.amazonaws.com"
3693
+ },
3694
+ "bedrock-runtime-eu-south-2" : {
3695
+ "credentialScope" : {
3696
+ "region" : "eu-south-2"
3697
+ },
3698
+ "hostname" : "bedrock-runtime.eu-south-2.amazonaws.com"
3699
+ },
3231
3700
  "bedrock-runtime-eu-west-1" : {
3232
3701
  "credentialScope" : {
3233
3702
  "region" : "eu-west-1"
@@ -3322,6 +3791,8 @@
3322
3791
  "eu-central-1" : { },
3323
3792
  "eu-central-2" : { },
3324
3793
  "eu-north-1" : { },
3794
+ "eu-south-1" : { },
3795
+ "eu-south-2" : { },
3325
3796
  "eu-west-1" : { },
3326
3797
  "eu-west-2" : { },
3327
3798
  "eu-west-3" : { },
@@ -4718,6 +5189,7 @@
4718
5189
  "ap-southeast-2" : { },
4719
5190
  "ap-southeast-3" : { },
4720
5191
  "ap-southeast-4" : { },
5192
+ "ap-southeast-5" : { },
4721
5193
  "ca-central-1" : {
4722
5194
  "variants" : [ {
4723
5195
  "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -4908,6 +5380,12 @@
4908
5380
  "tags" : [ "dualstack" ]
4909
5381
  } ]
4910
5382
  },
5383
+ "ap-southeast-5" : {
5384
+ "variants" : [ {
5385
+ "hostname" : "cognito-identity.ap-southeast-5.amazonaws.com",
5386
+ "tags" : [ "dualstack" ]
5387
+ } ]
5388
+ },
4911
5389
  "ca-central-1" : {
4912
5390
  "variants" : [ {
4913
5391
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5138,6 +5616,12 @@
5138
5616
  "tags" : [ "dualstack" ]
5139
5617
  } ]
5140
5618
  },
5619
+ "ap-southeast-5" : {
5620
+ "variants" : [ {
5621
+ "hostname" : "cognito-idp.ap-southeast-5.amazonaws.com",
5622
+ "tags" : [ "dualstack" ]
5623
+ } ]
5624
+ },
5141
5625
  "ca-central-1" : {
5142
5626
  "variants" : [ {
5143
5627
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -10072,6 +10556,7 @@
10072
10556
  "ap-southeast-3" : { },
10073
10557
  "ap-southeast-4" : { },
10074
10558
  "ap-southeast-5" : { },
10559
+ "ap-southeast-7" : { },
10075
10560
  "ca-central-1" : {
10076
10561
  "variants" : [ {
10077
10562
  "hostname" : "fms-fips.ca-central-1.amazonaws.com",
@@ -10265,6 +10750,7 @@
10265
10750
  "tags" : [ "fips" ]
10266
10751
  } ]
10267
10752
  },
10753
+ "mx-central-1" : { },
10268
10754
  "sa-east-1" : {
10269
10755
  "variants" : [ {
10270
10756
  "hostname" : "fms-fips.sa-east-1.amazonaws.com",
@@ -10640,6 +11126,114 @@
10640
11126
  "us-west-2" : { }
10641
11127
  }
10642
11128
  },
11129
+ "gameliftstreams" : {
11130
+ "defaults" : {
11131
+ "dnsSuffix" : "api.aws",
11132
+ "variants" : [ {
11133
+ "dnsSuffix" : "api.aws",
11134
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
11135
+ "tags" : [ "fips" ]
11136
+ } ]
11137
+ },
11138
+ "endpoints" : {
11139
+ "af-south-1" : {
11140
+ "hostname" : "gameliftstreams.af-south-1.api.aws"
11141
+ },
11142
+ "ap-east-1" : {
11143
+ "hostname" : "gameliftstreams.ap-east-1.api.aws"
11144
+ },
11145
+ "ap-northeast-1" : {
11146
+ "hostname" : "gameliftstreams.ap-northeast-1.api.aws"
11147
+ },
11148
+ "ap-northeast-2" : {
11149
+ "hostname" : "gameliftstreams.ap-northeast-2.api.aws"
11150
+ },
11151
+ "ap-northeast-3" : {
11152
+ "hostname" : "gameliftstreams.ap-northeast-3.api.aws"
11153
+ },
11154
+ "ap-south-1" : {
11155
+ "hostname" : "gameliftstreams.ap-south-1.api.aws"
11156
+ },
11157
+ "ap-south-2" : {
11158
+ "hostname" : "gameliftstreams.ap-south-2.api.aws"
11159
+ },
11160
+ "ap-southeast-1" : {
11161
+ "hostname" : "gameliftstreams.ap-southeast-1.api.aws"
11162
+ },
11163
+ "ap-southeast-2" : {
11164
+ "hostname" : "gameliftstreams.ap-southeast-2.api.aws"
11165
+ },
11166
+ "ap-southeast-3" : {
11167
+ "hostname" : "gameliftstreams.ap-southeast-3.api.aws"
11168
+ },
11169
+ "ap-southeast-4" : {
11170
+ "hostname" : "gameliftstreams.ap-southeast-4.api.aws"
11171
+ },
11172
+ "ap-southeast-5" : {
11173
+ "hostname" : "gameliftstreams.ap-southeast-5.api.aws"
11174
+ },
11175
+ "ap-southeast-7" : {
11176
+ "hostname" : "gameliftstreams.ap-southeast-7.api.aws"
11177
+ },
11178
+ "ca-central-1" : {
11179
+ "hostname" : "gameliftstreams.ca-central-1.api.aws"
11180
+ },
11181
+ "ca-west-1" : {
11182
+ "hostname" : "gameliftstreams.ca-west-1.api.aws"
11183
+ },
11184
+ "eu-central-1" : {
11185
+ "hostname" : "gameliftstreams.eu-central-1.api.aws"
11186
+ },
11187
+ "eu-central-2" : {
11188
+ "hostname" : "gameliftstreams.eu-central-2.api.aws"
11189
+ },
11190
+ "eu-north-1" : {
11191
+ "hostname" : "gameliftstreams.eu-north-1.api.aws"
11192
+ },
11193
+ "eu-south-1" : {
11194
+ "hostname" : "gameliftstreams.eu-south-1.api.aws"
11195
+ },
11196
+ "eu-south-2" : {
11197
+ "hostname" : "gameliftstreams.eu-south-2.api.aws"
11198
+ },
11199
+ "eu-west-1" : {
11200
+ "hostname" : "gameliftstreams.eu-west-1.api.aws"
11201
+ },
11202
+ "eu-west-2" : {
11203
+ "hostname" : "gameliftstreams.eu-west-2.api.aws"
11204
+ },
11205
+ "eu-west-3" : {
11206
+ "hostname" : "gameliftstreams.eu-west-3.api.aws"
11207
+ },
11208
+ "il-central-1" : {
11209
+ "hostname" : "gameliftstreams.il-central-1.api.aws"
11210
+ },
11211
+ "me-central-1" : {
11212
+ "hostname" : "gameliftstreams.me-central-1.api.aws"
11213
+ },
11214
+ "me-south-1" : {
11215
+ "hostname" : "gameliftstreams.me-south-1.api.aws"
11216
+ },
11217
+ "mx-central-1" : {
11218
+ "hostname" : "gameliftstreams.mx-central-1.api.aws"
11219
+ },
11220
+ "sa-east-1" : {
11221
+ "hostname" : "gameliftstreams.sa-east-1.api.aws"
11222
+ },
11223
+ "us-east-1" : {
11224
+ "hostname" : "gameliftstreams.us-east-1.api.aws"
11225
+ },
11226
+ "us-east-2" : {
11227
+ "hostname" : "gameliftstreams.us-east-2.api.aws"
11228
+ },
11229
+ "us-west-1" : {
11230
+ "hostname" : "gameliftstreams.us-west-1.api.aws"
11231
+ },
11232
+ "us-west-2" : {
11233
+ "hostname" : "gameliftstreams.us-west-2.api.aws"
11234
+ }
11235
+ }
11236
+ },
10643
11237
  "geo" : {
10644
11238
  "endpoints" : {
10645
11239
  "ap-northeast-1" : { },
@@ -10832,6 +11426,12 @@
10832
11426
  "tags" : [ "dualstack" ]
10833
11427
  } ]
10834
11428
  },
11429
+ "ap-southeast-7" : {
11430
+ "variants" : [ {
11431
+ "hostname" : "glue.ap-southeast-7.api.aws",
11432
+ "tags" : [ "dualstack" ]
11433
+ } ]
11434
+ },
10835
11435
  "ca-central-1" : {
10836
11436
  "variants" : [ {
10837
11437
  "hostname" : "glue.ca-central-1.api.aws",
@@ -10938,6 +11538,12 @@
10938
11538
  "tags" : [ "dualstack" ]
10939
11539
  } ]
10940
11540
  },
11541
+ "mx-central-1" : {
11542
+ "variants" : [ {
11543
+ "hostname" : "glue.mx-central-1.api.aws",
11544
+ "tags" : [ "dualstack" ]
11545
+ } ]
11546
+ },
10941
11547
  "sa-east-1" : {
10942
11548
  "variants" : [ {
10943
11549
  "hostname" : "glue.sa-east-1.api.aws",
@@ -14123,6 +14729,7 @@
14123
14729
  "ap-southeast-3" : { },
14124
14730
  "ap-southeast-4" : { },
14125
14731
  "ap-southeast-5" : { },
14732
+ "ap-southeast-7" : { },
14126
14733
  "ca-central-1" : { },
14127
14734
  "ca-west-1" : { },
14128
14735
  "eu-central-1" : { },
@@ -14164,6 +14771,7 @@
14164
14771
  "il-central-1" : { },
14165
14772
  "me-central-1" : { },
14166
14773
  "me-south-1" : { },
14774
+ "mx-central-1" : { },
14167
14775
  "sa-east-1" : { },
14168
14776
  "us-east-1" : {
14169
14777
  "variants" : [ {
@@ -14204,6 +14812,7 @@
14204
14812
  "ap-southeast-2" : { },
14205
14813
  "ap-southeast-3" : { },
14206
14814
  "ap-southeast-4" : { },
14815
+ "ap-southeast-5" : { },
14207
14816
  "ca-central-1" : { },
14208
14817
  "ca-west-1" : { },
14209
14818
  "eu-central-1" : { },
@@ -16479,20 +17088,10 @@
16479
17088
  },
16480
17089
  "opsworks" : {
16481
17090
  "endpoints" : {
16482
- "ap-northeast-1" : { },
16483
- "ap-northeast-2" : { },
16484
- "ap-south-1" : { },
16485
17091
  "ap-southeast-1" : { },
16486
- "ap-southeast-2" : { },
16487
- "ca-central-1" : { },
16488
17092
  "eu-central-1" : { },
16489
17093
  "eu-west-1" : { },
16490
- "eu-west-2" : { },
16491
- "eu-west-3" : { },
16492
- "sa-east-1" : { },
16493
17094
  "us-east-1" : { },
16494
- "us-east-2" : { },
16495
- "us-west-1" : { },
16496
17095
  "us-west-2" : { }
16497
17096
  }
16498
17097
  },
@@ -17160,6 +17759,12 @@
17160
17759
  },
17161
17760
  "ca-central-1" : {
17162
17761
  "variants" : [ {
17762
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com",
17763
+ "tags" : [ "fips" ]
17764
+ }, {
17765
+ "hostname" : "polly-fips.ca-central-1.api.aws",
17766
+ "tags" : [ "dualstack", "fips" ]
17767
+ }, {
17163
17768
  "hostname" : "polly.ca-central-1.api.aws",
17164
17769
  "tags" : [ "dualstack" ]
17165
17770
  } ]
@@ -17200,6 +17805,13 @@
17200
17805
  "tags" : [ "dualstack" ]
17201
17806
  } ]
17202
17807
  },
17808
+ "fips-ca-central-1" : {
17809
+ "credentialScope" : {
17810
+ "region" : "ca-central-1"
17811
+ },
17812
+ "deprecated" : true,
17813
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com"
17814
+ },
17203
17815
  "fips-us-east-1" : {
17204
17816
  "credentialScope" : {
17205
17817
  "region" : "us-east-1"
@@ -17725,6 +18337,7 @@
17725
18337
  "eu-central-2" : { },
17726
18338
  "eu-north-1" : { },
17727
18339
  "eu-south-1" : { },
18340
+ "eu-south-2" : { },
17728
18341
  "eu-west-1" : { },
17729
18342
  "eu-west-2" : { },
17730
18343
  "eu-west-3" : { },
@@ -22767,34 +23380,147 @@
22767
23380
  "protocols" : [ "http", "https" ]
22768
23381
  },
22769
23382
  "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" : { },
23383
+ "af-south-1" : {
23384
+ "variants" : [ {
23385
+ "hostname" : "sns.af-south-1.api.aws",
23386
+ "tags" : [ "dualstack" ]
23387
+ } ]
23388
+ },
23389
+ "ap-east-1" : {
23390
+ "variants" : [ {
23391
+ "hostname" : "sns.ap-east-1.api.aws",
23392
+ "tags" : [ "dualstack" ]
23393
+ } ]
23394
+ },
23395
+ "ap-northeast-1" : {
23396
+ "variants" : [ {
23397
+ "hostname" : "sns.ap-northeast-1.api.aws",
23398
+ "tags" : [ "dualstack" ]
23399
+ } ]
23400
+ },
23401
+ "ap-northeast-2" : {
23402
+ "variants" : [ {
23403
+ "hostname" : "sns.ap-northeast-2.api.aws",
23404
+ "tags" : [ "dualstack" ]
23405
+ } ]
23406
+ },
23407
+ "ap-northeast-3" : {
23408
+ "variants" : [ {
23409
+ "hostname" : "sns.ap-northeast-3.api.aws",
23410
+ "tags" : [ "dualstack" ]
23411
+ } ]
23412
+ },
23413
+ "ap-south-1" : {
23414
+ "variants" : [ {
23415
+ "hostname" : "sns.ap-south-1.api.aws",
23416
+ "tags" : [ "dualstack" ]
23417
+ } ]
23418
+ },
23419
+ "ap-south-2" : {
23420
+ "variants" : [ {
23421
+ "hostname" : "sns.ap-south-2.api.aws",
23422
+ "tags" : [ "dualstack" ]
23423
+ } ]
23424
+ },
23425
+ "ap-southeast-1" : {
23426
+ "variants" : [ {
23427
+ "hostname" : "sns.ap-southeast-1.api.aws",
23428
+ "tags" : [ "dualstack" ]
23429
+ } ]
23430
+ },
23431
+ "ap-southeast-2" : {
23432
+ "variants" : [ {
23433
+ "hostname" : "sns.ap-southeast-2.api.aws",
23434
+ "tags" : [ "dualstack" ]
23435
+ } ]
23436
+ },
23437
+ "ap-southeast-3" : {
23438
+ "variants" : [ {
23439
+ "hostname" : "sns.ap-southeast-3.api.aws",
23440
+ "tags" : [ "dualstack" ]
23441
+ } ]
23442
+ },
23443
+ "ap-southeast-4" : {
23444
+ "variants" : [ {
23445
+ "hostname" : "sns.ap-southeast-4.api.aws",
23446
+ "tags" : [ "dualstack" ]
23447
+ } ]
23448
+ },
23449
+ "ap-southeast-5" : {
23450
+ "variants" : [ {
23451
+ "hostname" : "sns.ap-southeast-5.api.aws",
23452
+ "tags" : [ "dualstack" ]
23453
+ } ]
23454
+ },
23455
+ "ap-southeast-7" : {
23456
+ "variants" : [ {
23457
+ "hostname" : "sns.ap-southeast-7.api.aws",
23458
+ "tags" : [ "dualstack" ]
23459
+ } ]
23460
+ },
23461
+ "ca-central-1" : {
23462
+ "variants" : [ {
23463
+ "hostname" : "sns.ca-central-1.api.aws",
23464
+ "tags" : [ "dualstack" ]
23465
+ } ]
23466
+ },
22784
23467
  "ca-west-1" : {
22785
23468
  "variants" : [ {
22786
23469
  "hostname" : "sns-fips.ca-west-1.amazonaws.com",
22787
23470
  "tags" : [ "fips" ]
23471
+ }, {
23472
+ "hostname" : "sns.ca-west-1.api.aws",
23473
+ "tags" : [ "dualstack" ]
23474
+ } ]
23475
+ },
23476
+ "eu-central-1" : {
23477
+ "variants" : [ {
23478
+ "hostname" : "sns.eu-central-1.api.aws",
23479
+ "tags" : [ "dualstack" ]
23480
+ } ]
23481
+ },
23482
+ "eu-central-2" : {
23483
+ "variants" : [ {
23484
+ "hostname" : "sns.eu-central-2.api.aws",
23485
+ "tags" : [ "dualstack" ]
23486
+ } ]
23487
+ },
23488
+ "eu-north-1" : {
23489
+ "variants" : [ {
23490
+ "hostname" : "sns.eu-north-1.api.aws",
23491
+ "tags" : [ "dualstack" ]
23492
+ } ]
23493
+ },
23494
+ "eu-south-1" : {
23495
+ "variants" : [ {
23496
+ "hostname" : "sns.eu-south-1.api.aws",
23497
+ "tags" : [ "dualstack" ]
23498
+ } ]
23499
+ },
23500
+ "eu-south-2" : {
23501
+ "variants" : [ {
23502
+ "hostname" : "sns.eu-south-2.api.aws",
23503
+ "tags" : [ "dualstack" ]
23504
+ } ]
23505
+ },
23506
+ "eu-west-1" : {
23507
+ "variants" : [ {
23508
+ "hostname" : "sns.eu-west-1.api.aws",
23509
+ "tags" : [ "dualstack" ]
23510
+ } ]
23511
+ },
23512
+ "eu-west-2" : {
23513
+ "variants" : [ {
23514
+ "hostname" : "sns.eu-west-2.api.aws",
23515
+ "tags" : [ "dualstack" ]
23516
+ } ]
23517
+ },
23518
+ "eu-west-3" : {
23519
+ "variants" : [ {
23520
+ "hostname" : "sns.eu-west-3.api.aws",
23521
+ "tags" : [ "dualstack" ]
22788
23522
  } ]
22789
23523
  },
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
23524
  "fips-ca-west-1" : {
22799
23525
  "credentialScope" : {
22800
23526
  "region" : "ca-west-1"
@@ -22830,33 +23556,70 @@
22830
23556
  "deprecated" : true,
22831
23557
  "hostname" : "sns-fips.us-west-2.amazonaws.com"
22832
23558
  },
22833
- "il-central-1" : { },
22834
- "me-central-1" : { },
22835
- "me-south-1" : { },
22836
- "mx-central-1" : { },
22837
- "sa-east-1" : { },
23559
+ "il-central-1" : {
23560
+ "variants" : [ {
23561
+ "hostname" : "sns.il-central-1.api.aws",
23562
+ "tags" : [ "dualstack" ]
23563
+ } ]
23564
+ },
23565
+ "me-central-1" : {
23566
+ "variants" : [ {
23567
+ "hostname" : "sns.me-central-1.api.aws",
23568
+ "tags" : [ "dualstack" ]
23569
+ } ]
23570
+ },
23571
+ "me-south-1" : {
23572
+ "variants" : [ {
23573
+ "hostname" : "sns.me-south-1.api.aws",
23574
+ "tags" : [ "dualstack" ]
23575
+ } ]
23576
+ },
23577
+ "mx-central-1" : {
23578
+ "variants" : [ {
23579
+ "hostname" : "sns.mx-central-1.api.aws",
23580
+ "tags" : [ "dualstack" ]
23581
+ } ]
23582
+ },
23583
+ "sa-east-1" : {
23584
+ "variants" : [ {
23585
+ "hostname" : "sns.sa-east-1.api.aws",
23586
+ "tags" : [ "dualstack" ]
23587
+ } ]
23588
+ },
22838
23589
  "us-east-1" : {
22839
23590
  "variants" : [ {
22840
23591
  "hostname" : "sns-fips.us-east-1.amazonaws.com",
22841
23592
  "tags" : [ "fips" ]
23593
+ }, {
23594
+ "hostname" : "sns.us-east-1.api.aws",
23595
+ "tags" : [ "dualstack" ]
22842
23596
  } ]
22843
23597
  },
22844
23598
  "us-east-2" : {
22845
23599
  "variants" : [ {
22846
23600
  "hostname" : "sns-fips.us-east-2.amazonaws.com",
22847
23601
  "tags" : [ "fips" ]
23602
+ }, {
23603
+ "hostname" : "sns.us-east-2.api.aws",
23604
+ "tags" : [ "dualstack" ]
22848
23605
  } ]
22849
23606
  },
22850
23607
  "us-west-1" : {
22851
23608
  "variants" : [ {
22852
23609
  "hostname" : "sns-fips.us-west-1.amazonaws.com",
22853
23610
  "tags" : [ "fips" ]
23611
+ }, {
23612
+ "hostname" : "sns.us-west-1.api.aws",
23613
+ "tags" : [ "dualstack" ]
22854
23614
  } ]
22855
23615
  },
22856
23616
  "us-west-2" : {
22857
23617
  "variants" : [ {
22858
23618
  "hostname" : "sns-fips.us-west-2.amazonaws.com",
22859
23619
  "tags" : [ "fips" ]
23620
+ }, {
23621
+ "hostname" : "sns.us-west-2.api.aws",
23622
+ "tags" : [ "dualstack" ]
22860
23623
  } ]
22861
23624
  }
22862
23625
  }
@@ -23152,22 +23915,78 @@
23152
23915
  },
23153
23916
  "ssm-incidents" : {
23154
23917
  "endpoints" : {
23155
- "ap-northeast-1" : { },
23156
- "ap-northeast-2" : { },
23157
- "ap-south-1" : { },
23158
- "ap-southeast-1" : { },
23159
- "ap-southeast-2" : { },
23918
+ "ap-northeast-1" : {
23919
+ "variants" : [ {
23920
+ "hostname" : "ssm-incidents.ap-northeast-1.api.aws",
23921
+ "tags" : [ "dualstack" ]
23922
+ } ]
23923
+ },
23924
+ "ap-northeast-2" : {
23925
+ "variants" : [ {
23926
+ "hostname" : "ssm-incidents.ap-northeast-2.api.aws",
23927
+ "tags" : [ "dualstack" ]
23928
+ } ]
23929
+ },
23930
+ "ap-south-1" : {
23931
+ "variants" : [ {
23932
+ "hostname" : "ssm-incidents.ap-south-1.api.aws",
23933
+ "tags" : [ "dualstack" ]
23934
+ } ]
23935
+ },
23936
+ "ap-southeast-1" : {
23937
+ "variants" : [ {
23938
+ "hostname" : "ssm-incidents.ap-southeast-1.api.aws",
23939
+ "tags" : [ "dualstack" ]
23940
+ } ]
23941
+ },
23942
+ "ap-southeast-2" : {
23943
+ "variants" : [ {
23944
+ "hostname" : "ssm-incidents.ap-southeast-2.api.aws",
23945
+ "tags" : [ "dualstack" ]
23946
+ } ]
23947
+ },
23160
23948
  "ca-central-1" : {
23161
23949
  "variants" : [ {
23162
23950
  "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com",
23163
23951
  "tags" : [ "fips" ]
23952
+ }, {
23953
+ "hostname" : "ssm-incidents-fips.ca-central-1.api.aws",
23954
+ "tags" : [ "dualstack", "fips" ]
23955
+ }, {
23956
+ "hostname" : "ssm-incidents.ca-central-1.api.aws",
23957
+ "tags" : [ "dualstack" ]
23958
+ } ]
23959
+ },
23960
+ "eu-central-1" : {
23961
+ "variants" : [ {
23962
+ "hostname" : "ssm-incidents.eu-central-1.api.aws",
23963
+ "tags" : [ "dualstack" ]
23964
+ } ]
23965
+ },
23966
+ "eu-north-1" : {
23967
+ "variants" : [ {
23968
+ "hostname" : "ssm-incidents.eu-north-1.api.aws",
23969
+ "tags" : [ "dualstack" ]
23970
+ } ]
23971
+ },
23972
+ "eu-west-1" : {
23973
+ "variants" : [ {
23974
+ "hostname" : "ssm-incidents.eu-west-1.api.aws",
23975
+ "tags" : [ "dualstack" ]
23976
+ } ]
23977
+ },
23978
+ "eu-west-2" : {
23979
+ "variants" : [ {
23980
+ "hostname" : "ssm-incidents.eu-west-2.api.aws",
23981
+ "tags" : [ "dualstack" ]
23982
+ } ]
23983
+ },
23984
+ "eu-west-3" : {
23985
+ "variants" : [ {
23986
+ "hostname" : "ssm-incidents.eu-west-3.api.aws",
23987
+ "tags" : [ "dualstack" ]
23164
23988
  } ]
23165
23989
  },
23166
- "eu-central-1" : { },
23167
- "eu-north-1" : { },
23168
- "eu-west-1" : { },
23169
- "eu-west-2" : { },
23170
- "eu-west-3" : { },
23171
23990
  "fips-ca-central-1" : {
23172
23991
  "credentialScope" : {
23173
23992
  "region" : "ca-central-1"
@@ -23203,29 +24022,58 @@
23203
24022
  "deprecated" : true,
23204
24023
  "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com"
23205
24024
  },
23206
- "sa-east-1" : { },
24025
+ "sa-east-1" : {
24026
+ "variants" : [ {
24027
+ "hostname" : "ssm-incidents.sa-east-1.api.aws",
24028
+ "tags" : [ "dualstack" ]
24029
+ } ]
24030
+ },
23207
24031
  "us-east-1" : {
23208
24032
  "variants" : [ {
23209
24033
  "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com",
23210
24034
  "tags" : [ "fips" ]
24035
+ }, {
24036
+ "hostname" : "ssm-incidents-fips.us-east-1.api.aws",
24037
+ "tags" : [ "dualstack", "fips" ]
24038
+ }, {
24039
+ "hostname" : "ssm-incidents.us-east-1.api.aws",
24040
+ "tags" : [ "dualstack" ]
23211
24041
  } ]
23212
24042
  },
23213
24043
  "us-east-2" : {
23214
24044
  "variants" : [ {
23215
24045
  "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com",
23216
24046
  "tags" : [ "fips" ]
24047
+ }, {
24048
+ "hostname" : "ssm-incidents-fips.us-east-2.api.aws",
24049
+ "tags" : [ "dualstack", "fips" ]
24050
+ }, {
24051
+ "hostname" : "ssm-incidents.us-east-2.api.aws",
24052
+ "tags" : [ "dualstack" ]
23217
24053
  } ]
23218
24054
  },
23219
24055
  "us-west-1" : {
23220
24056
  "variants" : [ {
23221
24057
  "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com",
23222
24058
  "tags" : [ "fips" ]
24059
+ }, {
24060
+ "hostname" : "ssm-incidents-fips.us-west-1.api.aws",
24061
+ "tags" : [ "dualstack", "fips" ]
24062
+ }, {
24063
+ "hostname" : "ssm-incidents.us-west-1.api.aws",
24064
+ "tags" : [ "dualstack" ]
23223
24065
  } ]
23224
24066
  },
23225
24067
  "us-west-2" : {
23226
24068
  "variants" : [ {
23227
24069
  "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com",
23228
24070
  "tags" : [ "fips" ]
24071
+ }, {
24072
+ "hostname" : "ssm-incidents-fips.us-west-2.api.aws",
24073
+ "tags" : [ "dualstack", "fips" ]
24074
+ }, {
24075
+ "hostname" : "ssm-incidents.us-west-2.api.aws",
24076
+ "tags" : [ "dualstack" ]
23229
24077
  } ]
23230
24078
  }
23231
24079
  }
@@ -23595,8 +24443,18 @@
23595
24443
  "ap-southeast-4" : { },
23596
24444
  "ap-southeast-5" : { },
23597
24445
  "ap-southeast-7" : { },
23598
- "ca-central-1" : { },
23599
- "ca-west-1" : { },
24446
+ "ca-central-1" : {
24447
+ "variants" : [ {
24448
+ "hostname" : "states-fips.ca-central-1.amazonaws.com",
24449
+ "tags" : [ "fips" ]
24450
+ } ]
24451
+ },
24452
+ "ca-west-1" : {
24453
+ "variants" : [ {
24454
+ "hostname" : "states-fips.ca-west-1.amazonaws.com",
24455
+ "tags" : [ "fips" ]
24456
+ } ]
24457
+ },
23600
24458
  "eu-central-1" : { },
23601
24459
  "eu-central-2" : { },
23602
24460
  "eu-north-1" : { },
@@ -23605,6 +24463,20 @@
23605
24463
  "eu-west-1" : { },
23606
24464
  "eu-west-2" : { },
23607
24465
  "eu-west-3" : { },
24466
+ "fips-ca-central-1" : {
24467
+ "credentialScope" : {
24468
+ "region" : "ca-central-1"
24469
+ },
24470
+ "deprecated" : true,
24471
+ "hostname" : "states-fips.ca-central-1.amazonaws.com"
24472
+ },
24473
+ "fips-ca-west-1" : {
24474
+ "credentialScope" : {
24475
+ "region" : "ca-west-1"
24476
+ },
24477
+ "deprecated" : true,
24478
+ "hostname" : "states-fips.ca-west-1.amazonaws.com"
24479
+ },
23608
24480
  "fips-us-east-1" : {
23609
24481
  "credentialScope" : {
23610
24482
  "region" : "us-east-1"
@@ -23678,6 +24550,7 @@
23678
24550
  "ap-southeast-3" : { },
23679
24551
  "ap-southeast-4" : { },
23680
24552
  "ap-southeast-5" : { },
24553
+ "ap-southeast-7" : { },
23681
24554
  "ca-central-1" : {
23682
24555
  "variants" : [ {
23683
24556
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -25953,6 +26826,16 @@
25953
26826
  "tags" : [ "fips" ]
25954
26827
  } ]
25955
26828
  },
26829
+ "ap-southeast-7" : {
26830
+ "credentialScope" : {
26831
+ "region" : "ap-southeast-7"
26832
+ },
26833
+ "hostname" : "wafv2.ap-southeast-7.amazonaws.com",
26834
+ "variants" : [ {
26835
+ "hostname" : "wafv2-fips.ap-southeast-7.amazonaws.com",
26836
+ "tags" : [ "fips" ]
26837
+ } ]
26838
+ },
25956
26839
  "ca-central-1" : {
25957
26840
  "credentialScope" : {
25958
26841
  "region" : "ca-central-1"
@@ -26137,6 +27020,13 @@
26137
27020
  "deprecated" : true,
26138
27021
  "hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
26139
27022
  },
27023
+ "fips-ap-southeast-7" : {
27024
+ "credentialScope" : {
27025
+ "region" : "ap-southeast-7"
27026
+ },
27027
+ "deprecated" : true,
27028
+ "hostname" : "wafv2-fips.ap-southeast-7.amazonaws.com"
27029
+ },
26140
27030
  "fips-ca-central-1" : {
26141
27031
  "credentialScope" : {
26142
27032
  "region" : "ca-central-1"
@@ -26228,6 +27118,13 @@
26228
27118
  "deprecated" : true,
26229
27119
  "hostname" : "wafv2-fips.me-south-1.amazonaws.com"
26230
27120
  },
27121
+ "fips-mx-central-1" : {
27122
+ "credentialScope" : {
27123
+ "region" : "mx-central-1"
27124
+ },
27125
+ "deprecated" : true,
27126
+ "hostname" : "wafv2-fips.mx-central-1.amazonaws.com"
27127
+ },
26231
27128
  "fips-sa-east-1" : {
26232
27129
  "credentialScope" : {
26233
27130
  "region" : "sa-east-1"
@@ -26293,6 +27190,16 @@
26293
27190
  "tags" : [ "fips" ]
26294
27191
  } ]
26295
27192
  },
27193
+ "mx-central-1" : {
27194
+ "credentialScope" : {
27195
+ "region" : "mx-central-1"
27196
+ },
27197
+ "hostname" : "wafv2.mx-central-1.amazonaws.com",
27198
+ "variants" : [ {
27199
+ "hostname" : "wafv2-fips.mx-central-1.amazonaws.com",
27200
+ "tags" : [ "fips" ]
27201
+ } ]
27202
+ },
26296
27203
  "sa-east-1" : {
26297
27204
  "credentialScope" : {
26298
27205
  "region" : "sa-east-1"
@@ -26653,8 +27560,18 @@
26653
27560
  "services" : {
26654
27561
  "access-analyzer" : {
26655
27562
  "endpoints" : {
26656
- "cn-north-1" : { },
26657
- "cn-northwest-1" : { }
27563
+ "cn-north-1" : {
27564
+ "variants" : [ {
27565
+ "hostname" : "access-analyzer.cn-north-1.api.amazonwebservices.com.cn",
27566
+ "tags" : [ "dualstack" ]
27567
+ } ]
27568
+ },
27569
+ "cn-northwest-1" : {
27570
+ "variants" : [ {
27571
+ "hostname" : "access-analyzer.cn-northwest-1.api.amazonwebservices.com.cn",
27572
+ "tags" : [ "dualstack" ]
27573
+ } ]
27574
+ }
26658
27575
  }
26659
27576
  },
26660
27577
  "account" : {
@@ -26790,8 +27707,18 @@
26790
27707
  },
26791
27708
  "applicationinsights" : {
26792
27709
  "endpoints" : {
26793
- "cn-north-1" : { },
26794
- "cn-northwest-1" : { }
27710
+ "cn-north-1" : {
27711
+ "credentialScope" : {
27712
+ "region" : "cn-north-1"
27713
+ },
27714
+ "hostname" : "applicationinsights.cn-north-1.amazonaws.com.cn"
27715
+ },
27716
+ "cn-northwest-1" : {
27717
+ "credentialScope" : {
27718
+ "region" : "cn-northwest-1"
27719
+ },
27720
+ "hostname" : "applicationinsights.cn-northwest-1.amazonaws.com.cn"
27721
+ }
26795
27722
  }
26796
27723
  },
26797
27724
  "appmesh" : {
@@ -27342,6 +28269,24 @@
27342
28269
  "cn-northwest-1" : { }
27343
28270
  }
27344
28271
  },
28272
+ "gameliftstreams" : {
28273
+ "defaults" : {
28274
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
28275
+ "variants" : [ {
28276
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
28277
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
28278
+ "tags" : [ "fips" ]
28279
+ } ]
28280
+ },
28281
+ "endpoints" : {
28282
+ "cn-north-1" : {
28283
+ "hostname" : "gameliftstreams.cn-north-1.api.amazonwebservices.com.cn"
28284
+ },
28285
+ "cn-northwest-1" : {
28286
+ "hostname" : "gameliftstreams.cn-northwest-1.api.amazonwebservices.com.cn"
28287
+ }
28288
+ }
28289
+ },
27345
28290
  "glacier" : {
27346
28291
  "defaults" : {
27347
28292
  "protocols" : [ "http", "https" ]
@@ -27611,6 +28556,16 @@
27611
28556
  "cn-northwest-1" : { }
27612
28557
  }
27613
28558
  },
28559
+ "metering.marketplace" : {
28560
+ "defaults" : {
28561
+ "credentialScope" : {
28562
+ "service" : "aws-marketplace"
28563
+ }
28564
+ },
28565
+ "endpoints" : {
28566
+ "cn-northwest-1" : { }
28567
+ }
28568
+ },
27614
28569
  "metrics.sagemaker" : {
27615
28570
  "endpoints" : {
27616
28571
  "cn-north-1" : { },
@@ -28076,8 +29031,18 @@
28076
29031
  "protocols" : [ "http", "https" ]
28077
29032
  },
28078
29033
  "endpoints" : {
28079
- "cn-north-1" : { },
28080
- "cn-northwest-1" : { }
29034
+ "cn-north-1" : {
29035
+ "variants" : [ {
29036
+ "hostname" : "sns.cn-north-1.api.amazonwebservices.com.cn",
29037
+ "tags" : [ "dualstack" ]
29038
+ } ]
29039
+ },
29040
+ "cn-northwest-1" : {
29041
+ "variants" : [ {
29042
+ "hostname" : "sns.cn-northwest-1.api.amazonwebservices.com.cn",
29043
+ "tags" : [ "dualstack" ]
29044
+ } ]
29045
+ }
28081
29046
  }
28082
29047
  },
28083
29048
  "sqs" : {
@@ -28350,6 +29315,12 @@
28350
29315
  "variants" : [ {
28351
29316
  "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
28352
29317
  "tags" : [ "fips" ]
29318
+ }, {
29319
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
29320
+ "tags" : [ "dualstack" ]
29321
+ }, {
29322
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
29323
+ "tags" : [ "dualstack", "fips" ]
28353
29324
  } ]
28354
29325
  },
28355
29326
  "us-gov-east-1-fips" : {
@@ -28367,6 +29338,12 @@
28367
29338
  "variants" : [ {
28368
29339
  "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
28369
29340
  "tags" : [ "fips" ]
29341
+ }, {
29342
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
29343
+ "tags" : [ "dualstack" ]
29344
+ }, {
29345
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
29346
+ "tags" : [ "dualstack", "fips" ]
28370
29347
  } ]
28371
29348
  },
28372
29349
  "us-gov-west-1-fips" : {
@@ -28452,6 +29429,12 @@
28452
29429
  "variants" : [ {
28453
29430
  "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com",
28454
29431
  "tags" : [ "fips" ]
29432
+ }, {
29433
+ "hostname" : "detective-fips.us-gov-east-1.api.aws",
29434
+ "tags" : [ "dualstack", "fips" ]
29435
+ }, {
29436
+ "hostname" : "detective.us-gov-east-1.api.aws",
29437
+ "tags" : [ "dualstack" ]
28455
29438
  } ]
28456
29439
  },
28457
29440
  "us-gov-east-1-fips" : {
@@ -28465,6 +29448,12 @@
28465
29448
  "variants" : [ {
28466
29449
  "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com",
28467
29450
  "tags" : [ "fips" ]
29451
+ }, {
29452
+ "hostname" : "detective-fips.us-gov-west-1.api.aws",
29453
+ "tags" : [ "dualstack", "fips" ]
29454
+ }, {
29455
+ "hostname" : "detective.us-gov-west-1.api.aws",
29456
+ "tags" : [ "dualstack" ]
28468
29457
  } ]
28469
29458
  },
28470
29459
  "us-gov-west-1-fips" : {
@@ -28574,7 +29563,19 @@
28574
29563
  } ]
28575
29564
  },
28576
29565
  "endpoints" : {
28577
- "us-gov-east-1" : { },
29566
+ "us-gov-east-1" : {
29567
+ "variants" : [ {
29568
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com",
29569
+ "tags" : [ "fips" ]
29570
+ } ]
29571
+ },
29572
+ "us-gov-east-1-fips" : {
29573
+ "credentialScope" : {
29574
+ "region" : "us-gov-east-1"
29575
+ },
29576
+ "deprecated" : true,
29577
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com"
29578
+ },
28578
29579
  "us-gov-west-1" : {
28579
29580
  "variants" : [ {
28580
29581
  "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
@@ -29355,6 +30356,12 @@
29355
30356
  "deprecated" : true,
29356
30357
  "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
29357
30358
  },
30359
+ "us-gov-east-1" : {
30360
+ "variants" : [ {
30361
+ "hostname" : "cognito-identity.us-gov-east-1.amazonaws.com",
30362
+ "tags" : [ "dualstack" ]
30363
+ } ]
30364
+ },
29358
30365
  "us-gov-west-1" : {
29359
30366
  "variants" : [ {
29360
30367
  "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
@@ -29378,6 +30385,12 @@
29378
30385
  "deprecated" : true,
29379
30386
  "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
29380
30387
  },
30388
+ "us-gov-east-1" : {
30389
+ "variants" : [ {
30390
+ "hostname" : "cognito-idp.us-gov-east-1.amazonaws.com",
30391
+ "tags" : [ "dualstack" ]
30392
+ } ]
30393
+ },
29381
30394
  "us-gov-west-1" : {
29382
30395
  "variants" : [ {
29383
30396
  "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
@@ -30522,6 +31535,24 @@
30522
31535
  }
30523
31536
  }
30524
31537
  },
31538
+ "gameliftstreams" : {
31539
+ "defaults" : {
31540
+ "dnsSuffix" : "api.aws",
31541
+ "variants" : [ {
31542
+ "dnsSuffix" : "api.aws",
31543
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
31544
+ "tags" : [ "fips" ]
31545
+ } ]
31546
+ },
31547
+ "endpoints" : {
31548
+ "us-gov-east-1" : {
31549
+ "hostname" : "gameliftstreams.us-gov-east-1.api.aws"
31550
+ },
31551
+ "us-gov-west-1" : {
31552
+ "hostname" : "gameliftstreams.us-gov-west-1.api.aws"
31553
+ }
31554
+ }
31555
+ },
30525
31556
  "geo" : {
30526
31557
  "endpoints" : {
30527
31558
  "fips-us-gov-west-1" : {
@@ -33856,6 +34887,18 @@
33856
34887
  "isRegionalized" : false,
33857
34888
  "partitionEndpoint" : "aws-iso-global"
33858
34889
  },
34890
+ "ce" : {
34891
+ "endpoints" : {
34892
+ "aws-iso-global" : {
34893
+ "credentialScope" : {
34894
+ "region" : "us-iso-east-1"
34895
+ },
34896
+ "hostname" : "ce.us-iso-east-1.c2s.ic.gov"
34897
+ }
34898
+ },
34899
+ "isRegionalized" : false,
34900
+ "partitionEndpoint" : "aws-iso-global"
34901
+ },
33859
34902
  "cloudcontrolapi" : {
33860
34903
  "endpoints" : {
33861
34904
  "us-iso-east-1" : { },
@@ -34407,6 +35450,16 @@
34407
35450
  "us-iso-east-1" : { }
34408
35451
  }
34409
35452
  },
35453
+ "pi" : {
35454
+ "endpoints" : {
35455
+ "us-iso-east-1" : {
35456
+ "protocols" : [ "https" ]
35457
+ },
35458
+ "us-iso-west-1" : {
35459
+ "protocols" : [ "https" ]
35460
+ }
35461
+ }
35462
+ },
34410
35463
  "ram" : {
34411
35464
  "endpoints" : {
34412
35465
  "us-iso-east-1" : { },
@@ -34651,8 +35704,22 @@
34651
35704
  },
34652
35705
  "secretsmanager" : {
34653
35706
  "endpoints" : {
34654
- "us-iso-east-1" : { },
34655
- "us-iso-west-1" : { }
35707
+ "us-iso-east-1" : {
35708
+ "variants" : [ {
35709
+ "tags" : [ "fips" ]
35710
+ } ]
35711
+ },
35712
+ "us-iso-east-1-fips" : {
35713
+ "deprecated" : true
35714
+ },
35715
+ "us-iso-west-1" : {
35716
+ "variants" : [ {
35717
+ "tags" : [ "fips" ]
35718
+ } ]
35719
+ },
35720
+ "us-iso-west-1-fips" : {
35721
+ "deprecated" : true
35722
+ }
34656
35723
  }
34657
35724
  },
34658
35725
  "snowball" : {
@@ -34685,8 +35752,32 @@
34685
35752
  },
34686
35753
  "states" : {
34687
35754
  "endpoints" : {
34688
- "us-iso-east-1" : { },
34689
- "us-iso-west-1" : { }
35755
+ "fips-us-iso-east-1" : {
35756
+ "credentialScope" : {
35757
+ "region" : "us-iso-east-1"
35758
+ },
35759
+ "deprecated" : true,
35760
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov"
35761
+ },
35762
+ "fips-us-iso-west-1" : {
35763
+ "credentialScope" : {
35764
+ "region" : "us-iso-west-1"
35765
+ },
35766
+ "deprecated" : true,
35767
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov"
35768
+ },
35769
+ "us-iso-east-1" : {
35770
+ "variants" : [ {
35771
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov",
35772
+ "tags" : [ "fips" ]
35773
+ } ]
35774
+ },
35775
+ "us-iso-west-1" : {
35776
+ "variants" : [ {
35777
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov",
35778
+ "tags" : [ "fips" ]
35779
+ } ]
35780
+ }
34690
35781
  }
34691
35782
  },
34692
35783
  "streams.dynamodb" : {
@@ -34811,8 +35902,32 @@
34811
35902
  },
34812
35903
  "workspaces" : {
34813
35904
  "endpoints" : {
34814
- "us-iso-east-1" : { },
34815
- "us-iso-west-1" : { }
35905
+ "fips-us-iso-east-1" : {
35906
+ "credentialScope" : {
35907
+ "region" : "us-iso-east-1"
35908
+ },
35909
+ "deprecated" : true,
35910
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov"
35911
+ },
35912
+ "fips-us-iso-west-1" : {
35913
+ "credentialScope" : {
35914
+ "region" : "us-iso-west-1"
35915
+ },
35916
+ "deprecated" : true,
35917
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov"
35918
+ },
35919
+ "us-iso-east-1" : {
35920
+ "variants" : [ {
35921
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov",
35922
+ "tags" : [ "fips" ]
35923
+ } ]
35924
+ },
35925
+ "us-iso-west-1" : {
35926
+ "variants" : [ {
35927
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov",
35928
+ "tags" : [ "fips" ]
35929
+ } ]
35930
+ }
34816
35931
  }
34817
35932
  }
34818
35933
  }
@@ -34916,6 +36031,18 @@
34916
36031
  "isRegionalized" : false,
34917
36032
  "partitionEndpoint" : "aws-iso-b-global"
34918
36033
  },
36034
+ "ce" : {
36035
+ "endpoints" : {
36036
+ "aws-iso-b-global" : {
36037
+ "credentialScope" : {
36038
+ "region" : "us-isob-east-1"
36039
+ },
36040
+ "hostname" : "ce.us-isob-east-1.sc2s.sgov.gov"
36041
+ }
36042
+ },
36043
+ "isRegionalized" : false,
36044
+ "partitionEndpoint" : "aws-iso-b-global"
36045
+ },
34919
36046
  "cloudcontrolapi" : {
34920
36047
  "endpoints" : {
34921
36048
  "us-isob-east-1" : { }
@@ -35416,7 +36543,14 @@
35416
36543
  },
35417
36544
  "secretsmanager" : {
35418
36545
  "endpoints" : {
35419
- "us-isob-east-1" : { }
36546
+ "us-isob-east-1" : {
36547
+ "variants" : [ {
36548
+ "tags" : [ "fips" ]
36549
+ } ]
36550
+ },
36551
+ "us-isob-east-1-fips" : {
36552
+ "deprecated" : true
36553
+ }
35420
36554
  }
35421
36555
  },
35422
36556
  "snowball" : {
@@ -35448,7 +36582,19 @@
35448
36582
  },
35449
36583
  "states" : {
35450
36584
  "endpoints" : {
35451
- "us-isob-east-1" : { }
36585
+ "fips-us-isob-east-1" : {
36586
+ "credentialScope" : {
36587
+ "region" : "us-isob-east-1"
36588
+ },
36589
+ "deprecated" : true,
36590
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov"
36591
+ },
36592
+ "us-isob-east-1" : {
36593
+ "variants" : [ {
36594
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
36595
+ "tags" : [ "fips" ]
36596
+ } ]
36597
+ }
35452
36598
  }
35453
36599
  },
35454
36600
  "storagegateway" : {
@@ -35531,7 +36677,19 @@
35531
36677
  },
35532
36678
  "workspaces" : {
35533
36679
  "endpoints" : {
35534
- "us-isob-east-1" : { }
36680
+ "fips-us-isob-east-1" : {
36681
+ "credentialScope" : {
36682
+ "region" : "us-isob-east-1"
36683
+ },
36684
+ "deprecated" : true,
36685
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov"
36686
+ },
36687
+ "us-isob-east-1" : {
36688
+ "variants" : [ {
36689
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov",
36690
+ "tags" : [ "fips" ]
36691
+ } ]
36692
+ }
35535
36693
  }
35536
36694
  },
35537
36695
  "xray" : {
@@ -35587,8 +36745,18 @@
35587
36745
  "services" : {
35588
36746
  "access-analyzer" : {
35589
36747
  "endpoints" : {
35590
- "us-isof-east-1" : { },
35591
- "us-isof-south-1" : { }
36748
+ "us-isof-east-1" : {
36749
+ "variants" : [ {
36750
+ "hostname" : "access-analyzer.us-isof-east-1.api.aws.hci.ic.gov",
36751
+ "tags" : [ "dualstack" ]
36752
+ } ]
36753
+ },
36754
+ "us-isof-south-1" : {
36755
+ "variants" : [ {
36756
+ "hostname" : "access-analyzer.us-isof-south-1.api.aws.hci.ic.gov",
36757
+ "tags" : [ "dualstack" ]
36758
+ } ]
36759
+ }
35592
36760
  }
35593
36761
  },
35594
36762
  "acm" : {
@@ -35710,6 +36878,24 @@
35710
36878
  "isRegionalized" : false,
35711
36879
  "partitionEndpoint" : "aws-iso-f-global"
35712
36880
  },
36881
+ "ce" : {
36882
+ "endpoints" : {
36883
+ "aws-iso-f-global" : {
36884
+ "credentialScope" : {
36885
+ "region" : "us-isof-south-1"
36886
+ },
36887
+ "hostname" : "ce.us-isof-south-1.csp.hci.ic.gov"
36888
+ }
36889
+ },
36890
+ "isRegionalized" : false,
36891
+ "partitionEndpoint" : "aws-iso-f-global"
36892
+ },
36893
+ "cloudcontrolapi" : {
36894
+ "endpoints" : {
36895
+ "us-isof-east-1" : { },
36896
+ "us-isof-south-1" : { }
36897
+ }
36898
+ },
35713
36899
  "cloudformation" : {
35714
36900
  "endpoints" : {
35715
36901
  "us-isof-east-1" : { },