aws-partitions 1.1033.0 → 1.1035.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -2
- data/partitions-metadata.json +3 -0
- data/partitions.json +265 -7
- 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: 0ac7c455fa87c6f54c1038b606ac2e13b98c7f999ee540c336d53495a46e4800
|
4
|
+
data.tar.gz: c98665c71e8eefda5650b2d97b80fcc2a7d00e57004b1a6a06e3a47a3dd2bb1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcd7cce99a5c786588dc562e7c4d5e72e4b7bd4c289487289f27491d881da4d04fbd36ae82e28a438572be98b988b9031302a428befde9b1fee50de0df3f8ae5
|
7
|
+
data.tar.gz: 51296629f682eade6596b23bbb1caf2948050951a3076956876c5409c1013bc5fc1deb014bb668625d59d8a75aa40dd817d73ea15657451331bead67b6854d78
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1035.0 (2025-01-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1034.0 (2025-01-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1033.0 (2025-01-07)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1035.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -429,8 +429,6 @@ module Aws
|
|
429
429
|
'InternetMonitor' => 'internetmonitor',
|
430
430
|
'Invoicing' => 'invoicing',
|
431
431
|
'IoT' => 'iot',
|
432
|
-
'IoT1ClickDevicesService' => 'devices.iot1click',
|
433
|
-
'IoT1ClickProjects' => 'projects.iot1click',
|
434
432
|
'IoTAnalytics' => 'iotanalytics',
|
435
433
|
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
|
436
434
|
'IoTEvents' => 'iotevents',
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
@@ -59,6 +59,9 @@
|
|
59
59
|
"ap-southeast-5" : {
|
60
60
|
"description" : "Asia Pacific (Malaysia)"
|
61
61
|
},
|
62
|
+
"ap-southeast-7" : {
|
63
|
+
"description" : "Asia Pacific (Thailand)"
|
64
|
+
},
|
62
65
|
"ca-central-1" : {
|
63
66
|
"description" : "Canada (Central)"
|
64
67
|
},
|
@@ -129,6 +132,7 @@
|
|
129
132
|
"ap-southeast-3" : { },
|
130
133
|
"ap-southeast-4" : { },
|
131
134
|
"ap-southeast-5" : { },
|
135
|
+
"ap-southeast-7" : { },
|
132
136
|
"ca-central-1" : {
|
133
137
|
"variants" : [ {
|
134
138
|
"hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com",
|
@@ -247,6 +251,7 @@
|
|
247
251
|
"ap-southeast-3" : { },
|
248
252
|
"ap-southeast-4" : { },
|
249
253
|
"ap-southeast-5" : { },
|
254
|
+
"ap-southeast-7" : { },
|
250
255
|
"ca-central-1" : {
|
251
256
|
"variants" : [ {
|
252
257
|
"hostname" : "acm-fips.ca-central-1.amazonaws.com",
|
@@ -791,6 +796,16 @@
|
|
791
796
|
"tags" : [ "dualstack" ]
|
792
797
|
} ]
|
793
798
|
},
|
799
|
+
"ap-southeast-7" : {
|
800
|
+
"credentialScope" : {
|
801
|
+
"region" : "ap-southeast-7"
|
802
|
+
},
|
803
|
+
"hostname" : "api.ecr.ap-southeast-7.amazonaws.com",
|
804
|
+
"variants" : [ {
|
805
|
+
"hostname" : "ecr.ap-southeast-7.api.aws",
|
806
|
+
"tags" : [ "dualstack" ]
|
807
|
+
} ]
|
808
|
+
},
|
794
809
|
"ca-central-1" : {
|
795
810
|
"credentialScope" : {
|
796
811
|
"region" : "ca-central-1"
|
@@ -1608,6 +1623,7 @@
|
|
1608
1623
|
"ap-southeast-3" : { },
|
1609
1624
|
"ap-southeast-4" : { },
|
1610
1625
|
"ap-southeast-5" : { },
|
1626
|
+
"ap-southeast-7" : { },
|
1611
1627
|
"ca-central-1" : {
|
1612
1628
|
"variants" : [ {
|
1613
1629
|
"hostname" : "apigateway-fips.ca-central-1.amazonaws.com",
|
@@ -1728,6 +1744,7 @@
|
|
1728
1744
|
"ap-southeast-3" : { },
|
1729
1745
|
"ap-southeast-4" : { },
|
1730
1746
|
"ap-southeast-5" : { },
|
1747
|
+
"ap-southeast-7" : { },
|
1731
1748
|
"ca-central-1" : { },
|
1732
1749
|
"ca-west-1" : { },
|
1733
1750
|
"eu-central-1" : { },
|
@@ -1762,6 +1779,7 @@
|
|
1762
1779
|
"ap-southeast-3" : { },
|
1763
1780
|
"ap-southeast-4" : { },
|
1764
1781
|
"ap-southeast-5" : { },
|
1782
|
+
"ap-southeast-7" : { },
|
1765
1783
|
"ca-central-1" : { },
|
1766
1784
|
"ca-west-1" : { },
|
1767
1785
|
"eu-central-1" : { },
|
@@ -1867,6 +1885,7 @@
|
|
1867
1885
|
"ap-southeast-3" : { },
|
1868
1886
|
"ap-southeast-4" : { },
|
1869
1887
|
"ap-southeast-5" : { },
|
1888
|
+
"ap-southeast-7" : { },
|
1870
1889
|
"ca-central-1" : { },
|
1871
1890
|
"ca-west-1" : { },
|
1872
1891
|
"eu-central-1" : { },
|
@@ -2382,6 +2401,7 @@
|
|
2382
2401
|
"ap-southeast-3" : { },
|
2383
2402
|
"ap-southeast-4" : { },
|
2384
2403
|
"ap-southeast-5" : { },
|
2404
|
+
"ap-southeast-7" : { },
|
2385
2405
|
"ca-central-1" : { },
|
2386
2406
|
"ca-west-1" : { },
|
2387
2407
|
"eu-central-1" : { },
|
@@ -2745,6 +2765,7 @@
|
|
2745
2765
|
"ap-southeast-3" : { },
|
2746
2766
|
"ap-southeast-4" : { },
|
2747
2767
|
"ap-southeast-5" : { },
|
2768
|
+
"ap-southeast-7" : { },
|
2748
2769
|
"ca-central-1" : {
|
2749
2770
|
"variants" : [ {
|
2750
2771
|
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
|
@@ -2945,6 +2966,7 @@
|
|
2945
2966
|
"ap-southeast-3" : { },
|
2946
2967
|
"ap-southeast-4" : { },
|
2947
2968
|
"ap-southeast-5" : { },
|
2969
|
+
"ap-southeast-7" : { },
|
2948
2970
|
"ca-central-1" : { },
|
2949
2971
|
"ca-west-1" : { },
|
2950
2972
|
"eu-central-1" : { },
|
@@ -3943,6 +3965,7 @@
|
|
3943
3965
|
"ap-southeast-3" : { },
|
3944
3966
|
"ap-southeast-4" : { },
|
3945
3967
|
"ap-southeast-5" : { },
|
3968
|
+
"ap-southeast-7" : { },
|
3946
3969
|
"ca-central-1" : { },
|
3947
3970
|
"ca-west-1" : { },
|
3948
3971
|
"eu-central-1" : { },
|
@@ -4222,6 +4245,7 @@
|
|
4222
4245
|
"ap-southeast-3" : { },
|
4223
4246
|
"ap-southeast-4" : { },
|
4224
4247
|
"ap-southeast-5" : { },
|
4248
|
+
"ap-southeast-7" : { },
|
4225
4249
|
"ca-central-1" : { },
|
4226
4250
|
"ca-west-1" : { },
|
4227
4251
|
"eu-central-1" : { },
|
@@ -4533,6 +4557,7 @@
|
|
4533
4557
|
"ap-southeast-3" : { },
|
4534
4558
|
"ap-southeast-4" : { },
|
4535
4559
|
"ap-southeast-5" : { },
|
4560
|
+
"ap-southeast-7" : { },
|
4536
4561
|
"ca-central-1" : { },
|
4537
4562
|
"ca-west-1" : { },
|
4538
4563
|
"eu-central-1" : { },
|
@@ -5525,6 +5550,7 @@
|
|
5525
5550
|
"ap-southeast-3" : { },
|
5526
5551
|
"ap-southeast-4" : { },
|
5527
5552
|
"ap-southeast-5" : { },
|
5553
|
+
"ap-southeast-7" : { },
|
5528
5554
|
"ca-central-1" : { },
|
5529
5555
|
"ca-west-1" : { },
|
5530
5556
|
"eu-central-1" : { },
|
@@ -6254,6 +6280,12 @@
|
|
6254
6280
|
"tags" : [ "dualstack" ]
|
6255
6281
|
} ]
|
6256
6282
|
},
|
6283
|
+
"ap-southeast-7" : {
|
6284
|
+
"variants" : [ {
|
6285
|
+
"hostname" : "datasync.ap-southeast-7.api.aws",
|
6286
|
+
"tags" : [ "dualstack" ]
|
6287
|
+
} ]
|
6288
|
+
},
|
6257
6289
|
"ca-central-1" : {
|
6258
6290
|
"variants" : [ {
|
6259
6291
|
"hostname" : "datasync-fips.ca-central-1.amazonaws.com",
|
@@ -6479,6 +6511,9 @@
|
|
6479
6511
|
"ap-southeast-5" : {
|
6480
6512
|
"hostname" : "datazone.ap-southeast-5.api.aws"
|
6481
6513
|
},
|
6514
|
+
"ap-southeast-7" : {
|
6515
|
+
"hostname" : "datazone.ap-southeast-7.api.aws"
|
6516
|
+
},
|
6482
6517
|
"ca-central-1" : {
|
6483
6518
|
"hostname" : "datazone.ca-central-1.api.aws",
|
6484
6519
|
"variants" : [ {
|
@@ -6666,6 +6701,7 @@
|
|
6666
6701
|
"ap-southeast-3" : { },
|
6667
6702
|
"ap-southeast-4" : { },
|
6668
6703
|
"ap-southeast-5" : { },
|
6704
|
+
"ap-southeast-7" : { },
|
6669
6705
|
"ca-central-1" : {
|
6670
6706
|
"variants" : [ {
|
6671
6707
|
"hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
|
@@ -6843,6 +6879,12 @@
|
|
6843
6879
|
"tags" : [ "dualstack" ]
|
6844
6880
|
} ]
|
6845
6881
|
},
|
6882
|
+
"ap-southeast-7" : {
|
6883
|
+
"variants" : [ {
|
6884
|
+
"hostname" : "dlm.ap-southeast-7.api.aws",
|
6885
|
+
"tags" : [ "dualstack" ]
|
6886
|
+
} ]
|
6887
|
+
},
|
6846
6888
|
"ca-central-1" : {
|
6847
6889
|
"variants" : [ {
|
6848
6890
|
"hostname" : "dlm-fips.ca-central-1.api.aws",
|
@@ -6985,6 +7027,7 @@
|
|
6985
7027
|
"ap-southeast-3" : { },
|
6986
7028
|
"ap-southeast-4" : { },
|
6987
7029
|
"ap-southeast-5" : { },
|
7030
|
+
"ap-southeast-7" : { },
|
6988
7031
|
"ca-central-1" : { },
|
6989
7032
|
"ca-west-1" : { },
|
6990
7033
|
"dms" : {
|
@@ -7361,6 +7404,7 @@
|
|
7361
7404
|
"ap-southeast-3" : { },
|
7362
7405
|
"ap-southeast-4" : { },
|
7363
7406
|
"ap-southeast-5" : { },
|
7407
|
+
"ap-southeast-7" : { },
|
7364
7408
|
"ca-central-1" : {
|
7365
7409
|
"variants" : [ {
|
7366
7410
|
"hostname" : "dynamodb-fips.ca-central-1.amazonaws.com",
|
@@ -7474,6 +7518,7 @@
|
|
7474
7518
|
"ap-southeast-3" : { },
|
7475
7519
|
"ap-southeast-4" : { },
|
7476
7520
|
"ap-southeast-5" : { },
|
7521
|
+
"ap-southeast-7" : { },
|
7477
7522
|
"ca-central-1" : {
|
7478
7523
|
"variants" : [ {
|
7479
7524
|
"hostname" : "ebs-fips.ca-central-1.amazonaws.com",
|
@@ -7618,6 +7663,7 @@
|
|
7618
7663
|
"ap-southeast-3" : { },
|
7619
7664
|
"ap-southeast-4" : { },
|
7620
7665
|
"ap-southeast-5" : { },
|
7666
|
+
"ap-southeast-7" : { },
|
7621
7667
|
"ca-central-1" : {
|
7622
7668
|
"variants" : [ {
|
7623
7669
|
"hostname" : "ec2-fips.ca-central-1.amazonaws.com",
|
@@ -7779,6 +7825,7 @@
|
|
7779
7825
|
"ap-southeast-3" : { },
|
7780
7826
|
"ap-southeast-4" : { },
|
7781
7827
|
"ap-southeast-5" : { },
|
7828
|
+
"ap-southeast-7" : { },
|
7782
7829
|
"ca-central-1" : { },
|
7783
7830
|
"ca-west-1" : { },
|
7784
7831
|
"eu-central-1" : { },
|
@@ -7878,6 +7925,7 @@
|
|
7878
7925
|
"ap-southeast-3" : { },
|
7879
7926
|
"ap-southeast-4" : { },
|
7880
7927
|
"ap-southeast-5" : { },
|
7928
|
+
"ap-southeast-7" : { },
|
7881
7929
|
"ca-central-1" : { },
|
7882
7930
|
"ca-west-1" : { },
|
7883
7931
|
"eu-central-1" : { },
|
@@ -7992,6 +8040,9 @@
|
|
7992
8040
|
"ap-southeast-5" : {
|
7993
8041
|
"hostname" : "eks-auth.ap-southeast-5.api.aws"
|
7994
8042
|
},
|
8043
|
+
"ap-southeast-7" : {
|
8044
|
+
"hostname" : "eks-auth.ap-southeast-7.api.aws"
|
8045
|
+
},
|
7995
8046
|
"ca-central-1" : {
|
7996
8047
|
"hostname" : "eks-auth.ca-central-1.api.aws"
|
7997
8048
|
},
|
@@ -8062,6 +8113,7 @@
|
|
8062
8113
|
"ap-southeast-3" : { },
|
8063
8114
|
"ap-southeast-4" : { },
|
8064
8115
|
"ap-southeast-5" : { },
|
8116
|
+
"ap-southeast-7" : { },
|
8065
8117
|
"ca-central-1" : { },
|
8066
8118
|
"ca-west-1" : { },
|
8067
8119
|
"eu-central-1" : { },
|
@@ -8405,6 +8457,12 @@
|
|
8405
8457
|
"tags" : [ "fips" ]
|
8406
8458
|
} ]
|
8407
8459
|
},
|
8460
|
+
"ap-southeast-7" : {
|
8461
|
+
"variants" : [ {
|
8462
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
|
8463
|
+
"tags" : [ "fips" ]
|
8464
|
+
} ]
|
8465
|
+
},
|
8408
8466
|
"ca-central-1" : {
|
8409
8467
|
"variants" : [ {
|
8410
8468
|
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
|
@@ -8549,6 +8607,13 @@
|
|
8549
8607
|
"deprecated" : true,
|
8550
8608
|
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
|
8551
8609
|
},
|
8610
|
+
"fips-ap-southeast-7" : {
|
8611
|
+
"credentialScope" : {
|
8612
|
+
"region" : "ap-southeast-7"
|
8613
|
+
},
|
8614
|
+
"deprecated" : true,
|
8615
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com"
|
8616
|
+
},
|
8552
8617
|
"fips-ca-central-1" : {
|
8553
8618
|
"credentialScope" : {
|
8554
8619
|
"region" : "ca-central-1"
|
@@ -8742,6 +8807,7 @@
|
|
8742
8807
|
"ap-southeast-3" : { },
|
8743
8808
|
"ap-southeast-4" : { },
|
8744
8809
|
"ap-southeast-5" : { },
|
8810
|
+
"ap-southeast-7" : { },
|
8745
8811
|
"ca-central-1" : { },
|
8746
8812
|
"ca-west-1" : { },
|
8747
8813
|
"eu-central-1" : { },
|
@@ -8828,6 +8894,7 @@
|
|
8828
8894
|
"ap-southeast-3" : { },
|
8829
8895
|
"ap-southeast-4" : { },
|
8830
8896
|
"ap-southeast-5" : { },
|
8897
|
+
"ap-southeast-7" : { },
|
8831
8898
|
"ca-central-1" : {
|
8832
8899
|
"variants" : [ {
|
8833
8900
|
"hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com",
|
@@ -9287,6 +9354,12 @@
|
|
9287
9354
|
"tags" : [ "dualstack" ]
|
9288
9355
|
} ]
|
9289
9356
|
},
|
9357
|
+
"ap-southeast-7" : {
|
9358
|
+
"variants" : [ {
|
9359
|
+
"hostname" : "aos.ap-southeast-7.api.aws",
|
9360
|
+
"tags" : [ "dualstack" ]
|
9361
|
+
} ]
|
9362
|
+
},
|
9290
9363
|
"ca-central-1" : {
|
9291
9364
|
"variants" : [ {
|
9292
9365
|
"hostname" : "aos.ca-central-1.api.aws",
|
@@ -9458,6 +9531,7 @@
|
|
9458
9531
|
"ap-southeast-3" : { },
|
9459
9532
|
"ap-southeast-4" : { },
|
9460
9533
|
"ap-southeast-5" : { },
|
9534
|
+
"ap-southeast-7" : { },
|
9461
9535
|
"ca-central-1" : { },
|
9462
9536
|
"ca-west-1" : { },
|
9463
9537
|
"eu-central-1" : { },
|
@@ -11497,6 +11571,9 @@
|
|
11497
11571
|
"ap-southeast-5" : {
|
11498
11572
|
"hostname" : "internetmonitor.ap-southeast-5.api.aws"
|
11499
11573
|
},
|
11574
|
+
"ap-southeast-7" : {
|
11575
|
+
"hostname" : "internetmonitor.ap-southeast-7.api.aws"
|
11576
|
+
},
|
11500
11577
|
"ca-central-1" : {
|
11501
11578
|
"hostname" : "internetmonitor.ca-central-1.api.aws",
|
11502
11579
|
"variants" : [ {
|
@@ -12566,6 +12643,9 @@
|
|
12566
12643
|
"ap-southeast-5" : {
|
12567
12644
|
"hostname" : "kendra-ranking.ap-southeast-5.api.aws"
|
12568
12645
|
},
|
12646
|
+
"ap-southeast-7" : {
|
12647
|
+
"hostname" : "kendra-ranking.ap-southeast-7.api.aws"
|
12648
|
+
},
|
12569
12649
|
"ca-central-1" : {
|
12570
12650
|
"hostname" : "kendra-ranking.ca-central-1.api.aws",
|
12571
12651
|
"variants" : [ {
|
@@ -12646,6 +12726,7 @@
|
|
12646
12726
|
"ap-southeast-3" : { },
|
12647
12727
|
"ap-southeast-4" : { },
|
12648
12728
|
"ap-southeast-5" : { },
|
12729
|
+
"ap-southeast-7" : { },
|
12649
12730
|
"ca-central-1" : { },
|
12650
12731
|
"ca-west-1" : { },
|
12651
12732
|
"eu-central-1" : { },
|
@@ -13005,6 +13086,19 @@
|
|
13005
13086
|
"deprecated" : true,
|
13006
13087
|
"hostname" : "kms-fips.ap-southeast-5.amazonaws.com"
|
13007
13088
|
},
|
13089
|
+
"ap-southeast-7" : {
|
13090
|
+
"variants" : [ {
|
13091
|
+
"hostname" : "kms-fips.ap-southeast-7.amazonaws.com",
|
13092
|
+
"tags" : [ "fips" ]
|
13093
|
+
} ]
|
13094
|
+
},
|
13095
|
+
"ap-southeast-7-fips" : {
|
13096
|
+
"credentialScope" : {
|
13097
|
+
"region" : "ap-southeast-7"
|
13098
|
+
},
|
13099
|
+
"deprecated" : true,
|
13100
|
+
"hostname" : "kms-fips.ap-southeast-7.amazonaws.com"
|
13101
|
+
},
|
13008
13102
|
"ca-central-1" : {
|
13009
13103
|
"variants" : [ {
|
13010
13104
|
"hostname" : "kms-fips.ca-central-1.amazonaws.com",
|
@@ -13551,6 +13645,12 @@
|
|
13551
13645
|
"tags" : [ "dualstack" ]
|
13552
13646
|
} ]
|
13553
13647
|
},
|
13648
|
+
"ap-southeast-7" : {
|
13649
|
+
"variants" : [ {
|
13650
|
+
"hostname" : "lambda.ap-southeast-7.api.aws",
|
13651
|
+
"tags" : [ "dualstack" ]
|
13652
|
+
} ]
|
13653
|
+
},
|
13554
13654
|
"ca-central-1" : {
|
13555
13655
|
"variants" : [ {
|
13556
13656
|
"hostname" : "lambda.ca-central-1.api.aws",
|
@@ -13714,6 +13814,7 @@
|
|
13714
13814
|
"ap-southeast-2" : { },
|
13715
13815
|
"ap-southeast-3" : { },
|
13716
13816
|
"ap-southeast-4" : { },
|
13817
|
+
"ap-southeast-5" : { },
|
13717
13818
|
"ca-central-1" : { },
|
13718
13819
|
"ca-west-1" : { },
|
13719
13820
|
"eu-central-1" : { },
|
@@ -14037,6 +14138,12 @@
|
|
14037
14138
|
"tags" : [ "dualstack" ]
|
14038
14139
|
} ]
|
14039
14140
|
},
|
14141
|
+
"ap-southeast-7" : {
|
14142
|
+
"variants" : [ {
|
14143
|
+
"hostname" : "logs.ap-southeast-7.api.aws",
|
14144
|
+
"tags" : [ "dualstack" ]
|
14145
|
+
} ]
|
14146
|
+
},
|
14040
14147
|
"ca-central-1" : {
|
14041
14148
|
"variants" : [ {
|
14042
14149
|
"hostname" : "logs-fips.ca-central-1.amazonaws.com",
|
@@ -15344,6 +15451,7 @@
|
|
15344
15451
|
"ap-southeast-3" : { },
|
15345
15452
|
"ap-southeast-4" : { },
|
15346
15453
|
"ap-southeast-5" : { },
|
15454
|
+
"ap-southeast-7" : { },
|
15347
15455
|
"ca-central-1" : { },
|
15348
15456
|
"ca-west-1" : { },
|
15349
15457
|
"eu-central-1" : { },
|
@@ -15778,6 +15886,9 @@
|
|
15778
15886
|
"ap-southeast-5" : {
|
15779
15887
|
"hostname" : "notifications.ap-southeast-5.api.aws"
|
15780
15888
|
},
|
15889
|
+
"ap-southeast-7" : {
|
15890
|
+
"hostname" : "notifications.ap-southeast-7.api.aws"
|
15891
|
+
},
|
15781
15892
|
"ca-central-1" : {
|
15782
15893
|
"hostname" : "notifications.ca-central-1.api.aws"
|
15783
15894
|
},
|
@@ -15860,6 +15971,7 @@
|
|
15860
15971
|
"ap-southeast-3" : { },
|
15861
15972
|
"ap-southeast-4" : { },
|
15862
15973
|
"ap-southeast-5" : { },
|
15974
|
+
"ap-southeast-7" : { },
|
15863
15975
|
"ca-central-1" : { },
|
15864
15976
|
"ca-west-1" : { },
|
15865
15977
|
"eu-central-1" : { },
|
@@ -16422,6 +16534,13 @@
|
|
16422
16534
|
"tags" : [ "dualstack" ]
|
16423
16535
|
} ]
|
16424
16536
|
},
|
16537
|
+
"ap-southeast-7" : {
|
16538
|
+
"protocols" : [ "https" ],
|
16539
|
+
"variants" : [ {
|
16540
|
+
"hostname" : "pi.ap-southeast-7.api.aws",
|
16541
|
+
"tags" : [ "dualstack" ]
|
16542
|
+
} ]
|
16543
|
+
},
|
16425
16544
|
"ca-central-1" : {
|
16426
16545
|
"protocols" : [ "https" ],
|
16427
16546
|
"variants" : [ {
|
@@ -17215,6 +17334,9 @@
|
|
17215
17334
|
"ap-southeast-5" : {
|
17216
17335
|
"hostname" : "qbusiness.ap-southeast-5.api.aws"
|
17217
17336
|
},
|
17337
|
+
"ap-southeast-7" : {
|
17338
|
+
"hostname" : "qbusiness.ap-southeast-7.api.aws"
|
17339
|
+
},
|
17218
17340
|
"ca-central-1" : {
|
17219
17341
|
"hostname" : "qbusiness.ca-central-1.api.aws"
|
17220
17342
|
},
|
@@ -17372,6 +17494,7 @@
|
|
17372
17494
|
"ap-southeast-3" : { },
|
17373
17495
|
"ap-southeast-4" : { },
|
17374
17496
|
"ap-southeast-5" : { },
|
17497
|
+
"ap-southeast-7" : { },
|
17375
17498
|
"ca-central-1" : {
|
17376
17499
|
"variants" : [ {
|
17377
17500
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
|
@@ -17538,6 +17661,7 @@
|
|
17538
17661
|
"tags" : [ "dualstack" ]
|
17539
17662
|
} ]
|
17540
17663
|
},
|
17664
|
+
"ap-southeast-7" : { },
|
17541
17665
|
"ca-central-1" : {
|
17542
17666
|
"variants" : [ {
|
17543
17667
|
"hostname" : "rbin-fips.ca-central-1.amazonaws.com",
|
@@ -17740,6 +17864,7 @@
|
|
17740
17864
|
"ap-southeast-3" : { },
|
17741
17865
|
"ap-southeast-4" : { },
|
17742
17866
|
"ap-southeast-5" : { },
|
17867
|
+
"ap-southeast-7" : { },
|
17743
17868
|
"ca-central-1" : {
|
17744
17869
|
"variants" : [ {
|
17745
17870
|
"hostname" : "rds-fips.ca-central-1.amazonaws.com",
|
@@ -18015,6 +18140,7 @@
|
|
18015
18140
|
"ap-southeast-3" : { },
|
18016
18141
|
"ap-southeast-4" : { },
|
18017
18142
|
"ap-southeast-5" : { },
|
18143
|
+
"ap-southeast-7" : { },
|
18018
18144
|
"ca-central-1" : {
|
18019
18145
|
"variants" : [ {
|
18020
18146
|
"hostname" : "redshift-fips.ca-central-1.amazonaws.com",
|
@@ -18518,6 +18644,7 @@
|
|
18518
18644
|
"ap-southeast-3" : { },
|
18519
18645
|
"ap-southeast-4" : { },
|
18520
18646
|
"ap-southeast-5" : { },
|
18647
|
+
"ap-southeast-7" : { },
|
18521
18648
|
"ca-central-1" : { },
|
18522
18649
|
"ca-west-1" : { },
|
18523
18650
|
"eu-central-1" : { },
|
@@ -18733,6 +18860,7 @@
|
|
18733
18860
|
"ap-southeast-3" : { },
|
18734
18861
|
"ap-southeast-4" : { },
|
18735
18862
|
"ap-southeast-5" : { },
|
18863
|
+
"ap-southeast-7" : { },
|
18736
18864
|
"ca-central-1" : {
|
18737
18865
|
"variants" : [ {
|
18738
18866
|
"hostname" : "route53resolver-fips.ca-central-1.amazonaws.com",
|
@@ -19095,6 +19223,12 @@
|
|
19095
19223
|
"tags" : [ "dualstack" ]
|
19096
19224
|
} ]
|
19097
19225
|
},
|
19226
|
+
"ap-southeast-7" : {
|
19227
|
+
"variants" : [ {
|
19228
|
+
"hostname" : "s3.dualstack.ap-southeast-7.amazonaws.com",
|
19229
|
+
"tags" : [ "dualstack" ]
|
19230
|
+
} ]
|
19231
|
+
},
|
19098
19232
|
"aws-global" : {
|
19099
19233
|
"credentialScope" : {
|
19100
19234
|
"region" : "us-east-1"
|
@@ -20040,6 +20174,11 @@
|
|
20040
20174
|
"tags" : [ "dualstack" ]
|
20041
20175
|
} ]
|
20042
20176
|
},
|
20177
|
+
"ap-southeast-7" : {
|
20178
|
+
"variants" : [ {
|
20179
|
+
"tags" : [ "dualstack" ]
|
20180
|
+
} ]
|
20181
|
+
},
|
20043
20182
|
"ca-central-1" : {
|
20044
20183
|
"variants" : [ {
|
20045
20184
|
"tags" : [ "dualstack" ]
|
@@ -20830,6 +20969,12 @@
|
|
20830
20969
|
"tags" : [ "dualstack" ]
|
20831
20970
|
} ]
|
20832
20971
|
},
|
20972
|
+
"ap-southeast-7" : {
|
20973
|
+
"variants" : [ {
|
20974
|
+
"hostname" : "servicediscovery.ap-southeast-7.api.aws",
|
20975
|
+
"tags" : [ "dualstack" ]
|
20976
|
+
} ]
|
20977
|
+
},
|
20833
20978
|
"ca-central-1" : {
|
20834
20979
|
"variants" : [ {
|
20835
20980
|
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
|
@@ -21035,6 +21180,7 @@
|
|
21035
21180
|
"ap-southeast-3" : { },
|
21036
21181
|
"ap-southeast-4" : { },
|
21037
21182
|
"ap-southeast-5" : { },
|
21183
|
+
"ap-southeast-7" : { },
|
21038
21184
|
"ca-central-1" : { },
|
21039
21185
|
"ca-west-1" : { },
|
21040
21186
|
"eu-central-1" : { },
|
@@ -21472,8 +21618,18 @@
|
|
21472
21618
|
},
|
21473
21619
|
"snowball" : {
|
21474
21620
|
"endpoints" : {
|
21475
|
-
"af-south-1" : {
|
21476
|
-
|
21621
|
+
"af-south-1" : {
|
21622
|
+
"variants" : [ {
|
21623
|
+
"hostname" : "snowball-fips.af-south-1.amazonaws.com",
|
21624
|
+
"tags" : [ "fips" ]
|
21625
|
+
} ]
|
21626
|
+
},
|
21627
|
+
"ap-east-1" : {
|
21628
|
+
"variants" : [ {
|
21629
|
+
"hostname" : "snowball-fips.ap-east-1.amazonaws.com",
|
21630
|
+
"tags" : [ "fips" ]
|
21631
|
+
} ]
|
21632
|
+
},
|
21477
21633
|
"ap-northeast-1" : {
|
21478
21634
|
"variants" : [ {
|
21479
21635
|
"hostname" : "snowball-fips.ap-northeast-1.amazonaws.com",
|
@@ -21510,7 +21666,12 @@
|
|
21510
21666
|
"tags" : [ "fips" ]
|
21511
21667
|
} ]
|
21512
21668
|
},
|
21513
|
-
"ap-southeast-3" : {
|
21669
|
+
"ap-southeast-3" : {
|
21670
|
+
"variants" : [ {
|
21671
|
+
"hostname" : "snowball-fips.ap-southeast-3.amazonaws.com",
|
21672
|
+
"tags" : [ "fips" ]
|
21673
|
+
} ]
|
21674
|
+
},
|
21514
21675
|
"ca-central-1" : {
|
21515
21676
|
"variants" : [ {
|
21516
21677
|
"hostname" : "snowball-fips.ca-central-1.amazonaws.com",
|
@@ -21523,8 +21684,18 @@
|
|
21523
21684
|
"tags" : [ "fips" ]
|
21524
21685
|
} ]
|
21525
21686
|
},
|
21526
|
-
"eu-north-1" : {
|
21527
|
-
|
21687
|
+
"eu-north-1" : {
|
21688
|
+
"variants" : [ {
|
21689
|
+
"hostname" : "snowball-fips.eu-north-1.amazonaws.com",
|
21690
|
+
"tags" : [ "fips" ]
|
21691
|
+
} ]
|
21692
|
+
},
|
21693
|
+
"eu-south-1" : {
|
21694
|
+
"variants" : [ {
|
21695
|
+
"hostname" : "snowball-fips.eu-south-1.amazonaws.com",
|
21696
|
+
"tags" : [ "fips" ]
|
21697
|
+
} ]
|
21698
|
+
},
|
21528
21699
|
"eu-west-1" : {
|
21529
21700
|
"variants" : [ {
|
21530
21701
|
"hostname" : "snowball-fips.eu-west-1.amazonaws.com",
|
@@ -21543,6 +21714,20 @@
|
|
21543
21714
|
"tags" : [ "fips" ]
|
21544
21715
|
} ]
|
21545
21716
|
},
|
21717
|
+
"fips-af-south-1" : {
|
21718
|
+
"credentialScope" : {
|
21719
|
+
"region" : "af-south-1"
|
21720
|
+
},
|
21721
|
+
"deprecated" : true,
|
21722
|
+
"hostname" : "snowball-fips.af-south-1.amazonaws.com"
|
21723
|
+
},
|
21724
|
+
"fips-ap-east-1" : {
|
21725
|
+
"credentialScope" : {
|
21726
|
+
"region" : "ap-east-1"
|
21727
|
+
},
|
21728
|
+
"deprecated" : true,
|
21729
|
+
"hostname" : "snowball-fips.ap-east-1.amazonaws.com"
|
21730
|
+
},
|
21546
21731
|
"fips-ap-northeast-1" : {
|
21547
21732
|
"credentialScope" : {
|
21548
21733
|
"region" : "ap-northeast-1"
|
@@ -21585,6 +21770,13 @@
|
|
21585
21770
|
"deprecated" : true,
|
21586
21771
|
"hostname" : "snowball-fips.ap-southeast-2.amazonaws.com"
|
21587
21772
|
},
|
21773
|
+
"fips-ap-southeast-3" : {
|
21774
|
+
"credentialScope" : {
|
21775
|
+
"region" : "ap-southeast-3"
|
21776
|
+
},
|
21777
|
+
"deprecated" : true,
|
21778
|
+
"hostname" : "snowball-fips.ap-southeast-3.amazonaws.com"
|
21779
|
+
},
|
21588
21780
|
"fips-ca-central-1" : {
|
21589
21781
|
"credentialScope" : {
|
21590
21782
|
"region" : "ca-central-1"
|
@@ -21599,6 +21791,20 @@
|
|
21599
21791
|
"deprecated" : true,
|
21600
21792
|
"hostname" : "snowball-fips.eu-central-1.amazonaws.com"
|
21601
21793
|
},
|
21794
|
+
"fips-eu-north-1" : {
|
21795
|
+
"credentialScope" : {
|
21796
|
+
"region" : "eu-north-1"
|
21797
|
+
},
|
21798
|
+
"deprecated" : true,
|
21799
|
+
"hostname" : "snowball-fips.eu-north-1.amazonaws.com"
|
21800
|
+
},
|
21801
|
+
"fips-eu-south-1" : {
|
21802
|
+
"credentialScope" : {
|
21803
|
+
"region" : "eu-south-1"
|
21804
|
+
},
|
21805
|
+
"deprecated" : true,
|
21806
|
+
"hostname" : "snowball-fips.eu-south-1.amazonaws.com"
|
21807
|
+
},
|
21602
21808
|
"fips-eu-west-1" : {
|
21603
21809
|
"credentialScope" : {
|
21604
21810
|
"region" : "eu-west-1"
|
@@ -21620,6 +21826,20 @@
|
|
21620
21826
|
"deprecated" : true,
|
21621
21827
|
"hostname" : "snowball-fips.eu-west-3.amazonaws.com"
|
21622
21828
|
},
|
21829
|
+
"fips-il-central-1" : {
|
21830
|
+
"credentialScope" : {
|
21831
|
+
"region" : "il-central-1"
|
21832
|
+
},
|
21833
|
+
"deprecated" : true,
|
21834
|
+
"hostname" : "snowball-fips.il-central-1.amazonaws.com"
|
21835
|
+
},
|
21836
|
+
"fips-me-central-1" : {
|
21837
|
+
"credentialScope" : {
|
21838
|
+
"region" : "me-central-1"
|
21839
|
+
},
|
21840
|
+
"deprecated" : true,
|
21841
|
+
"hostname" : "snowball-fips.me-central-1.amazonaws.com"
|
21842
|
+
},
|
21623
21843
|
"fips-sa-east-1" : {
|
21624
21844
|
"credentialScope" : {
|
21625
21845
|
"region" : "sa-east-1"
|
@@ -21655,8 +21875,18 @@
|
|
21655
21875
|
"deprecated" : true,
|
21656
21876
|
"hostname" : "snowball-fips.us-west-2.amazonaws.com"
|
21657
21877
|
},
|
21658
|
-
"il-central-1" : {
|
21659
|
-
|
21878
|
+
"il-central-1" : {
|
21879
|
+
"variants" : [ {
|
21880
|
+
"hostname" : "snowball-fips.il-central-1.amazonaws.com",
|
21881
|
+
"tags" : [ "fips" ]
|
21882
|
+
} ]
|
21883
|
+
},
|
21884
|
+
"me-central-1" : {
|
21885
|
+
"variants" : [ {
|
21886
|
+
"hostname" : "snowball-fips.me-central-1.amazonaws.com",
|
21887
|
+
"tags" : [ "fips" ]
|
21888
|
+
} ]
|
21889
|
+
},
|
21660
21890
|
"sa-east-1" : {
|
21661
21891
|
"variants" : [ {
|
21662
21892
|
"hostname" : "snowball-fips.sa-east-1.amazonaws.com",
|
@@ -21706,6 +21936,7 @@
|
|
21706
21936
|
"ap-southeast-3" : { },
|
21707
21937
|
"ap-southeast-4" : { },
|
21708
21938
|
"ap-southeast-5" : { },
|
21939
|
+
"ap-southeast-7" : { },
|
21709
21940
|
"ca-central-1" : { },
|
21710
21941
|
"ca-west-1" : {
|
21711
21942
|
"variants" : [ {
|
@@ -21804,6 +22035,7 @@
|
|
21804
22035
|
"ap-southeast-3" : { },
|
21805
22036
|
"ap-southeast-4" : { },
|
21806
22037
|
"ap-southeast-5" : { },
|
22038
|
+
"ap-southeast-7" : { },
|
21807
22039
|
"ca-central-1" : { },
|
21808
22040
|
"ca-west-1" : { },
|
21809
22041
|
"eu-central-1" : { },
|
@@ -21887,6 +22119,7 @@
|
|
21887
22119
|
"ap-southeast-3" : { },
|
21888
22120
|
"ap-southeast-4" : { },
|
21889
22121
|
"ap-southeast-5" : { },
|
22122
|
+
"ap-southeast-7" : { },
|
21890
22123
|
"ca-central-1" : {
|
21891
22124
|
"variants" : [ {
|
21892
22125
|
"hostname" : "ssm-fips.ca-central-1.amazonaws.com",
|
@@ -22491,6 +22724,7 @@
|
|
22491
22724
|
"ap-southeast-3" : { },
|
22492
22725
|
"ap-southeast-4" : { },
|
22493
22726
|
"ap-southeast-5" : { },
|
22727
|
+
"ap-southeast-7" : { },
|
22494
22728
|
"ca-central-1" : { },
|
22495
22729
|
"ca-west-1" : { },
|
22496
22730
|
"eu-central-1" : { },
|
@@ -22685,6 +22919,7 @@
|
|
22685
22919
|
"ap-southeast-3" : { },
|
22686
22920
|
"ap-southeast-4" : { },
|
22687
22921
|
"ap-southeast-5" : { },
|
22922
|
+
"ap-southeast-7" : { },
|
22688
22923
|
"ca-central-1" : { },
|
22689
22924
|
"ca-west-1" : { },
|
22690
22925
|
"eu-central-1" : { },
|
@@ -22726,6 +22961,7 @@
|
|
22726
22961
|
"ap-southeast-3" : { },
|
22727
22962
|
"ap-southeast-4" : { },
|
22728
22963
|
"ap-southeast-5" : { },
|
22964
|
+
"ap-southeast-7" : { },
|
22729
22965
|
"aws-global" : {
|
22730
22966
|
"credentialScope" : {
|
22731
22967
|
"region" : "us-east-1"
|
@@ -22833,6 +23069,7 @@
|
|
22833
23069
|
"ap-southeast-3" : { },
|
22834
23070
|
"ap-southeast-4" : { },
|
22835
23071
|
"ap-southeast-5" : { },
|
23072
|
+
"ap-southeast-7" : { },
|
22836
23073
|
"ca-central-1" : {
|
22837
23074
|
"variants" : [ {
|
22838
23075
|
"hostname" : "swf-fips.ca-central-1.amazonaws.com",
|
@@ -22939,6 +23176,7 @@
|
|
22939
23176
|
"ap-southeast-3" : { },
|
22940
23177
|
"ap-southeast-4" : { },
|
22941
23178
|
"ap-southeast-5" : { },
|
23179
|
+
"ap-southeast-7" : { },
|
22942
23180
|
"ca-central-1" : {
|
22943
23181
|
"variants" : [ {
|
22944
23182
|
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
|
@@ -23045,6 +23283,7 @@
|
|
23045
23283
|
"ap-southeast-3" : { },
|
23046
23284
|
"ap-southeast-4" : { },
|
23047
23285
|
"ap-southeast-5" : { },
|
23286
|
+
"ap-southeast-7" : { },
|
23048
23287
|
"ca-central-1" : { },
|
23049
23288
|
"ca-west-1" : { },
|
23050
23289
|
"eu-central-1" : { },
|
@@ -25082,6 +25321,7 @@
|
|
25082
25321
|
"ap-southeast-3" : { },
|
25083
25322
|
"ap-southeast-4" : { },
|
25084
25323
|
"ap-southeast-5" : { },
|
25324
|
+
"ap-southeast-7" : { },
|
25085
25325
|
"ca-central-1" : { },
|
25086
25326
|
"ca-west-1" : { },
|
25087
25327
|
"eu-central-1" : { },
|
@@ -32276,6 +32516,24 @@
|
|
32276
32516
|
"us-iso-east-1" : { }
|
32277
32517
|
}
|
32278
32518
|
},
|
32519
|
+
"budgets" : {
|
32520
|
+
"endpoints" : {
|
32521
|
+
"aws-iso-global" : {
|
32522
|
+
"credentialScope" : {
|
32523
|
+
"region" : "us-iso-east-1"
|
32524
|
+
},
|
32525
|
+
"hostname" : "budgets.c2s.ic.gov"
|
32526
|
+
},
|
32527
|
+
"us-iso-east-1" : {
|
32528
|
+
"credentialScope" : {
|
32529
|
+
"region" : "us-iso-east-1"
|
32530
|
+
},
|
32531
|
+
"hostname" : "budgets.c2s.ic.gov"
|
32532
|
+
}
|
32533
|
+
},
|
32534
|
+
"isRegionalized" : false,
|
32535
|
+
"partitionEndpoint" : "aws-iso-global"
|
32536
|
+
},
|
32279
32537
|
"cloudcontrolapi" : {
|
32280
32538
|
"endpoints" : {
|
32281
32539
|
"us-iso-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.1035.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-01-
|
11
|
+
date: 2025-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|