aws-partitions 1.685.0 → 1.686.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 +4 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fab76bcf477d3c7ffb0374992f0c8d7f810e1f306dedbec76b8fa755ca6194d7
4
- data.tar.gz: dd3dfbe66f9fc90f420d165d5c9e909f1dc3203d86f9e89cec0fbfa9852bc6b6
3
+ metadata.gz: eb0dbc6f505996005a0116ffde7e83890f584ced6550def01899dd085fde0269
4
+ data.tar.gz: 313c0a9abd0f9ffe11749ca0e0a8ac70ff78f0c882d5847edb351fdc771f882c
5
5
  SHA512:
6
- metadata.gz: fc1278f16dd8694c8eb9a33eaeec60fe68e94bfb1cbbb6b992175accbd9f62153f1cd9588e1342c4627d7f616a33707daff8c660a03dae71f863ab34746829d5
7
- data.tar.gz: 2830f8e122245d028c1251b43d2eaf48b212e4de3f775fb639f9b71e29bfd7030462985387ee300688172d363bee8a82944a869adca5ccb06b17462077161a45
6
+ metadata.gz: d0cea03f17a4a03f8236e0577437ec5288e4ae5ff14a9e063c8252f133bddf97958c253e71b1e2fc671f11de5861fce747e411174e1a14acfe08bc49398ea2f4
7
+ data.tar.gz: 2b0293043799f2cc8faef3fe2f783c68c4030894b7079af9c5616094129deec0100d914b8cbac115efc4d2080149865b622fefe57ff39ce43cf368702dc4ad69
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.686.0 (2022-12-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.685.0 (2022-12-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.685.0
1
+ 1.686.0
data/partitions.json CHANGED
@@ -87,7 +87,7 @@
87
87
  "description" : "Middle East (Bahrain)"
88
88
  },
89
89
  "sa-east-1" : {
90
- "description" : "South America (São Paulo)"
90
+ "description" : "South America (Sao Paulo)"
91
91
  },
92
92
  "us-east-1" : {
93
93
  "description" : "US East (N. Virginia)"
@@ -8088,6 +8088,7 @@
8088
8088
  },
8089
8089
  "kendra" : {
8090
8090
  "endpoints" : {
8091
+ "ap-south-1" : { },
8091
8092
  "ap-southeast-1" : { },
8092
8093
  "ap-southeast-2" : { },
8093
8094
  "ca-central-1" : { },
@@ -20000,7 +20001,8 @@
20000
20001
  },
20001
20002
  "pi" : {
20002
20003
  "endpoints" : {
20003
- "us-gov-east-1" : { }
20004
+ "us-gov-east-1" : { },
20005
+ "us-gov-west-1" : { }
20004
20006
  }
20005
20007
  },
20006
20008
  "pinpoint" : {
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.685.0
4
+ version: 1.686.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-29 00:00:00.000000000 Z
11
+ date: 2022-12-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: