aws-partitions 1.79.0 → 1.80.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 +17 -0
- 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: 77ba98fe3b58f35bdbfe87759a1eac6e53b8073f
|
|
4
|
+
data.tar.gz: f931687d2b6be4eebd0d5f797a31801f25b8587b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eda0e985e5f9bc5e264d326647ffa5a53c05d710ff7aad50b7ee79e7a0830d3d5d11b16aa1ca3321f5ca84da5056ac04df793317010f14940f19fa07c3b7e65f
|
|
7
|
+
data.tar.gz: 61312add52ac29aaec5f264d1468cfcb9fd8f60e582a28ade0dd15e27faa13d5a2ae5d3de19efe444a8b6aed459006d89dbd2e9e94351900d9b25310a595923d
|
data/partitions.json
CHANGED
|
@@ -81,6 +81,14 @@
|
|
|
81
81
|
"us-west-2" : { }
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"acm-pca" : {
|
|
85
|
+
"defaults" : {
|
|
86
|
+
"protocols" : [ "https" ]
|
|
87
|
+
},
|
|
88
|
+
"endpoints" : {
|
|
89
|
+
"us-east-1" : { }
|
|
90
|
+
}
|
|
91
|
+
},
|
|
84
92
|
"api.pricing" : {
|
|
85
93
|
"defaults" : {
|
|
86
94
|
"credentialScope" : {
|
|
@@ -929,6 +937,15 @@
|
|
|
929
937
|
"us-west-2" : { }
|
|
930
938
|
}
|
|
931
939
|
},
|
|
940
|
+
"fms" : {
|
|
941
|
+
"defaults" : {
|
|
942
|
+
"protocols" : [ "https" ]
|
|
943
|
+
},
|
|
944
|
+
"endpoints" : {
|
|
945
|
+
"us-east-1" : { },
|
|
946
|
+
"us-west-2" : { }
|
|
947
|
+
}
|
|
948
|
+
},
|
|
932
949
|
"gamelift" : {
|
|
933
950
|
"endpoints" : {
|
|
934
951
|
"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.80.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-04-
|
|
11
|
+
date: 2018-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|