aws-partitions 1.1063.0 → 1.1072.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +45 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +978 -128
  5. metadata +2 -2
data/partitions.json CHANGED
@@ -123,39 +123,156 @@
123
123
  "services" : {
124
124
  "access-analyzer" : {
125
125
  "endpoints" : {
126
- "af-south-1" : { },
127
- "ap-east-1" : { },
128
- "ap-northeast-1" : { },
129
- "ap-northeast-2" : { },
130
- "ap-northeast-3" : { },
131
- "ap-south-1" : { },
132
- "ap-south-2" : { },
133
- "ap-southeast-1" : { },
134
- "ap-southeast-2" : { },
135
- "ap-southeast-3" : { },
136
- "ap-southeast-4" : { },
137
- "ap-southeast-5" : { },
138
- "ap-southeast-7" : { },
126
+ "af-south-1" : {
127
+ "variants" : [ {
128
+ "hostname" : "access-analyzer.af-south-1.api.aws",
129
+ "tags" : [ "dualstack" ]
130
+ } ]
131
+ },
132
+ "ap-east-1" : {
133
+ "variants" : [ {
134
+ "hostname" : "access-analyzer.ap-east-1.api.aws",
135
+ "tags" : [ "dualstack" ]
136
+ } ]
137
+ },
138
+ "ap-northeast-1" : {
139
+ "variants" : [ {
140
+ "hostname" : "access-analyzer.ap-northeast-1.api.aws",
141
+ "tags" : [ "dualstack" ]
142
+ } ]
143
+ },
144
+ "ap-northeast-2" : {
145
+ "variants" : [ {
146
+ "hostname" : "access-analyzer.ap-northeast-2.api.aws",
147
+ "tags" : [ "dualstack" ]
148
+ } ]
149
+ },
150
+ "ap-northeast-3" : {
151
+ "variants" : [ {
152
+ "hostname" : "access-analyzer.ap-northeast-3.api.aws",
153
+ "tags" : [ "dualstack" ]
154
+ } ]
155
+ },
156
+ "ap-south-1" : {
157
+ "variants" : [ {
158
+ "hostname" : "access-analyzer.ap-south-1.api.aws",
159
+ "tags" : [ "dualstack" ]
160
+ } ]
161
+ },
162
+ "ap-south-2" : {
163
+ "variants" : [ {
164
+ "hostname" : "access-analyzer.ap-south-2.api.aws",
165
+ "tags" : [ "dualstack" ]
166
+ } ]
167
+ },
168
+ "ap-southeast-1" : {
169
+ "variants" : [ {
170
+ "hostname" : "access-analyzer.ap-southeast-1.api.aws",
171
+ "tags" : [ "dualstack" ]
172
+ } ]
173
+ },
174
+ "ap-southeast-2" : {
175
+ "variants" : [ {
176
+ "hostname" : "access-analyzer.ap-southeast-2.api.aws",
177
+ "tags" : [ "dualstack" ]
178
+ } ]
179
+ },
180
+ "ap-southeast-3" : {
181
+ "variants" : [ {
182
+ "hostname" : "access-analyzer.ap-southeast-3.api.aws",
183
+ "tags" : [ "dualstack" ]
184
+ } ]
185
+ },
186
+ "ap-southeast-4" : {
187
+ "variants" : [ {
188
+ "hostname" : "access-analyzer.ap-southeast-4.api.aws",
189
+ "tags" : [ "dualstack" ]
190
+ } ]
191
+ },
192
+ "ap-southeast-5" : {
193
+ "variants" : [ {
194
+ "hostname" : "access-analyzer.ap-southeast-5.api.aws",
195
+ "tags" : [ "dualstack" ]
196
+ } ]
197
+ },
198
+ "ap-southeast-7" : {
199
+ "variants" : [ {
200
+ "hostname" : "access-analyzer.ap-southeast-7.api.aws",
201
+ "tags" : [ "dualstack" ]
202
+ } ]
203
+ },
139
204
  "ca-central-1" : {
140
205
  "variants" : [ {
141
206
  "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com",
142
207
  "tags" : [ "fips" ]
208
+ }, {
209
+ "hostname" : "access-analyzer-fips.ca-central-1.api.aws",
210
+ "tags" : [ "dualstack", "fips" ]
211
+ }, {
212
+ "hostname" : "access-analyzer.ca-central-1.api.aws",
213
+ "tags" : [ "dualstack" ]
143
214
  } ]
144
215
  },
145
216
  "ca-west-1" : {
146
217
  "variants" : [ {
147
218
  "hostname" : "access-analyzer-fips.ca-west-1.amazonaws.com",
148
219
  "tags" : [ "fips" ]
220
+ }, {
221
+ "hostname" : "access-analyzer-fips.ca-west-1.api.aws",
222
+ "tags" : [ "dualstack", "fips" ]
223
+ }, {
224
+ "hostname" : "access-analyzer.ca-west-1.api.aws",
225
+ "tags" : [ "dualstack" ]
226
+ } ]
227
+ },
228
+ "eu-central-1" : {
229
+ "variants" : [ {
230
+ "hostname" : "access-analyzer.eu-central-1.api.aws",
231
+ "tags" : [ "dualstack" ]
232
+ } ]
233
+ },
234
+ "eu-central-2" : {
235
+ "variants" : [ {
236
+ "hostname" : "access-analyzer.eu-central-2.api.aws",
237
+ "tags" : [ "dualstack" ]
238
+ } ]
239
+ },
240
+ "eu-north-1" : {
241
+ "variants" : [ {
242
+ "hostname" : "access-analyzer.eu-north-1.api.aws",
243
+ "tags" : [ "dualstack" ]
244
+ } ]
245
+ },
246
+ "eu-south-1" : {
247
+ "variants" : [ {
248
+ "hostname" : "access-analyzer.eu-south-1.api.aws",
249
+ "tags" : [ "dualstack" ]
250
+ } ]
251
+ },
252
+ "eu-south-2" : {
253
+ "variants" : [ {
254
+ "hostname" : "access-analyzer.eu-south-2.api.aws",
255
+ "tags" : [ "dualstack" ]
256
+ } ]
257
+ },
258
+ "eu-west-1" : {
259
+ "variants" : [ {
260
+ "hostname" : "access-analyzer.eu-west-1.api.aws",
261
+ "tags" : [ "dualstack" ]
262
+ } ]
263
+ },
264
+ "eu-west-2" : {
265
+ "variants" : [ {
266
+ "hostname" : "access-analyzer.eu-west-2.api.aws",
267
+ "tags" : [ "dualstack" ]
268
+ } ]
269
+ },
270
+ "eu-west-3" : {
271
+ "variants" : [ {
272
+ "hostname" : "access-analyzer.eu-west-3.api.aws",
273
+ "tags" : [ "dualstack" ]
149
274
  } ]
150
275
  },
151
- "eu-central-1" : { },
152
- "eu-central-2" : { },
153
- "eu-north-1" : { },
154
- "eu-south-1" : { },
155
- "eu-south-2" : { },
156
- "eu-west-1" : { },
157
- "eu-west-2" : { },
158
- "eu-west-3" : { },
159
276
  "fips-ca-central-1" : {
160
277
  "credentialScope" : {
161
278
  "region" : "ca-central-1"
@@ -198,33 +315,82 @@
198
315
  "deprecated" : true,
199
316
  "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
200
317
  },
201
- "il-central-1" : { },
202
- "me-central-1" : { },
203
- "me-south-1" : { },
204
- "mx-central-1" : { },
205
- "sa-east-1" : { },
318
+ "il-central-1" : {
319
+ "variants" : [ {
320
+ "hostname" : "access-analyzer.il-central-1.api.aws",
321
+ "tags" : [ "dualstack" ]
322
+ } ]
323
+ },
324
+ "me-central-1" : {
325
+ "variants" : [ {
326
+ "hostname" : "access-analyzer.me-central-1.api.aws",
327
+ "tags" : [ "dualstack" ]
328
+ } ]
329
+ },
330
+ "me-south-1" : {
331
+ "variants" : [ {
332
+ "hostname" : "access-analyzer.me-south-1.api.aws",
333
+ "tags" : [ "dualstack" ]
334
+ } ]
335
+ },
336
+ "mx-central-1" : {
337
+ "variants" : [ {
338
+ "hostname" : "access-analyzer.mx-central-1.api.aws",
339
+ "tags" : [ "dualstack" ]
340
+ } ]
341
+ },
342
+ "sa-east-1" : {
343
+ "variants" : [ {
344
+ "hostname" : "access-analyzer.sa-east-1.api.aws",
345
+ "tags" : [ "dualstack" ]
346
+ } ]
347
+ },
206
348
  "us-east-1" : {
207
349
  "variants" : [ {
208
350
  "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com",
209
351
  "tags" : [ "fips" ]
352
+ }, {
353
+ "hostname" : "access-analyzer-fips.us-east-1.api.aws",
354
+ "tags" : [ "dualstack", "fips" ]
355
+ }, {
356
+ "hostname" : "access-analyzer.us-east-1.api.aws",
357
+ "tags" : [ "dualstack" ]
210
358
  } ]
211
359
  },
212
360
  "us-east-2" : {
213
361
  "variants" : [ {
214
362
  "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com",
215
363
  "tags" : [ "fips" ]
364
+ }, {
365
+ "hostname" : "access-analyzer-fips.us-east-2.api.aws",
366
+ "tags" : [ "dualstack", "fips" ]
367
+ }, {
368
+ "hostname" : "access-analyzer.us-east-2.api.aws",
369
+ "tags" : [ "dualstack" ]
216
370
  } ]
217
371
  },
218
372
  "us-west-1" : {
219
373
  "variants" : [ {
220
374
  "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com",
221
375
  "tags" : [ "fips" ]
376
+ }, {
377
+ "hostname" : "access-analyzer-fips.us-west-1.api.aws",
378
+ "tags" : [ "dualstack", "fips" ]
379
+ }, {
380
+ "hostname" : "access-analyzer.us-west-1.api.aws",
381
+ "tags" : [ "dualstack" ]
222
382
  } ]
223
383
  },
224
384
  "us-west-2" : {
225
385
  "variants" : [ {
226
386
  "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com",
227
387
  "tags" : [ "fips" ]
388
+ }, {
389
+ "hostname" : "access-analyzer-fips.us-west-2.api.aws",
390
+ "tags" : [ "dualstack", "fips" ]
391
+ }, {
392
+ "hostname" : "access-analyzer.us-west-2.api.aws",
393
+ "tags" : [ "dualstack" ]
228
394
  } ]
229
395
  }
230
396
  }
@@ -462,7 +628,12 @@
462
628
  },
463
629
  "agreement-marketplace" : {
464
630
  "endpoints" : {
465
- "us-east-1" : { }
631
+ "us-east-1" : {
632
+ "variants" : [ {
633
+ "hostname" : "agreement-marketplace.us-east-1.api.aws",
634
+ "tags" : [ "dualstack" ]
635
+ } ]
636
+ }
466
637
  }
467
638
  },
468
639
  "airflow" : {
@@ -597,17 +768,58 @@
597
768
  "protocols" : [ "https" ]
598
769
  },
599
770
  "endpoints" : {
600
- "af-south-1" : { },
601
- "ap-east-1" : { },
602
- "ap-northeast-1" : { },
603
- "ap-northeast-2" : { },
604
- "ap-south-1" : { },
605
- "ap-southeast-1" : { },
606
- "ap-southeast-2" : { },
771
+ "af-south-1" : {
772
+ "variants" : [ {
773
+ "hostname" : "detective.af-south-1.api.aws",
774
+ "tags" : [ "dualstack" ]
775
+ } ]
776
+ },
777
+ "ap-east-1" : {
778
+ "variants" : [ {
779
+ "hostname" : "detective.ap-east-1.api.aws",
780
+ "tags" : [ "dualstack" ]
781
+ } ]
782
+ },
783
+ "ap-northeast-1" : {
784
+ "variants" : [ {
785
+ "hostname" : "detective.ap-northeast-1.api.aws",
786
+ "tags" : [ "dualstack" ]
787
+ } ]
788
+ },
789
+ "ap-northeast-2" : {
790
+ "variants" : [ {
791
+ "hostname" : "detective.ap-northeast-2.api.aws",
792
+ "tags" : [ "dualstack" ]
793
+ } ]
794
+ },
795
+ "ap-south-1" : {
796
+ "variants" : [ {
797
+ "hostname" : "detective.ap-south-1.api.aws",
798
+ "tags" : [ "dualstack" ]
799
+ } ]
800
+ },
801
+ "ap-southeast-1" : {
802
+ "variants" : [ {
803
+ "hostname" : "detective.ap-southeast-1.api.aws",
804
+ "tags" : [ "dualstack" ]
805
+ } ]
806
+ },
807
+ "ap-southeast-2" : {
808
+ "variants" : [ {
809
+ "hostname" : "detective.ap-southeast-2.api.aws",
810
+ "tags" : [ "dualstack" ]
811
+ } ]
812
+ },
607
813
  "ca-central-1" : {
608
814
  "variants" : [ {
609
815
  "hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
610
816
  "tags" : [ "fips" ]
817
+ }, {
818
+ "hostname" : "detective-fips.ca-central-1.api.aws",
819
+ "tags" : [ "dualstack", "fips" ]
820
+ }, {
821
+ "hostname" : "detective.ca-central-1.api.aws",
822
+ "tags" : [ "dualstack" ]
611
823
  } ]
612
824
  },
613
825
  "ca-central-1-fips" : {
@@ -617,19 +829,70 @@
617
829
  "deprecated" : true,
618
830
  "hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
619
831
  },
620
- "eu-central-1" : { },
621
- "eu-north-1" : { },
622
- "eu-south-1" : { },
623
- "eu-west-1" : { },
624
- "eu-west-2" : { },
625
- "eu-west-3" : { },
626
- "il-central-1" : { },
627
- "me-south-1" : { },
628
- "sa-east-1" : { },
832
+ "eu-central-1" : {
833
+ "variants" : [ {
834
+ "hostname" : "detective.eu-central-1.api.aws",
835
+ "tags" : [ "dualstack" ]
836
+ } ]
837
+ },
838
+ "eu-north-1" : {
839
+ "variants" : [ {
840
+ "hostname" : "detective.eu-north-1.api.aws",
841
+ "tags" : [ "dualstack" ]
842
+ } ]
843
+ },
844
+ "eu-south-1" : {
845
+ "variants" : [ {
846
+ "hostname" : "detective.eu-south-1.api.aws",
847
+ "tags" : [ "dualstack" ]
848
+ } ]
849
+ },
850
+ "eu-west-1" : {
851
+ "variants" : [ {
852
+ "hostname" : "detective.eu-west-1.api.aws",
853
+ "tags" : [ "dualstack" ]
854
+ } ]
855
+ },
856
+ "eu-west-2" : {
857
+ "variants" : [ {
858
+ "hostname" : "detective.eu-west-2.api.aws",
859
+ "tags" : [ "dualstack" ]
860
+ } ]
861
+ },
862
+ "eu-west-3" : {
863
+ "variants" : [ {
864
+ "hostname" : "detective.eu-west-3.api.aws",
865
+ "tags" : [ "dualstack" ]
866
+ } ]
867
+ },
868
+ "il-central-1" : {
869
+ "variants" : [ {
870
+ "hostname" : "detective.il-central-1.api.aws",
871
+ "tags" : [ "dualstack" ]
872
+ } ]
873
+ },
874
+ "me-south-1" : {
875
+ "variants" : [ {
876
+ "hostname" : "detective.me-south-1.api.aws",
877
+ "tags" : [ "dualstack" ]
878
+ } ]
879
+ },
880
+ "sa-east-1" : {
881
+ "variants" : [ {
882
+ "hostname" : "detective.sa-east-1.api.aws",
883
+ "tags" : [ "dualstack" ]
884
+ } ]
885
+ },
629
886
  "us-east-1" : {
630
887
  "variants" : [ {
631
888
  "hostname" : "api.detective-fips.us-east-1.amazonaws.com",
632
889
  "tags" : [ "fips" ]
890
+ }, {
891
+ "hostname" : "detective-fips.us-east-1.api.aws",
892
+ "tags" : [ "dualstack", "fips" ]
893
+ }, {
894
+ "hostname" : "detective.us-east-1.api.aws",
895
+ "tags" : [ "dualstack" ]
633
896
  } ]
634
897
  },
635
898
  "us-east-1-fips" : {
@@ -643,6 +906,12 @@
643
906
  "variants" : [ {
644
907
  "hostname" : "api.detective-fips.us-east-2.amazonaws.com",
645
908
  "tags" : [ "fips" ]
909
+ }, {
910
+ "hostname" : "detective-fips.us-east-2.api.aws",
911
+ "tags" : [ "dualstack", "fips" ]
912
+ }, {
913
+ "hostname" : "detective.us-east-2.api.aws",
914
+ "tags" : [ "dualstack" ]
646
915
  } ]
647
916
  },
648
917
  "us-east-2-fips" : {
@@ -656,6 +925,12 @@
656
925
  "variants" : [ {
657
926
  "hostname" : "api.detective-fips.us-west-1.amazonaws.com",
658
927
  "tags" : [ "fips" ]
928
+ }, {
929
+ "hostname" : "detective-fips.us-west-1.api.aws",
930
+ "tags" : [ "dualstack", "fips" ]
931
+ }, {
932
+ "hostname" : "detective.us-west-1.api.aws",
933
+ "tags" : [ "dualstack" ]
659
934
  } ]
660
935
  },
661
936
  "us-west-1-fips" : {
@@ -669,6 +944,12 @@
669
944
  "variants" : [ {
670
945
  "hostname" : "api.detective-fips.us-west-2.amazonaws.com",
671
946
  "tags" : [ "fips" ]
947
+ }, {
948
+ "hostname" : "detective-fips.us-west-2.api.aws",
949
+ "tags" : [ "dualstack", "fips" ]
950
+ }, {
951
+ "hostname" : "detective.us-west-2.api.aws",
952
+ "tags" : [ "dualstack" ]
672
953
  } ]
673
954
  },
674
955
  "us-west-2-fips" : {
@@ -1344,8 +1625,32 @@
1344
1625
  "ap-southeast-3" : { },
1345
1626
  "ap-southeast-4" : { },
1346
1627
  "ap-southeast-5" : { },
1347
- "ca-central-1" : { },
1348
- "ca-west-1" : { },
1628
+ "ca-central-1" : {
1629
+ "variants" : [ {
1630
+ "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com",
1631
+ "tags" : [ "fips" ]
1632
+ } ]
1633
+ },
1634
+ "ca-central-1-fips" : {
1635
+ "credentialScope" : {
1636
+ "region" : "ca-central-1"
1637
+ },
1638
+ "deprecated" : true,
1639
+ "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com"
1640
+ },
1641
+ "ca-west-1" : {
1642
+ "variants" : [ {
1643
+ "hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com",
1644
+ "tags" : [ "fips" ]
1645
+ } ]
1646
+ },
1647
+ "ca-west-1-fips" : {
1648
+ "credentialScope" : {
1649
+ "region" : "ca-west-1"
1650
+ },
1651
+ "deprecated" : true,
1652
+ "hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com"
1653
+ },
1349
1654
  "eu-central-1" : { },
1350
1655
  "eu-central-2" : { },
1351
1656
  "eu-north-1" : { },
@@ -3265,6 +3570,18 @@
3265
3570
  },
3266
3571
  "hostname" : "bedrock.eu-north-1.amazonaws.com"
3267
3572
  },
3573
+ "bedrock-eu-south-1" : {
3574
+ "credentialScope" : {
3575
+ "region" : "eu-south-1"
3576
+ },
3577
+ "hostname" : "bedrock.eu-south-1.amazonaws.com"
3578
+ },
3579
+ "bedrock-eu-south-2" : {
3580
+ "credentialScope" : {
3581
+ "region" : "eu-south-2"
3582
+ },
3583
+ "hostname" : "bedrock.eu-south-2.amazonaws.com"
3584
+ },
3268
3585
  "bedrock-eu-west-1" : {
3269
3586
  "credentialScope" : {
3270
3587
  "region" : "eu-west-1"
@@ -3373,6 +3690,18 @@
3373
3690
  },
3374
3691
  "hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3375
3692
  },
3693
+ "bedrock-runtime-eu-south-1" : {
3694
+ "credentialScope" : {
3695
+ "region" : "eu-south-1"
3696
+ },
3697
+ "hostname" : "bedrock-runtime.eu-south-1.amazonaws.com"
3698
+ },
3699
+ "bedrock-runtime-eu-south-2" : {
3700
+ "credentialScope" : {
3701
+ "region" : "eu-south-2"
3702
+ },
3703
+ "hostname" : "bedrock-runtime.eu-south-2.amazonaws.com"
3704
+ },
3376
3705
  "bedrock-runtime-eu-west-1" : {
3377
3706
  "credentialScope" : {
3378
3707
  "region" : "eu-west-1"
@@ -3467,6 +3796,8 @@
3467
3796
  "eu-central-1" : { },
3468
3797
  "eu-central-2" : { },
3469
3798
  "eu-north-1" : { },
3799
+ "eu-south-1" : { },
3800
+ "eu-south-2" : { },
3470
3801
  "eu-west-1" : { },
3471
3802
  "eu-west-2" : { },
3472
3803
  "eu-west-3" : { },
@@ -3643,14 +3974,54 @@
3643
3974
  },
3644
3975
  "cleanrooms" : {
3645
3976
  "endpoints" : {
3646
- "ap-northeast-1" : { },
3647
- "ap-northeast-2" : { },
3648
- "ap-southeast-1" : { },
3649
- "ap-southeast-2" : { },
3650
- "eu-central-1" : { },
3651
- "eu-north-1" : { },
3652
- "eu-west-1" : { },
3653
- "eu-west-2" : { },
3977
+ "ap-northeast-1" : {
3978
+ "variants" : [ {
3979
+ "hostname" : "cleanrooms.ap-northeast-1.api.aws",
3980
+ "tags" : [ "dualstack" ]
3981
+ } ]
3982
+ },
3983
+ "ap-northeast-2" : {
3984
+ "variants" : [ {
3985
+ "hostname" : "cleanrooms.ap-northeast-2.api.aws",
3986
+ "tags" : [ "dualstack" ]
3987
+ } ]
3988
+ },
3989
+ "ap-southeast-1" : {
3990
+ "variants" : [ {
3991
+ "hostname" : "cleanrooms.ap-southeast-1.api.aws",
3992
+ "tags" : [ "dualstack" ]
3993
+ } ]
3994
+ },
3995
+ "ap-southeast-2" : {
3996
+ "variants" : [ {
3997
+ "hostname" : "cleanrooms.ap-southeast-2.api.aws",
3998
+ "tags" : [ "dualstack" ]
3999
+ } ]
4000
+ },
4001
+ "eu-central-1" : {
4002
+ "variants" : [ {
4003
+ "hostname" : "cleanrooms.eu-central-1.api.aws",
4004
+ "tags" : [ "dualstack" ]
4005
+ } ]
4006
+ },
4007
+ "eu-north-1" : {
4008
+ "variants" : [ {
4009
+ "hostname" : "cleanrooms.eu-north-1.api.aws",
4010
+ "tags" : [ "dualstack" ]
4011
+ } ]
4012
+ },
4013
+ "eu-west-1" : {
4014
+ "variants" : [ {
4015
+ "hostname" : "cleanrooms.eu-west-1.api.aws",
4016
+ "tags" : [ "dualstack" ]
4017
+ } ]
4018
+ },
4019
+ "eu-west-2" : {
4020
+ "variants" : [ {
4021
+ "hostname" : "cleanrooms.eu-west-2.api.aws",
4022
+ "tags" : [ "dualstack" ]
4023
+ } ]
4024
+ },
3654
4025
  "fips-us-east-1" : {
3655
4026
  "credentialScope" : {
3656
4027
  "region" : "us-east-1"
@@ -3676,18 +4047,36 @@
3676
4047
  "variants" : [ {
3677
4048
  "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
3678
4049
  "tags" : [ "fips" ]
4050
+ }, {
4051
+ "hostname" : "cleanrooms-fips.us-east-1.api.aws",
4052
+ "tags" : [ "dualstack", "fips" ]
4053
+ }, {
4054
+ "hostname" : "cleanrooms.us-east-1.api.aws",
4055
+ "tags" : [ "dualstack" ]
3679
4056
  } ]
3680
4057
  },
3681
4058
  "us-east-2" : {
3682
4059
  "variants" : [ {
3683
4060
  "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
3684
4061
  "tags" : [ "fips" ]
4062
+ }, {
4063
+ "hostname" : "cleanrooms-fips.us-east-2.api.aws",
4064
+ "tags" : [ "dualstack", "fips" ]
4065
+ }, {
4066
+ "hostname" : "cleanrooms.us-east-2.api.aws",
4067
+ "tags" : [ "dualstack" ]
3685
4068
  } ]
3686
4069
  },
3687
4070
  "us-west-2" : {
3688
4071
  "variants" : [ {
3689
4072
  "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
3690
4073
  "tags" : [ "fips" ]
4074
+ }, {
4075
+ "hostname" : "cleanrooms-fips.us-west-2.api.aws",
4076
+ "tags" : [ "dualstack", "fips" ]
4077
+ }, {
4078
+ "hostname" : "cleanrooms.us-west-2.api.aws",
4079
+ "tags" : [ "dualstack" ]
3691
4080
  } ]
3692
4081
  }
3693
4082
  }
@@ -4863,6 +5252,7 @@
4863
5252
  "ap-southeast-2" : { },
4864
5253
  "ap-southeast-3" : { },
4865
5254
  "ap-southeast-4" : { },
5255
+ "ap-southeast-5" : { },
4866
5256
  "ca-central-1" : {
4867
5257
  "variants" : [ {
4868
5258
  "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -6734,6 +7124,9 @@
6734
7124
  "ap-northeast-3" : {
6735
7125
  "hostname" : "datazone.ap-northeast-3.api.aws"
6736
7126
  },
7127
+ "ap-south-1" : {
7128
+ "hostname" : "datazone.ap-south-1.api.aws"
7129
+ },
6737
7130
  "ap-south-2" : {
6738
7131
  "hostname" : "datazone.ap-south-2.api.aws"
6739
7132
  },
@@ -6792,6 +7185,9 @@
6792
7185
  "me-south-1" : {
6793
7186
  "hostname" : "datazone.me-south-1.api.aws"
6794
7187
  },
7188
+ "mx-central-1" : {
7189
+ "hostname" : "datazone.mx-central-1.api.aws"
7190
+ },
6795
7191
  "sa-east-1" : {
6796
7192
  "hostname" : "datazone.sa-east-1.api.aws"
6797
7193
  },
@@ -7544,6 +7940,7 @@
7544
7940
  "ap-southeast-3" : { },
7545
7941
  "ap-southeast-4" : { },
7546
7942
  "ap-southeast-5" : { },
7943
+ "ap-southeast-7" : { },
7547
7944
  "ca-central-1" : {
7548
7945
  "variants" : [ {
7549
7946
  "hostname" : "ds-fips.ca-central-1.amazonaws.com",
@@ -7609,6 +8006,7 @@
7609
8006
  "il-central-1" : { },
7610
8007
  "me-central-1" : { },
7611
8008
  "me-south-1" : { },
8009
+ "mx-central-1" : { },
7612
8010
  "sa-east-1" : { },
7613
8011
  "us-east-1" : {
7614
8012
  "variants" : [ {
@@ -9550,7 +9948,12 @@
9550
9948
  }
9551
9949
  },
9552
9950
  "endpoints" : {
9553
- "us-east-1" : { }
9951
+ "us-east-1" : {
9952
+ "variants" : [ {
9953
+ "hostname" : "entitlement-marketplace.us-east-1.api.aws",
9954
+ "tags" : [ "dualstack" ]
9955
+ } ]
9956
+ }
9554
9957
  }
9555
9958
  },
9556
9959
  "es" : {
@@ -10229,6 +10632,7 @@
10229
10632
  "ap-southeast-3" : { },
10230
10633
  "ap-southeast-4" : { },
10231
10634
  "ap-southeast-5" : { },
10635
+ "ap-southeast-7" : { },
10232
10636
  "ca-central-1" : {
10233
10637
  "variants" : [ {
10234
10638
  "hostname" : "fms-fips.ca-central-1.amazonaws.com",
@@ -10422,6 +10826,7 @@
10422
10826
  "tags" : [ "fips" ]
10423
10827
  } ]
10424
10828
  },
10829
+ "mx-central-1" : { },
10425
10830
  "sa-east-1" : {
10426
10831
  "variants" : [ {
10427
10832
  "hostname" : "fms-fips.sa-east-1.amazonaws.com",
@@ -11097,6 +11502,12 @@
11097
11502
  "tags" : [ "dualstack" ]
11098
11503
  } ]
11099
11504
  },
11505
+ "ap-southeast-7" : {
11506
+ "variants" : [ {
11507
+ "hostname" : "glue.ap-southeast-7.api.aws",
11508
+ "tags" : [ "dualstack" ]
11509
+ } ]
11510
+ },
11100
11511
  "ca-central-1" : {
11101
11512
  "variants" : [ {
11102
11513
  "hostname" : "glue.ca-central-1.api.aws",
@@ -11203,6 +11614,12 @@
11203
11614
  "tags" : [ "dualstack" ]
11204
11615
  } ]
11205
11616
  },
11617
+ "mx-central-1" : {
11618
+ "variants" : [ {
11619
+ "hostname" : "glue.mx-central-1.api.aws",
11620
+ "tags" : [ "dualstack" ]
11621
+ } ]
11622
+ },
11206
11623
  "sa-east-1" : {
11207
11624
  "variants" : [ {
11208
11625
  "hostname" : "glue.sa-east-1.api.aws",
@@ -11648,6 +12065,9 @@
11648
12065
  "variants" : [ {
11649
12066
  "hostname" : "iam-fips.amazonaws.com",
11650
12067
  "tags" : [ "fips" ]
12068
+ }, {
12069
+ "hostname" : "iam.global.api.aws",
12070
+ "tags" : [ "dualstack" ]
11651
12071
  } ]
11652
12072
  },
11653
12073
  "aws-global-fips" : {
@@ -14388,6 +14808,7 @@
14388
14808
  "ap-southeast-3" : { },
14389
14809
  "ap-southeast-4" : { },
14390
14810
  "ap-southeast-5" : { },
14811
+ "ap-southeast-7" : { },
14391
14812
  "ca-central-1" : { },
14392
14813
  "ca-west-1" : { },
14393
14814
  "eu-central-1" : { },
@@ -14429,6 +14850,7 @@
14429
14850
  "il-central-1" : { },
14430
14851
  "me-central-1" : { },
14431
14852
  "me-south-1" : { },
14853
+ "mx-central-1" : { },
14432
14854
  "sa-east-1" : { },
14433
14855
  "us-east-1" : {
14434
14856
  "variants" : [ {
@@ -14469,6 +14891,7 @@
14469
14891
  "ap-southeast-2" : { },
14470
14892
  "ap-southeast-3" : { },
14471
14893
  "ap-southeast-4" : { },
14894
+ "ap-southeast-5" : { },
14472
14895
  "ca-central-1" : { },
14473
14896
  "ca-west-1" : { },
14474
14897
  "eu-central-1" : { },
@@ -14623,18 +15046,8 @@
14623
15046
  "tags" : [ "dualstack" ]
14624
15047
  } ]
14625
15048
  },
14626
- "ap-southeast-5" : {
14627
- "variants" : [ {
14628
- "hostname" : "logs.ap-southeast-5.api.aws",
14629
- "tags" : [ "dualstack" ]
14630
- } ]
14631
- },
14632
- "ap-southeast-7" : {
14633
- "variants" : [ {
14634
- "hostname" : "logs.ap-southeast-7.api.aws",
14635
- "tags" : [ "dualstack" ]
14636
- } ]
14637
- },
15049
+ "ap-southeast-5" : { },
15050
+ "ap-southeast-7" : { },
14638
15051
  "ca-central-1" : {
14639
15052
  "variants" : [ {
14640
15053
  "hostname" : "logs-fips.ca-central-1.amazonaws.com",
@@ -14761,12 +15174,7 @@
14761
15174
  "tags" : [ "dualstack" ]
14762
15175
  } ]
14763
15176
  },
14764
- "mx-central-1" : {
14765
- "variants" : [ {
14766
- "hostname" : "logs.mx-central-1.api.aws",
14767
- "tags" : [ "dualstack" ]
14768
- } ]
14769
- },
15177
+ "mx-central-1" : { },
14770
15178
  "sa-east-1" : {
14771
15179
  "variants" : [ {
14772
15180
  "hostname" : "logs.sa-east-1.api.aws",
@@ -16744,20 +17152,10 @@
16744
17152
  },
16745
17153
  "opsworks" : {
16746
17154
  "endpoints" : {
16747
- "ap-northeast-1" : { },
16748
- "ap-northeast-2" : { },
16749
- "ap-south-1" : { },
16750
17155
  "ap-southeast-1" : { },
16751
- "ap-southeast-2" : { },
16752
- "ca-central-1" : { },
16753
17156
  "eu-central-1" : { },
16754
17157
  "eu-west-1" : { },
16755
- "eu-west-2" : { },
16756
- "eu-west-3" : { },
16757
- "sa-east-1" : { },
16758
17158
  "us-east-1" : { },
16759
- "us-east-2" : { },
16760
- "us-west-1" : { },
16761
17159
  "us-west-2" : { }
16762
17160
  }
16763
17161
  },
@@ -17425,6 +17823,12 @@
17425
17823
  },
17426
17824
  "ca-central-1" : {
17427
17825
  "variants" : [ {
17826
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com",
17827
+ "tags" : [ "fips" ]
17828
+ }, {
17829
+ "hostname" : "polly-fips.ca-central-1.api.aws",
17830
+ "tags" : [ "dualstack", "fips" ]
17831
+ }, {
17428
17832
  "hostname" : "polly.ca-central-1.api.aws",
17429
17833
  "tags" : [ "dualstack" ]
17430
17834
  } ]
@@ -17465,6 +17869,13 @@
17465
17869
  "tags" : [ "dualstack" ]
17466
17870
  } ]
17467
17871
  },
17872
+ "fips-ca-central-1" : {
17873
+ "credentialScope" : {
17874
+ "region" : "ca-central-1"
17875
+ },
17876
+ "deprecated" : true,
17877
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com"
17878
+ },
17468
17879
  "fips-us-east-1" : {
17469
17880
  "credentialScope" : {
17470
17881
  "region" : "us-east-1"
@@ -17990,6 +18401,7 @@
17990
18401
  "eu-central-2" : { },
17991
18402
  "eu-north-1" : { },
17992
18403
  "eu-south-1" : { },
18404
+ "eu-south-2" : { },
17993
18405
  "eu-west-1" : { },
17994
18406
  "eu-west-2" : { },
17995
18407
  "eu-west-3" : { },
@@ -18899,6 +19311,7 @@
18899
19311
  "ap-southeast-1" : { },
18900
19312
  "ap-southeast-2" : { },
18901
19313
  "ap-southeast-3" : { },
19314
+ "ap-southeast-7" : { },
18902
19315
  "ca-central-1" : {
18903
19316
  "variants" : [ {
18904
19317
  "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
@@ -18949,6 +19362,7 @@
18949
19362
  },
18950
19363
  "il-central-1" : { },
18951
19364
  "me-central-1" : { },
19365
+ "mx-central-1" : { },
18952
19366
  "sa-east-1" : { },
18953
19367
  "us-east-1" : {
18954
19368
  "variants" : [ {
@@ -19674,12 +20088,18 @@
19674
20088
  },
19675
20089
  "ca-central-1" : {
19676
20090
  "variants" : [ {
20091
+ "hostname" : "route53profiles-fips.ca-central-1.api.aws",
20092
+ "tags" : [ "dualstack", "fips" ]
20093
+ }, {
19677
20094
  "hostname" : "route53profiles.ca-central-1.api.aws",
19678
20095
  "tags" : [ "dualstack" ]
19679
20096
  } ]
19680
20097
  },
19681
20098
  "ca-west-1" : {
19682
20099
  "variants" : [ {
20100
+ "hostname" : "route53profiles-fips.ca-west-1.api.aws",
20101
+ "tags" : [ "dualstack", "fips" ]
20102
+ }, {
19683
20103
  "hostname" : "route53profiles.ca-west-1.api.aws",
19684
20104
  "tags" : [ "dualstack" ]
19685
20105
  } ]
@@ -19758,24 +20178,36 @@
19758
20178
  },
19759
20179
  "us-east-1" : {
19760
20180
  "variants" : [ {
20181
+ "hostname" : "route53profiles-fips.us-east-1.api.aws",
20182
+ "tags" : [ "dualstack", "fips" ]
20183
+ }, {
19761
20184
  "hostname" : "route53profiles.us-east-1.api.aws",
19762
20185
  "tags" : [ "dualstack" ]
19763
20186
  } ]
19764
20187
  },
19765
20188
  "us-east-2" : {
19766
20189
  "variants" : [ {
20190
+ "hostname" : "route53profiles-fips.us-east-2.api.aws",
20191
+ "tags" : [ "dualstack", "fips" ]
20192
+ }, {
19767
20193
  "hostname" : "route53profiles.us-east-2.api.aws",
19768
20194
  "tags" : [ "dualstack" ]
19769
20195
  } ]
19770
20196
  },
19771
20197
  "us-west-1" : {
19772
20198
  "variants" : [ {
20199
+ "hostname" : "route53profiles-fips.us-west-1.api.aws",
20200
+ "tags" : [ "dualstack", "fips" ]
20201
+ }, {
19773
20202
  "hostname" : "route53profiles.us-west-1.api.aws",
19774
20203
  "tags" : [ "dualstack" ]
19775
20204
  } ]
19776
20205
  },
19777
20206
  "us-west-2" : {
19778
20207
  "variants" : [ {
20208
+ "hostname" : "route53profiles-fips.us-west-2.api.aws",
20209
+ "tags" : [ "dualstack", "fips" ]
20210
+ }, {
19779
20211
  "hostname" : "route53profiles.us-west-2.api.aws",
19780
20212
  "tags" : [ "dualstack" ]
19781
20213
  } ]
@@ -22512,7 +22944,12 @@
22512
22944
  "tags" : [ "fips" ]
22513
22945
  } ]
22514
22946
  },
22515
- "ca-west-1" : { },
22947
+ "ca-west-1" : {
22948
+ "variants" : [ {
22949
+ "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
22950
+ "tags" : [ "fips" ]
22951
+ } ]
22952
+ },
22516
22953
  "eu-central-1" : { },
22517
22954
  "eu-central-2" : { },
22518
22955
  "eu-north-1" : { },
@@ -22528,6 +22965,13 @@
22528
22965
  "deprecated" : true,
22529
22966
  "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com"
22530
22967
  },
22968
+ "fips-ca-west-1" : {
22969
+ "credentialScope" : {
22970
+ "region" : "ca-west-1"
22971
+ },
22972
+ "deprecated" : true,
22973
+ "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com"
22974
+ },
22531
22975
  "fips-us-east-1" : {
22532
22976
  "credentialScope" : {
22533
22977
  "region" : "us-east-1"
@@ -23032,34 +23476,147 @@
23032
23476
  "protocols" : [ "http", "https" ]
23033
23477
  },
23034
23478
  "endpoints" : {
23035
- "af-south-1" : { },
23036
- "ap-east-1" : { },
23037
- "ap-northeast-1" : { },
23038
- "ap-northeast-2" : { },
23039
- "ap-northeast-3" : { },
23040
- "ap-south-1" : { },
23041
- "ap-south-2" : { },
23042
- "ap-southeast-1" : { },
23043
- "ap-southeast-2" : { },
23044
- "ap-southeast-3" : { },
23045
- "ap-southeast-4" : { },
23046
- "ap-southeast-5" : { },
23047
- "ap-southeast-7" : { },
23048
- "ca-central-1" : { },
23479
+ "af-south-1" : {
23480
+ "variants" : [ {
23481
+ "hostname" : "sns.af-south-1.api.aws",
23482
+ "tags" : [ "dualstack" ]
23483
+ } ]
23484
+ },
23485
+ "ap-east-1" : {
23486
+ "variants" : [ {
23487
+ "hostname" : "sns.ap-east-1.api.aws",
23488
+ "tags" : [ "dualstack" ]
23489
+ } ]
23490
+ },
23491
+ "ap-northeast-1" : {
23492
+ "variants" : [ {
23493
+ "hostname" : "sns.ap-northeast-1.api.aws",
23494
+ "tags" : [ "dualstack" ]
23495
+ } ]
23496
+ },
23497
+ "ap-northeast-2" : {
23498
+ "variants" : [ {
23499
+ "hostname" : "sns.ap-northeast-2.api.aws",
23500
+ "tags" : [ "dualstack" ]
23501
+ } ]
23502
+ },
23503
+ "ap-northeast-3" : {
23504
+ "variants" : [ {
23505
+ "hostname" : "sns.ap-northeast-3.api.aws",
23506
+ "tags" : [ "dualstack" ]
23507
+ } ]
23508
+ },
23509
+ "ap-south-1" : {
23510
+ "variants" : [ {
23511
+ "hostname" : "sns.ap-south-1.api.aws",
23512
+ "tags" : [ "dualstack" ]
23513
+ } ]
23514
+ },
23515
+ "ap-south-2" : {
23516
+ "variants" : [ {
23517
+ "hostname" : "sns.ap-south-2.api.aws",
23518
+ "tags" : [ "dualstack" ]
23519
+ } ]
23520
+ },
23521
+ "ap-southeast-1" : {
23522
+ "variants" : [ {
23523
+ "hostname" : "sns.ap-southeast-1.api.aws",
23524
+ "tags" : [ "dualstack" ]
23525
+ } ]
23526
+ },
23527
+ "ap-southeast-2" : {
23528
+ "variants" : [ {
23529
+ "hostname" : "sns.ap-southeast-2.api.aws",
23530
+ "tags" : [ "dualstack" ]
23531
+ } ]
23532
+ },
23533
+ "ap-southeast-3" : {
23534
+ "variants" : [ {
23535
+ "hostname" : "sns.ap-southeast-3.api.aws",
23536
+ "tags" : [ "dualstack" ]
23537
+ } ]
23538
+ },
23539
+ "ap-southeast-4" : {
23540
+ "variants" : [ {
23541
+ "hostname" : "sns.ap-southeast-4.api.aws",
23542
+ "tags" : [ "dualstack" ]
23543
+ } ]
23544
+ },
23545
+ "ap-southeast-5" : {
23546
+ "variants" : [ {
23547
+ "hostname" : "sns.ap-southeast-5.api.aws",
23548
+ "tags" : [ "dualstack" ]
23549
+ } ]
23550
+ },
23551
+ "ap-southeast-7" : {
23552
+ "variants" : [ {
23553
+ "hostname" : "sns.ap-southeast-7.api.aws",
23554
+ "tags" : [ "dualstack" ]
23555
+ } ]
23556
+ },
23557
+ "ca-central-1" : {
23558
+ "variants" : [ {
23559
+ "hostname" : "sns.ca-central-1.api.aws",
23560
+ "tags" : [ "dualstack" ]
23561
+ } ]
23562
+ },
23049
23563
  "ca-west-1" : {
23050
23564
  "variants" : [ {
23051
23565
  "hostname" : "sns-fips.ca-west-1.amazonaws.com",
23052
23566
  "tags" : [ "fips" ]
23567
+ }, {
23568
+ "hostname" : "sns.ca-west-1.api.aws",
23569
+ "tags" : [ "dualstack" ]
23570
+ } ]
23571
+ },
23572
+ "eu-central-1" : {
23573
+ "variants" : [ {
23574
+ "hostname" : "sns.eu-central-1.api.aws",
23575
+ "tags" : [ "dualstack" ]
23576
+ } ]
23577
+ },
23578
+ "eu-central-2" : {
23579
+ "variants" : [ {
23580
+ "hostname" : "sns.eu-central-2.api.aws",
23581
+ "tags" : [ "dualstack" ]
23582
+ } ]
23583
+ },
23584
+ "eu-north-1" : {
23585
+ "variants" : [ {
23586
+ "hostname" : "sns.eu-north-1.api.aws",
23587
+ "tags" : [ "dualstack" ]
23588
+ } ]
23589
+ },
23590
+ "eu-south-1" : {
23591
+ "variants" : [ {
23592
+ "hostname" : "sns.eu-south-1.api.aws",
23593
+ "tags" : [ "dualstack" ]
23594
+ } ]
23595
+ },
23596
+ "eu-south-2" : {
23597
+ "variants" : [ {
23598
+ "hostname" : "sns.eu-south-2.api.aws",
23599
+ "tags" : [ "dualstack" ]
23600
+ } ]
23601
+ },
23602
+ "eu-west-1" : {
23603
+ "variants" : [ {
23604
+ "hostname" : "sns.eu-west-1.api.aws",
23605
+ "tags" : [ "dualstack" ]
23606
+ } ]
23607
+ },
23608
+ "eu-west-2" : {
23609
+ "variants" : [ {
23610
+ "hostname" : "sns.eu-west-2.api.aws",
23611
+ "tags" : [ "dualstack" ]
23612
+ } ]
23613
+ },
23614
+ "eu-west-3" : {
23615
+ "variants" : [ {
23616
+ "hostname" : "sns.eu-west-3.api.aws",
23617
+ "tags" : [ "dualstack" ]
23053
23618
  } ]
23054
23619
  },
23055
- "eu-central-1" : { },
23056
- "eu-central-2" : { },
23057
- "eu-north-1" : { },
23058
- "eu-south-1" : { },
23059
- "eu-south-2" : { },
23060
- "eu-west-1" : { },
23061
- "eu-west-2" : { },
23062
- "eu-west-3" : { },
23063
23620
  "fips-ca-west-1" : {
23064
23621
  "credentialScope" : {
23065
23622
  "region" : "ca-west-1"
@@ -23095,33 +23652,70 @@
23095
23652
  "deprecated" : true,
23096
23653
  "hostname" : "sns-fips.us-west-2.amazonaws.com"
23097
23654
  },
23098
- "il-central-1" : { },
23099
- "me-central-1" : { },
23100
- "me-south-1" : { },
23101
- "mx-central-1" : { },
23102
- "sa-east-1" : { },
23655
+ "il-central-1" : {
23656
+ "variants" : [ {
23657
+ "hostname" : "sns.il-central-1.api.aws",
23658
+ "tags" : [ "dualstack" ]
23659
+ } ]
23660
+ },
23661
+ "me-central-1" : {
23662
+ "variants" : [ {
23663
+ "hostname" : "sns.me-central-1.api.aws",
23664
+ "tags" : [ "dualstack" ]
23665
+ } ]
23666
+ },
23667
+ "me-south-1" : {
23668
+ "variants" : [ {
23669
+ "hostname" : "sns.me-south-1.api.aws",
23670
+ "tags" : [ "dualstack" ]
23671
+ } ]
23672
+ },
23673
+ "mx-central-1" : {
23674
+ "variants" : [ {
23675
+ "hostname" : "sns.mx-central-1.api.aws",
23676
+ "tags" : [ "dualstack" ]
23677
+ } ]
23678
+ },
23679
+ "sa-east-1" : {
23680
+ "variants" : [ {
23681
+ "hostname" : "sns.sa-east-1.api.aws",
23682
+ "tags" : [ "dualstack" ]
23683
+ } ]
23684
+ },
23103
23685
  "us-east-1" : {
23104
23686
  "variants" : [ {
23105
23687
  "hostname" : "sns-fips.us-east-1.amazonaws.com",
23106
23688
  "tags" : [ "fips" ]
23689
+ }, {
23690
+ "hostname" : "sns.us-east-1.api.aws",
23691
+ "tags" : [ "dualstack" ]
23107
23692
  } ]
23108
23693
  },
23109
23694
  "us-east-2" : {
23110
23695
  "variants" : [ {
23111
23696
  "hostname" : "sns-fips.us-east-2.amazonaws.com",
23112
23697
  "tags" : [ "fips" ]
23698
+ }, {
23699
+ "hostname" : "sns.us-east-2.api.aws",
23700
+ "tags" : [ "dualstack" ]
23113
23701
  } ]
23114
23702
  },
23115
23703
  "us-west-1" : {
23116
23704
  "variants" : [ {
23117
23705
  "hostname" : "sns-fips.us-west-1.amazonaws.com",
23118
23706
  "tags" : [ "fips" ]
23707
+ }, {
23708
+ "hostname" : "sns.us-west-1.api.aws",
23709
+ "tags" : [ "dualstack" ]
23119
23710
  } ]
23120
23711
  },
23121
23712
  "us-west-2" : {
23122
23713
  "variants" : [ {
23123
23714
  "hostname" : "sns-fips.us-west-2.amazonaws.com",
23124
23715
  "tags" : [ "fips" ]
23716
+ }, {
23717
+ "hostname" : "sns.us-west-2.api.aws",
23718
+ "tags" : [ "dualstack" ]
23125
23719
  } ]
23126
23720
  }
23127
23721
  }
@@ -23945,8 +24539,18 @@
23945
24539
  "ap-southeast-4" : { },
23946
24540
  "ap-southeast-5" : { },
23947
24541
  "ap-southeast-7" : { },
23948
- "ca-central-1" : { },
23949
- "ca-west-1" : { },
24542
+ "ca-central-1" : {
24543
+ "variants" : [ {
24544
+ "hostname" : "states-fips.ca-central-1.amazonaws.com",
24545
+ "tags" : [ "fips" ]
24546
+ } ]
24547
+ },
24548
+ "ca-west-1" : {
24549
+ "variants" : [ {
24550
+ "hostname" : "states-fips.ca-west-1.amazonaws.com",
24551
+ "tags" : [ "fips" ]
24552
+ } ]
24553
+ },
23950
24554
  "eu-central-1" : { },
23951
24555
  "eu-central-2" : { },
23952
24556
  "eu-north-1" : { },
@@ -23955,6 +24559,20 @@
23955
24559
  "eu-west-1" : { },
23956
24560
  "eu-west-2" : { },
23957
24561
  "eu-west-3" : { },
24562
+ "fips-ca-central-1" : {
24563
+ "credentialScope" : {
24564
+ "region" : "ca-central-1"
24565
+ },
24566
+ "deprecated" : true,
24567
+ "hostname" : "states-fips.ca-central-1.amazonaws.com"
24568
+ },
24569
+ "fips-ca-west-1" : {
24570
+ "credentialScope" : {
24571
+ "region" : "ca-west-1"
24572
+ },
24573
+ "deprecated" : true,
24574
+ "hostname" : "states-fips.ca-west-1.amazonaws.com"
24575
+ },
23958
24576
  "fips-us-east-1" : {
23959
24577
  "credentialScope" : {
23960
24578
  "region" : "us-east-1"
@@ -24028,6 +24646,7 @@
24028
24646
  "ap-southeast-3" : { },
24029
24647
  "ap-southeast-4" : { },
24030
24648
  "ap-southeast-5" : { },
24649
+ "ap-southeast-7" : { },
24031
24650
  "ca-central-1" : {
24032
24651
  "variants" : [ {
24033
24652
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -27037,8 +27656,18 @@
27037
27656
  "services" : {
27038
27657
  "access-analyzer" : {
27039
27658
  "endpoints" : {
27040
- "cn-north-1" : { },
27041
- "cn-northwest-1" : { }
27659
+ "cn-north-1" : {
27660
+ "variants" : [ {
27661
+ "hostname" : "access-analyzer.cn-north-1.api.amazonwebservices.com.cn",
27662
+ "tags" : [ "dualstack" ]
27663
+ } ]
27664
+ },
27665
+ "cn-northwest-1" : {
27666
+ "variants" : [ {
27667
+ "hostname" : "access-analyzer.cn-northwest-1.api.amazonwebservices.com.cn",
27668
+ "tags" : [ "dualstack" ]
27669
+ } ]
27670
+ }
27042
27671
  }
27043
27672
  },
27044
27673
  "account" : {
@@ -28003,8 +28632,18 @@
28003
28632
  },
28004
28633
  "logs" : {
28005
28634
  "endpoints" : {
28006
- "cn-north-1" : { },
28007
- "cn-northwest-1" : { }
28635
+ "cn-north-1" : {
28636
+ "variants" : [ {
28637
+ "hostname" : "logs.cn-north-1.api.amazonwebservices.com.cn",
28638
+ "tags" : [ "dualstack" ]
28639
+ } ]
28640
+ },
28641
+ "cn-northwest-1" : {
28642
+ "variants" : [ {
28643
+ "hostname" : "logs.cn-northwest-1.api.amazonwebservices.com.cn",
28644
+ "tags" : [ "dualstack" ]
28645
+ } ]
28646
+ }
28008
28647
  }
28009
28648
  },
28010
28649
  "mediaconvert" : {
@@ -28023,6 +28662,16 @@
28023
28662
  "cn-northwest-1" : { }
28024
28663
  }
28025
28664
  },
28665
+ "metering.marketplace" : {
28666
+ "defaults" : {
28667
+ "credentialScope" : {
28668
+ "service" : "aws-marketplace"
28669
+ }
28670
+ },
28671
+ "endpoints" : {
28672
+ "cn-northwest-1" : { }
28673
+ }
28674
+ },
28026
28675
  "metrics.sagemaker" : {
28027
28676
  "endpoints" : {
28028
28677
  "cn-north-1" : { },
@@ -28488,8 +29137,18 @@
28488
29137
  "protocols" : [ "http", "https" ]
28489
29138
  },
28490
29139
  "endpoints" : {
28491
- "cn-north-1" : { },
28492
- "cn-northwest-1" : { }
29140
+ "cn-north-1" : {
29141
+ "variants" : [ {
29142
+ "hostname" : "sns.cn-north-1.api.amazonwebservices.com.cn",
29143
+ "tags" : [ "dualstack" ]
29144
+ } ]
29145
+ },
29146
+ "cn-northwest-1" : {
29147
+ "variants" : [ {
29148
+ "hostname" : "sns.cn-northwest-1.api.amazonwebservices.com.cn",
29149
+ "tags" : [ "dualstack" ]
29150
+ } ]
29151
+ }
28493
29152
  }
28494
29153
  },
28495
29154
  "sqs" : {
@@ -28762,6 +29421,12 @@
28762
29421
  "variants" : [ {
28763
29422
  "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
28764
29423
  "tags" : [ "fips" ]
29424
+ }, {
29425
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
29426
+ "tags" : [ "dualstack" ]
29427
+ }, {
29428
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
29429
+ "tags" : [ "dualstack", "fips" ]
28765
29430
  } ]
28766
29431
  },
28767
29432
  "us-gov-east-1-fips" : {
@@ -28779,6 +29444,12 @@
28779
29444
  "variants" : [ {
28780
29445
  "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
28781
29446
  "tags" : [ "fips" ]
29447
+ }, {
29448
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
29449
+ "tags" : [ "dualstack" ]
29450
+ }, {
29451
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
29452
+ "tags" : [ "dualstack", "fips" ]
28782
29453
  } ]
28783
29454
  },
28784
29455
  "us-gov-west-1-fips" : {
@@ -28864,6 +29535,12 @@
28864
29535
  "variants" : [ {
28865
29536
  "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com",
28866
29537
  "tags" : [ "fips" ]
29538
+ }, {
29539
+ "hostname" : "detective-fips.us-gov-east-1.api.aws",
29540
+ "tags" : [ "dualstack", "fips" ]
29541
+ }, {
29542
+ "hostname" : "detective.us-gov-east-1.api.aws",
29543
+ "tags" : [ "dualstack" ]
28867
29544
  } ]
28868
29545
  },
28869
29546
  "us-gov-east-1-fips" : {
@@ -28877,6 +29554,12 @@
28877
29554
  "variants" : [ {
28878
29555
  "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com",
28879
29556
  "tags" : [ "fips" ]
29557
+ }, {
29558
+ "hostname" : "detective-fips.us-gov-west-1.api.aws",
29559
+ "tags" : [ "dualstack", "fips" ]
29560
+ }, {
29561
+ "hostname" : "detective.us-gov-west-1.api.aws",
29562
+ "tags" : [ "dualstack" ]
28880
29563
  } ]
28881
29564
  },
28882
29565
  "us-gov-west-1-fips" : {
@@ -28986,7 +29669,19 @@
28986
29669
  } ]
28987
29670
  },
28988
29671
  "endpoints" : {
28989
- "us-gov-east-1" : { },
29672
+ "us-gov-east-1" : {
29673
+ "variants" : [ {
29674
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com",
29675
+ "tags" : [ "fips" ]
29676
+ } ]
29677
+ },
29678
+ "us-gov-east-1-fips" : {
29679
+ "credentialScope" : {
29680
+ "region" : "us-gov-east-1"
29681
+ },
29682
+ "deprecated" : true,
29683
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com"
29684
+ },
28990
29685
  "us-gov-west-1" : {
28991
29686
  "variants" : [ {
28992
29687
  "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
@@ -30165,8 +30860,14 @@
30165
30860
  "endpoints" : {
30166
30861
  "us-gov-east-1" : {
30167
30862
  "variants" : [ {
30863
+ "hostname" : "dlm-fips.us-gov-east-1.api.aws",
30864
+ "tags" : [ "dualstack", "fips" ]
30865
+ }, {
30168
30866
  "hostname" : "dlm.us-gov-east-1.amazonaws.com",
30169
30867
  "tags" : [ "fips" ]
30868
+ }, {
30869
+ "hostname" : "dlm.us-gov-east-1.api.aws",
30870
+ "tags" : [ "dualstack" ]
30170
30871
  } ]
30171
30872
  },
30172
30873
  "us-gov-east-1-fips" : {
@@ -30178,8 +30879,14 @@
30178
30879
  },
30179
30880
  "us-gov-west-1" : {
30180
30881
  "variants" : [ {
30882
+ "hostname" : "dlm-fips.us-gov-west-1.api.aws",
30883
+ "tags" : [ "dualstack", "fips" ]
30884
+ }, {
30181
30885
  "hostname" : "dlm.us-gov-west-1.amazonaws.com",
30182
30886
  "tags" : [ "fips" ]
30887
+ }, {
30888
+ "hostname" : "dlm.us-gov-west-1.api.aws",
30889
+ "tags" : [ "dualstack" ]
30183
30890
  } ]
30184
30891
  },
30185
30892
  "us-gov-west-1-fips" : {
@@ -31852,12 +32559,18 @@
31852
32559
  "variants" : [ {
31853
32560
  "hostname" : "logs.us-gov-east-1.amazonaws.com",
31854
32561
  "tags" : [ "fips" ]
32562
+ }, {
32563
+ "hostname" : "logs.us-gov-east-1.api.aws",
32564
+ "tags" : [ "dualstack" ]
31855
32565
  } ]
31856
32566
  },
31857
32567
  "us-gov-west-1" : {
31858
32568
  "variants" : [ {
31859
32569
  "hostname" : "logs.us-gov-west-1.amazonaws.com",
31860
32570
  "tags" : [ "fips" ]
32571
+ }, {
32572
+ "hostname" : "logs.us-gov-west-1.api.aws",
32573
+ "tags" : [ "dualstack" ]
31861
32574
  } ]
31862
32575
  }
31863
32576
  }
@@ -32762,12 +33475,18 @@
32762
33475
  "endpoints" : {
32763
33476
  "us-gov-east-1" : {
32764
33477
  "variants" : [ {
33478
+ "hostname" : "route53profiles-fips.us-gov-east-1.api.aws",
33479
+ "tags" : [ "dualstack", "fips" ]
33480
+ }, {
32765
33481
  "hostname" : "route53profiles.us-gov-east-1.api.aws",
32766
33482
  "tags" : [ "dualstack" ]
32767
33483
  } ]
32768
33484
  },
32769
33485
  "us-gov-west-1" : {
32770
33486
  "variants" : [ {
33487
+ "hostname" : "route53profiles-fips.us-gov-west-1.api.aws",
33488
+ "tags" : [ "dualstack", "fips" ]
33489
+ }, {
32771
33490
  "hostname" : "route53profiles.us-gov-west-1.api.aws",
32772
33491
  "tags" : [ "dualstack" ]
32773
33492
  } ]
@@ -33424,12 +34143,24 @@
33424
34143
  "variants" : [ {
33425
34144
  "hostname" : "snowball-fips.us-gov-east-1.amazonaws.com",
33426
34145
  "tags" : [ "fips" ]
34146
+ }, {
34147
+ "hostname" : "snowball-fips.us-gov-east-1.api.aws",
34148
+ "tags" : [ "dualstack", "fips" ]
34149
+ }, {
34150
+ "hostname" : "snowball.us-gov-east-1.api.aws",
34151
+ "tags" : [ "dualstack" ]
33427
34152
  } ]
33428
34153
  },
33429
34154
  "us-gov-west-1" : {
33430
34155
  "variants" : [ {
33431
34156
  "hostname" : "snowball-fips.us-gov-west-1.amazonaws.com",
33432
34157
  "tags" : [ "fips" ]
34158
+ }, {
34159
+ "hostname" : "snowball-fips.us-gov-west-1.api.aws",
34160
+ "tags" : [ "dualstack", "fips" ]
34161
+ }, {
34162
+ "hostname" : "snowball.us-gov-west-1.api.aws",
34163
+ "tags" : [ "dualstack" ]
33433
34164
  } ]
33434
34165
  }
33435
34166
  }
@@ -34298,6 +35029,18 @@
34298
35029
  "isRegionalized" : false,
34299
35030
  "partitionEndpoint" : "aws-iso-global"
34300
35031
  },
35032
+ "ce" : {
35033
+ "endpoints" : {
35034
+ "aws-iso-global" : {
35035
+ "credentialScope" : {
35036
+ "region" : "us-iso-east-1"
35037
+ },
35038
+ "hostname" : "ce.us-iso-east-1.c2s.ic.gov"
35039
+ }
35040
+ },
35041
+ "isRegionalized" : false,
35042
+ "partitionEndpoint" : "aws-iso-global"
35043
+ },
34301
35044
  "cloudcontrolapi" : {
34302
35045
  "endpoints" : {
34303
35046
  "us-iso-east-1" : { },
@@ -34829,7 +35572,8 @@
34829
35572
  },
34830
35573
  "oam" : {
34831
35574
  "endpoints" : {
34832
- "us-iso-east-1" : { }
35575
+ "us-iso-east-1" : { },
35576
+ "us-iso-west-1" : { }
34833
35577
  }
34834
35578
  },
34835
35579
  "organizations" : {
@@ -35151,8 +35895,32 @@
35151
35895
  },
35152
35896
  "states" : {
35153
35897
  "endpoints" : {
35154
- "us-iso-east-1" : { },
35155
- "us-iso-west-1" : { }
35898
+ "fips-us-iso-east-1" : {
35899
+ "credentialScope" : {
35900
+ "region" : "us-iso-east-1"
35901
+ },
35902
+ "deprecated" : true,
35903
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov"
35904
+ },
35905
+ "fips-us-iso-west-1" : {
35906
+ "credentialScope" : {
35907
+ "region" : "us-iso-west-1"
35908
+ },
35909
+ "deprecated" : true,
35910
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov"
35911
+ },
35912
+ "us-iso-east-1" : {
35913
+ "variants" : [ {
35914
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov",
35915
+ "tags" : [ "fips" ]
35916
+ } ]
35917
+ },
35918
+ "us-iso-west-1" : {
35919
+ "variants" : [ {
35920
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov",
35921
+ "tags" : [ "fips" ]
35922
+ } ]
35923
+ }
35156
35924
  }
35157
35925
  },
35158
35926
  "streams.dynamodb" : {
@@ -35277,8 +36045,32 @@
35277
36045
  },
35278
36046
  "workspaces" : {
35279
36047
  "endpoints" : {
35280
- "us-iso-east-1" : { },
35281
- "us-iso-west-1" : { }
36048
+ "fips-us-iso-east-1" : {
36049
+ "credentialScope" : {
36050
+ "region" : "us-iso-east-1"
36051
+ },
36052
+ "deprecated" : true,
36053
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov"
36054
+ },
36055
+ "fips-us-iso-west-1" : {
36056
+ "credentialScope" : {
36057
+ "region" : "us-iso-west-1"
36058
+ },
36059
+ "deprecated" : true,
36060
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov"
36061
+ },
36062
+ "us-iso-east-1" : {
36063
+ "variants" : [ {
36064
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov",
36065
+ "tags" : [ "fips" ]
36066
+ } ]
36067
+ },
36068
+ "us-iso-west-1" : {
36069
+ "variants" : [ {
36070
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov",
36071
+ "tags" : [ "fips" ]
36072
+ } ]
36073
+ }
35282
36074
  }
35283
36075
  }
35284
36076
  }
@@ -35382,6 +36174,18 @@
35382
36174
  "isRegionalized" : false,
35383
36175
  "partitionEndpoint" : "aws-iso-b-global"
35384
36176
  },
36177
+ "ce" : {
36178
+ "endpoints" : {
36179
+ "aws-iso-b-global" : {
36180
+ "credentialScope" : {
36181
+ "region" : "us-isob-east-1"
36182
+ },
36183
+ "hostname" : "ce.us-isob-east-1.sc2s.sgov.gov"
36184
+ }
36185
+ },
36186
+ "isRegionalized" : false,
36187
+ "partitionEndpoint" : "aws-iso-b-global"
36188
+ },
35385
36189
  "cloudcontrolapi" : {
35386
36190
  "endpoints" : {
35387
36191
  "us-isob-east-1" : { }
@@ -35921,7 +36725,19 @@
35921
36725
  },
35922
36726
  "states" : {
35923
36727
  "endpoints" : {
35924
- "us-isob-east-1" : { }
36728
+ "fips-us-isob-east-1" : {
36729
+ "credentialScope" : {
36730
+ "region" : "us-isob-east-1"
36731
+ },
36732
+ "deprecated" : true,
36733
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov"
36734
+ },
36735
+ "us-isob-east-1" : {
36736
+ "variants" : [ {
36737
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
36738
+ "tags" : [ "fips" ]
36739
+ } ]
36740
+ }
35925
36741
  }
35926
36742
  },
35927
36743
  "storagegateway" : {
@@ -36004,7 +36820,19 @@
36004
36820
  },
36005
36821
  "workspaces" : {
36006
36822
  "endpoints" : {
36007
- "us-isob-east-1" : { }
36823
+ "fips-us-isob-east-1" : {
36824
+ "credentialScope" : {
36825
+ "region" : "us-isob-east-1"
36826
+ },
36827
+ "deprecated" : true,
36828
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov"
36829
+ },
36830
+ "us-isob-east-1" : {
36831
+ "variants" : [ {
36832
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov",
36833
+ "tags" : [ "fips" ]
36834
+ } ]
36835
+ }
36008
36836
  }
36009
36837
  },
36010
36838
  "xray" : {
@@ -36060,8 +36888,18 @@
36060
36888
  "services" : {
36061
36889
  "access-analyzer" : {
36062
36890
  "endpoints" : {
36063
- "us-isof-east-1" : { },
36064
- "us-isof-south-1" : { }
36891
+ "us-isof-east-1" : {
36892
+ "variants" : [ {
36893
+ "hostname" : "access-analyzer.us-isof-east-1.api.aws.hci.ic.gov",
36894
+ "tags" : [ "dualstack" ]
36895
+ } ]
36896
+ },
36897
+ "us-isof-south-1" : {
36898
+ "variants" : [ {
36899
+ "hostname" : "access-analyzer.us-isof-south-1.api.aws.hci.ic.gov",
36900
+ "tags" : [ "dualstack" ]
36901
+ } ]
36902
+ }
36065
36903
  }
36066
36904
  },
36067
36905
  "acm" : {
@@ -36183,6 +37021,18 @@
36183
37021
  "isRegionalized" : false,
36184
37022
  "partitionEndpoint" : "aws-iso-f-global"
36185
37023
  },
37024
+ "ce" : {
37025
+ "endpoints" : {
37026
+ "aws-iso-f-global" : {
37027
+ "credentialScope" : {
37028
+ "region" : "us-isof-south-1"
37029
+ },
37030
+ "hostname" : "ce.us-isof-south-1.csp.hci.ic.gov"
37031
+ }
37032
+ },
37033
+ "isRegionalized" : false,
37034
+ "partitionEndpoint" : "aws-iso-f-global"
37035
+ },
36186
37036
  "cloudcontrolapi" : {
36187
37037
  "endpoints" : {
36188
37038
  "us-isof-east-1" : { },