aws-partitions 1.610.0 → 1.611.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 +12 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aaa85000add6e0df0badb0bde6e20338f2e2321170899eb05ebd9b3ca716956c
4
- data.tar.gz: 1ee9358bba7d162280507b28070ecc2b9b708d2321b6f11f01002aa2c7aa4528
3
+ metadata.gz: d4b6ee82d6199a41c781dfc45c8cf0313b9a44086a6ec5b3c030cb7ef152f39b
4
+ data.tar.gz: 718252e15eaf4f20852fd79ce958dbe26c6993ca3dfd7935c0303bdf8148bc21
5
5
  SHA512:
6
- metadata.gz: e701041b2bdda5da6e88b14c29bb178cb28f93d34c42a0a34231ab0d02903a5a4f6c1bb683dd974e57c956912d73307b3b959f75b0b63a8bb11ce7462bb5f642
7
- data.tar.gz: 45a185001d33db977ca2ddd89162a0b2b659796058c3e338af1971a66063b04b2fd46d27f412cc20e2e41e27e9d479bbe1692f3ce710edfc5d6860463973b198
6
+ metadata.gz: 906edd5650a8da7c9a33ba4ac70b085b02702b6bc114b121f28915dd8c841ad69f34153d54fe6326be2d0d473bf0ec7923bad9bfc8e829e72bf485bdd32af320
7
+ data.tar.gz: d59fdf7fa43d399495e544656e747ab06abf1eb8521ac9fe95b8fe4e9102ee3994f571bf166e391b793c5e124658e89fa59e43d1e794ef21734673c5c804b978
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.611.0 (2022-07-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.610.0 (2022-07-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.610.0
1
+ 1.611.0
data/partitions.json CHANGED
@@ -14700,8 +14700,18 @@
14700
14700
  },
14701
14701
  "firehose" : {
14702
14702
  "endpoints" : {
14703
- "cn-north-1" : { },
14704
- "cn-northwest-1" : { }
14703
+ "cn-north-1" : {
14704
+ "variants" : [ {
14705
+ "hostname" : "firehose.cn-north-1.api.amazonwebservices.com.cn",
14706
+ "tags" : [ "dualstack" ]
14707
+ } ]
14708
+ },
14709
+ "cn-northwest-1" : {
14710
+ "variants" : [ {
14711
+ "hostname" : "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
14712
+ "tags" : [ "dualstack" ]
14713
+ } ]
14714
+ }
14705
14715
  }
14706
14716
  },
14707
14717
  "fms" : {
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.610.0
4
+ version: 1.611.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: 2022-07-22 00:00:00.000000000 Z
11
+ date: 2022-07-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: