aws-partitions 1.378.0 → 1.380.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 +26 -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: aa801eff8a4f5d7f9595f21cb40d4ca66f08048ba56f15cff19fd3fad538f2f4
|
4
|
+
data.tar.gz: a8bdc695dd55997e31f3ae2c1b9788467aec8be4a97d5882837c3df7aea83c0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 192ef3b64c9c8b2051da95b9e649851baa06823a5453615fcbb2dc276600f7aa21ab0ddeafe8b3b7e1c5bbba2bbcc8732b354655a2ee46eaa94ae4975e328f6e
|
7
|
+
data.tar.gz: beef2f43b4c18255c726d5e125601384ed16b498924bb997e4adc4f48982aa7a2ce34ff8a11e49c4cf19de10514883ce39fcdc39d346eb0262ccebcc2beaf1ff
|
data/partitions.json
CHANGED
@@ -3862,6 +3862,7 @@
|
|
3862
3862
|
"ca-central-1" : { },
|
3863
3863
|
"eu-central-1" : { },
|
3864
3864
|
"eu-north-1" : { },
|
3865
|
+
"eu-south-1" : { },
|
3865
3866
|
"eu-west-1" : { },
|
3866
3867
|
"eu-west-2" : { },
|
3867
3868
|
"eu-west-3" : { },
|
@@ -5342,6 +5343,7 @@
|
|
5342
5343
|
"ca-central-1" : { },
|
5343
5344
|
"eu-central-1" : { },
|
5344
5345
|
"eu-north-1" : { },
|
5346
|
+
"eu-south-1" : { },
|
5345
5347
|
"eu-west-1" : { },
|
5346
5348
|
"eu-west-2" : { },
|
5347
5349
|
"eu-west-3" : { },
|
@@ -6917,6 +6919,12 @@
|
|
6917
6919
|
"cn-northwest-1" : { }
|
6918
6920
|
}
|
6919
6921
|
},
|
6922
|
+
"resource-groups" : {
|
6923
|
+
"endpoints" : {
|
6924
|
+
"cn-north-1" : { },
|
6925
|
+
"cn-northwest-1" : { }
|
6926
|
+
}
|
6927
|
+
},
|
6920
6928
|
"route53" : {
|
6921
6929
|
"endpoints" : {
|
6922
6930
|
"aws-cn-global" : {
|
@@ -8101,6 +8109,12 @@
|
|
8101
8109
|
}
|
8102
8110
|
},
|
8103
8111
|
"endpoints" : {
|
8112
|
+
"fips-us-gov-west-1" : {
|
8113
|
+
"credentialScope" : {
|
8114
|
+
"region" : "us-gov-west-1"
|
8115
|
+
},
|
8116
|
+
"hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
|
8117
|
+
},
|
8104
8118
|
"us-gov-west-1" : { }
|
8105
8119
|
}
|
8106
8120
|
},
|
@@ -8573,6 +8587,18 @@
|
|
8573
8587
|
},
|
8574
8588
|
"transfer" : {
|
8575
8589
|
"endpoints" : {
|
8590
|
+
"fips-us-gov-east-1" : {
|
8591
|
+
"credentialScope" : {
|
8592
|
+
"region" : "us-gov-east-1"
|
8593
|
+
},
|
8594
|
+
"hostname" : "transfer-fips.us-gov-east-1.amazonaws.com"
|
8595
|
+
},
|
8596
|
+
"fips-us-gov-west-1" : {
|
8597
|
+
"credentialScope" : {
|
8598
|
+
"region" : "us-gov-west-1"
|
8599
|
+
},
|
8600
|
+
"hostname" : "transfer-fips.us-gov-west-1.amazonaws.com"
|
8601
|
+
},
|
8576
8602
|
"us-gov-east-1" : { },
|
8577
8603
|
"us-gov-west-1" : { }
|
8578
8604
|
}
|
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.380.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
|
+
date: 2020-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|