aws-partitions 1.509.0 → 1.510.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 +9 -2
- 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: 8b6b025cfd781f84ff02b55462b50fa162bfc4ff97d0af55e13b56a3f504a6cf
|
|
4
|
+
data.tar.gz: 9c2316cf7ec4ccfb491f755121452bf499f4891b1bd2c49fab3ac8d565f97ef7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5daaefc50f9f233f365623616c7469117cee38eb2263b030c02b332b70e83982c19e6e194d03ce8ee143b69f9cd5d5bb39631451f0326edb2da8e841b888e42
|
|
7
|
+
data.tar.gz: bfbb03c1c6499e6e7fa9366236b0c47870719ee1d683e46247fd1e1dd2ed1baf46a13e2c11a17c71a221ed47f83451b36030e4ef77ae968cff6f600c58657ae8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.510.0
|
data/partitions.json
CHANGED
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
"us-west-2" : { }
|
|
1133
1133
|
}
|
|
1134
1134
|
},
|
|
1135
|
-
"
|
|
1135
|
+
"cloudcontrolapi" : {
|
|
1136
1136
|
"endpoints" : {
|
|
1137
1137
|
"af-south-1" : { },
|
|
1138
1138
|
"ap-east-1" : { },
|
|
@@ -3875,6 +3875,7 @@
|
|
|
3875
3875
|
"endpoints" : {
|
|
3876
3876
|
"ap-northeast-1" : { },
|
|
3877
3877
|
"ap-northeast-2" : { },
|
|
3878
|
+
"ap-south-1" : { },
|
|
3878
3879
|
"ap-southeast-1" : { },
|
|
3879
3880
|
"ap-southeast-2" : { },
|
|
3880
3881
|
"eu-central-1" : { },
|
|
@@ -3899,6 +3900,12 @@
|
|
|
3899
3900
|
},
|
|
3900
3901
|
"hostname" : "data.iotevents.ap-northeast-2.amazonaws.com"
|
|
3901
3902
|
},
|
|
3903
|
+
"ap-south-1" : {
|
|
3904
|
+
"credentialScope" : {
|
|
3905
|
+
"region" : "ap-south-1"
|
|
3906
|
+
},
|
|
3907
|
+
"hostname" : "data.iotevents.ap-south-1.amazonaws.com"
|
|
3908
|
+
},
|
|
3902
3909
|
"ap-southeast-1" : {
|
|
3903
3910
|
"credentialScope" : {
|
|
3904
3911
|
"region" : "ap-southeast-1"
|
|
@@ -9038,7 +9045,7 @@
|
|
|
9038
9045
|
"us-gov-west-1" : { }
|
|
9039
9046
|
}
|
|
9040
9047
|
},
|
|
9041
|
-
"
|
|
9048
|
+
"cloudcontrolapi" : {
|
|
9042
9049
|
"endpoints" : {
|
|
9043
9050
|
"fips-us-gov-east-1" : {
|
|
9044
9051
|
"credentialScope" : {
|
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.510.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: 2021-
|
|
11
|
+
date: 2021-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|