aws-partitions 1.732.0 → 1.733.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +12 -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: 8f942de8cabcbbb4421b21ae749c419e81aba4701b3e2fbd99ed56a22ec49b4f
|
4
|
+
data.tar.gz: 7348ab14793664e65593877dba9d8e19a77ed91446a6b37ff10edb011b6a1cf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d66a827fd53fc856bfb30a7da19dba0d142e735b18d2bb81f71a029807de7e3767c185c3cd4585466e784f93be5646de548344f5dacaec386832f7779f2486e0
|
7
|
+
data.tar.gz: 2b46a2af35e3e0e6ea58f4bc6ed2f087ea6b1c6115d9a74b8dec4ccd928a03f6aeb3b4868d1c5241abf4fd0ac6b96bbd67287db71de8d81113832f03f1dc187a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.733.0
|
data/partitions.json
CHANGED
@@ -1365,15 +1365,21 @@
|
|
1365
1365
|
"ap-northeast-2" : { },
|
1366
1366
|
"ap-northeast-3" : { },
|
1367
1367
|
"ap-south-1" : { },
|
1368
|
+
"ap-south-2" : { },
|
1368
1369
|
"ap-southeast-1" : { },
|
1369
1370
|
"ap-southeast-2" : { },
|
1371
|
+
"ap-southeast-3" : { },
|
1372
|
+
"ap-southeast-4" : { },
|
1370
1373
|
"ca-central-1" : { },
|
1371
1374
|
"eu-central-1" : { },
|
1375
|
+
"eu-central-2" : { },
|
1372
1376
|
"eu-north-1" : { },
|
1373
1377
|
"eu-south-1" : { },
|
1378
|
+
"eu-south-2" : { },
|
1374
1379
|
"eu-west-1" : { },
|
1375
1380
|
"eu-west-2" : { },
|
1376
1381
|
"eu-west-3" : { },
|
1382
|
+
"me-central-1" : { },
|
1377
1383
|
"me-south-1" : { },
|
1378
1384
|
"sa-east-1" : { },
|
1379
1385
|
"us-east-1" : { },
|
@@ -13455,13 +13461,16 @@
|
|
13455
13461
|
"ap-northeast-2" : { },
|
13456
13462
|
"ap-northeast-3" : { },
|
13457
13463
|
"ap-south-1" : { },
|
13464
|
+
"ap-south-2" : { },
|
13458
13465
|
"ap-southeast-1" : { },
|
13459
13466
|
"ap-southeast-2" : { },
|
13460
13467
|
"ap-southeast-3" : { },
|
13461
13468
|
"ca-central-1" : { },
|
13462
13469
|
"eu-central-1" : { },
|
13470
|
+
"eu-central-2" : { },
|
13463
13471
|
"eu-north-1" : { },
|
13464
13472
|
"eu-south-1" : { },
|
13473
|
+
"eu-south-2" : { },
|
13465
13474
|
"eu-west-1" : { },
|
13466
13475
|
"eu-west-2" : { },
|
13467
13476
|
"eu-west-3" : { },
|
@@ -13525,9 +13534,12 @@
|
|
13525
13534
|
"securitylake" : {
|
13526
13535
|
"endpoints" : {
|
13527
13536
|
"ap-northeast-1" : { },
|
13537
|
+
"ap-southeast-1" : { },
|
13528
13538
|
"ap-southeast-2" : { },
|
13529
13539
|
"eu-central-1" : { },
|
13530
13540
|
"eu-west-1" : { },
|
13541
|
+
"eu-west-2" : { },
|
13542
|
+
"sa-east-1" : { },
|
13531
13543
|
"us-east-1" : { },
|
13532
13544
|
"us-east-2" : { },
|
13533
13545
|
"us-west-2" : { }
|
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.733.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-03-
|
11
|
+
date: 2023-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|