aws-partitions 1.742.0 → 1.746.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 +20 -0
- data/VERSION +1 -1
- data/partitions.json +33 -1
- 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: 3e41497c82bb596d3893c6b18579e47f69a867559c6fc29fd490d9295e0973c9
|
|
4
|
+
data.tar.gz: f2bdc454e200fbef17f59da8c827702811653ab3b88a0699b89bc5ea5b3777b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 110742569d3f60a61b1d17987839cfc573608c9ec152689f23133b8d22b6b25cbc76976328dce57681950612be7925f5648a56b36aa3ac4b04439977f4965234
|
|
7
|
+
data.tar.gz: e7e8d8fc8e025f6b0ed837f8332ab5afc8bc31248cc1931f52f444f1770dee3b20a9c2e5bdb95b83f729912e332e55ea47bdb5452e7ecf7fdbd27ee3ab5f5fda
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.746.0 (2023-04-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.745.0 (2023-04-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.744.0 (2023-04-10)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.743.0 (2023-04-06)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
4
24
|
1.742.0 (2023-04-05)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.746.0
|
data/partitions.json
CHANGED
|
@@ -450,6 +450,7 @@
|
|
|
450
450
|
"ca-central-1" : { },
|
|
451
451
|
"eu-central-1" : { },
|
|
452
452
|
"eu-north-1" : { },
|
|
453
|
+
"eu-south-1" : { },
|
|
453
454
|
"eu-west-1" : { },
|
|
454
455
|
"eu-west-2" : { },
|
|
455
456
|
"eu-west-3" : { },
|
|
@@ -471,6 +472,7 @@
|
|
|
471
472
|
"ca-central-1" : { },
|
|
472
473
|
"eu-central-1" : { },
|
|
473
474
|
"eu-north-1" : { },
|
|
475
|
+
"eu-south-1" : { },
|
|
474
476
|
"eu-west-1" : { },
|
|
475
477
|
"eu-west-2" : { },
|
|
476
478
|
"eu-west-3" : { },
|
|
@@ -1069,6 +1071,7 @@
|
|
|
1069
1071
|
"ap-northeast-2" : { },
|
|
1070
1072
|
"ap-northeast-3" : { },
|
|
1071
1073
|
"ap-south-1" : { },
|
|
1074
|
+
"ap-south-2" : { },
|
|
1072
1075
|
"ap-southeast-1" : { },
|
|
1073
1076
|
"ap-southeast-2" : { },
|
|
1074
1077
|
"ap-southeast-3" : { },
|
|
@@ -1784,16 +1787,20 @@
|
|
|
1784
1787
|
"ap-northeast-2" : { },
|
|
1785
1788
|
"ap-northeast-3" : { },
|
|
1786
1789
|
"ap-south-1" : { },
|
|
1790
|
+
"ap-south-2" : { },
|
|
1787
1791
|
"ap-southeast-1" : { },
|
|
1788
1792
|
"ap-southeast-2" : { },
|
|
1789
1793
|
"ap-southeast-3" : { },
|
|
1790
1794
|
"ca-central-1" : { },
|
|
1791
1795
|
"eu-central-1" : { },
|
|
1796
|
+
"eu-central-2" : { },
|
|
1792
1797
|
"eu-north-1" : { },
|
|
1793
1798
|
"eu-south-1" : { },
|
|
1799
|
+
"eu-south-2" : { },
|
|
1794
1800
|
"eu-west-1" : { },
|
|
1795
1801
|
"eu-west-2" : { },
|
|
1796
1802
|
"eu-west-3" : { },
|
|
1803
|
+
"me-central-1" : { },
|
|
1797
1804
|
"me-south-1" : { },
|
|
1798
1805
|
"sa-east-1" : { },
|
|
1799
1806
|
"us-east-1" : { },
|
|
@@ -1828,11 +1835,13 @@
|
|
|
1828
1835
|
"ap-southeast-1" : { },
|
|
1829
1836
|
"ap-southeast-2" : { },
|
|
1830
1837
|
"ap-southeast-3" : { },
|
|
1838
|
+
"ca-central-1" : { },
|
|
1831
1839
|
"eu-central-1" : { },
|
|
1832
1840
|
"eu-north-1" : { },
|
|
1833
1841
|
"eu-west-1" : { },
|
|
1834
1842
|
"eu-west-2" : { },
|
|
1835
1843
|
"eu-west-3" : { },
|
|
1844
|
+
"me-south-1" : { },
|
|
1836
1845
|
"sa-east-1" : { },
|
|
1837
1846
|
"us-east-1" : { },
|
|
1838
1847
|
"us-east-2" : { },
|
|
@@ -6470,6 +6479,7 @@
|
|
|
6470
6479
|
"tags" : [ "fips" ]
|
|
6471
6480
|
} ]
|
|
6472
6481
|
},
|
|
6482
|
+
"ap-south-2" : { },
|
|
6473
6483
|
"ap-southeast-1" : {
|
|
6474
6484
|
"variants" : [ {
|
|
6475
6485
|
"hostname" : "fms-fips.ap-southeast-1.amazonaws.com",
|
|
@@ -6495,6 +6505,7 @@
|
|
|
6495
6505
|
"tags" : [ "fips" ]
|
|
6496
6506
|
} ]
|
|
6497
6507
|
},
|
|
6508
|
+
"eu-central-2" : { },
|
|
6498
6509
|
"eu-north-1" : { },
|
|
6499
6510
|
"eu-south-1" : {
|
|
6500
6511
|
"variants" : [ {
|
|
@@ -6502,6 +6513,7 @@
|
|
|
6502
6513
|
"tags" : [ "fips" ]
|
|
6503
6514
|
} ]
|
|
6504
6515
|
},
|
|
6516
|
+
"eu-south-2" : { },
|
|
6505
6517
|
"eu-west-1" : {
|
|
6506
6518
|
"variants" : [ {
|
|
6507
6519
|
"hostname" : "fms-fips.eu-west-1.amazonaws.com",
|
|
@@ -7124,8 +7136,10 @@
|
|
|
7124
7136
|
"ap-southeast-3" : { },
|
|
7125
7137
|
"ca-central-1" : { },
|
|
7126
7138
|
"eu-central-1" : { },
|
|
7139
|
+
"eu-central-2" : { },
|
|
7127
7140
|
"eu-north-1" : { },
|
|
7128
7141
|
"eu-south-1" : { },
|
|
7142
|
+
"eu-south-2" : { },
|
|
7129
7143
|
"eu-west-1" : { },
|
|
7130
7144
|
"eu-west-2" : { },
|
|
7131
7145
|
"eu-west-3" : { },
|
|
@@ -8671,13 +8685,16 @@
|
|
|
8671
8685
|
"ap-northeast-2" : { },
|
|
8672
8686
|
"ap-northeast-3" : { },
|
|
8673
8687
|
"ap-south-1" : { },
|
|
8688
|
+
"ap-south-2" : { },
|
|
8674
8689
|
"ap-southeast-1" : { },
|
|
8675
8690
|
"ap-southeast-2" : { },
|
|
8676
8691
|
"ap-southeast-3" : { },
|
|
8677
8692
|
"ca-central-1" : { },
|
|
8678
8693
|
"eu-central-1" : { },
|
|
8694
|
+
"eu-central-2" : { },
|
|
8679
8695
|
"eu-north-1" : { },
|
|
8680
8696
|
"eu-south-1" : { },
|
|
8697
|
+
"eu-south-2" : { },
|
|
8681
8698
|
"eu-west-1" : { },
|
|
8682
8699
|
"eu-west-2" : { },
|
|
8683
8700
|
"eu-west-3" : { },
|
|
@@ -9429,15 +9446,23 @@
|
|
|
9429
9446
|
},
|
|
9430
9447
|
"license-manager-linux-subscriptions" : {
|
|
9431
9448
|
"endpoints" : {
|
|
9449
|
+
"af-south-1" : { },
|
|
9450
|
+
"ap-east-1" : { },
|
|
9432
9451
|
"ap-northeast-1" : { },
|
|
9433
9452
|
"ap-northeast-2" : { },
|
|
9434
9453
|
"ap-northeast-3" : { },
|
|
9435
9454
|
"ap-south-1" : { },
|
|
9455
|
+
"ap-south-2" : { },
|
|
9436
9456
|
"ap-southeast-1" : { },
|
|
9437
9457
|
"ap-southeast-2" : { },
|
|
9458
|
+
"ap-southeast-3" : { },
|
|
9459
|
+
"ap-southeast-4" : { },
|
|
9438
9460
|
"ca-central-1" : { },
|
|
9439
9461
|
"eu-central-1" : { },
|
|
9462
|
+
"eu-central-2" : { },
|
|
9440
9463
|
"eu-north-1" : { },
|
|
9464
|
+
"eu-south-1" : { },
|
|
9465
|
+
"eu-south-2" : { },
|
|
9441
9466
|
"eu-west-1" : { },
|
|
9442
9467
|
"eu-west-2" : { },
|
|
9443
9468
|
"eu-west-3" : { },
|
|
@@ -9469,6 +9494,8 @@
|
|
|
9469
9494
|
"deprecated" : true,
|
|
9470
9495
|
"hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
|
|
9471
9496
|
},
|
|
9497
|
+
"me-central-1" : { },
|
|
9498
|
+
"me-south-1" : { },
|
|
9472
9499
|
"sa-east-1" : { },
|
|
9473
9500
|
"us-east-1" : {
|
|
9474
9501
|
"variants" : [ {
|
|
@@ -11325,6 +11352,7 @@
|
|
|
11325
11352
|
"ap-east-1" : { },
|
|
11326
11353
|
"ap-northeast-1" : { },
|
|
11327
11354
|
"ap-northeast-2" : { },
|
|
11355
|
+
"ap-northeast-3" : { },
|
|
11328
11356
|
"ap-south-1" : { },
|
|
11329
11357
|
"ap-southeast-1" : { },
|
|
11330
11358
|
"ap-southeast-2" : { },
|
|
@@ -12620,6 +12648,7 @@
|
|
|
12620
12648
|
"eu-central-2" : { },
|
|
12621
12649
|
"eu-north-1" : { },
|
|
12622
12650
|
"eu-south-1" : { },
|
|
12651
|
+
"eu-south-2" : { },
|
|
12623
12652
|
"eu-west-1" : { },
|
|
12624
12653
|
"eu-west-2" : { },
|
|
12625
12654
|
"eu-west-3" : { },
|
|
@@ -17508,7 +17537,10 @@
|
|
|
17508
17537
|
"protocols" : [ "https" ]
|
|
17509
17538
|
},
|
|
17510
17539
|
"endpoints" : {
|
|
17511
|
-
"cn-north-1" : {
|
|
17540
|
+
"cn-north-1" : {
|
|
17541
|
+
"hostname" : "data.ats.iot.cn-north-1.amazonaws.com.cn",
|
|
17542
|
+
"protocols" : [ "https" ]
|
|
17543
|
+
},
|
|
17512
17544
|
"cn-northwest-1" : { }
|
|
17513
17545
|
}
|
|
17514
17546
|
},
|
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.746.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: 2023-04-
|
|
11
|
+
date: 2023-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|