aws-partitions 1.567.0 → 1.568.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +13 -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: 45fb7ef4573704ac5d5cd709ddc2ad14aedb6335c02a8a787849983326fd03ef
|
|
4
|
+
data.tar.gz: f8d8e1df301b553171758065e2be2176865cf8b402b0b8e20a31f45bb6763923
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 701ca7826427b3e33066d29d58b2e1944d176e2f3455ed310faf1db3c6d46c6c9de775fcbf799b2495ba99b798947c38d109a5899e0e69801a47151911b7f37e
|
|
7
|
+
data.tar.gz: 772a3637fca79eb1659b82f4b0b706f90c3a978b638a6bfd6aa144604b9ec2ecab0cb41f6bf92e651f141698277772885b93e812f3306c709e7c13b31d804361
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.568.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -1634,6 +1634,18 @@
|
|
|
1634
1634
|
}
|
|
1635
1635
|
}
|
|
1636
1636
|
},
|
|
1637
|
+
"billingconductor" : {
|
|
1638
|
+
"endpoints" : {
|
|
1639
|
+
"aws-global" : {
|
|
1640
|
+
"credentialScope" : {
|
|
1641
|
+
"region" : "us-east-1"
|
|
1642
|
+
},
|
|
1643
|
+
"hostname" : "billingconductor.us-east-1.amazonaws.com"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
"isRegionalized" : false,
|
|
1647
|
+
"partitionEndpoint" : "aws-global"
|
|
1648
|
+
},
|
|
1637
1649
|
"braket" : {
|
|
1638
1650
|
"endpoints" : {
|
|
1639
1651
|
"eu-west-2" : { },
|
|
@@ -12863,6 +12875,7 @@
|
|
|
12863
12875
|
"ap-south-1" : { },
|
|
12864
12876
|
"ap-southeast-1" : { },
|
|
12865
12877
|
"ap-southeast-2" : { },
|
|
12878
|
+
"ap-southeast-3" : { },
|
|
12866
12879
|
"ca-central-1" : { },
|
|
12867
12880
|
"eu-central-1" : { },
|
|
12868
12881
|
"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.568.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-03-
|
|
11
|
+
date: 2022-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|