aws-partitions 1.700.0 → 1.701.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 +23 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b48f23ef17e84dea1d03cb39bc574edbbbd0eda8b37760ee315d56c9a5ef453e
4
- data.tar.gz: 290613e02bd1460d09e711b6a66f8f3869e9d4e3af15b6bfeb6d0f344297c8eb
3
+ metadata.gz: accc699655ec0ca0799501bc862abfcf7387f59066fed18244db3cf15550b369
4
+ data.tar.gz: 172654d54599f2e8b3d80c5378a0f172826047349e505e91708d76f9dedaaf3a
5
5
  SHA512:
6
- metadata.gz: b37652e8b962049ec3a48072d67a51c73ef804a6a6ef4c8d766a7b66874b21fb4714e99cd2314811040e0c38991b1ebfe3ce8705e3f02954921f52855db1fc58
7
- data.tar.gz: 5d247ac793a2fb6491aaef446e585292a094574a4c7e773b4e3f4c6d15b62120ef7493bae45fc883156ba78be38b659c889b5829010af35c68500f98067bdda1
6
+ metadata.gz: d6c758b842739d416babd0d52ff782accc3b57da8815481b90ce5c70bbf01dabe7e53998d862caa96829bda0a7f7cadebe5ade52c7c9d163bf9513e1eeaf4c75
7
+ data.tar.gz: 52fb1c9dce301a52adb2512f0cfa106c9482ed32743b3ef248e26919170e445fed9736c9c6078a0d7c6fdb64da8ccdfe540a810c8b2e54bf9ec11434bd728baa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.701.0 (2023-01-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.700.0 (2023-01-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.700.0
1
+ 1.701.0
data/partitions.json CHANGED
@@ -2247,8 +2247,22 @@
2247
2247
  },
2248
2248
  "cases" : {
2249
2249
  "endpoints" : {
2250
- "us-east-1" : { },
2251
- "us-west-2" : { }
2250
+ "fips-us-east-1" : {
2251
+ "deprecated" : true
2252
+ },
2253
+ "fips-us-west-2" : {
2254
+ "deprecated" : true
2255
+ },
2256
+ "us-east-1" : {
2257
+ "variants" : [ {
2258
+ "tags" : [ "fips" ]
2259
+ } ]
2260
+ },
2261
+ "us-west-2" : {
2262
+ "variants" : [ {
2263
+ "tags" : [ "fips" ]
2264
+ } ]
2265
+ }
2252
2266
  }
2253
2267
  },
2254
2268
  "cassandra" : {
@@ -14680,8 +14694,10 @@
14680
14694
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
14681
14695
  },
14682
14696
  "eu-central-1" : { },
14697
+ "eu-central-2" : { },
14683
14698
  "eu-north-1" : { },
14684
14699
  "eu-south-1" : { },
14700
+ "eu-south-2" : { },
14685
14701
  "eu-west-1" : { },
14686
14702
  "eu-west-2" : { },
14687
14703
  "eu-west-3" : { },
@@ -22388,6 +22404,11 @@
22388
22404
  "us-isob-east-1" : { }
22389
22405
  }
22390
22406
  },
22407
+ "dlm" : {
22408
+ "endpoints" : {
22409
+ "us-isob-east-1" : { }
22410
+ }
22411
+ },
22391
22412
  "dms" : {
22392
22413
  "defaults" : {
22393
22414
  "variants" : [ {
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.700.0
4
+ version: 1.701.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: 2023-01-25 00:00:00.000000000 Z
11
+ date: 2023-01-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: