aws-partitions 1.743.0 → 1.745.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +22 -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: 34567291d21983d77cce729e8d3c9e1827a10557515da61463738fff4309902b
|
|
4
|
+
data.tar.gz: 439858edbfe20e5417cf3e42daa7a116cb6077ab73c370ae0de98e29849b85bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe1fa0541e08f380e89171145d08583ce8f8ed536b3fd4a55d5c2762d7ef7dbde87ddc293d25f1b1ed85a620d21e0bee97bc39a7aa4550230260a53bf0bdb02d
|
|
7
|
+
data.tar.gz: 3067fb168eebe23888a41eade4f9b1baaa124546d49987b6e74b4eab6fec2ad775d397498c794439a8bd5f793bfd2c1bc11d667e2907a0f831676074807e1ed2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.745.0 (2023-04-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.744.0 (2023-04-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.743.0 (2023-04-06)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.745.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" : { },
|
|
@@ -1829,11 +1831,13 @@
|
|
|
1829
1831
|
"ap-southeast-1" : { },
|
|
1830
1832
|
"ap-southeast-2" : { },
|
|
1831
1833
|
"ap-southeast-3" : { },
|
|
1834
|
+
"ca-central-1" : { },
|
|
1832
1835
|
"eu-central-1" : { },
|
|
1833
1836
|
"eu-north-1" : { },
|
|
1834
1837
|
"eu-west-1" : { },
|
|
1835
1838
|
"eu-west-2" : { },
|
|
1836
1839
|
"eu-west-3" : { },
|
|
1840
|
+
"me-south-1" : { },
|
|
1837
1841
|
"sa-east-1" : { },
|
|
1838
1842
|
"us-east-1" : { },
|
|
1839
1843
|
"us-east-2" : { },
|
|
@@ -6471,6 +6475,7 @@
|
|
|
6471
6475
|
"tags" : [ "fips" ]
|
|
6472
6476
|
} ]
|
|
6473
6477
|
},
|
|
6478
|
+
"ap-south-2" : { },
|
|
6474
6479
|
"ap-southeast-1" : {
|
|
6475
6480
|
"variants" : [ {
|
|
6476
6481
|
"hostname" : "fms-fips.ap-southeast-1.amazonaws.com",
|
|
@@ -6496,6 +6501,7 @@
|
|
|
6496
6501
|
"tags" : [ "fips" ]
|
|
6497
6502
|
} ]
|
|
6498
6503
|
},
|
|
6504
|
+
"eu-central-2" : { },
|
|
6499
6505
|
"eu-north-1" : { },
|
|
6500
6506
|
"eu-south-1" : {
|
|
6501
6507
|
"variants" : [ {
|
|
@@ -6503,6 +6509,7 @@
|
|
|
6503
6509
|
"tags" : [ "fips" ]
|
|
6504
6510
|
} ]
|
|
6505
6511
|
},
|
|
6512
|
+
"eu-south-2" : { },
|
|
6506
6513
|
"eu-west-1" : {
|
|
6507
6514
|
"variants" : [ {
|
|
6508
6515
|
"hostname" : "fms-fips.eu-west-1.amazonaws.com",
|
|
@@ -9435,15 +9442,23 @@
|
|
|
9435
9442
|
},
|
|
9436
9443
|
"license-manager-linux-subscriptions" : {
|
|
9437
9444
|
"endpoints" : {
|
|
9445
|
+
"af-south-1" : { },
|
|
9446
|
+
"ap-east-1" : { },
|
|
9438
9447
|
"ap-northeast-1" : { },
|
|
9439
9448
|
"ap-northeast-2" : { },
|
|
9440
9449
|
"ap-northeast-3" : { },
|
|
9441
9450
|
"ap-south-1" : { },
|
|
9451
|
+
"ap-south-2" : { },
|
|
9442
9452
|
"ap-southeast-1" : { },
|
|
9443
9453
|
"ap-southeast-2" : { },
|
|
9454
|
+
"ap-southeast-3" : { },
|
|
9455
|
+
"ap-southeast-4" : { },
|
|
9444
9456
|
"ca-central-1" : { },
|
|
9445
9457
|
"eu-central-1" : { },
|
|
9458
|
+
"eu-central-2" : { },
|
|
9446
9459
|
"eu-north-1" : { },
|
|
9460
|
+
"eu-south-1" : { },
|
|
9461
|
+
"eu-south-2" : { },
|
|
9447
9462
|
"eu-west-1" : { },
|
|
9448
9463
|
"eu-west-2" : { },
|
|
9449
9464
|
"eu-west-3" : { },
|
|
@@ -9475,6 +9490,8 @@
|
|
|
9475
9490
|
"deprecated" : true,
|
|
9476
9491
|
"hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
|
|
9477
9492
|
},
|
|
9493
|
+
"me-central-1" : { },
|
|
9494
|
+
"me-south-1" : { },
|
|
9478
9495
|
"sa-east-1" : { },
|
|
9479
9496
|
"us-east-1" : {
|
|
9480
9497
|
"variants" : [ {
|
|
@@ -12627,6 +12644,7 @@
|
|
|
12627
12644
|
"eu-central-2" : { },
|
|
12628
12645
|
"eu-north-1" : { },
|
|
12629
12646
|
"eu-south-1" : { },
|
|
12647
|
+
"eu-south-2" : { },
|
|
12630
12648
|
"eu-west-1" : { },
|
|
12631
12649
|
"eu-west-2" : { },
|
|
12632
12650
|
"eu-west-3" : { },
|
|
@@ -17515,7 +17533,10 @@
|
|
|
17515
17533
|
"protocols" : [ "https" ]
|
|
17516
17534
|
},
|
|
17517
17535
|
"endpoints" : {
|
|
17518
|
-
"cn-north-1" : {
|
|
17536
|
+
"cn-north-1" : {
|
|
17537
|
+
"hostname" : "data.ats.iot.cn-north-1.amazonaws.com.cn",
|
|
17538
|
+
"protocols" : [ "https" ]
|
|
17539
|
+
},
|
|
17519
17540
|
"cn-northwest-1" : { }
|
|
17520
17541
|
}
|
|
17521
17542
|
},
|
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.745.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-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|