aws-partitions 1.609.0 → 1.610.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 +3 -1
- 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: aaa85000add6e0df0badb0bde6e20338f2e2321170899eb05ebd9b3ca716956c
|
|
4
|
+
data.tar.gz: 1ee9358bba7d162280507b28070ecc2b9b708d2321b6f11f01002aa2c7aa4528
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e701041b2bdda5da6e88b14c29bb178cb28f93d34c42a0a34231ab0d02903a5a4f6c1bb683dd974e57c956912d73307b3b959f75b0b63a8bb11ce7462bb5f642
|
|
7
|
+
data.tar.gz: 45a185001d33db977ca2ddd89162a0b2b659796058c3e338af1971a66063b04b2fd46d27f412cc20e2e41e27e9d479bbe1692f3ce710edfc5d6860463973b198
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.610.0
|
data/partitions.json
CHANGED
|
@@ -9267,6 +9267,7 @@
|
|
|
9267
9267
|
"ap-south-1" : { },
|
|
9268
9268
|
"ap-southeast-1" : { },
|
|
9269
9269
|
"ap-southeast-2" : { },
|
|
9270
|
+
"ap-southeast-3" : { },
|
|
9270
9271
|
"ca-central-1" : { },
|
|
9271
9272
|
"eu-central-1" : { },
|
|
9272
9273
|
"eu-north-1" : { },
|
|
@@ -19490,7 +19491,8 @@
|
|
|
19490
19491
|
}
|
|
19491
19492
|
},
|
|
19492
19493
|
"endpoints" : {
|
|
19493
|
-
"us-iso-east-1" : { }
|
|
19494
|
+
"us-iso-east-1" : { },
|
|
19495
|
+
"us-iso-west-1" : { }
|
|
19494
19496
|
}
|
|
19495
19497
|
},
|
|
19496
19498
|
"sts" : {
|
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.610.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: 2022-07-
|
|
11
|
+
date: 2022-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|