aws-partitions 1.1063.0 → 1.1065.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +670 -91
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64b30d6fe1364f04e62df32dee99593a7461ba586d01c9b4e940ceaf604eb2f8
|
4
|
+
data.tar.gz: bc216eaa7db1cdec32e87fe17c6c96e5e72dbea7ebaf389dfd648211b7526b12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbcb959bf07f8cee0fbcd59d968eca032453cdec8388c732d75da8b823f68cf5e39a9ec953886e71fe9cffe5fb02cc41ffd791231f10a072378aaa6bf806ec83
|
7
|
+
data.tar.gz: c1f58f39e0e488d2e88431236d442beebe2335047f693a33af407022a4c7a6befffd1db934b74114b7f35dd5b0208dba4117334aab0597ee471ad72e36a25688
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1065.0 (2025-03-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1064.0 (2025-03-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1063.0 (2025-03-07)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1065.0
|
data/partitions.json
CHANGED
@@ -123,39 +123,156 @@
|
|
123
123
|
"services" : {
|
124
124
|
"access-analyzer" : {
|
125
125
|
"endpoints" : {
|
126
|
-
"af-south-1" : {
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
"ap-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
"ap-
|
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
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
318
|
+
"il-central-1" : {
|
319
|
+
"variants" : [ {
|
320
|
+
"hostname" : "access-analyzer.il-central-1.api.aws",
|
321
|
+
"tags" : [ "dualstack" ]
|
322
|
+
} ]
|
323
|
+
},
|
324
|
+
"me-central-1" : {
|
325
|
+
"variants" : [ {
|
326
|
+
"hostname" : "access-analyzer.me-central-1.api.aws",
|
327
|
+
"tags" : [ "dualstack" ]
|
328
|
+
} ]
|
329
|
+
},
|
330
|
+
"me-south-1" : {
|
331
|
+
"variants" : [ {
|
332
|
+
"hostname" : "access-analyzer.me-south-1.api.aws",
|
333
|
+
"tags" : [ "dualstack" ]
|
334
|
+
} ]
|
335
|
+
},
|
336
|
+
"mx-central-1" : {
|
337
|
+
"variants" : [ {
|
338
|
+
"hostname" : "access-analyzer.mx-central-1.api.aws",
|
339
|
+
"tags" : [ "dualstack" ]
|
340
|
+
} ]
|
341
|
+
},
|
342
|
+
"sa-east-1" : {
|
343
|
+
"variants" : [ {
|
344
|
+
"hostname" : "access-analyzer.sa-east-1.api.aws",
|
345
|
+
"tags" : [ "dualstack" ]
|
346
|
+
} ]
|
347
|
+
},
|
206
348
|
"us-east-1" : {
|
207
349
|
"variants" : [ {
|
208
350
|
"hostname" : "access-analyzer-fips.us-east-1.amazonaws.com",
|
209
351
|
"tags" : [ "fips" ]
|
352
|
+
}, {
|
353
|
+
"hostname" : "access-analyzer-fips.us-east-1.api.aws",
|
354
|
+
"tags" : [ "dualstack", "fips" ]
|
355
|
+
}, {
|
356
|
+
"hostname" : "access-analyzer.us-east-1.api.aws",
|
357
|
+
"tags" : [ "dualstack" ]
|
210
358
|
} ]
|
211
359
|
},
|
212
360
|
"us-east-2" : {
|
213
361
|
"variants" : [ {
|
214
362
|
"hostname" : "access-analyzer-fips.us-east-2.amazonaws.com",
|
215
363
|
"tags" : [ "fips" ]
|
364
|
+
}, {
|
365
|
+
"hostname" : "access-analyzer-fips.us-east-2.api.aws",
|
366
|
+
"tags" : [ "dualstack", "fips" ]
|
367
|
+
}, {
|
368
|
+
"hostname" : "access-analyzer.us-east-2.api.aws",
|
369
|
+
"tags" : [ "dualstack" ]
|
216
370
|
} ]
|
217
371
|
},
|
218
372
|
"us-west-1" : {
|
219
373
|
"variants" : [ {
|
220
374
|
"hostname" : "access-analyzer-fips.us-west-1.amazonaws.com",
|
221
375
|
"tags" : [ "fips" ]
|
376
|
+
}, {
|
377
|
+
"hostname" : "access-analyzer-fips.us-west-1.api.aws",
|
378
|
+
"tags" : [ "dualstack", "fips" ]
|
379
|
+
}, {
|
380
|
+
"hostname" : "access-analyzer.us-west-1.api.aws",
|
381
|
+
"tags" : [ "dualstack" ]
|
222
382
|
} ]
|
223
383
|
},
|
224
384
|
"us-west-2" : {
|
225
385
|
"variants" : [ {
|
226
386
|
"hostname" : "access-analyzer-fips.us-west-2.amazonaws.com",
|
227
387
|
"tags" : [ "fips" ]
|
388
|
+
}, {
|
389
|
+
"hostname" : "access-analyzer-fips.us-west-2.api.aws",
|
390
|
+
"tags" : [ "dualstack", "fips" ]
|
391
|
+
}, {
|
392
|
+
"hostname" : "access-analyzer.us-west-2.api.aws",
|
393
|
+
"tags" : [ "dualstack" ]
|
228
394
|
} ]
|
229
395
|
}
|
230
396
|
}
|
@@ -597,17 +763,58 @@
|
|
597
763
|
"protocols" : [ "https" ]
|
598
764
|
},
|
599
765
|
"endpoints" : {
|
600
|
-
"af-south-1" : {
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
"ap-
|
766
|
+
"af-south-1" : {
|
767
|
+
"variants" : [ {
|
768
|
+
"hostname" : "detective.af-south-1.api.aws",
|
769
|
+
"tags" : [ "dualstack" ]
|
770
|
+
} ]
|
771
|
+
},
|
772
|
+
"ap-east-1" : {
|
773
|
+
"variants" : [ {
|
774
|
+
"hostname" : "detective.ap-east-1.api.aws",
|
775
|
+
"tags" : [ "dualstack" ]
|
776
|
+
} ]
|
777
|
+
},
|
778
|
+
"ap-northeast-1" : {
|
779
|
+
"variants" : [ {
|
780
|
+
"hostname" : "detective.ap-northeast-1.api.aws",
|
781
|
+
"tags" : [ "dualstack" ]
|
782
|
+
} ]
|
783
|
+
},
|
784
|
+
"ap-northeast-2" : {
|
785
|
+
"variants" : [ {
|
786
|
+
"hostname" : "detective.ap-northeast-2.api.aws",
|
787
|
+
"tags" : [ "dualstack" ]
|
788
|
+
} ]
|
789
|
+
},
|
790
|
+
"ap-south-1" : {
|
791
|
+
"variants" : [ {
|
792
|
+
"hostname" : "detective.ap-south-1.api.aws",
|
793
|
+
"tags" : [ "dualstack" ]
|
794
|
+
} ]
|
795
|
+
},
|
796
|
+
"ap-southeast-1" : {
|
797
|
+
"variants" : [ {
|
798
|
+
"hostname" : "detective.ap-southeast-1.api.aws",
|
799
|
+
"tags" : [ "dualstack" ]
|
800
|
+
} ]
|
801
|
+
},
|
802
|
+
"ap-southeast-2" : {
|
803
|
+
"variants" : [ {
|
804
|
+
"hostname" : "detective.ap-southeast-2.api.aws",
|
805
|
+
"tags" : [ "dualstack" ]
|
806
|
+
} ]
|
807
|
+
},
|
607
808
|
"ca-central-1" : {
|
608
809
|
"variants" : [ {
|
609
810
|
"hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
|
610
811
|
"tags" : [ "fips" ]
|
812
|
+
}, {
|
813
|
+
"hostname" : "detective-fips.ca-central-1.api.aws",
|
814
|
+
"tags" : [ "dualstack", "fips" ]
|
815
|
+
}, {
|
816
|
+
"hostname" : "detective.ca-central-1.api.aws",
|
817
|
+
"tags" : [ "dualstack" ]
|
611
818
|
} ]
|
612
819
|
},
|
613
820
|
"ca-central-1-fips" : {
|
@@ -617,19 +824,70 @@
|
|
617
824
|
"deprecated" : true,
|
618
825
|
"hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
|
619
826
|
},
|
620
|
-
"eu-central-1" : {
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
"
|
627
|
-
|
628
|
-
|
827
|
+
"eu-central-1" : {
|
828
|
+
"variants" : [ {
|
829
|
+
"hostname" : "detective.eu-central-1.api.aws",
|
830
|
+
"tags" : [ "dualstack" ]
|
831
|
+
} ]
|
832
|
+
},
|
833
|
+
"eu-north-1" : {
|
834
|
+
"variants" : [ {
|
835
|
+
"hostname" : "detective.eu-north-1.api.aws",
|
836
|
+
"tags" : [ "dualstack" ]
|
837
|
+
} ]
|
838
|
+
},
|
839
|
+
"eu-south-1" : {
|
840
|
+
"variants" : [ {
|
841
|
+
"hostname" : "detective.eu-south-1.api.aws",
|
842
|
+
"tags" : [ "dualstack" ]
|
843
|
+
} ]
|
844
|
+
},
|
845
|
+
"eu-west-1" : {
|
846
|
+
"variants" : [ {
|
847
|
+
"hostname" : "detective.eu-west-1.api.aws",
|
848
|
+
"tags" : [ "dualstack" ]
|
849
|
+
} ]
|
850
|
+
},
|
851
|
+
"eu-west-2" : {
|
852
|
+
"variants" : [ {
|
853
|
+
"hostname" : "detective.eu-west-2.api.aws",
|
854
|
+
"tags" : [ "dualstack" ]
|
855
|
+
} ]
|
856
|
+
},
|
857
|
+
"eu-west-3" : {
|
858
|
+
"variants" : [ {
|
859
|
+
"hostname" : "detective.eu-west-3.api.aws",
|
860
|
+
"tags" : [ "dualstack" ]
|
861
|
+
} ]
|
862
|
+
},
|
863
|
+
"il-central-1" : {
|
864
|
+
"variants" : [ {
|
865
|
+
"hostname" : "detective.il-central-1.api.aws",
|
866
|
+
"tags" : [ "dualstack" ]
|
867
|
+
} ]
|
868
|
+
},
|
869
|
+
"me-south-1" : {
|
870
|
+
"variants" : [ {
|
871
|
+
"hostname" : "detective.me-south-1.api.aws",
|
872
|
+
"tags" : [ "dualstack" ]
|
873
|
+
} ]
|
874
|
+
},
|
875
|
+
"sa-east-1" : {
|
876
|
+
"variants" : [ {
|
877
|
+
"hostname" : "detective.sa-east-1.api.aws",
|
878
|
+
"tags" : [ "dualstack" ]
|
879
|
+
} ]
|
880
|
+
},
|
629
881
|
"us-east-1" : {
|
630
882
|
"variants" : [ {
|
631
883
|
"hostname" : "api.detective-fips.us-east-1.amazonaws.com",
|
632
884
|
"tags" : [ "fips" ]
|
885
|
+
}, {
|
886
|
+
"hostname" : "detective-fips.us-east-1.api.aws",
|
887
|
+
"tags" : [ "dualstack", "fips" ]
|
888
|
+
}, {
|
889
|
+
"hostname" : "detective.us-east-1.api.aws",
|
890
|
+
"tags" : [ "dualstack" ]
|
633
891
|
} ]
|
634
892
|
},
|
635
893
|
"us-east-1-fips" : {
|
@@ -643,6 +901,12 @@
|
|
643
901
|
"variants" : [ {
|
644
902
|
"hostname" : "api.detective-fips.us-east-2.amazonaws.com",
|
645
903
|
"tags" : [ "fips" ]
|
904
|
+
}, {
|
905
|
+
"hostname" : "detective-fips.us-east-2.api.aws",
|
906
|
+
"tags" : [ "dualstack", "fips" ]
|
907
|
+
}, {
|
908
|
+
"hostname" : "detective.us-east-2.api.aws",
|
909
|
+
"tags" : [ "dualstack" ]
|
646
910
|
} ]
|
647
911
|
},
|
648
912
|
"us-east-2-fips" : {
|
@@ -656,6 +920,12 @@
|
|
656
920
|
"variants" : [ {
|
657
921
|
"hostname" : "api.detective-fips.us-west-1.amazonaws.com",
|
658
922
|
"tags" : [ "fips" ]
|
923
|
+
}, {
|
924
|
+
"hostname" : "detective-fips.us-west-1.api.aws",
|
925
|
+
"tags" : [ "dualstack", "fips" ]
|
926
|
+
}, {
|
927
|
+
"hostname" : "detective.us-west-1.api.aws",
|
928
|
+
"tags" : [ "dualstack" ]
|
659
929
|
} ]
|
660
930
|
},
|
661
931
|
"us-west-1-fips" : {
|
@@ -669,6 +939,12 @@
|
|
669
939
|
"variants" : [ {
|
670
940
|
"hostname" : "api.detective-fips.us-west-2.amazonaws.com",
|
671
941
|
"tags" : [ "fips" ]
|
942
|
+
}, {
|
943
|
+
"hostname" : "detective-fips.us-west-2.api.aws",
|
944
|
+
"tags" : [ "dualstack", "fips" ]
|
945
|
+
}, {
|
946
|
+
"hostname" : "detective.us-west-2.api.aws",
|
947
|
+
"tags" : [ "dualstack" ]
|
672
948
|
} ]
|
673
949
|
},
|
674
950
|
"us-west-2-fips" : {
|
@@ -1344,8 +1620,32 @@
|
|
1344
1620
|
"ap-southeast-3" : { },
|
1345
1621
|
"ap-southeast-4" : { },
|
1346
1622
|
"ap-southeast-5" : { },
|
1347
|
-
"ca-central-1" : {
|
1348
|
-
|
1623
|
+
"ca-central-1" : {
|
1624
|
+
"variants" : [ {
|
1625
|
+
"hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com",
|
1626
|
+
"tags" : [ "fips" ]
|
1627
|
+
} ]
|
1628
|
+
},
|
1629
|
+
"ca-central-1-fips" : {
|
1630
|
+
"credentialScope" : {
|
1631
|
+
"region" : "ca-central-1"
|
1632
|
+
},
|
1633
|
+
"deprecated" : true,
|
1634
|
+
"hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com"
|
1635
|
+
},
|
1636
|
+
"ca-west-1" : {
|
1637
|
+
"variants" : [ {
|
1638
|
+
"hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com",
|
1639
|
+
"tags" : [ "fips" ]
|
1640
|
+
} ]
|
1641
|
+
},
|
1642
|
+
"ca-west-1-fips" : {
|
1643
|
+
"credentialScope" : {
|
1644
|
+
"region" : "ca-west-1"
|
1645
|
+
},
|
1646
|
+
"deprecated" : true,
|
1647
|
+
"hostname" : "api-fips.sagemaker.ca-west-1.amazonaws.com"
|
1648
|
+
},
|
1349
1649
|
"eu-central-1" : { },
|
1350
1650
|
"eu-central-2" : { },
|
1351
1651
|
"eu-north-1" : { },
|
@@ -14469,6 +14769,7 @@
|
|
14469
14769
|
"ap-southeast-2" : { },
|
14470
14770
|
"ap-southeast-3" : { },
|
14471
14771
|
"ap-southeast-4" : { },
|
14772
|
+
"ap-southeast-5" : { },
|
14472
14773
|
"ca-central-1" : { },
|
14473
14774
|
"ca-west-1" : { },
|
14474
14775
|
"eu-central-1" : { },
|
@@ -16744,20 +17045,10 @@
|
|
16744
17045
|
},
|
16745
17046
|
"opsworks" : {
|
16746
17047
|
"endpoints" : {
|
16747
|
-
"ap-northeast-1" : { },
|
16748
|
-
"ap-northeast-2" : { },
|
16749
|
-
"ap-south-1" : { },
|
16750
17048
|
"ap-southeast-1" : { },
|
16751
|
-
"ap-southeast-2" : { },
|
16752
|
-
"ca-central-1" : { },
|
16753
17049
|
"eu-central-1" : { },
|
16754
17050
|
"eu-west-1" : { },
|
16755
|
-
"eu-west-2" : { },
|
16756
|
-
"eu-west-3" : { },
|
16757
|
-
"sa-east-1" : { },
|
16758
17051
|
"us-east-1" : { },
|
16759
|
-
"us-east-2" : { },
|
16760
|
-
"us-west-1" : { },
|
16761
17052
|
"us-west-2" : { }
|
16762
17053
|
}
|
16763
17054
|
},
|
@@ -23032,34 +23323,147 @@
|
|
23032
23323
|
"protocols" : [ "http", "https" ]
|
23033
23324
|
},
|
23034
23325
|
"endpoints" : {
|
23035
|
-
"af-south-1" : {
|
23036
|
-
|
23037
|
-
|
23038
|
-
|
23039
|
-
|
23040
|
-
|
23041
|
-
"ap-
|
23042
|
-
|
23043
|
-
|
23044
|
-
|
23045
|
-
|
23046
|
-
|
23047
|
-
"ap-
|
23048
|
-
|
23326
|
+
"af-south-1" : {
|
23327
|
+
"variants" : [ {
|
23328
|
+
"hostname" : "sns.af-south-1.api.aws",
|
23329
|
+
"tags" : [ "dualstack" ]
|
23330
|
+
} ]
|
23331
|
+
},
|
23332
|
+
"ap-east-1" : {
|
23333
|
+
"variants" : [ {
|
23334
|
+
"hostname" : "sns.ap-east-1.api.aws",
|
23335
|
+
"tags" : [ "dualstack" ]
|
23336
|
+
} ]
|
23337
|
+
},
|
23338
|
+
"ap-northeast-1" : {
|
23339
|
+
"variants" : [ {
|
23340
|
+
"hostname" : "sns.ap-northeast-1.api.aws",
|
23341
|
+
"tags" : [ "dualstack" ]
|
23342
|
+
} ]
|
23343
|
+
},
|
23344
|
+
"ap-northeast-2" : {
|
23345
|
+
"variants" : [ {
|
23346
|
+
"hostname" : "sns.ap-northeast-2.api.aws",
|
23347
|
+
"tags" : [ "dualstack" ]
|
23348
|
+
} ]
|
23349
|
+
},
|
23350
|
+
"ap-northeast-3" : {
|
23351
|
+
"variants" : [ {
|
23352
|
+
"hostname" : "sns.ap-northeast-3.api.aws",
|
23353
|
+
"tags" : [ "dualstack" ]
|
23354
|
+
} ]
|
23355
|
+
},
|
23356
|
+
"ap-south-1" : {
|
23357
|
+
"variants" : [ {
|
23358
|
+
"hostname" : "sns.ap-south-1.api.aws",
|
23359
|
+
"tags" : [ "dualstack" ]
|
23360
|
+
} ]
|
23361
|
+
},
|
23362
|
+
"ap-south-2" : {
|
23363
|
+
"variants" : [ {
|
23364
|
+
"hostname" : "sns.ap-south-2.api.aws",
|
23365
|
+
"tags" : [ "dualstack" ]
|
23366
|
+
} ]
|
23367
|
+
},
|
23368
|
+
"ap-southeast-1" : {
|
23369
|
+
"variants" : [ {
|
23370
|
+
"hostname" : "sns.ap-southeast-1.api.aws",
|
23371
|
+
"tags" : [ "dualstack" ]
|
23372
|
+
} ]
|
23373
|
+
},
|
23374
|
+
"ap-southeast-2" : {
|
23375
|
+
"variants" : [ {
|
23376
|
+
"hostname" : "sns.ap-southeast-2.api.aws",
|
23377
|
+
"tags" : [ "dualstack" ]
|
23378
|
+
} ]
|
23379
|
+
},
|
23380
|
+
"ap-southeast-3" : {
|
23381
|
+
"variants" : [ {
|
23382
|
+
"hostname" : "sns.ap-southeast-3.api.aws",
|
23383
|
+
"tags" : [ "dualstack" ]
|
23384
|
+
} ]
|
23385
|
+
},
|
23386
|
+
"ap-southeast-4" : {
|
23387
|
+
"variants" : [ {
|
23388
|
+
"hostname" : "sns.ap-southeast-4.api.aws",
|
23389
|
+
"tags" : [ "dualstack" ]
|
23390
|
+
} ]
|
23391
|
+
},
|
23392
|
+
"ap-southeast-5" : {
|
23393
|
+
"variants" : [ {
|
23394
|
+
"hostname" : "sns.ap-southeast-5.api.aws",
|
23395
|
+
"tags" : [ "dualstack" ]
|
23396
|
+
} ]
|
23397
|
+
},
|
23398
|
+
"ap-southeast-7" : {
|
23399
|
+
"variants" : [ {
|
23400
|
+
"hostname" : "sns.ap-southeast-7.api.aws",
|
23401
|
+
"tags" : [ "dualstack" ]
|
23402
|
+
} ]
|
23403
|
+
},
|
23404
|
+
"ca-central-1" : {
|
23405
|
+
"variants" : [ {
|
23406
|
+
"hostname" : "sns.ca-central-1.api.aws",
|
23407
|
+
"tags" : [ "dualstack" ]
|
23408
|
+
} ]
|
23409
|
+
},
|
23049
23410
|
"ca-west-1" : {
|
23050
23411
|
"variants" : [ {
|
23051
23412
|
"hostname" : "sns-fips.ca-west-1.amazonaws.com",
|
23052
23413
|
"tags" : [ "fips" ]
|
23414
|
+
}, {
|
23415
|
+
"hostname" : "sns.ca-west-1.api.aws",
|
23416
|
+
"tags" : [ "dualstack" ]
|
23417
|
+
} ]
|
23418
|
+
},
|
23419
|
+
"eu-central-1" : {
|
23420
|
+
"variants" : [ {
|
23421
|
+
"hostname" : "sns.eu-central-1.api.aws",
|
23422
|
+
"tags" : [ "dualstack" ]
|
23423
|
+
} ]
|
23424
|
+
},
|
23425
|
+
"eu-central-2" : {
|
23426
|
+
"variants" : [ {
|
23427
|
+
"hostname" : "sns.eu-central-2.api.aws",
|
23428
|
+
"tags" : [ "dualstack" ]
|
23429
|
+
} ]
|
23430
|
+
},
|
23431
|
+
"eu-north-1" : {
|
23432
|
+
"variants" : [ {
|
23433
|
+
"hostname" : "sns.eu-north-1.api.aws",
|
23434
|
+
"tags" : [ "dualstack" ]
|
23435
|
+
} ]
|
23436
|
+
},
|
23437
|
+
"eu-south-1" : {
|
23438
|
+
"variants" : [ {
|
23439
|
+
"hostname" : "sns.eu-south-1.api.aws",
|
23440
|
+
"tags" : [ "dualstack" ]
|
23441
|
+
} ]
|
23442
|
+
},
|
23443
|
+
"eu-south-2" : {
|
23444
|
+
"variants" : [ {
|
23445
|
+
"hostname" : "sns.eu-south-2.api.aws",
|
23446
|
+
"tags" : [ "dualstack" ]
|
23447
|
+
} ]
|
23448
|
+
},
|
23449
|
+
"eu-west-1" : {
|
23450
|
+
"variants" : [ {
|
23451
|
+
"hostname" : "sns.eu-west-1.api.aws",
|
23452
|
+
"tags" : [ "dualstack" ]
|
23453
|
+
} ]
|
23454
|
+
},
|
23455
|
+
"eu-west-2" : {
|
23456
|
+
"variants" : [ {
|
23457
|
+
"hostname" : "sns.eu-west-2.api.aws",
|
23458
|
+
"tags" : [ "dualstack" ]
|
23459
|
+
} ]
|
23460
|
+
},
|
23461
|
+
"eu-west-3" : {
|
23462
|
+
"variants" : [ {
|
23463
|
+
"hostname" : "sns.eu-west-3.api.aws",
|
23464
|
+
"tags" : [ "dualstack" ]
|
23053
23465
|
} ]
|
23054
23466
|
},
|
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
23467
|
"fips-ca-west-1" : {
|
23064
23468
|
"credentialScope" : {
|
23065
23469
|
"region" : "ca-west-1"
|
@@ -23095,33 +23499,70 @@
|
|
23095
23499
|
"deprecated" : true,
|
23096
23500
|
"hostname" : "sns-fips.us-west-2.amazonaws.com"
|
23097
23501
|
},
|
23098
|
-
"il-central-1" : {
|
23099
|
-
|
23100
|
-
|
23101
|
-
|
23102
|
-
|
23502
|
+
"il-central-1" : {
|
23503
|
+
"variants" : [ {
|
23504
|
+
"hostname" : "sns.il-central-1.api.aws",
|
23505
|
+
"tags" : [ "dualstack" ]
|
23506
|
+
} ]
|
23507
|
+
},
|
23508
|
+
"me-central-1" : {
|
23509
|
+
"variants" : [ {
|
23510
|
+
"hostname" : "sns.me-central-1.api.aws",
|
23511
|
+
"tags" : [ "dualstack" ]
|
23512
|
+
} ]
|
23513
|
+
},
|
23514
|
+
"me-south-1" : {
|
23515
|
+
"variants" : [ {
|
23516
|
+
"hostname" : "sns.me-south-1.api.aws",
|
23517
|
+
"tags" : [ "dualstack" ]
|
23518
|
+
} ]
|
23519
|
+
},
|
23520
|
+
"mx-central-1" : {
|
23521
|
+
"variants" : [ {
|
23522
|
+
"hostname" : "sns.mx-central-1.api.aws",
|
23523
|
+
"tags" : [ "dualstack" ]
|
23524
|
+
} ]
|
23525
|
+
},
|
23526
|
+
"sa-east-1" : {
|
23527
|
+
"variants" : [ {
|
23528
|
+
"hostname" : "sns.sa-east-1.api.aws",
|
23529
|
+
"tags" : [ "dualstack" ]
|
23530
|
+
} ]
|
23531
|
+
},
|
23103
23532
|
"us-east-1" : {
|
23104
23533
|
"variants" : [ {
|
23105
23534
|
"hostname" : "sns-fips.us-east-1.amazonaws.com",
|
23106
23535
|
"tags" : [ "fips" ]
|
23536
|
+
}, {
|
23537
|
+
"hostname" : "sns.us-east-1.api.aws",
|
23538
|
+
"tags" : [ "dualstack" ]
|
23107
23539
|
} ]
|
23108
23540
|
},
|
23109
23541
|
"us-east-2" : {
|
23110
23542
|
"variants" : [ {
|
23111
23543
|
"hostname" : "sns-fips.us-east-2.amazonaws.com",
|
23112
23544
|
"tags" : [ "fips" ]
|
23545
|
+
}, {
|
23546
|
+
"hostname" : "sns.us-east-2.api.aws",
|
23547
|
+
"tags" : [ "dualstack" ]
|
23113
23548
|
} ]
|
23114
23549
|
},
|
23115
23550
|
"us-west-1" : {
|
23116
23551
|
"variants" : [ {
|
23117
23552
|
"hostname" : "sns-fips.us-west-1.amazonaws.com",
|
23118
23553
|
"tags" : [ "fips" ]
|
23554
|
+
}, {
|
23555
|
+
"hostname" : "sns.us-west-1.api.aws",
|
23556
|
+
"tags" : [ "dualstack" ]
|
23119
23557
|
} ]
|
23120
23558
|
},
|
23121
23559
|
"us-west-2" : {
|
23122
23560
|
"variants" : [ {
|
23123
23561
|
"hostname" : "sns-fips.us-west-2.amazonaws.com",
|
23124
23562
|
"tags" : [ "fips" ]
|
23563
|
+
}, {
|
23564
|
+
"hostname" : "sns.us-west-2.api.aws",
|
23565
|
+
"tags" : [ "dualstack" ]
|
23125
23566
|
} ]
|
23126
23567
|
}
|
23127
23568
|
}
|
@@ -27037,8 +27478,18 @@
|
|
27037
27478
|
"services" : {
|
27038
27479
|
"access-analyzer" : {
|
27039
27480
|
"endpoints" : {
|
27040
|
-
"cn-north-1" : {
|
27041
|
-
|
27481
|
+
"cn-north-1" : {
|
27482
|
+
"variants" : [ {
|
27483
|
+
"hostname" : "access-analyzer.cn-north-1.api.amazonwebservices.com.cn",
|
27484
|
+
"tags" : [ "dualstack" ]
|
27485
|
+
} ]
|
27486
|
+
},
|
27487
|
+
"cn-northwest-1" : {
|
27488
|
+
"variants" : [ {
|
27489
|
+
"hostname" : "access-analyzer.cn-northwest-1.api.amazonwebservices.com.cn",
|
27490
|
+
"tags" : [ "dualstack" ]
|
27491
|
+
} ]
|
27492
|
+
}
|
27042
27493
|
}
|
27043
27494
|
},
|
27044
27495
|
"account" : {
|
@@ -28488,8 +28939,18 @@
|
|
28488
28939
|
"protocols" : [ "http", "https" ]
|
28489
28940
|
},
|
28490
28941
|
"endpoints" : {
|
28491
|
-
"cn-north-1" : {
|
28492
|
-
|
28942
|
+
"cn-north-1" : {
|
28943
|
+
"variants" : [ {
|
28944
|
+
"hostname" : "sns.cn-north-1.api.amazonwebservices.com.cn",
|
28945
|
+
"tags" : [ "dualstack" ]
|
28946
|
+
} ]
|
28947
|
+
},
|
28948
|
+
"cn-northwest-1" : {
|
28949
|
+
"variants" : [ {
|
28950
|
+
"hostname" : "sns.cn-northwest-1.api.amazonwebservices.com.cn",
|
28951
|
+
"tags" : [ "dualstack" ]
|
28952
|
+
} ]
|
28953
|
+
}
|
28493
28954
|
}
|
28494
28955
|
},
|
28495
28956
|
"sqs" : {
|
@@ -28762,6 +29223,12 @@
|
|
28762
29223
|
"variants" : [ {
|
28763
29224
|
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
|
28764
29225
|
"tags" : [ "fips" ]
|
29226
|
+
}, {
|
29227
|
+
"hostname" : "access-analyzer.us-gov-east-1.api.aws",
|
29228
|
+
"tags" : [ "dualstack" ]
|
29229
|
+
}, {
|
29230
|
+
"hostname" : "access-analyzer.us-gov-east-1.api.aws",
|
29231
|
+
"tags" : [ "dualstack", "fips" ]
|
28765
29232
|
} ]
|
28766
29233
|
},
|
28767
29234
|
"us-gov-east-1-fips" : {
|
@@ -28779,6 +29246,12 @@
|
|
28779
29246
|
"variants" : [ {
|
28780
29247
|
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
|
28781
29248
|
"tags" : [ "fips" ]
|
29249
|
+
}, {
|
29250
|
+
"hostname" : "access-analyzer.us-gov-west-1.api.aws",
|
29251
|
+
"tags" : [ "dualstack" ]
|
29252
|
+
}, {
|
29253
|
+
"hostname" : "access-analyzer.us-gov-west-1.api.aws",
|
29254
|
+
"tags" : [ "dualstack", "fips" ]
|
28782
29255
|
} ]
|
28783
29256
|
},
|
28784
29257
|
"us-gov-west-1-fips" : {
|
@@ -28864,6 +29337,12 @@
|
|
28864
29337
|
"variants" : [ {
|
28865
29338
|
"hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com",
|
28866
29339
|
"tags" : [ "fips" ]
|
29340
|
+
}, {
|
29341
|
+
"hostname" : "detective-fips.us-gov-east-1.api.aws",
|
29342
|
+
"tags" : [ "dualstack", "fips" ]
|
29343
|
+
}, {
|
29344
|
+
"hostname" : "detective.us-gov-east-1.api.aws",
|
29345
|
+
"tags" : [ "dualstack" ]
|
28867
29346
|
} ]
|
28868
29347
|
},
|
28869
29348
|
"us-gov-east-1-fips" : {
|
@@ -28877,6 +29356,12 @@
|
|
28877
29356
|
"variants" : [ {
|
28878
29357
|
"hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com",
|
28879
29358
|
"tags" : [ "fips" ]
|
29359
|
+
}, {
|
29360
|
+
"hostname" : "detective-fips.us-gov-west-1.api.aws",
|
29361
|
+
"tags" : [ "dualstack", "fips" ]
|
29362
|
+
}, {
|
29363
|
+
"hostname" : "detective.us-gov-west-1.api.aws",
|
29364
|
+
"tags" : [ "dualstack" ]
|
28880
29365
|
} ]
|
28881
29366
|
},
|
28882
29367
|
"us-gov-west-1-fips" : {
|
@@ -28986,7 +29471,19 @@
|
|
28986
29471
|
} ]
|
28987
29472
|
},
|
28988
29473
|
"endpoints" : {
|
28989
|
-
"us-gov-east-1" : {
|
29474
|
+
"us-gov-east-1" : {
|
29475
|
+
"variants" : [ {
|
29476
|
+
"hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com",
|
29477
|
+
"tags" : [ "fips" ]
|
29478
|
+
} ]
|
29479
|
+
},
|
29480
|
+
"us-gov-east-1-fips" : {
|
29481
|
+
"credentialScope" : {
|
29482
|
+
"region" : "us-gov-east-1"
|
29483
|
+
},
|
29484
|
+
"deprecated" : true,
|
29485
|
+
"hostname" : "api-fips.sagemaker.us-gov-east-1.amazonaws.com"
|
29486
|
+
},
|
28990
29487
|
"us-gov-west-1" : {
|
28991
29488
|
"variants" : [ {
|
28992
29489
|
"hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
|
@@ -34298,6 +34795,18 @@
|
|
34298
34795
|
"isRegionalized" : false,
|
34299
34796
|
"partitionEndpoint" : "aws-iso-global"
|
34300
34797
|
},
|
34798
|
+
"ce" : {
|
34799
|
+
"endpoints" : {
|
34800
|
+
"aws-iso-global" : {
|
34801
|
+
"credentialScope" : {
|
34802
|
+
"region" : "us-iso-east-1"
|
34803
|
+
},
|
34804
|
+
"hostname" : "ce.us-iso-east-1.c2s.ic.gov"
|
34805
|
+
}
|
34806
|
+
},
|
34807
|
+
"isRegionalized" : false,
|
34808
|
+
"partitionEndpoint" : "aws-iso-global"
|
34809
|
+
},
|
34301
34810
|
"cloudcontrolapi" : {
|
34302
34811
|
"endpoints" : {
|
34303
34812
|
"us-iso-east-1" : { },
|
@@ -35277,8 +35786,32 @@
|
|
35277
35786
|
},
|
35278
35787
|
"workspaces" : {
|
35279
35788
|
"endpoints" : {
|
35280
|
-
"us-iso-east-1" : {
|
35281
|
-
|
35789
|
+
"fips-us-iso-east-1" : {
|
35790
|
+
"credentialScope" : {
|
35791
|
+
"region" : "us-iso-east-1"
|
35792
|
+
},
|
35793
|
+
"deprecated" : true,
|
35794
|
+
"hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov"
|
35795
|
+
},
|
35796
|
+
"fips-us-iso-west-1" : {
|
35797
|
+
"credentialScope" : {
|
35798
|
+
"region" : "us-iso-west-1"
|
35799
|
+
},
|
35800
|
+
"deprecated" : true,
|
35801
|
+
"hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov"
|
35802
|
+
},
|
35803
|
+
"us-iso-east-1" : {
|
35804
|
+
"variants" : [ {
|
35805
|
+
"hostname" : "workspaces-fips.us-iso-east-1.c2s.ic.gov",
|
35806
|
+
"tags" : [ "fips" ]
|
35807
|
+
} ]
|
35808
|
+
},
|
35809
|
+
"us-iso-west-1" : {
|
35810
|
+
"variants" : [ {
|
35811
|
+
"hostname" : "workspaces-fips.us-iso-west-1.c2s.ic.gov",
|
35812
|
+
"tags" : [ "fips" ]
|
35813
|
+
} ]
|
35814
|
+
}
|
35282
35815
|
}
|
35283
35816
|
}
|
35284
35817
|
}
|
@@ -35382,6 +35915,18 @@
|
|
35382
35915
|
"isRegionalized" : false,
|
35383
35916
|
"partitionEndpoint" : "aws-iso-b-global"
|
35384
35917
|
},
|
35918
|
+
"ce" : {
|
35919
|
+
"endpoints" : {
|
35920
|
+
"aws-iso-b-global" : {
|
35921
|
+
"credentialScope" : {
|
35922
|
+
"region" : "us-isob-east-1"
|
35923
|
+
},
|
35924
|
+
"hostname" : "ce.us-isob-east-1.sc2s.sgov.gov"
|
35925
|
+
}
|
35926
|
+
},
|
35927
|
+
"isRegionalized" : false,
|
35928
|
+
"partitionEndpoint" : "aws-iso-b-global"
|
35929
|
+
},
|
35385
35930
|
"cloudcontrolapi" : {
|
35386
35931
|
"endpoints" : {
|
35387
35932
|
"us-isob-east-1" : { }
|
@@ -36004,7 +36549,19 @@
|
|
36004
36549
|
},
|
36005
36550
|
"workspaces" : {
|
36006
36551
|
"endpoints" : {
|
36007
|
-
"us-isob-east-1" : {
|
36552
|
+
"fips-us-isob-east-1" : {
|
36553
|
+
"credentialScope" : {
|
36554
|
+
"region" : "us-isob-east-1"
|
36555
|
+
},
|
36556
|
+
"deprecated" : true,
|
36557
|
+
"hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov"
|
36558
|
+
},
|
36559
|
+
"us-isob-east-1" : {
|
36560
|
+
"variants" : [ {
|
36561
|
+
"hostname" : "workspaces-fips.us-isob-east-1.sc2s.sgov.gov",
|
36562
|
+
"tags" : [ "fips" ]
|
36563
|
+
} ]
|
36564
|
+
}
|
36008
36565
|
}
|
36009
36566
|
},
|
36010
36567
|
"xray" : {
|
@@ -36060,8 +36617,18 @@
|
|
36060
36617
|
"services" : {
|
36061
36618
|
"access-analyzer" : {
|
36062
36619
|
"endpoints" : {
|
36063
|
-
"us-isof-east-1" : {
|
36064
|
-
|
36620
|
+
"us-isof-east-1" : {
|
36621
|
+
"variants" : [ {
|
36622
|
+
"hostname" : "access-analyzer.us-isof-east-1.api.aws.hci.ic.gov",
|
36623
|
+
"tags" : [ "dualstack" ]
|
36624
|
+
} ]
|
36625
|
+
},
|
36626
|
+
"us-isof-south-1" : {
|
36627
|
+
"variants" : [ {
|
36628
|
+
"hostname" : "access-analyzer.us-isof-south-1.api.aws.hci.ic.gov",
|
36629
|
+
"tags" : [ "dualstack" ]
|
36630
|
+
} ]
|
36631
|
+
}
|
36065
36632
|
}
|
36066
36633
|
},
|
36067
36634
|
"acm" : {
|
@@ -36183,6 +36750,18 @@
|
|
36183
36750
|
"isRegionalized" : false,
|
36184
36751
|
"partitionEndpoint" : "aws-iso-f-global"
|
36185
36752
|
},
|
36753
|
+
"ce" : {
|
36754
|
+
"endpoints" : {
|
36755
|
+
"aws-iso-f-global" : {
|
36756
|
+
"credentialScope" : {
|
36757
|
+
"region" : "us-isof-south-1"
|
36758
|
+
},
|
36759
|
+
"hostname" : "ce.us-isof-south-1.csp.hci.ic.gov"
|
36760
|
+
}
|
36761
|
+
},
|
36762
|
+
"isRegionalized" : false,
|
36763
|
+
"partitionEndpoint" : "aws-iso-f-global"
|
36764
|
+
},
|
36186
36765
|
"cloudcontrolapi" : {
|
36187
36766
|
"endpoints" : {
|
36188
36767
|
"us-isof-east-1" : { },
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1065.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|