aws-partitions 1.684.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c411d1532311db715f69bbd6064758f5e551fdfb14e41f60f7bc3203d10aab85
4
- data.tar.gz: b44137966c54cf59b62b7028459ad98f4d43d24787454b291d4ae87b507593b9
3
+ metadata.gz: eb0dbc6f505996005a0116ffde7e83890f584ced6550def01899dd085fde0269
4
+ data.tar.gz: 313c0a9abd0f9ffe11749ca0e0a8ac70ff78f0c882d5847edb351fdc771f882c
5
5
  SHA512:
6
- metadata.gz: a8866ea5f6d5b2d03a209833aea8873be60dc9a96d12a0aac3fa61ded469846e1f30bf99ede41fdd18e04dd13286bca317ebc9e8680742c6428d4cc29ea0c151
7
- data.tar.gz: 6c697d7df833f425e4f4ee07f6a6644333ff6801212adeb1c09c5b50b841564344c5bd64c5a2504c8bddd4ecb253a7bf38ecc057c50bb998c048ba4bc2f08b1b
6
+ metadata.gz: d0cea03f17a4a03f8236e0577437ec5288e4ae5ff14a9e063c8252f133bddf97958c253e71b1e2fc671f11de5861fce747e411174e1a14acfe08bc49398ea2f4
7
+ data.tar.gz: 2b0293043799f2cc8faef3fe2f783c68c4030894b7079af9c5616094129deec0100d914b8cbac115efc4d2080149865b622fefe57ff39ce43cf368702dc4ad69
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.685.0 (2022-12-29)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.684.0 (2022-12-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.684.0
1
+ 1.686.0
@@ -77,7 +77,7 @@
77
77
  "description" : "Middle East (Bahrain)"
78
78
  },
79
79
  "sa-east-1" : {
80
- "description" : "South America (Sao Paulo)"
80
+ "description" : "South America (São Paulo)"
81
81
  },
82
82
  "us-east-1" : {
83
83
  "description" : "US East (N. Virginia)"
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" : { },
@@ -19998,6 +19999,12 @@
19998
19999
  }
19999
20000
  }
20000
20001
  },
20002
+ "pi" : {
20003
+ "endpoints" : {
20004
+ "us-gov-east-1" : { },
20005
+ "us-gov-west-1" : { }
20006
+ }
20007
+ },
20001
20008
  "pinpoint" : {
20002
20009
  "defaults" : {
20003
20010
  "credentialScope" : {
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.684.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-23 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: