aws-partitions 1.533.0 → 1.534.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 +34 -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: 6407cf34f1a51a3435ad8721d14d1f611b0816171ac279cecb7d6c379efdb4d0
|
|
4
|
+
data.tar.gz: f3aa1243b92cf0b4eb39db62f9599ddd4c962dd86f5186e10cd0f176f586f22c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fabb918b817c8838b7849be06593a66e860918e96ed6436cd3919a3436d7704cc65e292af484a1f3ecda6b4114bb978a5dbbb5a77f3178d5f6aaaea4f370fd88
|
|
7
|
+
data.tar.gz: ae38a70ca19c8ce6f1273b717c5e94ee3b13d95dd68f6985fdfefa0f93d2eba7275faef93e307241f450a0663dffa3bfdf29eb8dd16677265940dc166cd720c1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.534.0
|
data/partitions.json
CHANGED
|
@@ -831,6 +831,40 @@
|
|
|
831
831
|
}
|
|
832
832
|
}
|
|
833
833
|
},
|
|
834
|
+
"api.iotwireless" : {
|
|
835
|
+
"endpoints" : {
|
|
836
|
+
"ap-northeast-1" : {
|
|
837
|
+
"credentialScope" : {
|
|
838
|
+
"region" : "ap-northeast-1"
|
|
839
|
+
},
|
|
840
|
+
"hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
|
|
841
|
+
},
|
|
842
|
+
"ap-southeast-2" : {
|
|
843
|
+
"credentialScope" : {
|
|
844
|
+
"region" : "ap-southeast-2"
|
|
845
|
+
},
|
|
846
|
+
"hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
|
|
847
|
+
},
|
|
848
|
+
"eu-west-1" : {
|
|
849
|
+
"credentialScope" : {
|
|
850
|
+
"region" : "eu-west-1"
|
|
851
|
+
},
|
|
852
|
+
"hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
|
|
853
|
+
},
|
|
854
|
+
"us-east-1" : {
|
|
855
|
+
"credentialScope" : {
|
|
856
|
+
"region" : "us-east-1"
|
|
857
|
+
},
|
|
858
|
+
"hostname" : "api.iotwireless.us-east-1.amazonaws.com"
|
|
859
|
+
},
|
|
860
|
+
"us-west-2" : {
|
|
861
|
+
"credentialScope" : {
|
|
862
|
+
"region" : "us-west-2"
|
|
863
|
+
},
|
|
864
|
+
"hostname" : "api.iotwireless.us-west-2.amazonaws.com"
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
},
|
|
834
868
|
"api.mediatailor" : {
|
|
835
869
|
"endpoints" : {
|
|
836
870
|
"ap-northeast-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.534.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-
|
|
11
|
+
date: 2021-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|