aws-partitions 1.930.0 → 1.931.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 +5 -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: 22248d56dc81ee323b6c6ce3c3ceda247166a2362cdc3b9ca2375289b8ae01a7
|
4
|
+
data.tar.gz: 97c4b329778ce8aea2c38fb493aa96755ff21ff17c08b9710517f3bb70865efe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32f2684cc241b513d5a0611a50434924b887f9106d71d30b2801a91c72a6bcdd2e76accc86dde2c5a1ceb54f45096b35097fd3777b513d927018f5c8a9891eec
|
7
|
+
data.tar.gz: '083ce85e193e9e2e7249eb254a2aceca895a52f8b438c3cf3f3a9e304f4f7ee25736679a21b02597a21c161fcd60288d93ed5ad9590922895eb6e20f2305fc27'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.931.0
|
data/partitions.json
CHANGED
@@ -454,6 +454,8 @@
|
|
454
454
|
},
|
455
455
|
"airflow" : {
|
456
456
|
"endpoints" : {
|
457
|
+
"af-south-1" : { },
|
458
|
+
"ap-east-1" : { },
|
457
459
|
"ap-northeast-1" : { },
|
458
460
|
"ap-northeast-2" : { },
|
459
461
|
"ap-south-1" : { },
|
@@ -462,12 +464,15 @@
|
|
462
464
|
"ca-central-1" : { },
|
463
465
|
"eu-central-1" : { },
|
464
466
|
"eu-north-1" : { },
|
467
|
+
"eu-south-1" : { },
|
465
468
|
"eu-west-1" : { },
|
466
469
|
"eu-west-2" : { },
|
467
470
|
"eu-west-3" : { },
|
471
|
+
"me-south-1" : { },
|
468
472
|
"sa-east-1" : { },
|
469
473
|
"us-east-1" : { },
|
470
474
|
"us-east-2" : { },
|
475
|
+
"us-west-1" : { },
|
471
476
|
"us-west-2" : { }
|
472
477
|
}
|
473
478
|
},
|
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.931.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: 2024-05-
|
11
|
+
date: 2024-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|