aws-partitions 1.670.0 → 1.671.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 +9 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fabfc1fd21cd064401fc847f20ca539402501dfb47c3330da6f5994e9c06c729
4
- data.tar.gz: 8a834abd2fca784d45b33786eaa28c3b8e64cdd20a1014a2ce5bd363952f5407
3
+ metadata.gz: 7b851c7613cb44ad80fe027615480239f7e3502d49cbf213ae7684b4c35284a0
4
+ data.tar.gz: 231fbb1c4121b7a0c159074f1d78029b415b2059535f9c9b558cf9c995699b75
5
5
  SHA512:
6
- metadata.gz: a4e5b6e7392ee5269e8587b7d843495d337b7f95b8a264269a820b9bd14eec2fff4dfbeb0bc0c6ca77f090ade861c10ca427eb5d5a9150d2eaf92fc1eadfb13e
7
- data.tar.gz: 99b38bf0b646192dfbe5b7ca319c074d1371329c50917ec8ee8883d8338975a95e62f2c83fd82744102f7247c3a434878f7f23899d8590913361a1343f419003
6
+ metadata.gz: 8c7dd543117150fccc29998f6e6d4abd032ae905005c1ff12f542d94d4eb2a2e58eeed092006680eb673c08d3052cb95781863b4e33da99eceb52e7963031bca
7
+ data.tar.gz: 6f53ff2c6f8a90043a7a2eb68131a72679fb5ee7100a5bfa800adb9f78f43e0b263b2e70bef8a0fca3e112852cde085a6eacbb0cc5d6e5debf1d53552c217f9d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.671.0 (2022-12-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.670.0 (2022-12-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.670.0
1
+ 1.671.0
data/partitions.json CHANGED
@@ -473,6 +473,15 @@
473
473
  "us-west-2" : { }
474
474
  }
475
475
  },
476
+ "aoss" : {
477
+ "endpoints" : {
478
+ "ap-northeast-1" : { },
479
+ "eu-west-1" : { },
480
+ "us-east-1" : { },
481
+ "us-east-2" : { },
482
+ "us-west-2" : { }
483
+ }
484
+ },
476
485
  "api.detective" : {
477
486
  "defaults" : {
478
487
  "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.670.0
4
+ version: 1.671.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-12-01 00:00:00.000000000 Z
11
+ date: 2022-12-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: