aws-partitions 1.333.0 → 1.334.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +18 -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: 8a850355d96c71e4f249b567aca355b24e3dd0cd880d90e2aec2f8ec5fa21aed
|
|
4
|
+
data.tar.gz: ab592209701898c27a9d12104f3aeb65b87d4f8c9fd9fb6a1d1e575b1d87b002
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d955d0332e524a73bcf7e0d86a9897edcddae15d75a0a9f13e609a3bc1fc7032d4cdbe154dd1e0c97ebb91ce0921ebf9a712a053e35cd5d9cf768f57fa9daf1
|
|
7
|
+
data.tar.gz: 0e0a89a93fb0d8265310f03430e5ea25e5065c56586692c2863fa1bedd749e99463eb62ce56f51792d50c5b4b0a089ba1100ee736f3bd26a3a7ec13af531b68a
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -6397,6 +6397,24 @@
|
|
|
6397
6397
|
}
|
|
6398
6398
|
}
|
|
6399
6399
|
},
|
|
6400
|
+
"organizations" : {
|
|
6401
|
+
"endpoints" : {
|
|
6402
|
+
"aws-cn-global" : {
|
|
6403
|
+
"credentialScope" : {
|
|
6404
|
+
"region" : "cn-northwest-1"
|
|
6405
|
+
},
|
|
6406
|
+
"hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
|
|
6407
|
+
},
|
|
6408
|
+
"fips-aws-cn-global" : {
|
|
6409
|
+
"credentialScope" : {
|
|
6410
|
+
"region" : "cn-northwest-1"
|
|
6411
|
+
},
|
|
6412
|
+
"hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
|
|
6413
|
+
}
|
|
6414
|
+
},
|
|
6415
|
+
"isRegionalized" : false,
|
|
6416
|
+
"partitionEndpoint" : "aws-cn-global"
|
|
6417
|
+
},
|
|
6400
6418
|
"polly" : {
|
|
6401
6419
|
"endpoints" : {
|
|
6402
6420
|
"cn-northwest-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.334.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-06-
|
|
11
|
+
date: 2020-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|