aws-partitions 1.99.0 → 1.100.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 +24 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef1bd3a5e7f0f3fb25df2ab396923f14955c8739
|
|
4
|
+
data.tar.gz: da53fbc5d4f774753b28cf5df11c6ce654b16f6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8b8e858d59e38d8377c40d3035252ad3d2696a5749bf125c19f3a5ae4af169cd3d04f5c07858d8b4e30ebfda3fe036a41d39b64d78ed8aeda457a0923aad6a3
|
|
7
|
+
data.tar.gz: 27c39b354c016bdf302e4d993521ed15a187b8724af28f3f58c6d4f22ae2a4c5903a692978b9ae16591f6875180ae927e5ed14a1fe6c9ff5aac3002082ca5984
|
data/partitions.json
CHANGED
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
},
|
|
883
883
|
"elasticmapreduce" : {
|
|
884
884
|
"defaults" : {
|
|
885
|
-
"protocols" : [ "
|
|
885
|
+
"protocols" : [ "https" ],
|
|
886
886
|
"sslCommonName" : "{region}.{service}.{dnsSuffix}"
|
|
887
887
|
},
|
|
888
888
|
"endpoints" : {
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
},
|
|
2341
2341
|
"elasticmapreduce" : {
|
|
2342
2342
|
"defaults" : {
|
|
2343
|
-
"protocols" : [ "
|
|
2343
|
+
"protocols" : [ "https" ]
|
|
2344
2344
|
},
|
|
2345
2345
|
"endpoints" : {
|
|
2346
2346
|
"cn-north-1" : { },
|
|
@@ -2578,6 +2578,17 @@
|
|
|
2578
2578
|
"us-gov-west-1" : { }
|
|
2579
2579
|
}
|
|
2580
2580
|
},
|
|
2581
|
+
"data.iot" : {
|
|
2582
|
+
"defaults" : {
|
|
2583
|
+
"credentialScope" : {
|
|
2584
|
+
"service" : "iotdata"
|
|
2585
|
+
},
|
|
2586
|
+
"protocols" : [ "https" ]
|
|
2587
|
+
},
|
|
2588
|
+
"endpoints" : {
|
|
2589
|
+
"us-gov-west-1" : { }
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2581
2592
|
"directconnect" : {
|
|
2582
2593
|
"endpoints" : {
|
|
2583
2594
|
"us-gov-west-1" : { }
|
|
@@ -2640,7 +2651,7 @@
|
|
|
2640
2651
|
"elasticmapreduce" : {
|
|
2641
2652
|
"endpoints" : {
|
|
2642
2653
|
"us-gov-west-1" : {
|
|
2643
|
-
"protocols" : [ "
|
|
2654
|
+
"protocols" : [ "https" ]
|
|
2644
2655
|
}
|
|
2645
2656
|
}
|
|
2646
2657
|
},
|
|
@@ -2678,6 +2689,16 @@
|
|
|
2678
2689
|
"us-gov-west-1" : { }
|
|
2679
2690
|
}
|
|
2680
2691
|
},
|
|
2692
|
+
"iot" : {
|
|
2693
|
+
"defaults" : {
|
|
2694
|
+
"credentialScope" : {
|
|
2695
|
+
"service" : "execute-api"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
"endpoints" : {
|
|
2699
|
+
"us-gov-west-1" : { }
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2681
2702
|
"kinesis" : {
|
|
2682
2703
|
"endpoints" : {
|
|
2683
2704
|
"us-gov-west-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.100.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: 2018-08-
|
|
11
|
+
date: 2018-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|