aws-partitions 1.640.0 → 1.641.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 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01d40296b2e4cb05fad4d1f888fa0f3acef87e37e37cac6b50296cdf3aa255fc
4
- data.tar.gz: 5ac43b4a7fc936e5b27b9fc0afe011c25a6b25ba0107a8165095b02957d079ad
3
+ metadata.gz: 7132a129d6185a2be45d967c7c650923893b3ac806d8c8a8816870271dbde30a
4
+ data.tar.gz: b12237299c9cea8fbb53b7e11e31c9b7cd1e827aadf2787243c5e2636e04db36
5
5
  SHA512:
6
- metadata.gz: f1f584f1c314d2e4cc5e2e7f7b2a90f86a9bb4717a1a6d418dbc5ce23f898c0e3b549432a0bee869020a354bdb7017e71e545bf34cf748d09c95b8f3ea3a5d1e
7
- data.tar.gz: 77353d3a4a4522c1232be60cb22c0bc1fbdd3156f382403b4c9815c24fc0ae10a212be61288629aa1b67f0e2df27a64c1086a763e967b7950eeedaed9966d516
6
+ metadata.gz: aa9df0458f7f41c14cec7dc4cafd0a5af14c5b4e9b02477bc84eee95cf330cc933cbce5a2d04cb07b8219f314b3cef533e168319a70978efbbc414aa2d76e171
7
+ data.tar.gz: b55dbadf3f13e89257c5710280703e723c61d08190ce5c2ac003d69e83c987e4095a4562cfa37fd5cd8b20cd680663162d1c5aaeefd6a4d267cce5e970c358d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.641.0 (2022-10-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.640.0 (2022-09-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.640.0
1
+ 1.641.0
data/partitions.json CHANGED
@@ -20390,7 +20390,8 @@
20390
20390
  },
20391
20391
  "ram" : {
20392
20392
  "endpoints" : {
20393
- "us-iso-east-1" : { }
20393
+ "us-iso-east-1" : { },
20394
+ "us-iso-west-1" : { }
20394
20395
  }
20395
20396
  },
20396
20397
  "rds" : {
@@ -20865,6 +20866,11 @@
20865
20866
  "isRegionalized" : false,
20866
20867
  "partitionEndpoint" : "aws-iso-b-global"
20867
20868
  },
20869
+ "route53resolver" : {
20870
+ "endpoints" : {
20871
+ "us-isob-east-1" : { }
20872
+ }
20873
+ },
20868
20874
  "s3" : {
20869
20875
  "defaults" : {
20870
20876
  "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.640.0
4
+ version: 1.641.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-09-30 00:00:00.000000000 Z
11
+ date: 2022-10-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: