aws-partitions 1.619.0 → 1.620.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 +13 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d53126533f937cec4edf26b20b6e43e74cd3b7516350ec168a327112b948ae8
4
- data.tar.gz: 467e800c2eca8bed64da8d8c393ee16a6d9683f2ca42d5469e23a5e0108a3825
3
+ metadata.gz: ea7fcd8eb7069fb1ecd639d498f5547e26bfea7cec14891504f0b075e4575dbf
4
+ data.tar.gz: a5c27f0016eb7b5dcbfd158f94d4928abe7ddb0ccaa507a0ebfdad9504bdf527
5
5
  SHA512:
6
- metadata.gz: 7d4eb804646f44146e89ddd2861459acf44bb262b21bba8da0e8e109a54f92d1133f3e96c5fddb101c72caae0500a152bb7d5d06c2c52910c05caddda9494b4c
7
- data.tar.gz: 0ffdffa6b6d41f852675db4a9df1c548f88f7977a03228b8a098a4b86b07fbfcf839ab5dcdd6655a5070b3110b136d0e38c3fe0b6dfab19b0ced259cc1793678
6
+ metadata.gz: a5ff2e919bced8790befd871a00ea4195fd74ceecaf32a5f802cb1ab5423ebc366f0de77b96687e93288c03d9eedecc33553cc03f6110cb5e617dec35654f7e2
7
+ data.tar.gz: 59040853095ed8dd13e721d6072da8d97d42023413eead18e1e723fd73a93300559d2a5982d5492009a6041c64b6ab31291b8c950b8c44f84afa0e53bd1e974b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.620.0 (2022-08-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.619.0 (2022-08-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.619.0
1
+ 1.620.0
data/partitions.json CHANGED
@@ -10614,6 +10614,7 @@
10614
10614
  "ap-south-1" : { },
10615
10615
  "ap-southeast-1" : { },
10616
10616
  "ap-southeast-2" : { },
10617
+ "ap-southeast-3" : { },
10617
10618
  "ca-central-1" : { },
10618
10619
  "eu-central-1" : { },
10619
10620
  "eu-north-1" : { },
@@ -19135,6 +19136,12 @@
19135
19136
  }
19136
19137
  }
19137
19138
  },
19139
+ "wellarchitected" : {
19140
+ "endpoints" : {
19141
+ "us-gov-east-1" : { },
19142
+ "us-gov-west-1" : { }
19143
+ }
19144
+ },
19138
19145
  "workspaces" : {
19139
19146
  "endpoints" : {
19140
19147
  "fips-us-gov-west-1" : {
@@ -19241,6 +19248,7 @@
19241
19248
  },
19242
19249
  "appconfigdata" : {
19243
19250
  "endpoints" : {
19251
+ "us-iso-east-1" : { },
19244
19252
  "us-iso-west-1" : { }
19245
19253
  }
19246
19254
  },
@@ -19752,6 +19760,11 @@
19752
19760
  "us-isob-east-1" : { }
19753
19761
  }
19754
19762
  },
19763
+ "appconfigdata" : {
19764
+ "endpoints" : {
19765
+ "us-isob-east-1" : { }
19766
+ }
19767
+ },
19755
19768
  "application-autoscaling" : {
19756
19769
  "defaults" : {
19757
19770
  "protocols" : [ "http", "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.619.0
4
+ version: 1.620.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-08-16 00:00:00.000000000 Z
11
+ date: 2022-08-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: