aws-partitions 1.742.0 → 1.743.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +7 -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: '08c34e9c620580ba4f94a6b1eddd1c8b35457d82e28577c21ae86ea5d73b7a24'
|
|
4
|
+
data.tar.gz: 9e78ed1ed93e147074ede3e1796d44a0d033112b63d0cc2d5b8f0a1f5923723b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 298aee7b7ec4d358936d1e54581f7d0fb36fdd6a6a8a986c6cb26df61c280c904cf5229efe2911c9f668382ca7aa2b22a5b51cc9dfbf7a0e239b6a6542fab19c
|
|
7
|
+
data.tar.gz: ec660d6cdc27b1ac7b2c655b52698fd671d93bf314106f56997af490f6ea1cc283320ee6caa8818dd9caf4e847df5c7aa44e121938aa5b4c70b9ba08c1a73a2d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.743.0
|
data/partitions.json
CHANGED
|
@@ -1069,6 +1069,7 @@
|
|
|
1069
1069
|
"ap-northeast-2" : { },
|
|
1070
1070
|
"ap-northeast-3" : { },
|
|
1071
1071
|
"ap-south-1" : { },
|
|
1072
|
+
"ap-south-2" : { },
|
|
1072
1073
|
"ap-southeast-1" : { },
|
|
1073
1074
|
"ap-southeast-2" : { },
|
|
1074
1075
|
"ap-southeast-3" : { },
|
|
@@ -7124,8 +7125,10 @@
|
|
|
7124
7125
|
"ap-southeast-3" : { },
|
|
7125
7126
|
"ca-central-1" : { },
|
|
7126
7127
|
"eu-central-1" : { },
|
|
7128
|
+
"eu-central-2" : { },
|
|
7127
7129
|
"eu-north-1" : { },
|
|
7128
7130
|
"eu-south-1" : { },
|
|
7131
|
+
"eu-south-2" : { },
|
|
7129
7132
|
"eu-west-1" : { },
|
|
7130
7133
|
"eu-west-2" : { },
|
|
7131
7134
|
"eu-west-3" : { },
|
|
@@ -8671,13 +8674,16 @@
|
|
|
8671
8674
|
"ap-northeast-2" : { },
|
|
8672
8675
|
"ap-northeast-3" : { },
|
|
8673
8676
|
"ap-south-1" : { },
|
|
8677
|
+
"ap-south-2" : { },
|
|
8674
8678
|
"ap-southeast-1" : { },
|
|
8675
8679
|
"ap-southeast-2" : { },
|
|
8676
8680
|
"ap-southeast-3" : { },
|
|
8677
8681
|
"ca-central-1" : { },
|
|
8678
8682
|
"eu-central-1" : { },
|
|
8683
|
+
"eu-central-2" : { },
|
|
8679
8684
|
"eu-north-1" : { },
|
|
8680
8685
|
"eu-south-1" : { },
|
|
8686
|
+
"eu-south-2" : { },
|
|
8681
8687
|
"eu-west-1" : { },
|
|
8682
8688
|
"eu-west-2" : { },
|
|
8683
8689
|
"eu-west-3" : { },
|
|
@@ -11325,6 +11331,7 @@
|
|
|
11325
11331
|
"ap-east-1" : { },
|
|
11326
11332
|
"ap-northeast-1" : { },
|
|
11327
11333
|
"ap-northeast-2" : { },
|
|
11334
|
+
"ap-northeast-3" : { },
|
|
11328
11335
|
"ap-south-1" : { },
|
|
11329
11336
|
"ap-southeast-1" : { },
|
|
11330
11337
|
"ap-southeast-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.743.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-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|