aws-partitions 1.1062.0 → 1.1071.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 +932 -126
  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,27 @@
3676
4047
  "variants" : [ {
3677
4048
  "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
3678
4049
  "tags" : [ "fips" ]
4050
+ }, {
4051
+ "hostname" : "cleanrooms.us-east-1.api.aws",
4052
+ "tags" : [ "dualstack" ]
3679
4053
  } ]
3680
4054
  },
3681
4055
  "us-east-2" : {
3682
4056
  "variants" : [ {
3683
4057
  "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
3684
4058
  "tags" : [ "fips" ]
4059
+ }, {
4060
+ "hostname" : "cleanrooms.us-east-2.api.aws",
4061
+ "tags" : [ "dualstack" ]
3685
4062
  } ]
3686
4063
  },
3687
4064
  "us-west-2" : {
3688
4065
  "variants" : [ {
3689
4066
  "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
3690
4067
  "tags" : [ "fips" ]
4068
+ }, {
4069
+ "hostname" : "cleanrooms.us-west-2.api.aws",
4070
+ "tags" : [ "dualstack" ]
3691
4071
  } ]
3692
4072
  }
3693
4073
  }
@@ -4863,6 +5243,7 @@
4863
5243
  "ap-southeast-2" : { },
4864
5244
  "ap-southeast-3" : { },
4865
5245
  "ap-southeast-4" : { },
5246
+ "ap-southeast-5" : { },
4866
5247
  "ca-central-1" : {
4867
5248
  "variants" : [ {
4868
5249
  "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -5053,6 +5434,12 @@
5053
5434
  "tags" : [ "dualstack" ]
5054
5435
  } ]
5055
5436
  },
5437
+ "ap-southeast-5" : {
5438
+ "variants" : [ {
5439
+ "hostname" : "cognito-identity.ap-southeast-5.amazonaws.com",
5440
+ "tags" : [ "dualstack" ]
5441
+ } ]
5442
+ },
5056
5443
  "ca-central-1" : {
5057
5444
  "variants" : [ {
5058
5445
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5283,6 +5670,12 @@
5283
5670
  "tags" : [ "dualstack" ]
5284
5671
  } ]
5285
5672
  },
