aws-partitions 1.600.0 → 1.601.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 +0 -15
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9f18524673d6643f3ea740fffea01ea8273aa5498feb0f4514aee7250166005
4
- data.tar.gz: ec015fce0a56e8a5147e9fb613f8dddc4833f99543825daa24aa7b0623013727
3
+ metadata.gz: 5e0254d229869bad780d12e628b10364200efc0a50a38ffb6508d2a70f45c0c5
4
+ data.tar.gz: 890bac5b911d50e3ab2c9de2e7b9199b30cb5931a1c28ca5741a480d92566d0a
5
5
  SHA512:
6
- metadata.gz: 4ab62240bad9fef951d0d026d44ce359145440c1ce8a91398a91391633630171e5b78acc607df251d861d8e35747841a7d8c918a79c698a5acfbd0197a5e7a21
7
- data.tar.gz: 933b275c13eda3807f2026929a110bd9d11dec55c58ff188f987c176feeb77686bea06e7dc4a066bb2326ca2f3f77fd849afc9edda1acc017176dc2b4ddd9e48
6
+ metadata.gz: b8d7d19bf4c7256db60ea7829aee653c54adae3046c6714898824526040e164db078a6d01bc4e65b43d5eb497251a4b54c7076ce53c7ce0f97d6096a906b14c7
7
+ data.tar.gz: 18dba5328500bd8c9152d063867db7db9a47f09844209f3af2c1366ebb879cb9776a0b4594820f0c07e849a076512db7adc9582c8f994d51b74648b23ee25a6c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.601.0 (2022-06-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.600.0 (2022-06-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.600.0
1
+ 1.601.0
data/partitions.json CHANGED
@@ -9815,21 +9815,6 @@
9815
9815
  }
9816
9816
  }
9817
9817
  },
9818
- "redshift-serverless" : {
9819
- "endpoints" : {
9820
- "ap-northeast-1" : { },
9821
- "ap-northeast-2" : { },
9822
- "ap-southeast-1" : { },
9823
- "ap-southeast-2" : { },
9824
- "eu-central-1" : { },
9825
- "eu-north-1" : { },
9826
- "eu-west-1" : { },
9827
- "eu-west-2" : { },
9828
- "us-east-1" : { },
9829
- "us-east-2" : { },
9830
- "us-west-2" : { }
9831
- }
9832
- },
9833
9818
  "rekognition" : {
9834
9819
  "endpoints" : {
9835
9820
  "ap-northeast-1" : { },
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.600.0
4
+ version: 1.601.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-06-17 00:00:00.000000000 Z
11
+ date: 2022-06-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: