aws-partitions 1.654.0 → 1.655.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 +6 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6c9f34df93a51bb92fef2cf400ad98cfb792058dfeff4e1cc221e56b1f623a0
4
- data.tar.gz: e613eafec9e767558ea16a8a16ebe47d9efdad52499eecd2ca352e494ef02742
3
+ metadata.gz: 7305680a62041db39e86d8eff4a171cce6fce8286470c5e8727807443f44ef3c
4
+ data.tar.gz: 54e31a40f51e6112514ee81cac655523f09d9c2bcea140f1f7d84b62406fd8d3
5
5
  SHA512:
6
- metadata.gz: 6f380f43b6443e5c299a511da87c4fdc65c82f60f36895bf51c6f55c11f24373d9b7f0321c1dbc8c40e2b891f2a6b025d7ea7ac15c51b80a870ee6e86da8e3ee
7
- data.tar.gz: 9e169bdca516799274ae02fdee52908561d24ff5850e92817673e03aa3512ffc6f9119f6ca67b6566779489887b96bf5f5713388135e4210c7aeee48d65877b6
6
+ metadata.gz: b8e5c6a9e2cd1bb07127f0567592ee4b7a7a7ff82a073473aaca88c82e54d7cc93e962d9a13db507a01db65fb384daddbcba8328c07abbc09da45360658e7c89
7
+ data.tar.gz: 524d07d89f5150791a2a63b9e52dec69aa00de54f49efa7c6833df72f90679b147d45996eb02ed68ff89af7949dca9647cb6733132f5a3389d04f2081dfb0acb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.655.0 (2022-11-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.654.0 (2022-10-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.654.0
1
+ 1.655.0
data/partitions.json CHANGED
@@ -8468,7 +8468,12 @@
8468
8468
  "deprecated" : true,
8469
8469
  "hostname" : "lambda-fips.us-west-2.amazonaws.com"
8470
8470
  },
8471
- "me-central-1" : { },
8471
+ "me-central-1" : {
8472
+ "variants" : [ {
8473
+ "hostname" : "lambda.me-central-1.api.aws",
8474
+ "tags" : [ "dualstack" ]
8475
+ } ]
8476
+ },
8472
8477
  "me-south-1" : {
8473
8478
  "variants" : [ {
8474
8479
  "hostname" : "lambda.me-south-1.api.aws",
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.654.0
4
+ version: 1.655.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-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: