aws-partitions 1.367.0 → 1.368.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 +39 -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: f6d16d5f3347c2703010f31c146928f8b47fc29e747ac1ec5d2fe8b9af281087
|
|
4
|
+
data.tar.gz: 005b717878141b89fe0b846be74b6a64edcb5e75e2deb32a2333c4d69ffdfc03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f7759960c463fd015bb51de702b6f6070fd64df2a3bd17c7479c1ba3ec98f7a89621570fb3f4625f3f6c0ce451e63cd214cb21997705d35a037c668012c6674
|
|
7
|
+
data.tar.gz: 50ceefe4d006a2aef456d8d283abbf8be8ff9f6f7634ad7db58ebfc8697de03436a0f4bf153a4ca6a9f9a956045b0463b355b0ee9e2ebf5ec8b2fbe7972a861c
|
data/partitions.json
CHANGED
|
@@ -1894,6 +1894,30 @@
|
|
|
1894
1894
|
}
|
|
1895
1895
|
}
|
|
1896
1896
|
},
|
|
1897
|
+
"ebs" : {
|
|
1898
|
+
"endpoints" : {
|
|
1899
|
+
"af-south-1" : { },
|
|
1900
|
+
"ap-east-1" : { },
|
|
1901
|
+
"ap-northeast-1" : { },
|
|
1902
|
+
"ap-northeast-2" : { },
|
|
1903
|
+
"ap-south-1" : { },
|
|
1904
|
+
"ap-southeast-1" : { },
|
|
1905
|
+
"ap-southeast-2" : { },
|
|
1906
|
+
"ca-central-1" : { },
|
|
1907
|
+
"eu-central-1" : { },
|
|
1908
|
+
"eu-north-1" : { },
|
|
1909
|
+
"eu-south-1" : { },
|
|
1910
|
+
"eu-west-1" : { },
|
|
1911
|
+
"eu-west-2" : { },
|
|
1912
|
+
"eu-west-3" : { },
|
|
1913
|
+
"me-south-1" : { },
|
|
1914
|
+
"sa-east-1" : { },
|
|
1915
|
+
"us-east-1" : { },
|
|
1916
|
+
"us-east-2" : { },
|
|
1917
|
+
"us-west-1" : { },
|
|
1918
|
+
"us-west-2" : { }
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1897
1921
|
"ec2" : {
|
|
1898
1922
|
"defaults" : {
|
|
1899
1923
|
"protocols" : [ "http", "https" ]
|
|
@@ -4161,8 +4185,10 @@
|
|
|
4161
4185
|
"ap-northeast-2" : { },
|
|
4162
4186
|
"ap-south-1" : { },
|
|
4163
4187
|
"ap-southeast-2" : { },
|
|
4188
|
+
"ca-central-1" : { },
|
|
4164
4189
|
"eu-central-1" : { },
|
|
4165
4190
|
"eu-west-1" : { },
|
|
4191
|
+
"eu-west-2" : { },
|
|
4166
4192
|
"fips-us-east-1" : {
|
|
4167
4193
|
"credentialScope" : {
|
|
4168
4194
|
"region" : "us-east-1"
|
|
@@ -4773,6 +4799,13 @@
|
|
|
4773
4799
|
"hostname" : "s3-control.ca-central-1.amazonaws.com",
|
|
4774
4800
|
"signatureVersions" : [ "s3v4" ]
|
|
4775
4801
|
},
|
|
4802
|
+
"ca-central-1-fips" : {
|
|
4803
|
+
"credentialScope" : {
|
|
4804
|
+
"region" : "ca-central-1"
|
|
4805
|
+
},
|
|
4806
|
+
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
|
|
4807
|
+
"signatureVersions" : [ "s3v4" ]
|
|
4808
|
+
},
|
|
4776
4809
|
"eu-central-1" : {
|
|
4777
4810
|
"credentialScope" : {
|
|
4778
4811
|
"region" : "eu-central-1"
|
|
@@ -6548,6 +6581,12 @@
|
|
|
6548
6581
|
"cn-northwest-1" : { }
|
|
6549
6582
|
}
|
|
6550
6583
|
},
|
|
6584
|
+
"ebs" : {
|
|
6585
|
+
"endpoints" : {
|
|
6586
|
+
"cn-north-1" : { },
|
|
6587
|
+
"cn-northwest-1" : { }
|
|
6588
|
+
}
|
|
6589
|
+
},
|
|
6551
6590
|
"ec2" : {
|
|
6552
6591
|
"defaults" : {
|
|
6553
6592
|
"protocols" : [ "http", "https" ]
|
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.368.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-09-
|
|
11
|
+
date: 2020-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|