aws-partitions 1.1105.0 → 1.1114.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 +48 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -1
- data/partitions.json +112 -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: b80c9a6025a77ea6e85769435f2214759b9b874f452a4aeaadeceb0fca0bbce5
|
4
|
+
data.tar.gz: 59d25dc3ff1ff5cf4e15444a512765796fa2d013bb14013e3881b6dbcfd1f23a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dea893f84a7e263690d7c79f21c6008863eafe83a2f133174815afd4b483cdc82308f28fc9b35a3ad3d83a20db00b35154090d524eef21ed3c9bc4272bf25c3
|
7
|
+
data.tar.gz: fcd1e0c8bf4788a3933fcd1c16c37fe38c392ad9da29ed0dbf2e5ab1c62db8550aa17a5f40153b4fd9b03250936b12c0c1ab7704d5acac5ecdc27e46157d7b2f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,54 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1114.0 (2025-06-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1113.0 (2025-06-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1112.0 (2025-06-05)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1111.0 (2025-06-04)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::Evs`.
|
23
|
+
|
24
|
+
1.1110.0 (2025-06-02)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
* Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.5 and 2.6.
|
30
|
+
|
31
|
+
1.1109.0 (2025-05-30)
|
32
|
+
------------------
|
33
|
+
|
34
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
35
|
+
|
36
|
+
1.1108.0 (2025-05-28)
|
37
|
+
------------------
|
38
|
+
|
39
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
40
|
+
|
41
|
+
1.1107.0 (2025-05-23)
|
42
|
+
------------------
|
43
|
+
|
44
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
45
|
+
|
46
|
+
|
47
|
+
1.1106.0 (2025-05-20)
|
48
|
+
------------------
|
49
|
+
|
50
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
51
|
+
|
4
52
|
1.1105.0 (2025-05-19)
|
5
53
|
------------------
|
6
54
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1114.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -392,6 +392,7 @@ module Aws
|
|
392
392
|
'ElasticsearchService' => 'es',
|
393
393
|
'EntityResolution' => 'entityresolution',
|
394
394
|
'EventBridge' => 'events',
|
395
|
+
'Evs' => 'evs',
|
395
396
|
'FIS' => 'fis',
|
396
397
|
'FMS' => 'fms',
|
397
398
|
'FSx' => 'fsx',
|
@@ -543,7 +544,6 @@ module Aws
|
|
543
544
|
'Pipes' => 'pipes',
|
544
545
|
'Polly' => 'polly',
|
545
546
|
'Pricing' => 'api.pricing',
|
546
|
-
'PrivateNetworks' => 'private-networks',
|
547
547
|
'PrometheusService' => 'aps',
|
548
548
|
'Proton' => 'proton',
|
549
549
|
'QApps' => 'data.qapps',
|
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" : { },
|
@@ -746,6 +753,7 @@
|
|
746
753
|
"ap-northeast-2" : { },
|
747
754
|
"ap-northeast-3" : { },
|
748
755
|
"ap-south-1" : { },
|
756
|
+
"ap-south-2" : { },
|
749
757
|
"ap-southeast-1" : { },
|
750
758
|
"ap-southeast-2" : { },
|
751
759
|
"ca-central-1" : { },
|
@@ -990,6 +998,7 @@
|
|
990
998
|
"tags" : [ "dualstack" ]
|
991
999
|
} ]
|
992
1000
|
},
|
1001
|
+
"ap-east-2" : { },
|
993
1002
|
"ap-northeast-1" : {
|
994
1003
|
"credentialScope" : {
|
995
1004
|
"region" : "ap-northeast-1"
|
@@ -1922,6 +1931,7 @@
|
|
1922
1931
|
"endpoints" : {
|
1923
1932
|
"af-south-1" : { },
|
1924
1933
|
"ap-east-1" : { },
|
1934
|
+
"ap-east-2" : { },
|
1925
1935
|
"ap-northeast-1" : { },
|
1926
1936
|
"ap-northeast-2" : { },
|
1927
1937
|
"ap-northeast-3" : { },
|
@@ -2044,6 +2054,7 @@
|
|
2044
2054
|
"endpoints" : {
|
2045
2055
|
"af-south-1" : { },
|
2046
2056
|
"ap-east-1" : { },
|
2057
|
+
"ap-east-2" : { },
|
2047
2058
|
"ap-northeast-1" : { },
|
2048
2059
|
"ap-northeast-2" : { },
|
2049
2060
|
"ap-northeast-3" : { },
|
@@ -2080,6 +2091,7 @@
|
|
2080
2091
|
"endpoints" : {
|
2081
2092
|
"af-south-1" : { },
|
2082
2093
|
"ap-east-1" : { },
|
2094
|
+
"ap-east-2" : { },
|
2083
2095
|
"ap-northeast-1" : { },
|
2084
2096
|
"ap-northeast-2" : { },
|
2085
2097
|
"ap-northeast-3" : { },
|
@@ -2187,6 +2199,7 @@
|
|
2187
2199
|
"endpoints" : {
|
2188
2200
|
"af-south-1" : { },
|
2189
2201
|
"ap-east-1" : { },
|
2202
|
+
"ap-east-2" : { },
|
2190
2203
|
"ap-northeast-1" : { },
|
2191
2204
|
"ap-northeast-2" : { },
|
2192
2205
|
"ap-northeast-3" : { },
|
@@ -2992,6 +3005,8 @@
|
|
2992
3005
|
"protocols" : [ "https" ]
|
2993
3006
|
},
|
2994
3007
|
"endpoints" : {
|
3008
|
+
"af-south-1" : { },
|
3009
|
+
"ap-east-1" : { },
|
2995
3010
|
"ap-northeast-1" : {
|
2996
3011
|
"variants" : [ {
|
2997
3012
|
"tags" : [ "dualstack" ]
|
@@ -3017,17 +3032,21 @@
|
|
3017
3032
|
"tags" : [ "dualstack" ]
|
3018
3033
|
} ]
|
3019
3034
|
},
|
3035
|
+
"ap-southeast-5" : { },
|
3036
|
+
"ap-southeast-7" : { },
|
3020
3037
|
"ca-central-1" : { },
|
3021
3038
|
"eu-central-1" : {
|
3022
3039
|
"variants" : [ {
|
3023
3040
|
"tags" : [ "dualstack" ]
|
3024
3041
|
} ]
|
3025
3042
|
},
|
3043
|
+
"eu-central-2" : { },
|
3026
3044
|
"eu-north-1" : {
|
3027
3045
|
"variants" : [ {
|
3028
3046
|
"tags" : [ "dualstack" ]
|
3029
3047
|
} ]
|
3030
3048
|
},
|
3049
|
+
"eu-south-1" : { },
|
3031
3050
|
"eu-west-1" : {
|
3032
3051
|
"variants" : [ {
|
3033
3052
|
"tags" : [ "dualstack" ]
|
@@ -3043,6 +3062,7 @@
|
|
3043
3062
|
"tags" : [ "dualstack" ]
|
3044
3063
|
} ]
|
3045
3064
|
},
|
3065
|
+
"me-central-1" : { },
|
3046
3066
|
"sa-east-1" : {
|
3047
3067
|
"variants" : [ {
|
3048
3068
|
"tags" : [ "dualstack" ]
|
@@ -3090,6 +3110,7 @@
|
|
3090
3110
|
"endpoints" : {
|
3091
3111
|
"af-south-1" : { },
|
3092
3112
|
"ap-east-1" : { },
|
3113
|
+
"ap-east-2" : { },
|
3093
3114
|
"ap-northeast-1" : { },
|
3094
3115
|
"ap-northeast-2" : { },
|
3095
3116
|
"ap-northeast-3" : { },
|
@@ -3457,6 +3478,7 @@
|
|
3457
3478
|
"endpoints" : {
|
3458
3479
|
"af-south-1" : { },
|
3459
3480
|
"ap-east-1" : { },
|
3481
|
+
"ap-east-2" : { },
|
3460
3482
|
"ap-northeast-1" : { },
|
3461
3483
|
"ap-northeast-2" : { },
|
3462
3484
|
"ap-northeast-3" : { },
|
@@ -3594,6 +3616,7 @@
|
|
3594
3616
|
"endpoints" : {
|
3595
3617
|
"af-south-1" : { },
|
3596
3618
|
"ap-east-1" : { },
|
3619
|
+
"ap-east-2" : { },
|
3597
3620
|
"ap-northeast-1" : { },
|
3598
3621
|
"ap-northeast-2" : { },
|
3599
3622
|
"ap-northeast-3" : { },
|
@@ -3661,6 +3684,7 @@
|
|
3661
3684
|
"endpoints" : {
|
3662
3685
|
"af-south-1" : { },
|
3663
3686
|
"ap-east-1" : { },
|
3687
|
+
"ap-east-2" : { },
|
3664
3688
|
"ap-northeast-1" : { },
|
3665
3689
|
"ap-northeast-2" : { },
|
3666
3690
|
"ap-northeast-3" : { },
|
@@ -4520,6 +4544,7 @@
|
|
4520
4544
|
"tags" : [ "dualstack" ]
|
4521
4545
|
} ]
|
4522
4546
|
},
|
4547
|
+
"ap-east-2" : { },
|
4523
4548
|
"ap-northeast-1" : {
|
4524
4549
|
"variants" : [ {
|
4525
4550
|
"hostname" : "cloudcontrolapi.ap-northeast-1.api.aws",
|
@@ -4797,6 +4822,7 @@
|
|
4797
4822
|
"endpoints" : {
|
4798
4823
|
"af-south-1" : { },
|
4799
4824
|
"ap-east-1" : { },
|
4825
|
+
"ap-east-2" : { },
|
4800
4826
|
"ap-northeast-1" : { },
|
4801
4827
|
"ap-northeast-2" : { },
|
4802
4828
|
"ap-northeast-3" : { },
|
@@ -5078,6 +5104,7 @@
|
|
5078
5104
|
"endpoints" : {
|
5079
5105
|
"af-south-1" : { },
|
5080
5106
|
"ap-east-1" : { },
|
5107
|
+
"ap-east-2" : { },
|
5081
5108
|
"ap-northeast-1" : { },
|
5082
5109
|
"ap-northeast-2" : { },
|
5083
5110
|
"ap-northeast-3" : { },
|
@@ -5391,6 +5418,7 @@
|
|
5391
5418
|
"endpoints" : {
|
5392
5419
|
"af-south-1" : { },
|
5393
5420
|
"ap-east-1" : { },
|
5421
|
+
"ap-east-2" : { },
|
5394
5422
|
"ap-northeast-1" : { },
|
5395
5423
|
"ap-northeast-2" : { },
|
5396
5424
|
"ap-northeast-3" : { },
|
@@ -6474,6 +6502,7 @@
|
|
6474
6502
|
"endpoints" : {
|
6475
6503
|
"af-south-1" : { },
|
6476
6504
|
"ap-east-1" : { },
|
6505
|
+
"ap-east-2" : { },
|
6477
6506
|
"ap-northeast-1" : { },
|
6478
6507
|
"ap-northeast-2" : { },
|
6479
6508
|
"ap-northeast-3" : { },
|
@@ -7157,6 +7186,7 @@
|
|
7157
7186
|
"tags" : [ "dualstack" ]
|
7158
7187
|
} ]
|
7159
7188
|
},
|
7189
|
+
"ap-east-2" : { },
|
7160
7190
|
"ap-northeast-1" : {
|
7161
7191
|
"variants" : [ {
|
7162
7192
|
"hostname" : "datasync.ap-northeast-1.api.aws",
|
@@ -7427,6 +7457,7 @@
|
|
7427
7457
|
} ]
|
7428
7458
|
},
|
7429
7459
|
"endpoints" : {
|
7460
|
+
"ap-east-2" : { },
|
7430
7461
|
"ap-northeast-1" : {
|
7431
7462
|
"hostname" : "datazone.ap-northeast-1.api.aws"
|
7432
7463
|
},
|
@@ -7640,6 +7671,7 @@
|
|
7640
7671
|
"endpoints" : {
|
7641
7672
|
"af-south-1" : { },
|
7642
7673
|
"ap-east-1" : { },
|
7674
|
+
"ap-east-2" : { },
|
7643
7675
|
"ap-northeast-1" : { },
|
7644
7676
|
"ap-northeast-2" : { },
|
7645
7677
|
"ap-northeast-3" : { },
|
@@ -7769,6 +7801,7 @@
|
|
7769
7801
|
"tags" : [ "dualstack" ]
|
7770
7802
|
} ]
|
7771
7803
|
},
|
7804
|
+
"ap-east-2" : { },
|
7772
7805
|
"ap-northeast-1" : {
|
7773
7806
|
"variants" : [ {
|
7774
7807
|
"hostname" : "dlm.ap-northeast-1.api.aws",
|
@@ -7973,6 +8006,7 @@
|
|
7973
8006
|
"endpoints" : {
|
7974
8007
|
"af-south-1" : { },
|
7975
8008
|
"ap-east-1" : { },
|
8009
|
+
"ap-east-2" : { },
|
7976
8010
|
"ap-northeast-1" : { },
|
7977
8011
|
"ap-northeast-2" : { },
|
7978
8012
|
"ap-northeast-3" : { },
|
@@ -8353,6 +8387,7 @@
|
|
8353
8387
|
"endpoints" : {
|
8354
8388
|
"af-south-1" : { },
|
8355
8389
|
"ap-east-1" : { },
|
8390
|
+
"ap-east-2" : { },
|
8356
8391
|
"ap-northeast-1" : { },
|
8357
8392
|
"ap-northeast-2" : { },
|
8358
8393
|
"ap-northeast-3" : { },
|
@@ -8468,6 +8503,7 @@
|
|
8468
8503
|
"endpoints" : {
|
8469
8504
|
"af-south-1" : { },
|
8470
8505
|
"ap-east-1" : { },
|
8506
|
+
"ap-east-2" : { },
|
8471
8507
|
"ap-northeast-1" : { },
|
8472
8508
|
"ap-northeast-2" : { },
|
8473
8509
|
"ap-northeast-3" : { },
|
@@ -8589,6 +8625,7 @@
|
|
8589
8625
|
"tags" : [ "dualstack" ]
|
8590
8626
|
} ]
|
8591
8627
|
},
|
8628
|
+
"ap-east-2" : { },
|
8592
8629
|
"ap-northeast-1" : {
|
8593
8630
|
"variants" : [ {
|
8594
8631
|
"hostname" : "ec2.ap-northeast-1.api.aws",
|
@@ -8777,6 +8814,7 @@
|
|
8777
8814
|
"endpoints" : {
|
8778
8815
|
"af-south-1" : { },
|
8779
8816
|
"ap-east-1" : { },
|
8817
|
+
"ap-east-2" : { },
|
8780
8818
|
"ap-northeast-1" : { },
|
8781
8819
|
"ap-northeast-2" : { },
|
8782
8820
|
"ap-northeast-3" : { },
|
@@ -8878,6 +8916,7 @@
|
|
8878
8916
|
"endpoints" : {
|
8879
8917
|
"af-south-1" : { },
|
8880
8918
|
"ap-east-1" : { },
|
8919
|
+
"ap-east-2" : { },
|
8881
8920
|
"ap-northeast-1" : { },
|
8882
8921
|
"ap-northeast-2" : { },
|
8883
8922
|
"ap-northeast-3" : { },
|
@@ -8974,6 +9013,7 @@
|
|
8974
9013
|
"ap-east-1" : {
|
8975
9014
|
"hostname" : "eks-auth.ap-east-1.api.aws"
|
8976
9015
|
},
|
9016
|
+
"ap-east-2" : { },
|
8977
9017
|
"ap-northeast-1" : {
|
8978
9018
|
"hostname" : "eks-auth.ap-northeast-1.api.aws"
|
8979
9019
|
},
|
@@ -9070,6 +9110,7 @@
|
|
9070
9110
|
"endpoints" : {
|
9071
9111
|
"af-south-1" : { },
|
9072
9112
|
"ap-east-1" : { },
|
9113
|
+
"ap-east-2" : { },
|
9073
9114
|
"ap-northeast-1" : { },
|
9074
9115
|
"ap-northeast-2" : { },
|
9075
9116
|
"ap-northeast-3" : { },
|
@@ -9365,6 +9406,7 @@
|
|
9365
9406
|
"tags" : [ "fips" ]
|
9366
9407
|
} ]
|
9367
9408
|
},
|
9409
|
+
"ap-east-2" : { },
|
9368
9410
|
"ap-northeast-1" : {
|
9369
9411
|
"variants" : [ {
|
9370
9412
|
"hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com",
|
@@ -9778,6 +9820,7 @@
|
|
9778
9820
|
"endpoints" : {
|
9779
9821
|
"af-south-1" : { },
|
9780
9822
|
"ap-east-1" : { },
|
9823
|
+
"ap-east-2" : { },
|
9781
9824
|
"ap-northeast-1" : { },
|
9782
9825
|
"ap-northeast-2" : { },
|
9783
9826
|
"ap-northeast-3" : { },
|
@@ -9866,6 +9909,7 @@
|
|
9866
9909
|
"endpoints" : {
|
9867
9910
|
"af-south-1" : { },
|
9868
9911
|
"ap-east-1" : { },
|
9912
|
+
"ap-east-2" : { },
|
9869
9913
|
"ap-northeast-1" : { },
|
9870
9914
|
"ap-northeast-2" : { },
|
9871
9915
|
"ap-northeast-3" : { },
|
@@ -10283,6 +10327,7 @@
|
|
10283
10327
|
"tags" : [ "dualstack" ]
|
10284
10328
|
} ]
|
10285
10329
|
},
|
10330
|
+
"ap-east-2" : { },
|
10286
10331
|
"ap-northeast-1" : {
|
10287
10332
|
"variants" : [ {
|
10288
10333
|
"hostname" : "aos.ap-northeast-1.api.aws",
|
@@ -10526,6 +10571,7 @@
|
|
10526
10571
|
"tags" : [ "dualstack" ]
|
10527
10572
|
} ]
|
10528
10573
|
},
|
10574
|
+
"ap-east-2" : { },
|
10529
10575
|
"ap-northeast-1" : {
|
10530
10576
|
"variants" : [ {
|
10531
10577
|
"hostname" : "events.ap-northeast-1.api.aws",
|
@@ -10828,6 +10874,7 @@
|
|
10828
10874
|
"tags" : [ "dualstack" ]
|
10829
10875
|
} ]
|
10830
10876
|
},
|
10877
|
+
"ap-east-2" : { },
|
10831
10878
|
"ap-northeast-1" : {
|
10832
10879
|
"variants" : [ {
|
10833
10880
|
"hostname" : "firehose.ap-northeast-1.api.aws",
|
@@ -11697,6 +11744,7 @@
|
|
11697
11744
|
"ap-east-1" : {
|
11698
11745
|
"hostname" : "gameliftstreams.ap-east-1.api.aws"
|
11699
11746
|
},
|
11747
|
+
"ap-east-2" : { },
|
11700
11748
|
"ap-northeast-1" : {
|
11701
11749
|
"hostname" : "gameliftstreams.ap-northeast-1.api.aws"
|
11702
11750
|
},
|
@@ -12530,6 +12578,7 @@
|
|
12530
12578
|
"endpoints" : {
|
12531
12579
|
"ap-south-1" : { },
|
12532
12580
|
"ap-southeast-2" : { },
|
12581
|
+
"eu-west-1" : { },
|
12533
12582
|
"eu-west-2" : { },
|
12534
12583
|
"us-east-1" : { },
|
12535
12584
|
"us-east-2" : { },
|
@@ -12872,6 +12921,7 @@
|
|
12872
12921
|
"tags" : [ "dualstack" ]
|
12873
12922
|
} ]
|
12874
12923
|
},
|
12924
|
+
"ap-east-2" : { },
|
12875
12925
|
"ap-northeast-1" : {
|
12876
12926
|
"hostname" : "internetmonitor.ap-northeast-1.api.aws",
|
12877
12927
|
"variants" : [ {
|
@@ -13985,6 +14035,7 @@
|
|
13985
14035
|
"ap-east-1" : {
|
13986
14036
|
"hostname" : "kendra-ranking.ap-east-1.api.aws"
|
13987
14037
|
},
|
14038
|
+
"ap-east-2" : { },
|
13988
14039
|
"ap-northeast-1" : {
|
13989
14040
|
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
|
13990
14041
|
},
|
@@ -14091,6 +14142,7 @@
|
|
14091
14142
|
"endpoints" : {
|
14092
14143
|
"af-south-1" : { },
|
14093
14144
|
"ap-east-1" : { },
|
14145
|
+
"ap-east-2" : { },
|
14094
14146
|
"ap-northeast-1" : { },
|
14095
14147
|
"ap-northeast-2" : { },
|
14096
14148
|
"ap-northeast-3" : { },
|
@@ -14334,6 +14386,7 @@
|
|
14334
14386
|
"deprecated" : true,
|
14335
14387
|
"hostname" : "kms-fips.ap-east-1.amazonaws.com"
|
14336
14388
|
},
|
14389
|
+
"ap-east-2" : { },
|
14337
14390
|
"ap-northeast-1" : {
|
14338
14391
|
"variants" : [ {
|
14339
14392
|
"hostname" : "kms-fips.ap-northeast-1.amazonaws.com",
|
@@ -14988,6 +15041,7 @@
|
|
14988
15041
|
"tags" : [ "dualstack" ]
|
14989
15042
|
} ]
|
14990
15043
|
},
|
15044
|
+
"ap-east-2" : { },
|
14991
15045
|
"ap-northeast-1" : {
|
14992
15046
|
"variants" : [ {
|
14993
15047
|
"hostname" : "lambda.ap-northeast-1.api.aws",
|
@@ -15494,6 +15548,7 @@
|
|
15494
15548
|
"tags" : [ "dualstack" ]
|
15495
15549
|
} ]
|
15496
15550
|
},
|
15551
|
+
"ap-east-2" : { },
|
15497
15552
|
"ap-northeast-1" : {
|
15498
15553
|
"variants" : [ {
|
15499
15554
|
"hostname" : "logs.ap-northeast-1.api.aws",
|
@@ -16761,6 +16816,7 @@
|
|
16761
16816
|
"endpoints" : {
|
16762
16817
|
"af-south-1" : { },
|
16763
16818
|
"ap-east-1" : { },
|
16819
|
+
"ap-east-2" : { },
|
16764
16820
|
"ap-northeast-1" : { },
|
16765
16821
|
"ap-northeast-2" : { },
|
16766
16822
|
"ap-northeast-3" : { },
|
@@ -17050,6 +17106,7 @@
|
|
17050
17106
|
"endpoints" : {
|
17051
17107
|
"af-south-1" : { },
|
17052
17108
|
"ap-east-1" : { },
|
17109
|
+
"ap-east-2" : { },
|
17053
17110
|
"ap-northeast-1" : { },
|
17054
17111
|
"ap-northeast-2" : { },
|
17055
17112
|
"ap-northeast-3" : { },
|
@@ -17476,6 +17533,7 @@
|
|
17476
17533
|
"ap-east-1" : {
|
17477
17534
|
"hostname" : "notifications.ap-east-1.api.aws"
|
17478
17535
|
},
|
17536
|
+
"ap-east-2" : { },
|
17479
17537
|
"ap-northeast-1" : {
|
17480
17538
|
"hostname" : "notifications.ap-northeast-1.api.aws"
|
17481
17539
|
},
|
@@ -17584,6 +17642,7 @@
|
|
17584
17642
|
"endpoints" : {
|
17585
17643
|
"af-south-1" : { },
|
17586
17644
|
"ap-east-1" : { },
|
17645
|
+
"ap-east-2" : { },
|
17587
17646
|
"ap-northeast-1" : { },
|
17588
17647
|
"ap-northeast-2" : { },
|
17589
17648
|
"ap-northeast-3" : { },
|
@@ -18085,6 +18144,7 @@
|
|
18085
18144
|
"tags" : [ "dualstack" ]
|
18086
18145
|
} ]
|
18087
18146
|
},
|
18147
|
+
"ap-east-2" : { },
|
18088
18148
|
"ap-northeast-1" : {
|
18089
18149
|
"protocols" : [ "https" ],
|
18090
18150
|
"variants" : [ {
|
@@ -18875,13 +18935,6 @@
|
|
18875
18935
|
}
|
18876
18936
|
}
|
18877
18937
|
},
|
18878
|
-
"private-networks" : {
|
18879
|
-
"endpoints" : {
|
18880
|
-
"us-east-1" : { },
|
18881
|
-
"us-east-2" : { },
|
18882
|
-
"us-west-2" : { }
|
18883
|
-
}
|
18884
|
-
},
|
18885
18938
|
"profile" : {
|
18886
18939
|
"endpoints" : {
|
18887
18940
|
"af-south-1" : { },
|
@@ -18963,6 +19016,7 @@
|
|
18963
19016
|
"ap-east-1" : {
|
18964
19017
|
"hostname" : "qbusiness.ap-east-1.api.aws"
|
18965
19018
|
},
|
19019
|
+
"ap-east-2" : { },
|
18966
19020
|
"ap-northeast-1" : {
|
18967
19021
|
"hostname" : "qbusiness.ap-northeast-1.api.aws"
|
18968
19022
|
},
|
@@ -19166,6 +19220,7 @@
|
|
19166
19220
|
"tags" : [ "dualstack" ]
|
19167
19221
|
} ]
|
19168
19222
|
},
|
19223
|
+
"ap-east-2" : { },
|
19169
19224
|
"ap-northeast-1" : {
|
19170
19225
|
"variants" : [ {
|
19171
19226
|
"tags" : [ "dualstack" ]
|
@@ -19410,6 +19465,7 @@
|
|
19410
19465
|
"tags" : [ "dualstack" ]
|
19411
19466
|
} ]
|
19412
19467
|
},
|
19468
|
+
"ap-east-2" : { },
|
19413
19469
|
"ap-northeast-1" : {
|
19414
19470
|
"variants" : [ {
|
19415
19471
|
"hostname" : "rbin.ap-northeast-1.api.aws",
|
@@ -19664,6 +19720,7 @@
|
|
19664
19720
|
"endpoints" : {
|
19665
19721
|
"af-south-1" : { },
|
19666
19722
|
"ap-east-1" : { },
|
19723
|
+
"ap-east-2" : { },
|
19667
19724
|
"ap-northeast-1" : { },
|
19668
19725
|
"ap-northeast-2" : { },
|
19669
19726
|
"ap-northeast-3" : { },
|
@@ -19941,6 +19998,7 @@
|
|
19941
19998
|
"endpoints" : {
|
19942
19999
|
"af-south-1" : { },
|
19943
20000
|
"ap-east-1" : { },
|
20001
|
+
"ap-east-2" : { },
|
19944
20002
|
"ap-northeast-1" : { },
|
19945
20003
|
"ap-northeast-2" : { },
|
19946
20004
|
"ap-northeast-3" : { },
|
@@ -20632,6 +20690,7 @@
|
|
20632
20690
|
"endpoints" : {
|
20633
20691
|
"af-south-1" : { },
|
20634
20692
|
"ap-east-1" : { },
|
20693
|
+
"ap-east-2" : { },
|
20635
20694
|
"ap-northeast-1" : { },
|
20636
20695
|
"ap-northeast-2" : { },
|
20637
20696
|
"ap-northeast-3" : { },
|
@@ -20727,6 +20786,7 @@
|
|
20727
20786
|
"endpoints" : {
|
20728
20787
|
"af-south-1" : { },
|
20729
20788
|
"ap-east-1" : { },
|
20789
|
+
"ap-east-2" : { },
|
20730
20790
|
"ap-northeast-1" : { },
|
20731
20791
|
"ap-northeast-2" : { },
|
20732
20792
|
"ap-northeast-3" : { },
|
@@ -20913,6 +20973,8 @@
|
|
20913
20973
|
"tags" : [ "dualstack" ]
|
20914
20974
|
} ]
|
20915
20975
|
},
|
20976
|
+
"ap-southeast-5" : { },
|
20977
|
+
"ap-southeast-7" : { },
|
20916
20978
|
"ca-central-1" : {
|
20917
20979
|
"variants" : [ {
|
20918
20980
|
"hostname" : "route53profiles-fips.ca-central-1.api.aws",
|
@@ -20997,6 +21059,7 @@
|
|
20997
21059
|
"tags" : [ "dualstack" ]
|
20998
21060
|
} ]
|
20999
21061
|
},
|
21062
|
+
"mx-central-1" : { },
|
21000
21063
|
"sa-east-1" : {
|
21001
21064
|
"variants" : [ {
|
21002
21065
|
"hostname" : "route53profiles.sa-east-1.api.aws",
|
@@ -21058,6 +21121,7 @@
|
|
21058
21121
|
"tags" : [ "dualstack" ]
|
21059
21122
|
} ]
|
21060
21123
|
},
|
21124
|
+
"ap-east-2" : { },
|
21061
21125
|
"ap-northeast-1" : {
|
21062
21126
|
"variants" : [ {
|
21063
21127
|
"hostname" : "route53resolver.ap-northeast-1.api.aws",
|
@@ -21527,6 +21591,7 @@
|
|
21527
21591
|
"tags" : [ "dualstack" ]
|
21528
21592
|
} ]
|
21529
21593
|
},
|
21594
|
+
"ap-east-2" : { },
|
21530
21595
|
"ap-northeast-1" : {
|
21531
21596
|
"hostname" : "s3.ap-northeast-1.amazonaws.com",
|
21532
21597
|
"signatureVersions" : [ "s3", "s3v4" ],
|
@@ -22424,6 +22489,7 @@
|
|
22424
22489
|
"ap-southeast-3" : { },
|
22425
22490
|
"ap-southeast-4" : { },
|
22426
22491
|
"ca-central-1" : { },
|
22492
|
+
"ca-west-1" : { },
|
22427
22493
|
"eu-central-1" : { },
|
22428
22494
|
"eu-central-2" : { },
|
22429
22495
|
"eu-north-1" : { },
|
@@ -22501,6 +22567,7 @@
|
|
22501
22567
|
"tags" : [ "dualstack" ]
|
22502
22568
|
} ]
|
22503
22569
|
},
|
22570
|
+
"ap-east-2" : { },
|
22504
22571
|
"ap-northeast-1" : {
|
22505
22572
|
"variants" : [ {
|
22506
22573
|
"tags" : [ "dualstack" ]
|
@@ -23315,6 +23382,7 @@
|
|
23315
23382
|
"tags" : [ "dualstack" ]
|
23316
23383
|
} ]
|
23317
23384
|
},
|
23385
|
+
"ap-east-2" : { },
|
23318
23386
|
"ap-northeast-1" : {
|
23319
23387
|
"variants" : [ {
|
23320
23388
|
"hostname" : "servicediscovery.ap-northeast-1.api.aws",
|
@@ -23582,6 +23650,7 @@
|
|
23582
23650
|
"endpoints" : {
|
23583
23651
|
"af-south-1" : { },
|
23584
23652
|
"ap-east-1" : { },
|
23653
|
+
"ap-east-2" : { },
|
23585
23654
|
"ap-northeast-1" : { },
|
23586
23655
|
"ap-northeast-2" : { },
|
23587
23656
|
"ap-northeast-3" : { },
|
@@ -24646,6 +24715,7 @@
|
|
24646
24715
|
"tags" : [ "dualstack" ]
|
24647
24716
|
} ]
|
24648
24717
|
},
|
24718
|
+
"ap-east-2" : { },
|
24649
24719
|
"ap-northeast-1" : {
|
24650
24720
|
"variants" : [ {
|
24651
24721
|
"hostname" : "sns.ap-northeast-1.api.aws",
|
@@ -24896,6 +24966,7 @@
|
|
24896
24966
|
"tags" : [ "dualstack" ]
|
24897
24967
|
} ]
|
24898
24968
|
},
|
24969
|
+
"ap-east-2" : { },
|
24899
24970
|
"ap-northeast-1" : {
|
24900
24971
|
"variants" : [ {
|
24901
24972
|
"hostname" : "sqs.ap-northeast-1.api.aws",
|
@@ -25143,6 +25214,7 @@
|
|
25143
25214
|
"endpoints" : {
|
25144
25215
|
"af-south-1" : { },
|
25145
25216
|
"ap-east-1" : { },
|
25217
|
+
"ap-east-2" : { },
|
25146
25218
|
"ap-northeast-1" : { },
|
25147
25219
|
"ap-northeast-2" : { },
|
25148
25220
|
"ap-northeast-3" : { },
|
@@ -25835,6 +25907,7 @@
|
|
25835
25907
|
"endpoints" : {
|
25836
25908
|
"af-south-1" : { },
|
25837
25909
|
"ap-east-1" : { },
|
25910
|
+
"ap-east-2" : { },
|
25838
25911
|
"ap-northeast-1" : { },
|
25839
25912
|
"ap-northeast-2" : { },
|
25840
25913
|
"ap-northeast-3" : { },
|
@@ -26057,6 +26130,7 @@
|
|
26057
26130
|
"endpoints" : {
|
26058
26131
|
"af-south-1" : { },
|
26059
26132
|
"ap-east-1" : { },
|
26133
|
+
"ap-east-2" : { },
|
26060
26134
|
"ap-northeast-1" : { },
|
26061
26135
|
"ap-northeast-2" : { },
|
26062
26136
|
"ap-northeast-3" : { },
|
@@ -26100,6 +26174,7 @@
|
|
26100
26174
|
"endpoints" : {
|
26101
26175
|
"af-south-1" : { },
|
26102
26176
|
"ap-east-1" : { },
|
26177
|
+
"ap-east-2" : { },
|
26103
26178
|
"ap-northeast-1" : { },
|
26104
26179
|
"ap-northeast-2" : { },
|
26105
26180
|
"ap-northeast-3" : { },
|
@@ -26209,6 +26284,7 @@
|
|
26209
26284
|
"endpoints" : {
|
26210
26285
|
"af-south-1" : { },
|
26211
26286
|
"ap-east-1" : { },
|
26287
|
+
"ap-east-2" : { },
|
26212
26288
|
"ap-northeast-1" : { },
|
26213
26289
|
"ap-northeast-2" : { },
|
26214
26290
|
"ap-northeast-3" : { },
|
@@ -26327,6 +26403,7 @@
|
|
26327
26403
|
"tags" : [ "dualstack" ]
|
26328
26404
|
} ]
|
26329
26405
|
},
|
26406
|
+
"ap-east-2" : { },
|
26330
26407
|
"ap-northeast-1" : {
|
26331
26408
|
"variants" : [ {
|
26332
26409
|
"hostname" : "synthetics.ap-northeast-1.api.aws",
|
@@ -26591,6 +26668,7 @@
|
|
26591
26668
|
"endpoints" : {
|
26592
26669
|
"af-south-1" : { },
|
26593
26670
|
"ap-east-1" : { },
|
26671
|
+
"ap-east-2" : { },
|
26594
26672
|
"ap-northeast-1" : { },
|
26595
26673
|
"ap-northeast-2" : { },
|
26596
26674
|
"ap-northeast-3" : { },
|
@@ -28924,6 +29002,7 @@
|
|
28924
29002
|
"endpoints" : {
|
28925
29003
|
"af-south-1" : { },
|
28926
29004
|
"ap-east-1" : { },
|
29005
|
+
"ap-east-2" : { },
|
28927
29006
|
"ap-northeast-1" : { },
|
28928
29007
|
"ap-northeast-2" : { },
|
28929
29008
|
"ap-northeast-3" : { },
|
@@ -30438,6 +30517,12 @@
|
|
30438
30517
|
},
|
30439
30518
|
"isRegionalized" : true
|
30440
30519
|
},
|
30520
|
+
"scheduler" : {
|
30521
|
+
"endpoints" : {
|
30522
|
+
"cn-north-1" : { },
|
30523
|
+
"cn-northwest-1" : { }
|
30524
|
+
}
|
30525
|
+
},
|
30441
30526
|
"schemas" : {
|
30442
30527
|
"endpoints" : {
|
30443
30528
|
"cn-north-1" : { },
|
@@ -37792,6 +37877,11 @@
|
|
37792
37877
|
"us-isob-east-1" : { }
|
37793
37878
|
}
|
37794
37879
|
},
|
37880
|
+
"athena" : {
|
37881
|
+
"endpoints" : {
|
37882
|
+
"us-isob-east-1" : { }
|
37883
|
+
}
|
37884
|
+
},
|
37795
37885
|
"autoscaling" : {
|
37796
37886
|
"defaults" : {
|
37797
37887
|
"protocols" : [ "http", "https" ]
|
@@ -38139,6 +38229,11 @@
|
|
38139
38229
|
}
|
38140
38230
|
}
|
38141
38231
|
},
|
38232
|
+
"lakeformation" : {
|
38233
|
+
"endpoints" : {
|
38234
|
+
"us-isob-east-1" : { }
|
38235
|
+
}
|
38236
|
+
},
|
38142
38237
|
"lambda" : {
|
38143
38238
|
"endpoints" : {
|
38144
38239
|
"us-isob-east-1" : { }
|
@@ -38885,6 +38980,11 @@
|
|
38885
38980
|
}
|
38886
38981
|
}
|
38887
38982
|
},
|
38983
|
+
"license-manager" : {
|
38984
|
+
"endpoints" : {
|
38985
|
+
"eu-isoe-west-1" : { }
|
38986
|
+
}
|
38987
|
+
},
|
38888
38988
|
"logs" : {
|
38889
38989
|
"endpoints" : {
|
38890
38990
|
"eu-isoe-west-1" : { }
|
@@ -38966,6 +39066,11 @@
|
|
38966
39066
|
"isRegionalized" : false,
|
38967
39067
|
"partitionEndpoint" : "aws-iso-e-global"
|
38968
39068
|
},
|
39069
|
+
"route53profiles" : {
|
39070
|
+
"endpoints" : {
|
39071
|
+
"eu-isoe-west-1" : { }
|
39072
|
+
}
|
39073
|
+
},
|
38969
39074
|
"route53resolver" : {
|
38970
39075
|
"endpoints" : {
|
38971
39076
|
"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.1114.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
|
- - ">="
|