aws-partitions 1.532.0 → 1.533.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 +17 -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: 449f3be91d0c0323cd7659372bafd1a35e5a45b85f3bacee96aa0f5926a080a4
|
|
4
|
+
data.tar.gz: dcefdec0d3947193d21f12ba188274b3fe64c73ff40411135930ceb91bbd5a99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f46fdaf2afef6ae2a56f692c1f50cfdf3c7670463f09eae6586ae6140d5204bde1f16b455000808196b14334043ec6588a7223807363d783c46c50e478c51135
|
|
7
|
+
data.tar.gz: bd50ab9f60149fccaf6c8be3c42c048ef16e18813c937b5da109272db9b37ec2b5f63522e9d30f65eb5bec02a590ebb8b795e66e09eaf24a25f883ff01575082
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.533.0
|
data/partitions.json
CHANGED
|
@@ -3258,6 +3258,19 @@
|
|
|
3258
3258
|
}
|
|
3259
3259
|
}
|
|
3260
3260
|
},
|
|
3261
|
+
"drs" : {
|
|
3262
|
+
"endpoints" : {
|
|
3263
|
+
"ap-northeast-1" : { },
|
|
3264
|
+
"ap-southeast-1" : { },
|
|
3265
|
+
"ap-southeast-2" : { },
|
|
3266
|
+
"eu-central-1" : { },
|
|
3267
|
+
"eu-west-1" : { },
|
|
3268
|
+
"eu-west-2" : { },
|
|
3269
|
+
"us-east-1" : { },
|
|
3270
|
+
"us-east-2" : { },
|
|
3271
|
+
"us-west-2" : { }
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3261
3274
|
"ds" : {
|
|
3262
3275
|
"endpoints" : {
|
|
3263
3276
|
"af-south-1" : { },
|
|
@@ -7409,6 +7422,7 @@
|
|
|
7409
7422
|
},
|
|
7410
7423
|
"mgn" : {
|
|
7411
7424
|
"endpoints" : {
|
|
7425
|
+
"af-south-1" : { },
|
|
7412
7426
|
"ap-east-1" : { },
|
|
7413
7427
|
"ap-northeast-1" : { },
|
|
7414
7428
|
"ap-northeast-2" : { },
|
|
@@ -7419,8 +7433,11 @@
|
|
|
7419
7433
|
"ca-central-1" : { },
|
|
7420
7434
|
"eu-central-1" : { },
|
|
7421
7435
|
"eu-north-1" : { },
|
|
7436
|
+
"eu-south-1" : { },
|
|
7422
7437
|
"eu-west-1" : { },
|
|
7423
7438
|
"eu-west-2" : { },
|
|
7439
|
+
"eu-west-3" : { },
|
|
7440
|
+
"me-south-1" : { },
|
|
7424
7441
|
"sa-east-1" : { },
|
|
7425
7442
|
"us-east-1" : { },
|
|
7426
7443
|
"us-east-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.533.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: 2021-11-
|
|
11
|
+
date: 2021-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|