aws-partitions 1.951.0 → 1.952.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 +4 -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: 511e749a00535efc0e80a953de17057b04e468541f0ab5ac72e0e130dc297624
|
|
4
|
+
data.tar.gz: 98f3c1d5d201fa4e233c402c45d38babe9663fcec328ddc9ec3ccb1dd60cc80b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cd0ffc0f27706cd333b683a3e37aa024585eff33cb76efd94c77a3175d174213de5241205731f35f72ea503ab75c6690a902fbdf7b6797dd7f55e751c3f8343
|
|
7
|
+
data.tar.gz: c5fdc8fcf376f3fd46fa796f02f3fdbf3a751ed6e2eeec7a76b632d8b511a35fdf097ec00935d91529f21ffe70e5a8dd8605b9e138f7050bf5bfa0b3a95a6c88
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.952.0
|
data/partitions.json
CHANGED
|
@@ -3923,6 +3923,7 @@
|
|
|
3923
3923
|
"ap-southeast-3" : { },
|
|
3924
3924
|
"ap-southeast-4" : { },
|
|
3925
3925
|
"ca-central-1" : { },
|
|
3926
|
+
"ca-west-1" : { },
|
|
3926
3927
|
"eu-central-1" : { },
|
|
3927
3928
|
"eu-central-2" : { },
|
|
3928
3929
|
"eu-north-1" : { },
|
|
@@ -3992,6 +3993,7 @@
|
|
|
3992
3993
|
"cognito-idp" : {
|
|
3993
3994
|
"endpoints" : {
|
|
3994
3995
|
"af-south-1" : { },
|
|
3996
|
+
"ap-east-1" : { },
|
|
3995
3997
|
"ap-northeast-1" : { },
|
|
3996
3998
|
"ap-northeast-2" : { },
|
|
3997
3999
|
"ap-northeast-3" : { },
|
|
@@ -4002,6 +4004,7 @@
|
|
|
4002
4004
|
"ap-southeast-3" : { },
|
|
4003
4005
|
"ap-southeast-4" : { },
|
|
4004
4006
|
"ca-central-1" : { },
|
|
4007
|
+
"ca-west-1" : { },
|
|
4005
4008
|
"eu-central-1" : { },
|
|
4006
4009
|
"eu-central-2" : { },
|
|
4007
4010
|
"eu-north-1" : { },
|
|
@@ -17739,6 +17742,7 @@
|
|
|
17739
17742
|
"tags" : [ "fips" ]
|
|
17740
17743
|
} ]
|
|
17741
17744
|
},
|
|
17745
|
+
"ca-west-1" : { },
|
|
17742
17746
|
"eu-central-1" : { },
|
|
17743
17747
|
"eu-central-2" : { },
|
|
17744
17748
|
"eu-north-1" : { },
|
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.952.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-07-
|
|
11
|
+
date: 2024-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|