aws-partitions 1.777.0 → 1.778.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: 710a1524ac02058b91b7f69ec1ad244f3d97eeb677a6dc66f5a869529b85cabf
|
|
4
|
+
data.tar.gz: cb17caded73e78dcff5fcb86d3a0274cc5928fb53752d09f787d61b02e795637
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e559d72e47969be9f4c8da635218b2615dcb014196d9cde3f8a3d42b90e330ed7bc33f81ea58513ce43d7017b5f890627e94c883a7384530fcb77651ca4177ee
|
|
7
|
+
data.tar.gz: 82b39facd07cc67c4bc757f7c8fa2953bc77270ecc274d998a9a24b1fad1161ac52619338e0ef8857025576f266978db6cbadc7e54d3ef377286036d90f971a8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.778.0
|
data/partitions.json
CHANGED
|
@@ -10485,6 +10485,7 @@
|
|
|
10485
10485
|
"eu-south-2" : { },
|
|
10486
10486
|
"eu-west-1" : { },
|
|
10487
10487
|
"eu-west-2" : { },
|
|
10488
|
+
"eu-west-3" : { },
|
|
10488
10489
|
"me-central-1" : { },
|
|
10489
10490
|
"me-south-1" : { },
|
|
10490
10491
|
"sa-east-1" : { },
|
|
@@ -23414,6 +23415,12 @@
|
|
|
23414
23415
|
"us-iso-west-1" : { }
|
|
23415
23416
|
}
|
|
23416
23417
|
},
|
|
23418
|
+
"dlm" : {
|
|
23419
|
+
"endpoints" : {
|
|
23420
|
+
"us-iso-east-1" : { },
|
|
23421
|
+
"us-iso-west-1" : { }
|
|
23422
|
+
}
|
|
23423
|
+
},
|
|
23417
23424
|
"dms" : {
|
|
23418
23425
|
"defaults" : {
|
|
23419
23426
|
"variants" : [ {
|
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.778.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-06-
|
|
11
|
+
date: 2023-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|