aws-partitions 1.1109.0 → 1.1113.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 +23 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +101 -0
- 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: 6f12afb52e0b407770c24ed7ae3b170abd49f53df566bf91dd48cc264f17d44e
|
4
|
+
data.tar.gz: 0c2b8fdf77e14c31fa6fa37b1dc6b57a46665ad5c54bc77940423a1d89141e12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6269b1b845060c5e4c8df78f89ee87ca2dd75fde061d7866dc6951394ff9605e93e271777a27be11bd851d412816a180e3aab401ad85dc38bfaf65e08ac92e4
|
7
|
+
data.tar.gz: bf30a8fbfa6c220da37f4f3e7cc8b6f8656edd764a6447236f4805119c8776125f1f341db83f1deeb7907c7ca7a5d81257f5db6518e10afeaf5f70ef9799edb2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,28 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1113.0 (2025-06-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1112.0 (2025-06-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1111.0 (2025-06-04)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::Evs`.
|
18
|
+
|
19
|
+
1.1110.0 (2025-06-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
* Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.5 and 2.6.
|
25
|
+
|
4
26
|
1.1109.0 (2025-05-30)
|
5
27
|
------------------
|
6
28
|
|
@@ -16,6 +38,7 @@ Unreleased Changes
|
|
16
38
|
|
17
39
|
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
40
|
|
41
|
+
|
19
42
|
1.1106.0 (2025-05-20)
|
20
43
|
------------------
|
21
44
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1113.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -29,6 +29,9 @@
|
|
29
29
|
"ap-east-1" : {
|
30
30
|
"description" : "Asia Pacific (Hong Kong)"
|
31
31
|
},
|
32
|
+
"ap-east-2" : {
|
33
|
+
"description" : "Asia Pacific (Taipei)"
|
34
|
+
},
|
32
35
|
"ap-northeast-1" : {
|
33
36
|
"description" : "Asia Pacific (Tokyo)"
|
34
37
|
},
|
@@ -135,6 +138,7 @@
|
|
135
138
|
"tags" : [ "dualstack" ]
|
136
139
|
} ]
|
137
140
|
},
|
141
|
+
"ap-east-2" : { },
|
138
142
|
"ap-northeast-1" : {
|
139
143
|
"variants" : [ {
|
140
144
|
"hostname" : "access-analyzer.ap-northeast-1.api.aws",
|
@@ -411,6 +415,7 @@
|
|
411
415
|
"endpoints" : {
|
412
416
|
"af-south-1" : { },
|
413
417
|
"ap-east-1" : { },
|
418
|
+
"ap-east-2" : { },
|
414
419
|
"ap-northeast-1" : { },
|
415
420
|
"ap-northeast-2" : { },
|
416
421
|
"ap-northeast-3" : { },
|
@@ -522,6 +527,7 @@
|
|
522
527
|
"endpoints" : {
|
523
528
|
"af-south-1" : { },
|
524
529
|
"ap-east-1" : { },
|
530
|
+
"ap-east-2" : { },
|
525
531
|
"ap-northeast-1" : { },
|
526
532
|
"ap-northeast-2" : { },
|
527
533
|
"ap-northeast-3" : { },
|
@@ -649,6 +655,7 @@
|
|
649
655
|
"ap-southeast-2" : { },
|
650
656
|
"ap-southeast-3" : { },
|
651
657
|
"ap-southeast-4" : { },
|
658
|
+
"ap-southeast-5" : { },
|
652
659
|
"ca-central-1" : { },
|
653
660
|
"ca-west-1" : { },
|
654
661
|
"eu-central-1" : { },
|
@@ -991,6 +998,7 @@
|
|
991
998
|
"tags" : [ "dualstack" ]
|
992
999
|
} ]
|
993
1000
|
},
|
1001
|
+
"ap-east-2" : { },
|
994
1002
|
"ap-northeast-1" : {
|
995
1003
|
"credentialScope" : {
|
996
1004
|
"region" : "ap-northeast-1"
|
@@ -1923,6 +1931,7 @@
|
|
1923
1931
|
"endpoints" : {
|
1924
1932
|
"af-south-1" : { },
|
1925
1933
|
"ap-east-1" : { },
|
1934
|
+
"ap-east-2" : { },
|
1926
1935
|
"ap-northeast-1" : { },
|
1927
1936
|
"ap-northeast-2" : { },
|
1928
1937
|
"ap-northeast-3" : { },
|
@@ -2045,6 +2054,7 @@
|
|
2045
2054
|
"endpoints" : {
|
2046
2055
|
"af-south-1" : { },
|
2047
2056
|
"ap-east-1" : { },
|
2057
|
+
"ap-east-2" : { },
|
2048
2058
|
"ap-northeast-1" : { },
|
2049
2059
|
"ap-northeast-2" : { },
|
2050
2060
|
"ap-northeast-3" : { },
|
@@ -2081,6 +2091,7 @@
|
|
2081
2091
|
"endpoints" : {
|
2082
2092
|
"af-south-1" : { },
|
2083
2093
|
"ap-east-1" : { },
|
2094
|
+
"ap-east-2" : { },
|
2084
2095
|
"ap-northeast-1" : { },
|
2085
2096
|
"ap-northeast-2" : { },
|
2086
2097
|
"ap-northeast-3" : { },
|
@@ -2188,6 +2199,7 @@
|
|
2188
2199
|
"endpoints" : {
|
2189
2200
|
"af-south-1" : { },
|
2190
2201
|
"ap-east-1" : { },
|
2202
|
+
"ap-east-2" : { },
|
2191
2203
|
"ap-northeast-1" : { },
|
2192
2204
|
"ap-northeast-2" : { },
|
2193
2205
|
"ap-northeast-3" : { },
|
@@ -2993,6 +3005,8 @@
|
|
2993
3005
|
"protocols" : [ "https" ]
|
2994
3006
|
},
|
2995
3007
|
"endpoints" : {
|
3008
|
+
"af-south-1" : { },
|
3009
|
+
"ap-east-1" : { },
|
2996
3010
|
"ap-northeast-1" : {
|
2997
3011
|
"variants" : [ {
|
2998
3012
|
"tags" : [ "dualstack" ]
|
@@ -3018,17 +3032,21 @@
|
|
3018
3032
|
"tags" : [ "dualstack" ]
|
3019
3033
|
} ]
|
3020
3034
|
},
|
3035
|
+
"ap-southeast-5" : { },
|
3036
|
+
"ap-southeast-7" : { },
|
3021
3037
|
"ca-central-1" : { },
|
3022
3038
|
"eu-central-1" : {
|
3023
3039
|
"variants" : [ {
|
3024
3040
|
"tags" : [ "dualstack" ]
|
3025
3041
|
} ]
|
3026
3042
|
},
|
3043
|
+
"eu-central-2" : { },
|
3027
3044
|
"eu-north-1" : {
|
3028
3045
|
"variants" : [ {
|
3029
3046
|
"tags" : [ "dualstack" ]
|
3030
3047
|
} ]
|
3031
3048
|
},
|
3049
|
+
"eu-south-1" : { },
|
3032
3050
|
"eu-west-1" : {
|
3033
3051
|
"variants" : [ {
|
3034
3052
|
"tags" : [ "dualstack" ]
|
@@ -3044,6 +3062,7 @@
|
|
3044
3062
|
"tags" : [ "dualstack" ]
|
3045
3063
|
} ]
|
3046
3064
|
},
|
3065
|
+
"me-central-1" : { },
|
3047
3066
|
"sa-east-1" : {
|
3048
3067
|
"variants" : [ {
|
3049
3068
|
"tags" : [ "dualstack" ]
|
@@ -3091,6 +3110,7 @@
|
|
3091
3110
|
"endpoints" : {
|
3092
3111
|
"af-south-1" : { },
|
3093
3112
|
"ap-east-1" : { },
|
3113
|
+
"ap-east-2" : { },
|
3094
3114
|
"ap-northeast-1" : { },
|
3095
3115
|
"ap-northeast-2" : { },
|
3096
3116
|
"ap-northeast-3" : { },
|
@@ -3458,6 +3478,7 @@
|
|
3458
3478
|
"endpoints" : {
|
3459
3479
|
"af-south-1" : { },
|
3460
3480
|
"ap-east-1" : { },
|
3481
|
+
"ap-east-2" : { },
|
3461
3482
|
"ap-northeast-1" : { },
|
3462
3483
|
"ap-northeast-2" : { },
|
3463
3484
|
"ap-northeast-3" : { },
|
@@ -3595,6 +3616,7 @@
|
|
3595
3616
|
"endpoints" : {
|
3596
3617
|
"af-south-1" : { },
|
3597
3618
|
"ap-east-1" : { },
|
3619
|
+
"ap-east-2" : { },
|
3598
3620
|
"ap-northeast-1" : { },
|
3599
3621
|
"ap-northeast-2" : { },
|
3600
3622
|
"ap-northeast-3" : { },
|
@@ -3662,6 +3684,7 @@
|
|
3662
3684
|
"endpoints" : {
|
3663
3685
|
"af-south-1" : { },
|
3664
3686
|
"ap-east-1" : { },
|
3687
|
+
"ap-east-2" : { },
|
3665
3688
|
"ap-northeast-1" : { },
|
3666
3689
|
"ap-northeast-2" : { },
|
3667
3690
|
"ap-northeast-3" : { },
|
@@ -4521,6 +4544,7 @@
|
|
4521
4544
|
"tags" : [ "dualstack" ]
|
4522
4545
|
} ]
|
4523
4546
|
},
|
4547
|
+
"ap-east-2" : { },
|
4524
4548
|
"ap-northeast-1" : {
|
4525
4549
|
"variants" : [ {
|
4526
4550
|
"hostname" : "cloudcontrolapi.ap-northeast-1.api.aws",
|
@@ -4798,6 +4822,7 @@
|
|
4798
4822
|
"endpoints" : {
|
4799
4823
|
"af-south-1" : { },
|
4800
4824
|
"ap-east-1" : { },
|
4825
|
+
"ap-east-2" : { },
|
4801
4826
|
"ap-northeast-1" : { },
|
4802
4827
|
"ap-northeast-2" : { },
|
4803
4828
|
"ap-northeast-3" : { },
|
@@ -5079,6 +5104,7 @@
|
|
5079
5104
|
"endpoints" : {
|
5080
5105
|
"af-south-1" : { },
|
5081
5106
|
"ap-east-1" : { },
|
5107
|
+
"ap-east-2" : { },
|
5082
5108
|
"ap-northeast-1" : { },
|
5083
5109
|
"ap-northeast-2" : { },
|
5084
5110
|
"ap-northeast-3" : { },
|
@@ -5392,6 +5418,7 @@
|
|
5392
5418
|
"endpoints" : {
|
5393
5419
|
"af-south-1" : { },
|
5394
5420
|
"ap-east-1" : { },
|
5421
|
+
"ap-east-2" : { },
|
5395
5422
|
"ap-northeast-1" : { },
|
5396
5423
|
"ap-northeast-2" : { },
|
5397
5424
|
"ap-northeast-3" : { },
|
@@ -6475,6 +6502,7 @@
|
|
6475
6502
|
"endpoints" : {
|
6476
6503
|
"af-south-1" : { },
|
6477
6504
|
"ap-east-1" : { },
|
6505
|
+
"ap-east-2" : { },
|
6478
6506
|
"ap-northeast-1" : { },
|
6479
6507
|
"ap-northeast-2" : { },
|
6480
6508
|
"ap-northeast-3" : { },
|
@@ -7158,6 +7186,7 @@
|
|
7158
7186
|
"tags" : [ "dualstack" ]
|
7159
7187
|
} ]
|
7160
7188
|
},
|
7189
|
+
"ap-east-2" : { },
|
7161
7190
|
"ap-northeast-1" : {
|
7162
7191
|
"variants" : [ {
|
7163
7192
|
"hostname" : "datasync.ap-northeast-1.api.aws",
|
@@ -7428,6 +7457,7 @@
|
|
7428
7457
|
} ]
|
7429
7458
|
},
|
7430
7459
|
"endpoints" : {
|
7460
|
+
"ap-east-2" : { },
|
7431
7461
|
"ap-northeast-1" : {
|
7432
7462
|
"hostname" : "datazone.ap-northeast-1.api.aws"
|
7433
7463
|
},
|
@@ -7641,6 +7671,7 @@
|
|
7641
7671
|
"endpoints" : {
|
7642
7672
|
"af-south-1" : { },
|
7643
7673
|
"ap-east-1" : { },
|
7674
|
+
"ap-east-2" : { },
|
7644
7675
|
"ap-northeast-1" : { },
|
7645
7676
|
"ap-northeast-2" : { },
|
7646
7677
|
"ap-northeast-3" : { },
|
@@ -7770,6 +7801,7 @@
|
|
7770
7801
|
"tags" : [ "dualstack" ]
|
7771
7802
|
} ]
|
7772
7803
|
},
|
7804
|
+
"ap-east-2" : { },
|
7773
7805
|
"ap-northeast-1" : {
|
7774
7806
|
"variants" : [ {
|
7775
7807
|
"hostname" : "dlm.ap-northeast-1.api.aws",
|
@@ -7974,6 +8006,7 @@
|
|
7974
8006
|
"endpoints" : {
|
7975
8007
|
"af-south-1" : { },
|
7976
8008
|
"ap-east-1" : { },
|
8009
|
+
"ap-east-2" : { },
|
7977
8010
|
"ap-northeast-1" : { },
|
7978
8011
|
"ap-northeast-2" : { },
|
7979
8012
|
"ap-northeast-3" : { },
|
@@ -8354,6 +8387,7 @@
|
|
8354
8387
|
"endpoints" : {
|
8355
8388
|
"af-south-1" : { },
|
8356
8389
|
"ap-east-1" : { },
|
8390
|
+
"ap-east-2" : { },
|
8357
8391
|
"ap-northeast-1" : { },
|
8358
8392
|
"ap-northeast-2" : { },
|
8359
8393
|
"ap-northeast-3" : { },
|
@@ -8469,6 +8503,7 @@
|
|
8469
8503
|
"endpoints" : {
|
8470
8504
|
"af-south-1" : { },
|
8471
8505
|
"ap-east-1" : { },
|
8506
|
+
"ap-east-2" : { },
|
8472
8507
|
"ap-northeast-1" : { },
|
8473
8508
|
"ap-northeast-2" : { },
|
8474
8509
|
"ap-northeast-3" : { },
|
@@ -8590,6 +8625,7 @@
|
|
8590
8625
|
"tags" : [ "dualstack" ]
|
8591
8626
|
} ]
|
8592
8627
|
},
|
8628
|
+
"ap-east-2" : { },
|
8593
8629
|
"ap-northeast-1" : {
|
8594
8630
|
"variants" : [ {
|
8595
8631
|
"hostname" : "ec2.ap-northeast-1.api.aws",
|
@@ -8778,6 +8814,7 @@
|
|
8778
8814
|
"endpoints" : {
|
8779
8815
|
"af-south-1" : { },
|
8780
8816
|
"ap-east-1" : { },
|
8817
|
+
"ap-east-2" : { },
|
8781
8818
|
"ap-northeast-1" : { },
|
8782
8819
|
"ap-northeast-2" : { },
|
8783
8820
|
"ap-northeast-3" : { },
|
@@ -8879,6 +8916,7 @@
|
|
8879
8916
|
"endpoints" : {
|
8880
8917
|
"af-south-1" : { },
|
8881
8918
|
"ap-east-1" : { },
|
8919
|
+
"ap-east-2" : { },
|
8882
8920
|
"ap-northeast-1" : { },
|
8883
8921
|
"ap-northeast-2" : { },
|
8884
8922
|
"ap-northeast-3" : { },
|
@@ -8975,6 +9013,7 @@
|
|
8975
9013
|
"ap-east-1" : {
|
8976
9014
|
"hostname" : "eks-auth.ap-east-1.api.aws"
|
8977
9015
|
},
|
9016
|
+
"ap-east-2" : { },
|
8978
9017
|
"ap-northeast-1" : {
|
8979
9018
|
"hostname" : "eks-auth.ap-northeast-1.api.aws"
|
8980
9019
|
},
|
@@ -9071,6 +9110,7 @@
|
|
9071
9110
|
"endpoints" : {
|
9072
9111
|
"af-south-1" : { },
|
9073
9112
|
"ap-east-1" : { },
|
9113
|
+
"ap-east-2" : { },
|
9074
9114
|
"ap-northeast-1" : { },
|
9075
9115
|
"ap-northeast-2" : { },
|
9076
9116
|
"ap-northeast-3" : { },
|
@@ -9366,6 +9406,7 @@
|
|
9366
9406
|
"tags" : [ "fips" ]
|
9367
9407
|
} ]
|
9368
9408
|
},
|
9409
|
+
"ap-east-2" : { },
|
9369
9410
|
"ap-northeast-1" : {
|
9370
9411
|
"variants" : [ {
|
9371
9412
|
"hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com",
|
@@ -9779,6 +9820,7 @@
|
|
9779
9820
|
"endpoints" : {
|
9780
9821
|
"af-south-1" : { },
|
9781
9822
|
"ap-east-1" : { },
|
9823
|
+
"ap-east-2" : { },
|
9782
9824
|
"ap-northeast-1" : { },
|
9783
9825
|
"ap-northeast-2" : { },
|
9784
9826
|
"ap-northeast-3" : { },
|
@@ -9867,6 +9909,7 @@
|
|
9867
9909
|
"endpoints" : {
|
9868
9910
|
"af-south-1" : { },
|
9869
9911
|
"ap-east-1" : { },
|
9912
|
+
"ap-east-2" : { },
|
9870
9913
|
"ap-northeast-1" : { },
|
9871
9914
|
"ap-northeast-2" : { },
|
9872
9915
|
"ap-northeast-3" : { },
|
@@ -10284,6 +10327,7 @@
|
|
10284
10327
|
"tags" : [ "dualstack" ]
|
10285
10328
|
} ]
|
10286
10329
|
},
|
10330
|
+
"ap-east-2" : { },
|
10287
10331
|
"ap-northeast-1" : {
|
10288
10332
|
"variants" : [ {
|
10289
10333
|
"hostname" : "aos.ap-northeast-1.api.aws",
|
@@ -10527,6 +10571,7 @@
|
|
10527
10571
|
"tags" : [ "dualstack" ]
|
10528
10572
|
} ]
|
10529
10573
|
},
|
10574
|
+
"ap-east-2" : { },
|
10530
10575
|
"ap-northeast-1" : {
|
10531
10576
|
"variants" : [ {
|
10532
10577
|
"hostname" : "events.ap-northeast-1.api.aws",
|
@@ -10829,6 +10874,7 @@
|
|
10829
10874
|
"tags" : [ "dualstack" ]
|
10830
10875
|
} ]
|
10831
10876
|
},
|
10877
|
+
"ap-east-2" : { },
|
10832
10878
|
"ap-northeast-1" : {
|
10833
10879
|
"variants" : [ {
|
10834
10880
|
"hostname" : "firehose.ap-northeast-1.api.aws",
|
@@ -11698,6 +11744,7 @@
|
|
11698
11744
|
"ap-east-1" : {
|
11699
11745
|
"hostname" : "gameliftstreams.ap-east-1.api.aws"
|
11700
11746
|
},
|
11747
|
+
"ap-east-2" : { },
|
11701
11748
|
"ap-northeast-1" : {
|
11702
11749
|
"hostname" : "gameliftstreams.ap-northeast-1.api.aws"
|
11703
11750
|
},
|
@@ -12531,6 +12578,7 @@
|
|
12531
12578
|
"endpoints" : {
|
12532
12579
|
"ap-south-1" : { },
|
12533
12580
|
"ap-southeast-2" : { },
|
12581
|
+
"eu-west-1" : { },
|
12534
12582
|
"eu-west-2" : { },
|
12535
12583
|
"us-east-1" : { },
|
12536
12584
|
"us-east-2" : { },
|
@@ -12873,6 +12921,7 @@
|
|
12873
12921
|
"tags" : [ "dualstack" ]
|
12874
12922
|
} ]
|
12875
12923
|
},
|
12924
|
+
"ap-east-2" : { },
|
12876
12925
|
"ap-northeast-1" : {
|
12877
12926
|
"hostname" : "internetmonitor.ap-northeast-1.api.aws",
|
12878
12927
|
"variants" : [ {
|
@@ -13986,6 +14035,7 @@
|
|
13986
14035
|
"ap-east-1" : {
|
13987
14036
|
"hostname" : "kendra-ranking.ap-east-1.api.aws"
|
13988
14037
|
},
|
14038
|
+
"ap-east-2" : { },
|
13989
14039
|
"ap-northeast-1" : {
|
13990
14040
|
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
|
13991
14041
|
},
|
@@ -14092,6 +14142,7 @@
|
|
14092
14142
|
"endpoints" : {
|
14093
14143
|
"af-south-1" : { },
|
14094
14144
|
"ap-east-1" : { },
|
14145
|
+
"ap-east-2" : { },
|
14095
14146
|
"ap-northeast-1" : { },
|
14096
14147
|
"ap-northeast-2" : { },
|
14097
14148
|
"ap-northeast-3" : { },
|
@@ -14335,6 +14386,7 @@
|
|
14335
14386
|
"deprecated" : true,
|
14336
14387
|
"hostname" : "kms-fips.ap-east-1.amazonaws.com"
|
14337
14388
|
},
|
14389
|
+
"ap-east-2" : { },
|
14338
14390
|
"ap-northeast-1" : {
|
14339
14391
|
"variants" : [ {
|
14340
14392
|
"hostname" : "kms-fips.ap-northeast-1.amazonaws.com",
|
@@ -14989,6 +15041,7 @@
|
|
14989
15041
|
"tags" : [ "dualstack" ]
|
14990
15042
|
} ]
|
14991
15043
|
},
|
15044
|
+
"ap-east-2" : { },
|
14992
15045
|
"ap-northeast-1" : {
|
14993
15046
|
"variants" : [ {
|
14994
15047
|
"hostname" : "lambda.ap-northeast-1.api.aws",
|
@@ -15495,6 +15548,7 @@
|
|
15495
15548
|
"tags" : [ "dualstack" ]
|
15496
15549
|
} ]
|
15497
15550
|
},
|
15551
|
+
"ap-east-2" : { },
|
15498
15552
|
"ap-northeast-1" : {
|
15499
15553
|
"variants" : [ {
|
15500
15554
|
"hostname" : "logs.ap-northeast-1.api.aws",
|
@@ -17051,6 +17105,7 @@
|
|
17051
17105
|
"endpoints" : {
|
17052
17106
|
"af-south-1" : { },
|
17053
17107
|
"ap-east-1" : { },
|
17108
|
+
"ap-east-2" : { },
|
17054
17109
|
"ap-northeast-1" : { },
|
17055
17110
|
"ap-northeast-2" : { },
|
17056
17111
|
"ap-northeast-3" : { },
|
@@ -17477,6 +17532,7 @@
|
|
17477
17532
|
"ap-east-1" : {
|
17478
17533
|
"hostname" : "notifications.ap-east-1.api.aws"
|
17479
17534
|
},
|
17535
|
+
"ap-east-2" : { },
|
17480
17536
|
"ap-northeast-1" : {
|
17481
17537
|
"hostname" : "notifications.ap-northeast-1.api.aws"
|
17482
17538
|
},
|
@@ -17585,6 +17641,7 @@
|
|
17585
17641
|
"endpoints" : {
|
17586
17642
|
"af-south-1" : { },
|
17587
17643
|
"ap-east-1" : { },
|
17644
|
+
"ap-east-2" : { },
|
17588
17645
|
"ap-northeast-1" : { },
|
17589
17646
|
"ap-northeast-2" : { },
|
17590
17647
|
"ap-northeast-3" : { },
|
@@ -18086,6 +18143,7 @@
|
|
18086
18143
|
"tags" : [ "dualstack" ]
|
18087
18144
|
} ]
|
18088
18145
|
},
|
18146
|
+
"ap-east-2" : { },
|
18089
18147
|
"ap-northeast-1" : {
|
18090
18148
|
"protocols" : [ "https" ],
|
18091
18149
|
"variants" : [ {
|
@@ -18957,6 +19015,7 @@
|
|
18957
19015
|
"ap-east-1" : {
|
18958
19016
|
"hostname" : "qbusiness.ap-east-1.api.aws"
|
18959
19017
|
},
|
19018
|
+
"ap-east-2" : { },
|
18960
19019
|
"ap-northeast-1" : {
|
18961
19020
|
"hostname" : "qbusiness.ap-northeast-1.api.aws"
|
18962
19021
|
},
|
@@ -19160,6 +19219,7 @@
|
|
19160
19219
|
"tags" : [ "dualstack" ]
|
19161
19220
|
} ]
|
19162
19221
|
},
|
19222
|
+
"ap-east-2" : { },
|
19163
19223
|
"ap-northeast-1" : {
|
19164
19224
|
"variants" : [ {
|
19165
19225
|
"tags" : [ "dualstack" ]
|
@@ -19404,6 +19464,7 @@
|
|
19404
19464
|
"tags" : [ "dualstack" ]
|
19405
19465
|
} ]
|
19406
19466
|
},
|
19467
|
+
"ap-east-2" : { },
|
19407
19468
|
"ap-northeast-1" : {
|
19408
19469
|
"variants" : [ {
|
19409
19470
|
"hostname" : "rbin.ap-northeast-1.api.aws",
|
@@ -19658,6 +19719,7 @@
|
|
19658
19719
|
"endpoints" : {
|
19659
19720
|
"af-south-1" : { },
|
19660
19721
|
"ap-east-1" : { },
|
19722
|
+
"ap-east-2" : { },
|
19661
19723
|
"ap-northeast-1" : { },
|
19662
19724
|
"ap-northeast-2" : { },
|
19663
19725
|
"ap-northeast-3" : { },
|
@@ -19935,6 +19997,7 @@
|
|
19935
19997
|
"endpoints" : {
|
19936
19998
|
"af-south-1" : { },
|
19937
19999
|
"ap-east-1" : { },
|
20000
|
+
"ap-east-2" : { },
|
19938
20001
|
"ap-northeast-1" : { },
|
19939
20002
|
"ap-northeast-2" : { },
|
19940
20003
|
"ap-northeast-3" : { },
|
@@ -20626,6 +20689,7 @@
|
|
20626
20689
|
"endpoints" : {
|
20627
20690
|
"af-south-1" : { },
|
20628
20691
|
"ap-east-1" : { },
|
20692
|
+
"ap-east-2" : { },
|
20629
20693
|
"ap-northeast-1" : { },
|
20630
20694
|
"ap-northeast-2" : { },
|
20631
20695
|
"ap-northeast-3" : { },
|
@@ -20721,6 +20785,7 @@
|
|
20721
20785
|
"endpoints" : {
|
20722
20786
|
"af-south-1" : { },
|
20723
20787
|
"ap-east-1" : { },
|
20788
|
+
"ap-east-2" : { },
|
20724
20789
|
"ap-northeast-1" : { },
|
20725
20790
|
"ap-northeast-2" : { },
|
20726
20791
|
"ap-northeast-3" : { },
|
@@ -21055,6 +21120,7 @@
|
|
21055
21120
|
"tags" : [ "dualstack" ]
|
21056
21121
|
} ]
|
21057
21122
|
},
|
21123
|
+
"ap-east-2" : { },
|
21058
21124
|
"ap-northeast-1" : {
|
21059
21125
|
"variants" : [ {
|
21060
21126
|
"hostname" : "route53resolver.ap-northeast-1.api.aws",
|
@@ -21524,6 +21590,7 @@
|
|
21524
21590
|
"tags" : [ "dualstack" ]
|
21525
21591
|
} ]
|
21526
21592
|
},
|
21593
|
+
"ap-east-2" : { },
|
21527
21594
|
"ap-northeast-1" : {
|
21528
21595
|
"hostname" : "s3.ap-northeast-1.amazonaws.com",
|
21529
21596
|
"signatureVersions" : [ "s3", "s3v4" ],
|
@@ -22499,6 +22566,7 @@
|
|
22499
22566
|
"tags" : [ "dualstack" ]
|
22500
22567
|
} ]
|
22501
22568
|
},
|
22569
|
+
"ap-east-2" : { },
|
22502
22570
|
"ap-northeast-1" : {
|
22503
22571
|
"variants" : [ {
|
22504
22572
|
"tags" : [ "dualstack" ]
|
@@ -23313,6 +23381,7 @@
|
|
23313
23381
|
"tags" : [ "dualstack" ]
|
23314
23382
|
} ]
|
23315
23383
|
},
|
23384
|
+
"ap-east-2" : { },
|
23316
23385
|
"ap-northeast-1" : {
|
23317
23386
|
"variants" : [ {
|
23318
23387
|
"hostname" : "servicediscovery.ap-northeast-1.api.aws",
|
@@ -23580,6 +23649,7 @@
|
|
23580
23649
|
"endpoints" : {
|
23581
23650
|
"af-south-1" : { },
|
23582
23651
|
"ap-east-1" : { },
|
23652
|
+
"ap-east-2" : { },
|
23583
23653
|
"ap-northeast-1" : { },
|
23584
23654
|
"ap-northeast-2" : { },
|
23585
23655
|
"ap-northeast-3" : { },
|
@@ -24644,6 +24714,7 @@
|
|
24644
24714
|
"tags" : [ "dualstack" ]
|
24645
24715
|
} ]
|
24646
24716
|
},
|
24717
|
+
"ap-east-2" : { },
|
24647
24718
|
"ap-northeast-1" : {
|
24648
24719
|
"variants" : [ {
|
24649
24720
|
"hostname" : "sns.ap-northeast-1.api.aws",
|
@@ -24894,6 +24965,7 @@
|
|
24894
24965
|
"tags" : [ "dualstack" ]
|
24895
24966
|
} ]
|
24896
24967
|
},
|
24968
|
+
"ap-east-2" : { },
|
24897
24969
|
"ap-northeast-1" : {
|
24898
24970
|
"variants" : [ {
|
24899
24971
|
"hostname" : "sqs.ap-northeast-1.api.aws",
|
@@ -25141,6 +25213,7 @@
|
|
25141
25213
|
"endpoints" : {
|
25142
25214
|
"af-south-1" : { },
|
25143
25215
|
"ap-east-1" : { },
|
25216
|
+
"ap-east-2" : { },
|
25144
25217
|
"ap-northeast-1" : { },
|
25145
25218
|
"ap-northeast-2" : { },
|
25146
25219
|
"ap-northeast-3" : { },
|
@@ -25833,6 +25906,7 @@
|
|
25833
25906
|
"endpoints" : {
|
25834
25907
|
"af-south-1" : { },
|
25835
25908
|
"ap-east-1" : { },
|
25909
|
+
"ap-east-2" : { },
|
25836
25910
|
"ap-northeast-1" : { },
|
25837
25911
|
"ap-northeast-2" : { },
|
25838
25912
|
"ap-northeast-3" : { },
|
@@ -26055,6 +26129,7 @@
|
|
26055
26129
|
"endpoints" : {
|
26056
26130
|
"af-south-1" : { },
|
26057
26131
|
"ap-east-1" : { },
|
26132
|
+
"ap-east-2" : { },
|
26058
26133
|
"ap-northeast-1" : { },
|
26059
26134
|
"ap-northeast-2" : { },
|
26060
26135
|
"ap-northeast-3" : { },
|
@@ -26098,6 +26173,7 @@
|
|
26098
26173
|
"endpoints" : {
|
26099
26174
|
"af-south-1" : { },
|
26100
26175
|
"ap-east-1" : { },
|
26176
|
+
"ap-east-2" : { },
|
26101
26177
|
"ap-northeast-1" : { },
|
26102
26178
|
"ap-northeast-2" : { },
|
26103
26179
|
"ap-northeast-3" : { },
|
@@ -26207,6 +26283,7 @@
|
|
26207
26283
|
"endpoints" : {
|
26208
26284
|
"af-south-1" : { },
|
26209
26285
|
"ap-east-1" : { },
|
26286
|
+
"ap-east-2" : { },
|
26210
26287
|
"ap-northeast-1" : { },
|
26211
26288
|
"ap-northeast-2" : { },
|
26212
26289
|
"ap-northeast-3" : { },
|
@@ -26325,6 +26402,7 @@
|
|
26325
26402
|
"tags" : [ "dualstack" ]
|
26326
26403
|
} ]
|
26327
26404
|
},
|
26405
|
+
"ap-east-2" : { },
|
26328
26406
|
"ap-northeast-1" : {
|
26329
26407
|
"variants" : [ {
|
26330
26408
|
"hostname" : "synthetics.ap-northeast-1.api.aws",
|
@@ -26589,6 +26667,7 @@
|
|
26589
26667
|
"endpoints" : {
|
26590
26668
|
"af-south-1" : { },
|
26591
26669
|
"ap-east-1" : { },
|
26670
|
+
"ap-east-2" : { },
|
26592
26671
|
"ap-northeast-1" : { },
|
26593
26672
|
"ap-northeast-2" : { },
|
26594
26673
|
"ap-northeast-3" : { },
|
@@ -28922,6 +29001,7 @@
|
|
28922
29001
|
"endpoints" : {
|
28923
29002
|
"af-south-1" : { },
|
28924
29003
|
"ap-east-1" : { },
|
29004
|
+
"ap-east-2" : { },
|
28925
29005
|
"ap-northeast-1" : { },
|
28926
29006
|
"ap-northeast-2" : { },
|
28927
29007
|
"ap-northeast-3" : { },
|
@@ -30436,6 +30516,12 @@
|
|
30436
30516
|
},
|
30437
30517
|
"isRegionalized" : true
|
30438
30518
|
},
|
30519
|
+
"scheduler" : {
|
30520
|
+
"endpoints" : {
|
30521
|
+
"cn-north-1" : { },
|
30522
|
+
"cn-northwest-1" : { }
|
30523
|
+
}
|
30524
|
+
},
|
30439
30525
|
"schemas" : {
|
30440
30526
|
"endpoints" : {
|
30441
30527
|
"cn-north-1" : { },
|
@@ -37790,6 +37876,11 @@
|
|
37790
37876
|
"us-isob-east-1" : { }
|
37791
37877
|
}
|
37792
37878
|
},
|
37879
|
+
"athena" : {
|
37880
|
+
"endpoints" : {
|
37881
|
+
"us-isob-east-1" : { }
|
37882
|
+
}
|
37883
|
+
},
|
37793
37884
|
"autoscaling" : {
|
37794
37885
|
"defaults" : {
|
37795
37886
|
"protocols" : [ "http", "https" ]
|
@@ -38137,6 +38228,11 @@
|
|
38137
38228
|
}
|
38138
38229
|
}
|
38139
38230
|
},
|
38231
|
+
"lakeformation" : {
|
38232
|
+
"endpoints" : {
|
38233
|
+
"us-isob-east-1" : { }
|
38234
|
+
}
|
38235
|
+
},
|
38140
38236
|
"lambda" : {
|
38141
38237
|
"endpoints" : {
|
38142
38238
|
"us-isob-east-1" : { }
|
@@ -38969,6 +39065,11 @@
|
|
38969
39065
|
"isRegionalized" : false,
|
38970
39066
|
"partitionEndpoint" : "aws-iso-e-global"
|
38971
39067
|
},
|
39068
|
+
"route53profiles" : {
|
39069
|
+
"endpoints" : {
|
39070
|
+
"eu-isoe-west-1" : { }
|
39071
|
+
}
|
39072
|
+
},
|
38972
39073
|
"route53resolver" : {
|
38973
39074
|
"endpoints" : {
|
38974
39075
|
"eu-isoe-west-1" : { }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1113.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -39,7 +39,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
40
40
|
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '2.
|
42
|
+
version: '2.7'
|
43
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - ">="
|