aws-partitions 1.570.0 → 1.571.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 +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27ca0cb53428909dd9f854b76bd1090ce2649ec74ea4b46bad690bb4a5a4e689
4
- data.tar.gz: 01ff7f61ed8f5e617c4625ef768b84be2589775e09c2c6d4b230f58b3f907810
3
+ metadata.gz: e165fb67d16d030ba03c22f19c58d6d69c682038f3c82f9ee75b910dc89f0c09
4
+ data.tar.gz: 1afdf387d9d25c0e3d4c5671b60a42b836f8cbd31eb9ac76370dd7e9b5e0f619
5
5
  SHA512:
6
- metadata.gz: 6cc3a7f2c0a734aadf2af026675980ef01ff664f497cbcc933d4275d5f4e5034211ece9db0bf9e8a03d0a677bc8f2ac3d480f5fd7f0a985c1defe7d0db3a59ab
7
- data.tar.gz: 52d49f45a1157dc03855fef8676759b7c031a0b984578315b05dacd4765b4a204627c0a0ea3f7f21e7f31976dc9e9d2bab8fc373fefdabbd195c34e20a543d65
6
+ metadata.gz: 5c59e3f482818f22c3bc129cf183fb341479205ca26c0dd1bf6e0b4aae80944d2c0fec41bc762f265f938735567fde131c11922eec675dd30f24ea18aa82e4dc
7
+ data.tar.gz: 9cac45251d3e63668cc7b8879937baefbf890bc785aacb8ac5db8aa436e5928ed445777204411a1e9782998d655426d6c4f0c14d7ae9bd4423fdd42022a03833
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.571.0 (2022-03-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.570.0 (2022-03-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.570.0
1
+ 1.571.0
data/partitions.json CHANGED
@@ -8851,7 +8851,9 @@
8851
8851
  },
8852
8852
  "profile" : {
8853
8853
  "endpoints" : {
8854
+ "af-south-1" : { },
8854
8855
  "ap-northeast-1" : { },
8856
+ "ap-northeast-2" : { },
8855
8857
  "ap-southeast-1" : { },
8856
8858
  "ap-southeast-2" : { },
8857
8859
  "ca-central-1" : { },
@@ -17962,6 +17964,11 @@
17962
17964
  "us-iso-east-1" : { }
17963
17965
  }
17964
17966
  },
17967
+ "tagging" : {
17968
+ "endpoints" : {
17969
+ "us-iso-east-1" : { }
17970
+ }
17971
+ },
17965
17972
  "transcribe" : {
17966
17973
  "defaults" : {
17967
17974
  "protocols" : [ "https" ]
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.570.0
4
+ version: 1.571.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-03-24 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: