aws-partitions 1.609.0 → 1.610.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 +3 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a308cb402fe935e5f3a1683fd29e49e4f08774b9b5ba0be1595bdf51a02605b
4
- data.tar.gz: 37e9d13beb7a435052dcadd302d9d022063eaba8ce5b48d0efc47f5479363ec3
3
+ metadata.gz: aaa85000add6e0df0badb0bde6e20338f2e2321170899eb05ebd9b3ca716956c
4
+ data.tar.gz: 1ee9358bba7d162280507b28070ecc2b9b708d2321b6f11f01002aa2c7aa4528
5
5
  SHA512:
6
- metadata.gz: 4cb48676e184fa7ef03fc26d91c5077d4e606de18564d9ed0b08e5d52a9eeeb3b247855ed2dc3d280718d1fae7506822147d47e94a3d2e2697fa58da45a34931
7
- data.tar.gz: b4240778120bd83ed6416079efe29445e781a4428a5be1fdd95a78b54cb87576ed6ced23d3fe07074081cd9ad504a87327252ac6b0f188a281b5e1552e44e924
6
+ metadata.gz: e701041b2bdda5da6e88b14c29bb178cb28f93d34c42a0a34231ab0d02903a5a4f6c1bb683dd974e57c956912d73307b3b959f75b0b63a8bb11ce7462bb5f642
7
+ data.tar.gz: 45a185001d33db977ca2ddd89162a0b2b659796058c3e338af1971a66063b04b2fd46d27f412cc20e2e41e27e9d479bbe1692f3ce710edfc5d6860463973b198
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.610.0 (2022-07-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.609.0 (2022-07-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.609.0
1
+ 1.610.0
data/partitions.json CHANGED
@@ -9267,6 +9267,7 @@
9267
9267
  "ap-south-1" : { },
9268
9268
  "ap-southeast-1" : { },
9269
9269
  "ap-southeast-2" : { },
9270
+ "ap-southeast-3" : { },
9270
9271
  "ca-central-1" : { },
9271
9272
  "eu-central-1" : { },
9272
9273
  "eu-north-1" : { },
@@ -19490,7 +19491,8 @@
19490
19491
  }
19491
19492
  },
19492
19493
  "endpoints" : {
19493
- "us-iso-east-1" : { }
19494
+ "us-iso-east-1" : { },
19495
+ "us-iso-west-1" : { }
19494
19496
  }
19495
19497
  },
19496
19498
  "sts" : {
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.609.0
4
+ version: 1.610.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-07-20 00:00:00.000000000 Z
11
+ date: 2022-07-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: