aws-partitions 1.394.0 → 1.395.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/partitions.json +7 -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: 5ec4857ee74aef6f146ea4b56240be8c2a48908064119ef5f95c163119dc7076
|
4
|
+
data.tar.gz: 715b416ecc9dcb4ac783cde1ff5aa11a8e1e9642abeaaea7b00a54614dd19cfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9909a106ad40ebef46d34df407bf6b69400f91429e674198c60bfcad80ad16b95a3bdb969f82c9bf8f3e7895980542f68cc22f25ae8a8ccee948c3f90a82944
|
7
|
+
data.tar.gz: f00f972faa9da6abdab29101e28330a6bdd78b9829491fd2d4b214648cf94bbf627b1df9e73103b6ce9f6787f35454770736d0aa35ab8e1b2fce2fabe18cb276
|
data/partitions.json
CHANGED
@@ -676,6 +676,7 @@
|
|
676
676
|
},
|
677
677
|
"athena" : {
|
678
678
|
"endpoints" : {
|
679
|
+
"af-south-1" : { },
|
679
680
|
"ap-east-1" : { },
|
680
681
|
"ap-northeast-1" : { },
|
681
682
|
"ap-northeast-2" : { },
|
@@ -856,7 +857,7 @@
|
|
856
857
|
"credentialScope" : {
|
857
858
|
"region" : "us-east-1"
|
858
859
|
},
|
859
|
-
"hostname" : "
|
860
|
+
"hostname" : "chime.us-east-1.amazonaws.com",
|
860
861
|
"protocols" : [ "https" ]
|
861
862
|
}
|
862
863
|
},
|
@@ -9248,6 +9249,11 @@
|
|
9248
9249
|
"us-isob-east-1" : { }
|
9249
9250
|
}
|
9250
9251
|
},
|
9252
|
+
"es" : {
|
9253
|
+
"endpoints" : {
|
9254
|
+
"us-isob-east-1" : { }
|
9255
|
+
}
|
9256
|
+
},
|
9251
9257
|
"events" : {
|
9252
9258
|
"endpoints" : {
|
9253
9259
|
"us-isob-east-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.395.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: 2020-11-
|
11
|
+
date: 2020-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|