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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +10 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed00967336375d061fbb85a3412939dbc392d73d745828154258c8df22fca89b
4
- data.tar.gz: 385558ae9da57a6470f4f43f8658d0fe7ba70bdb540d897a95aa55bf27a048bc
3
+ metadata.gz: 3c12251b7e97f9c0d401cc96bc222a2e2c5bad1d622cfb1d277276be4c978ada
4
+ data.tar.gz: 07014b018ef7cb37a9d115f88dcaa7cfd5812fc05ac3cd3f046219d1ec34e64f
5
5
  SHA512:
6
- metadata.gz: e78eba40bc39bdb222916ab2d1f001fc18a8db814c631e2748b1219b9ef4e13cb638300dc1788479fcfbb903a37ea77c43b86fb382b7846153fd1dd11ed78ef6
7
- data.tar.gz: 501f8ad65e20f5b70584e1303a8f229d6fc5f8f745544389e8be40a4f3a7db0f846f9567d86522c7a332bb7f12d32d5827544ebff975f74e6102e2b4d169394d
6
+ metadata.gz: ce93e65579321dcf6b6d0894cf1394f040c155288153c65cf8e77e2d82336dcbe9ccc3850d8cd89ece2232894bc728ea1f4aa3e01dcf3945991d28f6b9400ab4
7
+ data.tar.gz: e7f5ce58ad23db658f6dcc23b3f04d87ca98f1412675b81cd070cfb3e9fc3fb402c3e2c30dedd6234f3acb94105913c7e9a7f250545276bce5e72253d6649c71
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.439.0 (2021-03-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.438.0 (2021-03-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.438.0
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.438.0
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-30 00:00:00.000000000 Z
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: