aws-partitions 1.608.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +19 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2e2ada161b360918e0fac3cefa75e97f5e85c6ef070c064c8cca738c96e08b8
4
- data.tar.gz: bbf415e882d6ea6ce4d1ab4952ff52cca0dc49467b2fbfd64ba35e5e0066acc4
3
+ metadata.gz: d4b6ee82d6199a41c781dfc45c8cf0313b9a44086a6ec5b3c030cb7ef152f39b
4
+ data.tar.gz: 718252e15eaf4f20852fd79ce958dbe26c6993ca3dfd7935c0303bdf8148bc21
5
5
  SHA512:
6
- metadata.gz: 1ff183fc62234d4558536e9cea72a39287c947e0647d8acc3fb3a85f4be3811e28971ffe8f306584ae336185aca7445392a5b9e52fb91b0a5a4fccb4edb7f5e6
7
- data.tar.gz: 2156d80965802d5e44bb1a0e678d288d69bce304d6e5526cf747be909a19de7835879ed79d6c3b5d71ccc0652047f381eefb03879918ed7454097ff4bef66cc6
6
+ metadata.gz: 906edd5650a8da7c9a33ba4ac70b085b02702b6bc114b121f28915dd8c841ad69f34153d54fe6326be2d0d473bf0ec7923bad9bfc8e829e72bf485bdd32af320
7
+ data.tar.gz: d59fdf7fa43d399495e544656e747ab06abf1eb8521ac9fe95b8fe4e9102ee3994f571bf166e391b793c5e124658e89fa59e43d1e794ef21734673c5c804b978
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.610.0 (2022-07-22)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.609.0 (2022-07-20)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.608.0 (2022-07-18)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.608.0
1
+ 1.611.0
data/partitions.json CHANGED
@@ -9267,6 +9267,7 @@
9267
9267
  "ap-south-1" : { },
9268
9268
  "ap-southeast-1" : { },
9269
9269
  "ap-southeast-2" : { },
9270
+ "ap-southeast-3" : { },
9270
9271
  "ca-central-1" : { },
9271
9272
  "eu-central-1" : { },
9272
9273
  "eu-north-1" : { },
@@ -14134,6 +14135,10 @@
14134
14135
  },
14135
14136
  "workspaces-web" : {
14136
14137
  "endpoints" : {
14138
+ "ap-northeast-1" : { },
14139
+ "ap-south-1" : { },
14140
+ "ap-southeast-1" : { },
14141
+ "ap-southeast-2" : { },
14137
14142
  "eu-west-1" : { },
14138
14143
  "us-east-1" : { },
14139
14144
  "us-west-2" : { }
@@ -14695,8 +14700,18 @@
14695
14700
  },
14696
14701
  "firehose" : {
14697
14702
  "endpoints" : {
14698
- "cn-north-1" : { },
14699
- "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
+ }
14700
14715
  }
14701
14716
  },
14702
14717
  "fms" : {
@@ -19486,7 +19501,8 @@
19486
19501
  }
19487
19502
  },
19488
19503
  "endpoints" : {
19489
- "us-iso-east-1" : { }
19504
+ "us-iso-east-1" : { },
19505
+ "us-iso-west-1" : { }
19490
19506
  }
19491
19507
  },
19492
19508
  "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.608.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-18 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: