aws-partitions 1.34.0 → 1.35.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 +25 -2
- 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: fca9cd99a11d341197a5f905f6f7db04bf790680
|
|
4
|
+
data.tar.gz: b57fc3b6e216e4d38122d63fb9cebe9c8435a428
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 961b5add9001cc22e45efc75d01191af6b7736a945190f0d27f7d79421bc3add294a1b87bfbfae77c8574b043da5362f280ead7b65c51b0f97dbbf7818318860
|
|
7
|
+
data.tar.gz: a07c5eb1d40dc50076cd54ec7f8fd2fbe18fc4ef567919da7d3e2c6581f5c77f78c0323567165cd8d4de11098e659e32b8f768891efb80f1f662cd7aef880dfe
|
data/partitions.json
CHANGED
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"endpoints" : {
|
|
82
|
+
"ap-south-1" : { },
|
|
82
83
|
"us-east-1" : { }
|
|
83
84
|
}
|
|
84
85
|
},
|
|
@@ -1640,6 +1641,11 @@
|
|
|
1640
1641
|
}
|
|
1641
1642
|
},
|
|
1642
1643
|
"services" : {
|
|
1644
|
+
"apigateway" : {
|
|
1645
|
+
"endpoints" : {
|
|
1646
|
+
"cn-north-1" : { }
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1643
1649
|
"application-autoscaling" : {
|
|
1644
1650
|
"defaults" : {
|
|
1645
1651
|
"credentialScope" : {
|
|
@@ -1944,7 +1950,13 @@
|
|
|
1944
1950
|
},
|
|
1945
1951
|
"dynamodb" : {
|
|
1946
1952
|
"endpoints" : {
|
|
1947
|
-
"us-gov-west-1" : { }
|
|
1953
|
+
"us-gov-west-1" : { },
|
|
1954
|
+
"us-gov-west-1-fips" : {
|
|
1955
|
+
"credentialScope" : {
|
|
1956
|
+
"region" : "us-gov-west-1"
|
|
1957
|
+
},
|
|
1958
|
+
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
|
|
1959
|
+
}
|
|
1948
1960
|
}
|
|
1949
1961
|
},
|
|
1950
1962
|
"ec2" : {
|
|
@@ -1957,6 +1969,11 @@
|
|
|
1957
1969
|
"us-gov-west-1" : { }
|
|
1958
1970
|
}
|
|
1959
1971
|
},
|
|
1972
|
+
"elasticbeanstalk" : {
|
|
1973
|
+
"endpoints" : {
|
|
1974
|
+
"us-gov-west-1" : { }
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1960
1977
|
"elasticloadbalancing" : {
|
|
1961
1978
|
"endpoints" : {
|
|
1962
1979
|
"us-gov-west-1" : {
|
|
@@ -2089,7 +2106,13 @@
|
|
|
2089
2106
|
}
|
|
2090
2107
|
},
|
|
2091
2108
|
"endpoints" : {
|
|
2092
|
-
"us-gov-west-1" : { }
|
|
2109
|
+
"us-gov-west-1" : { },
|
|
2110
|
+
"us-gov-west-1-fips" : {
|
|
2111
|
+
"credentialScope" : {
|
|
2112
|
+
"region" : "us-gov-west-1"
|
|
2113
|
+
},
|
|
2114
|
+
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
|
|
2115
|
+
}
|
|
2093
2116
|
}
|
|
2094
2117
|
},
|
|
2095
2118
|
"sts" : {
|
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.35.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: 2017-11-
|
|
11
|
+
date: 2017-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|