5673
+ "ap-southeast-5" : {
5674
+ "variants" : [ {
5675
+ "hostname" : "cognito-idp.ap-southeast-5.amazonaws.com",
5676
+ "tags" : [ "dualstack" ]
5677
+ } ]
5678
+ },
5286
5679
  "ca-central-1" : {
5287
5680
  "variants" : [ {
5288
5681
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -6722,6 +7115,9 @@
6722
7115
  "ap-northeast-3" : {
6723
7116
  "hostname" : "datazone.ap-northeast-3.api.aws"
6724
7117
  },
7118
+ "ap-south-1" : {
7119
+ "hostname" : "datazone.ap-south-1.api.aws"
7120
+ },
6725
7121
  "ap-south-2" : {
6726
7122
  "hostname" : "datazone.ap-south-2.api.aws"
6727
7123
  },
@@ -6780,6 +7176,9 @@
6780
7176
  "me-south-1" : {
6781
7177
  "hostname" : "datazone.me-south-1.api.aws"
6782
7178
  },
7179
+ "mx-central-1" : {
7180
+ "hostname" : "datazone.mx-central-1.api.aws"
7181
+ },
6783
7182
  "sa-east-1" : {
6784
7183
  "hostname" : "datazone.sa-east-1.api.aws"
6785
7184
  },
@@ -10217,6 +10616,7 @@
10217
10616
  "ap-southeast-3" : { },
10218
10617
  "ap-southeast-4" : { },
10219
10618
  "ap-southeast-5" : { },
10619
+ "ap-southeast-7" : { },
10220
10620
  "ca-central-1" : {
10221
10621
  "variants" : [ {
10222
10622
  "hostname" : "fms-fips.ca-central-1.amazonaws.com",
@@ -10410,6 +10810,7 @@
10410
10810
  "tags" : [ "fips" ]
10411
10811
  } ]
10412
10812
  },
10813
+ "mx-central-1" : { },
10413
10814
  "sa-east-1" : {
10414
10815
  "variants" : [ {
10415
10816
  "hostname" : "fms-fips.sa-east-1.amazonaws.com",
@@ -11085,6 +11486,12 @@
11085
11486
  "tags" : [ "dualstack" ]
11086
11487
  } ]
11087
11488
  },
11489
+ "ap-southeast-7" : {
11490
+ "variants" : [ {
11491
+ "hostname" : "glue.ap-southeast-7.api.aws",
11492
+ "tags" : [ "dualstack" ]
11493
+ } ]
11494
+ },
11088
11495
  "ca-central-1" : {
11089
11496
  "variants" : [ {
11090
11497
  "hostname" : "glue.ca-central-1.api.aws",
@@ -11191,6 +11598,12 @@
11191
11598
  "tags" : [ "dualstack" ]
11192
11599
  } ]
11193
11600
  },
11601
+ "mx-central-1" : {
11602
+ "variants" : [ {
11603
+ "hostname" : "glue.mx-central-1.api.aws",
11604
+ "tags" : [ "dualstack" ]
11605
+ } ]
11606
+ },
11194
11607
  "sa-east-1" : {
11195
11608
  "variants" : [ {
11196
11609
  "hostname" : "glue.sa-east-1.api.aws",
@@ -14376,6 +14789,7 @@
14376
14789
  "ap-southeast-3" : { },
14377
14790
  "ap-southeast-4" : { },
14378
14791
  "ap-southeast-5" : { },
14792
+ "ap-southeast-7" : { },
14379
14793
  "ca-central-1" : { },
14380
14794
  "ca-west-1" : { },
14381
14795
  "eu-central-1" : { },
@@ -14417,6 +14831,7 @@
14417
14831
  "il-central-1" : { },
14418
14832
  "me-central-1" : { },
14419
14833
  "me-south-1" : { },
14834
+ "mx-central-1" : { },
14420
14835
  "sa-east-1" : { },
14421
14836
  "us-east-1" : {
14422
14837
  "variants" : [ {
@@ -14457,6 +14872,7 @@
14457
14872
  "ap-southeast-2" : { },
14458
14873
  "ap-southeast-3" : { },
14459
14874
  "ap-southeast-4" : { },
14875
+ "ap-southeast-5" : { },
14460
14876
  "ca-central-1" : { },
14461
14877
  "ca-west-1" : { },
14462
14878
  "eu-central-1" : { },
@@ -14611,18 +15027,8 @@
14611
15027
  "tags" : [ "dualstack" ]
14612
15028
  } ]
14613
15029
  },
14614
- "ap-southeast-5" : {
14615
- "variants" : [ {
14616
- "hostname" : "logs.ap-southeast-5.api.aws",
14617
- "tags" : [ "dualstack" ]
14618
- } ]
14619
- },
14620
- "ap-southeast-7" : {
14621
- "variants" : [ {
14622
- "hostname" : "logs.ap-southeast-7.api.aws",
14623
- "tags" : [ "dualstack" ]
14624
- } ]
14625
- },
15030
+ "ap-southeast-5" : { },
15031
+ "ap-southeast-7" : { },
14626
15032
  "ca-central-1" : {
14627
15033
  "variants" : [ {
14628
15034
  "hostname" : "logs-fips.ca-central-1.amazonaws.com",
@@ -14749,12 +15155,7 @@
14749
15155
  "tags" : [ "dualstack" ]
14750
15156
  } ]
14751
15157
  },
14752
- "mx-central-1" : {
14753
- "variants" : [ {
14754
- "hostname" : "logs.mx-central-1.api.aws",
14755
- "tags" : [ "dualstack" ]
14756
- } ]
14757
- },
15158
+ "mx-central-1" : { },
14758
15159
  "sa-east-1" : {
14759
15160
  "variants" : [ {
14760
15161
  "hostname" : "logs.sa-east-1.api.aws",
@@ -16732,20 +17133,10 @@
16732
17133
  },
16733
17134
  "opsworks" : {
16734
17135
  "endpoints" : {
16735
- "ap-northeast-1" : { },
16736
- "ap-northeast-2" : { },
16737
- "ap-south-1" : { },
16738
17136
  "ap-southeast-1" : { },
16739
- "ap-southeast-2" : { },
16740
- "ca-central-1" : { },
16741
17137
  "eu-central-1" : { },
16742
17138
  "eu-west-1" : { },
16743
- "eu-west-2" : { },
16744
- "eu-west-3" : { },
16745
- "sa-east-1" : { },
16746
17139
  "us-east-1" : { },
16747
- "us-east-2" : { },
16748
- "us-west-1" : { },
16749
17140
  "us-west-2" : { }
16750
17141
  }
16751
17142
  },
@@ -17413,6 +17804,12 @@
17413
17804
  },
17414
17805
  "ca-central-1" : {
17415
17806
  "variants" : [ {
17807
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com",
17808
+ "tags" : [ "fips" ]
17809
+ }, {
17810
+ "hostname" : "polly-fips.ca-central-1.api.aws",
17811
+ "tags" : [ "dualstack", "fips" ]
17812
+ }, {
17416
17813
  "hostname" : "polly.ca-central-1.api.aws",
17417
17814
  "tags" : [ "dualstack" ]
17418
17815
  } ]
@@ -17453,6 +17850,13 @@
17453
17850
  "tags" : [ "dualstack" ]
17454
17851
  } ]
17455
17852
  },
17853
+ "fips-ca-central-1" : {
17854
+ "credentialScope" : {
17855
+ "region" : "ca-central-1"
17856
+ },
17857
+ "deprecated" : true,
17858
+ "hostname" : "polly-fips.ca-central-1.amazonaws.com"
17859
+ },
17456
17860
  "fips-us-east-1" : {
17457
17861
  "credentialScope" : {
17458
17862
  "region" : "us-east-1"
@@ -17978,6 +18382,7 @@
17978
18382
  "eu-central-2" : { },
17979
18383
  "eu-north-1" : { },
17980
18384
  "eu-south-1" : { },
18385
+ "eu-south-2" : { },
17981
18386
  "eu-west-1" : { },
17982
18387
  "eu-west-2" : { },
17983
18388
  "eu-west-3" : { },
@@ -18887,6 +19292,7 @@
18887
19292
  "ap-southeast-1" : { },
18888
19293
  "ap-southeast-2" : { },
18889
19294
  "ap-southeast-3" : { },
19295
+ "ap-southeast-7" : { },
18890
19296
  "ca-central-1" : {
18891
19297
  "variants" : [ {
18892
19298
  "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
@@ -18937,6 +19343,7 @@
18937
19343
  },
18938
19344
  "il-central-1" : { },
18939
19345
  "me-central-1" : { },
19346
+ "mx-central-1" : { },
18940
19347
  "sa-east-1" : { },
18941
19348
  "us-east-1" : {
18942
19349
  "variants" : [ {
@@ -22500,7 +22907,12 @@
22500
22907
  "tags" : [ "fips" ]
22501
22908
  } ]
22502
22909
  },
22503
- "ca-west-1" : { },
22910
+ "ca-west-1" : {
22911
+ "variants" : [ {
22912
+ "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
22913
+ "tags" : [ "fips" ]
22914
+ } ]
22915
+ },
22504
22916
  "eu-central-1" : { },
22505
22917
  "eu-central-2" : { },
22506
22918
  "eu-north-1" : { },
@@ -22516,6 +22928,13 @@
22516
22928
  "deprecated" : true,
22517
22929
  "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com"
22518
22930
  },
22931
+ "fips-ca-west-1" : {
22932
+ "credentialScope" : {
22933
+ "region" : "ca-west-1"
22934
+ },
22935
+ "deprecated" : true,
22936
+ "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com"
22937
+ },
22519
22938
  "fips-us-east-1" : {
22520
22939
  "credentialScope" : {
22521
22940
  "region" : "us-east-1"
@@ -23020,34 +23439,147 @@
23020
23439
  "protocols" : [ "http", "https" ]
23021
23440
  },
23022
23441
  "endpoints" : {
23023
- "af-south-1" : { },
23024
- "ap-east-1" : { },
23025
- "ap-northeast-1" : { },
23026
- "ap-northeast-2" : { },
23027
- "ap-northeast-3" : { },
23028
- "ap-south-1" : { },
23029
- "ap-south-2" : { },
23030
- "ap-southeast-1" : { },
23031
- "ap-southeast-2" : { },
23032
- "ap-southeast-3" : { },
23033
- "ap-southeast-4" : { },
23034
- "ap-southeast-5" : { },
23035
- "ap-southeast-7" : { },
23036
- "ca-central-1" : { },
23442
+ "af-south-1" : {
23443
+ "variants" : [ {
23444
+ "hostname" : "sns.af-south-1.api.aws",
23445
+ "tags" : [ "dualstack" ]
23446
+ } ]
23447
+ },
23448
+ "ap-east-1" : {
23449
+ "variants" : [ {
23450
+ "hostname" : "sns.ap-east-1.api.aws",
23451
+ "tags" : [ "dualstack" ]
23452
+ } ]
23453
+ },
23454
+ "ap-northeast-1" : {
23455
+ "variants" : [ {
23456
+ "hostname" : "sns.ap-northeast-1.api.aws",
23457
+ "tags" : [ "dualstack" ]
23458
+ } ]
23459
+ },
23460
+ "ap-northeast-2" : {
23461
+ "variants" : [ {
23462
+ "hostname" : "sns.ap-northeast-2.api.aws",
23463
+ "tags" : [ "dualstack" ]
23464
+ } ]
23465
+ },
23466
+ "ap-northeast-3" : {
23467
+ "variants" : [ {
23468
+ "hostname" : "sns.ap-northeast-3.api.aws",
23469
+ "tags" : [ "dualstack" ]
23470
+ } ]
23471
+ },
23472
+ "ap-south-1" : {
23473
+ "variants" : [ {
23474
+ "hostname" : "sns.ap-south-1.api.aws",
23475
+ "tags" : [ "dualstack" ]
23476
+ } ]
23477
+ },
23478
+ "ap-south-2" : {
23479
+ "variants" : [ {
23480
+ "hostname" : "sns.ap-south-2.api.aws",
23481
+ "tags" : [ "dualstack" ]
23482
+ } ]
23483
+ },
23484
+ "ap-southeast-1" : {
23485
+ "variants" : [ {
23486
+ "hostname" : "sns.ap-southeast-1.api.aws",
23487
+ "tags" : [ "dualstack" ]
23488
+ } ]
23489
+ },
23490
+ "ap-southeast-2" : {
23491
+ "variants" : [ {
23492
+ "hostname" : "sns.ap-southeast-2.api.aws",
23493
+ "tags" : [ "dualstack" ]
23494
+ } ]
23495
+ },
23496
+ "ap-southeast-3" : {
23497
+ "variants" : [ {
23498
+ "hostname" : "sns.ap-southeast-3.api.aws",
23499
+ "tags" : [ "dualstack" ]
23500
+ } ]
23501
+ },
23502
+ "ap-southeast-4" : {
23503
+ "variants" : [ {
23504
+ "hostname" : "sns.ap-southeast-4.api.aws",
23505
+ "tags" : [ "dualstack" ]
23506
+ } ]
23507
+ },
23508
+ "ap-southeast-5" : {
23509
+ "variants" : [ {
23510
+ "hostname" : "sns.ap-southeast-5.api.aws",
23511
+ "tags" : [ "dualstack" ]
23512
+ } ]
23513
+ },
23514
+ "ap-southeast-7" : {
23515
+ "variants" : [ {
23516
+ "hostname" : "sns.ap-southeast-7.api.aws",
23517
+ "tags" : [ "dualstack" ]
23518
+ } ]
23519
+ },
23520
+ "ca-central-1" : {
23521
+ "variants" : [ {
23522
+ "hostname" : "sns.ca-central-1.api.aws",
23523
+ "tags" : [ "dualstack" ]
23524
+ } ]
23525
+ },
23037
23526
  "ca-west-1" : {
23038
23527
  "variants" : [ {
23039
23528
  "hostname" : "sns-fips.ca-west-1.amazonaws.com",
23040
23529
  "tags" : [ "fips" ]
23530
+ }, {
23531
+ "hostname" : "sns.ca-west-1.api.aws",
23532
+ "tags" : [ "dualstack" ]
23533
+ } ]
23534
+ },
23535
+ "eu-central-1" : {
23536
+ "variants" : [ {
23537
+ "hostname" : "sns.eu-central-1.api.aws",
23538
+ "tags" : [ "dualstack" ]
23539
+ } ]
23540
+ },
23541
+ "eu-central-2" : {
23542
+ "variants" : [ {
23543
+ "hostname" : "sns.eu-central-2.api.aws",
23544
+ "tags" : [ "dualstack" ]
23545
+ } ]
23546
+ },
23547
+ "eu-north-1" : {
23548
+ "variants" : [ {
23549
+ "hostname" : "sns.eu-north-1.api.aws",
23550
+ "tags" : [ "dualstack" ]
23551
+ } ]
23552
+ },
23553
+ "eu-south-1" : {
23554
+ "variants" : [ {
23555
+ "hostname" : "sns.eu-south-1.api.aws",
23556
+ "tags" : [ "dualstack" ]
23557
+ } ]
23558
+ },
23559
+ "eu-south-2" : {
23560
+ "variants" : [ {
23561
+ "hostname" : "sns.eu-south-2.api.aws",
23562
+ "tags" : [ "dualstack" ]
23563
+ } ]
23564
+ },
23565
+ "eu-west-1" : {
23566
+ "variants" : [ {
23567
+ "hostname" : "sns.eu-west-1.api.aws",
23568
+ "tags" : [ "dualstack" ]
23569
+ } ]
23570
+ },
23571
+ "eu-west-2" : {
23572
+ "variants" : [ {
23573
+ "hostname" : "sns.eu-west-2.api.aws",
23574
+ "tags" : [ "dualstack" ]
23575
+ } ]
23576
+ },
23577
+ "eu-west-3" : {
23578
+ "variants" : [ {
23579
+ "hostname" : "sns.eu-west-3.api.aws",
23580
+ "tags" : [ "dualstack" ]
23041
23581
  } ]
23042
23582
  },
23043
- "eu-central-1" : { },
23044
- "eu-central-2" : { },
23045
- "eu-north-1" : { },
23046
- "eu-south-1" : { },
23047
- "eu-south-2" : { },
23048
- "eu-west-1" : { },
23049
- "eu-west-2" : { },
23050
- "eu-west-3" : { },
23051
23583
  "fips-ca-west-1" : {
23052
23584
  "credentialScope" : {
23053
23585
  "region" : "ca-west-1"
@@ -23083,33 +23615,70 @@
23083
23615
  "deprecated" : true,
23084
23616
  "hostname" : "sns-fips.us-west-2.amazonaws.com"
23085
23617
  },
23086
- "il-central-1" : { },
23087
- "me-central-1" : { },
23088
- "me-south-1" : { },
23089
- "mx-central-1" : { },
23090
- "sa-east-1" : { },
23618
+ "il-central-1" : {
23619
+ "variants" : [ {
23620
+ "hostname" : "sns.il-central-1.api.aws",
23621
+ "tags" : [ "dualstack" ]
23622
+ } ]
23623
+ },
23624
+ "me-central-1" : {
23625
+ "variants" : [ {
23626
+ "hostname" : "sns.me-central-1.api.aws",
23627
+ "tags" : [ "dualstack" ]
23628
+ } ]
23629
+ },
23630
+ "me-south-1" : {
23631
+ "variants" : [ {
23632
+ "hostname" : "sns.me-south-1.api.aws",
23633
+ "tags" : [ "dualstack" ]
23634
+ } ]
23635
+ },
23636
+ "mx-central-1" : {
23637
+ "variants" : [ {
23638
+ "hostname" : "sns.mx-central-1.api.aws",
23639
+ "tags" : [ "dualstack" ]
23640
+ } ]
23641
+ },
23642
+ "sa-east-1" : {
23643
+ "variants" : [ {
23644
+ "hostname" : "sns.sa-east-1.api.aws",
23645
+ "tags" : [ "dualstack" ]
23646
+ } ]
23647
+ },
23091
23648
  "us-east-1" : {
23092
23649
  "variants" : [ {
23093
23650
  "hostname" : "sns-fips.us-east-1.amazonaws.com",
23094
23651
  "tags" : [ "fips" ]
23652
+ }, {
23653
+ "hostname" : "sns.us-east-1.api.aws",
23654
+ "tags" : [ "dualstack" ]
23095
23655
  } ]
23096
23656
  },
23097
23657
  "us-east-2" : {
23098
23658
  "variants" : [ {
23099
23659
  "hostname" : "sns-fips.us-east-2.amazonaws.com",
23100
23660
  "tags" : [ "fips" ]
23661
+ }, {
23662
+ "hostname" : "sns.us-east-2.api.aws",
23663
+ "tags" : [ "dualstack" ]
23101
23664
  } ]
23102
23665
  },
23103
23666
  "us-west-1" : {
23104
23667
  "variants" : [ {
23105
23668
  "hostname" : "sns-fips.us-west-1.amazonaws.com",
23106
23669
  "tags" : [ "fips" ]
23670
+ }, {
23671
+ "hostname" : "sns.us-west-1.api.aws",
23672
+ "tags" : [ "dualstack" ]
23107
23673
  } ]
23108
23674
  },
23109
23675
  "us-west-2" : {
23110
23676
  "variants" : [ {
23111
23677
  "hostname" : "sns-fips.us-west-2.amazonaws.com",
23112
23678
  "tags" : [ "fips" ]
23679
+ }, {
23680
+ "hostname" : "sns.us-west-2.api.aws",
23681
+ "tags" : [ "dualstack" ]
23113
23682
  } ]
23114
23683
  }
23115
23684
  }
@@ -23933,8 +24502,18 @@
23933
24502
  "ap-southeast-4" : { },
23934
24503
  "ap-southeast-5" : { },
23935
24504
  "ap-southeast-7" : { },
23936
- "ca-central-1" : { },
23937
- "ca-west-1" : { },
24505
+ "ca-central-1" : {
24506
+ "variants" : [ {
24507
+ "hostname" : "states-fips.ca-central-1.amazonaws.com",
24508
+ "tags" : [ "fips" ]
24509
+ } ]
24510
+ },
24511
+ "ca-west-1" : {
24512
+ "variants" : [ {
24513
+ "hostname" : "states-fips.ca-west-1.amazonaws.com",
24514
+ "tags" : [ "fips" ]
24515
+ } ]
24516
+ },
23938
24517
  "eu-central-1" : { },
23939
24518
  "eu-central-2" : { },
23940
24519
  "eu-north-1" : { },
@@ -23943,6 +24522,20 @@
23943
24522
  "eu-west-1" : { },
23944
24523
  "eu-west-2" : { },
23945
24524
  "eu-west-3" : { },
24525
+ "fips-ca-central-1" : {
24526
+ "credentialScope" : {
24527
+ "region" : "ca-central-1"
24528
+ },
24529
+ "deprecated" : true,
24530
+ "hostname" : "states-fips.ca-central-1.amazonaws.com"
24531
+ },
24532
+ "fips-ca-west-1" : {
24533
+ "credentialScope" : {
24534
+ "region" : "ca-west-1"
24535
+ },
24536
+ "deprecated" : true,
24537
+ "hostname" : "states-fips.ca-west-1.amazonaws.com"
24538
+ },
23946
24539
  "fips-us-east-1" : {
23947
24540
  "credentialScope" : {
23948
24541
  "region" : "us-east-1"
@@ -24016,6 +24609,7 @@
24016
24609
  "ap-southeast-3" : { },
24017
24610
  "ap-southeast-4" : { },
24018
24611
  "ap-southeast-5" : { },
24612
+ "ap-southeast-7" : { },
24019
24613
  "ca-central-1" : {
24020
24614
  "variants" : [ {
24021
24615
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
@@ -27025,8 +27619,18 @@
27025
27619
  "services" : {
27026
27620
  "access-analyzer" : {
27027
27621
  "endpoints" : {
27028
- "cn-north-1" : { },
27029
- "cn-northwest-1" : { }
27622
+ "cn-north-1" : {
27623
+ "variants" : [ {
27624
+ "hostname" : "access-analyzer.cn-north-1.api.amazonwebservices.com.cn",
27625
+ "tags" : [ "dualstack" ]
27626
+ } ]
27627
+ },
27628
+ "cn-northwest-1" : {
27629
+ "variants" : [ {
27630
+ "hostname" : "access-analyzer.cn-northwest-1.api.amazonwebservices.com.cn",
27631
+ "tags" : [ "dualstack" ]
27632
+ } ]
27633
+ }
27030
27634
  }
27031
27635
  },
27032
27636
  "account" : {
@@ -27991,8 +28595,18 @@
27991
28595
  },
27992
28596
  "logs" : {
27993
28597
  "endpoints" : {
27994
- "cn-north-1" : { },
27995
- "cn-northwest-1" : { }
28598
+ "cn-north-1" : {
28599
+ "variants" : [ {
28600
+ "hostname" : "logs.cn-north-1.api.amazonwebservices.com.cn",
28601
+ "tags" : [ "dualstack" ]
28602
+ } ]
28603
+ },
28604
+ "cn-northwest-1" : {
28605
+ "variants" : [ {
28606
+ "hostname" : "logs.cn-northwest-1.api.amazonwebservices.com.cn",
28607
+ "tags" : [ "dualstack" ]
28608
+ } ]
28609
+ }
27996
28610
  }
27997
28611
  },
27998
28612
  "mediaconvert" : {
@@ -28011,6 +28625,16 @@
28011
28625
  "cn-northwest-1" : { }
28012
28626
  }
28013
28627
  },
28628
+ "metering.marketplace" : {
28629
+ "defaults" : {
28630
+ "credentialScope" : {
28631
+ "service" : "aws-marketplace"
28632
+ }
28633
+ },
28634
+ "endpoints" : {
28635
+ "cn-northwest-1" : { }
28636
+ }
28637
+ },
28014
28638
  "metrics.sagemaker" : {
28015
28639
  "endpoints" : {
28016
28640
  "cn-north-1" : { },
@@ -28476,8 +29100,18 @@
28476
29100
  "protocols" : [ "http", "https" ]
28477
29101
  },
28478
29102
  "endpoints" : {
28479
- "cn-north-1" : { },
28480
- "cn-northwest-1" : { }
29103
+ "cn-north-1" : {
29104
+ "variants" : [ {
29105
+ "hostname" : "sns.cn-north-1.api.amazonwebservices.com.cn",
29106
+ "tags" : [ "dualstack" ]
29107
+ } ]
29108
+ },
29109
+ "cn-northwest-1" : {
29110
+ "variants" : [ {
29111
+ "hostname" : "sns.cn-northwest-1.api.amazonwebservices.com.cn",
29112
+ "tags" : [ "dualstack" ]
29113
+ } ]
29114
+ }
28481
29115
  }
28482
29116
  },
28483
29117
  "sqs" : {
@@ -28750,6 +29384,12 @@
28750
29384
  "variants" : [ {
28751
29385
  "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
28752
29386
  "tags" : [ "fips" ]
29387
+ }, {
29388
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
29389
+ "tags" : [ "dualstack" ]
29390
+ }, {
29391
+ "hostname" : "access-analyzer.us-gov-east-1.api.aws",
29392
+ "tags" : [ "dualstack", "fips" ]
28753
29393
  } ]
28754
29394
  },
28755
29395
  "us-gov-east-1-fips" : {
@@ -28767,6 +29407,12 @@
28767
29407
  "variants" : [ {
28768
29408
  "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
28769
29409
  "tags" : [ "fips" ]
29410
+ }, {
29411
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
29412
+ "tags" : [ "dualstack" ]
29413
+ }, {
29414
+ "hostname" : "access-analyzer.us-gov-west-1.api.aws",
29415
+ "tags" : [ "dualstack", "fips" ]
28770
29416
  } ]
28771
29417
  },
28772
29418
  "us-gov-west-1-fips" : {
@@ -28852,6 +29498,12 @@
28852
29498
  "variants" : [ {
28853
29499
  "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com",
28854
29500
  "tags" : [ "fips" ]
29501
+ }, {
29502
+ "hostname" : "detective-fips.us-gov-east-1.api.aws",
29503
+ "tags" : [ "dualstack", "fips" ]
29504
+ }, {
29505
+ "hostname" : "detective.us-gov-east-1.api.aws",
29506
+ "tags" : [ "dualstack" ]
28855
29507
  } ]
28856
29508
  },
28857
29509
  "us-gov-east-1-fips" : {
@@ -28865,6 +29517,12 @@
28865
29517
  "variants" : [ {
28866
29518
  "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com",
28867
29519
  "tags" : [ "fips" ]
29520
+ }, {
29521
+ "hostname" : "detective-fips.us-gov-west-1.api.aws",
29522
+ "tags" : [ "dualstack", "fips" ]
29523
+ }, {
29524
+ "hostname" : "detective.us-gov-west-1.api.aws",
29525
+ "tags" : [ "dualstack" ]
28868
29526
  } ]
28869
29527
  },
28870
29528
  "us-gov-west-1-fips" : {
@@ -28974,7 +29632,19 @@
28974
29632
  } ]
28975
29633
  },
28976
29634
  "endpoints" : {
28977
- "us-gov-east-1" : { },
29635
+ "us-gov-east-1" : {
29636
+ "variants" : [ {
29637
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com",
29638
+ "tags" : [ "fips" ]
29639
+ } ]
29640
+ },
29641
+ "us-gov-east-1-fips" : {
29642
+ "credentialScope" : {
29643
+ "region" : "us-gov-east-1"
29644
+ },
29645
+ "deprecated" : true,
29646
+ "hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com"
29647
+ },
28978
29648
  "us-gov-west-1" : {
28979
29649
  "variants" : [ {
28980
29650
  "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
@@ -29755,6 +30425,12 @@
29755
30425
  "deprecated" : true,
29756
30426
  "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
29757
30427
  },
30428
+ "us-gov-east-1" : {
30429
+ "variants" : [ {
30430
+ "hostname" : "cognito-identity.us-gov-east-1.amazonaws.com",
30431
+ "tags" : [ "dualstack" ]
30432
+ } ]
30433
+ },
29758
30434
  "us-gov-west-1" : {
29759
30435
  "variants" : [ {
29760
30436
  "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
@@ -29778,6 +30454,12 @@
29778
30454
  "deprecated" : true,
29779
30455
  "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
29780
30456
  },
30457
+ "us-gov-east-1" : {
30458
+ "variants" : [ {
30459
+ "hostname" : "cognito-idp.us-gov-east-1.amazonaws.com",
30460
+ "tags" : [ "dualstack" ]
30461
+ } ]
30462
+ },
29781
30463
  "us-gov-west-1" : {
29782
30464
  "variants" : [ {
29783
30465
  "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
@@ -31828,12 +32510,18 @@
31828
32510
  "variants" : [ {
31829
32511
  "hostname" : "logs.us-gov-east-1.amazonaws.com",
31830
32512
  "tags" : [ "fips" ]
32513
+ }, {
32514
+ "hostname" : "logs.us-gov-east-1.api.aws",
32515
+ "tags" : [ "dualstack" ]
31831
32516
  } ]
31832
32517
  },
31833
32518
  "us-gov-west-1" : {
31834
32519
  "variants" : [ {
31835
32520
  "hostname" : "logs.us-gov-west-1.amazonaws.com",
31836
32521
  "tags" : [ "fips" ]
32522
+ }, {
32523
+ "hostname" : "logs.us-gov-west-1.api.aws",
32524
+ "tags" : [ "dualstack" ]
31837
32525
  } ]
31838
32526
  }
31839
32527
  }
@@ -34274,6 +34962,18 @@
34274
34962
  "isRegionalized" : false,
34275
34963
  "partitionEndpoint" : "aws-iso-global"
34276
34964
  },
34965
+ "ce" : {
34966
+ "endpoints" : {
34967
+ "aws-iso-global" : {
34968
+ "credentialScope" : {
34969
+ "region" : "us-iso-east-1"
34970
+ },
34971
+ "hostname" : "ce.us-iso-east-1.c2s.ic.gov"
34972
+ }
34973
+ },
34974
+ "isRegionalized" : false,
34975
+ "partitionEndpoint" : "aws-iso-global"
34976
+ },
34277
34977
  "cloudcontrolapi" : {
34278
34978
  "endpoints" : {
34279
34979
  "us-iso-east-1" : { },
@@ -35127,8 +35827,32 @@
35127
35827
  },
35128
35828
  "states" : {
35129
35829
  "endpoints" : {
35130
- "us-iso-east-1" : { },
35131
- "us-iso-west-1" : { }
35830
+ "fips-us-iso-east-1" : {
35831
+ "credentialScope" : {
35832
+ "region" : "us-iso-east-1"
35833
+ },
35834
+ "deprecated" : true,
35835
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov"
35836
+ },
35837
+ "fips-us-iso-west-1" : {
35838
+ "credentialScope" : {
35839
+ "region" : "us-iso-west-1"
35840
+ },
35841
+ "deprecated" : true,
35842
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov"
35843
+ },
35844
+ "us-iso-east-1" : {
35845
+ "variants" : [ {
35846
+ "hostname" : "states-fips.us-iso-east-1.c2s.ic.gov",
35847
+ "tags" : [ "fips" ]
35848
+ } ]
35849
+ },
35850
+ "us-iso-west-1" : {
35851
+ "variants" : [ {
35852
+ "hostname" : "states-fips.us-iso-west-1.c2s.ic.gov",
35853
+ "tags" : [ "fips" ]
35854
+ } ]
35855
+ }
35132
35856
  }
35133
35857
  },
35134
35858
  "streams.dynamodb" : {
@@ -35253,8 +35977,32 @@
35253
35977
  },
35254
35978
  "workspaces" : {
35255
35979
  "endpoints" : {
35256
- "us-iso-east-1" : { },
35257
- "us-iso-west-1" : { }
35980
+ "fips-us-iso-east-1" : {
35981
+ "credentialScope" : {
35982
+ "region" : "us-iso-east-1"
35983
+ },
35984
+ "deprecated" : true,
35985
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov"
35986
+ },
35987
+ "fips-us-iso-west-1" : {
35988
+ "credentialScope" : {
35989
+ "region" : "us-iso-west-1"
35990
+ },
35991
+ "deprecated" : true,
35992
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov"
35993
+ },
35994
+ "us-iso-east-1" : {
35995
+ "variants" : [ {
35996
+ "hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov",
35997
+ "tags" : [ "fips" ]
35998
+ } ]
35999
+ },
36000
+ "us-iso-west-1" : {
36001
+ "variants" : [ {
36002
+ "hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov",
36003
+ "tags" : [ "fips" ]
36004
+ } ]
36005
+ }
35258
36006
  }
35259
36007
  }
35260
36008
  }
@@ -35358,6 +36106,18 @@
35358
36106
  "isRegionalized" : false,
35359
36107
  "partitionEndpoint" : "aws-iso-b-global"
35360
36108
  },
36109
+ "ce" : {
36110
+ "endpoints" : {
36111
+ "aws-iso-b-global" : {
36112
+ "credentialScope" : {
36113
+ "region" : "us-isob-east-1"
36114
+ },
36115
+ "hostname" : "ce.us-isob-east-1.sc2s.sgov.gov"
36116
+ }
36117
+ },
36118
+ "isRegionalized" : false,
36119
+ "partitionEndpoint" : "aws-iso-b-global"
36120
+ },
35361
36121
  "cloudcontrolapi" : {
35362
36122
  "endpoints" : {
35363
36123
  "us-isob-east-1" : { }
@@ -35897,7 +36657,19 @@
35897
36657
  },
35898
36658
  "states" : {
35899
36659
  "endpoints" : {
35900
- "us-isob-east-1" : { }
36660
+ "fips-us-isob-east-1" : {
36661
+ "credentialScope" : {
36662
+ "region" : "us-isob-east-1"
36663
+ },
36664
+ "deprecated" : true,
36665
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov"
36666
+ },
36667
+ "us-isob-east-1" : {
36668
+ "variants" : [ {
36669
+ "hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
36670
+ "tags" : [ "fips" ]
36671
+ } ]
36672
+ }
35901
36673
  }
35902
36674
  },
35903
36675
  "storagegateway" : {
@@ -35980,7 +36752,19 @@
35980
36752
  },
35981
36753
  "workspaces" : {
35982
36754
  "endpoints" : {
35983
- "us-isob-east-1" : { }
36755
+ "fips-us-isob-east-1" : {
36756
+ "credentialScope" : {
36757
+ "region" : "us-isob-east-1"
36758
+ },
36759
+ "deprecated" : true,
36760
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov"
36761
+ },
36762
+ "us-isob-east-1" : {
36763
+ "variants" : [ {
36764
+ "hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov",
36765
+ "tags" : [ "fips" ]
36766
+ } ]
36767
+ }
35984
36768
  }
35985
36769
  },
35986
36770
  "xray" : {
@@ -36036,8 +36820,18 @@
36036
36820
  "services" : {
36037
36821
  "access-analyzer" : {
36038
36822
  "endpoints" : {
36039
- "us-isof-east-1" : { },
36040
- "us-isof-south-1" : { }
36823
+ "us-isof-east-1" : {
36824
+ "variants" : [ {
36825
+ "hostname" : "access-analyzer.us-isof-east-1.api.aws.hci.ic.gov",
36826
+ "tags" : [ "dualstack" ]
36827
+ } ]
36828
+ },
36829
+ "us-isof-south-1" : {
36830
+ "variants" : [ {
36831
+ "hostname" : "access-analyzer.us-isof-south-1.api.aws.hci.ic.gov",
36832
+ "tags" : [ "dualstack" ]
36833
+ } ]
36834
+ }
36041
36835
  }
36042
36836
  },
36043
36837
  "acm" : {
@@ -36159,6 +36953,18 @@
36159
36953
  "isRegionalized" : false,
36160
36954
  "partitionEndpoint" : "aws-iso-f-global"
36161
36955
  },
36956
+ "ce" : {
36957
+ "endpoints" : {
36958
+ "aws-iso-f-global" : {
36959
+ "credentialScope" : {
36960
+ "region" : "us-isof-south-1"
36961
+ },
36962
+ "hostname" : "ce.us-isof-south-1.csp.hci.ic.gov"
36963
+ }
36964
+ },
36965
+ "isRegionalized" : false,
36966
+ "partitionEndpoint" : "aws-iso-f-global"
36967
+ },
36162
36968
  "cloudcontrolapi" : {
36163
36969
  "endpoints" : {
36164
36970
  "us-isof-east-1" : { },