aws-partitions 1.438.0 → 1.439.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +10 -3
- 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: 3c12251b7e97f9c0d401cc96bc222a2e2c5bad1d622cfb1d277276be4c978ada
|
4
|
+
data.tar.gz: 07014b018ef7cb37a9d115f88dcaa7cfd5812fc05ac3cd3f046219d1ec34e64f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce93e65579321dcf6b6d0894cf1394f040c155288153c65cf8e77e2d82336dcbe9ccc3850d8cd89ece2232894bc728ea1f4aa3e01dcf3945991d28f6b9400ab4
|
7
|
+
data.tar.gz: e7f5ce58ad23db658f6dcc23b3f04d87ca98f1412675b81cd070cfb3e9fc3fb402c3e2c30dedd6234f3acb94105913c7e9a7f250545276bce5e72253d6649c71
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.439.0
|
data/partitions.json
CHANGED
@@ -6157,9 +6157,7 @@
|
|
6157
6157
|
},
|
6158
6158
|
"me-south-1" : { },
|
6159
6159
|
"sa-east-1" : { },
|
6160
|
-
"us-east-1" : {
|
6161
|
-
"sslCommonName" : "queue.{dnsSuffix}"
|
6162
|
-
},
|
6160
|
+
"us-east-1" : { },
|
6163
6161
|
"us-east-2" : { },
|
6164
6162
|
"us-west-1" : { },
|
6165
6163
|
"us-west-2" : { }
|
@@ -9238,6 +9236,15 @@
|
|
9238
9236
|
}
|
9239
9237
|
}
|
9240
9238
|
},
|
9239
|
+
"servicequotas" : {
|
9240
|
+
"defaults" : {
|
9241
|
+
"protocols" : [ "https" ]
|
9242
|
+
},
|
9243
|
+
"endpoints" : {
|
9244
|
+
"us-gov-east-1" : { },
|
9245
|
+
"us-gov-west-1" : { }
|
9246
|
+
}
|
9247
|
+
},
|
9241
9248
|
"sms" : {
|
9242
9249
|
"endpoints" : {
|
9243
9250
|
"fips-us-gov-east-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.439.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: 2021-03-
|
11
|
+
date: 2021-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|