aws-partitions 1.489.0 → 1.490.0

Sign up to get free protection for your applications and to get access to all the features.
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 +15 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2902cc55bbda4e286a960ce0d3343135db719f7ecfeab88997f6708b3250b2e3
4
- data.tar.gz: 6d18debeb725bc3ca7f166401cd280c9e2bf00472f12d954dcd3308452c6481a
3
+ metadata.gz: 8fe2fb196b117da608c055f7dedf71bb8ae0f6a9cf12042a4a68f26dc0398603
4
+ data.tar.gz: d2d301caad53dfc60295588784bcb7c5ffcbb0b154d13caa72ff5eb3c60371f2
5
5
  SHA512:
6
- metadata.gz: 1f38d320d3e0bc6e6450deac9c841c3d8d25a0a9273cc6722d1eda36b074c9ebdaf01cde698f07fde301ae51343798e480aae36886b7e82f7241d36b67288f8c
7
- data.tar.gz: 2d1f51b8dbc0f91528244d9cf8c96529e552fde830f8ccf3731e98b49a51baebc2592b979a96fa387e71fae2869f7113cc7e74c1e23706f7f081b429c4850da8
6
+ metadata.gz: 6c26506c4ce57ea291c14eeef63fcee47014050fb579d520c9998d60a4f81c12c810fc4a17a6beb1e4d6d32d187dacbc5ba9e6d24200ad44a7e772e0cbe3ba95
7
+ data.tar.gz: 5bcf310cf82e999e0b0ac281134fb2a097dbd8342d410e285c44e2116bb5600eb610f24c855ea07358bc46b397684647d8400933b2e4531d1e1ca3c48f6b039d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.490.0 (2021-08-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.489.0 (2021-08-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.489.0
1
+ 1.490.0
data/partitions.json CHANGED
@@ -7808,6 +7808,12 @@
7808
7808
  "cn-northwest-1" : { }
7809
7809
  }
7810
7810
  },
7811
+ "emr-containers" : {
7812
+ "endpoints" : {
7813
+ "cn-north-1" : { },
7814
+ "cn-northwest-1" : { }
7815
+ }
7816
+ },
7811
7817
  "es" : {
7812
7818
  "endpoints" : {
7813
7819
  "cn-north-1" : { },
@@ -7826,6 +7832,15 @@
7826
7832
  "cn-northwest-1" : { }
7827
7833
  }
7828
7834
  },
7835
+ "fms" : {
7836
+ "defaults" : {
7837
+ "protocols" : [ "https" ]
7838
+ },
7839
+ "endpoints" : {
7840
+ "cn-north-1" : { },
7841
+ "cn-northwest-1" : { }
7842
+ }
7843
+ },
7829
7844
  "fsx" : {
7830
7845
  "endpoints" : {
7831
7846
  "cn-north-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.489.0
4
+ version: 1.490.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-08-19 00:00:00.000000000 Z
11
+ date: 2021-08-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: