aws-partitions 1.800.0 → 1.802.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +11 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48acabb68c502b36446364358413af0adfb1b04c7b7ffe36e30a33a8ac7fe951
4
- data.tar.gz: '0290355be5c1ac7d3eda7b26dda743c6f9e50788cce9e6d54aeed8f602880920'
3
+ metadata.gz: 32089b6bd27296fc0d2e0ebf451912430a61e29d174855a8ab47152f0213b6e7
4
+ data.tar.gz: da5e588e93a68dc744ecff9d875ac63614cc7207a376a3096937709933dfea0d
5
5
  SHA512:
6
- metadata.gz: 0f4e4dc0937646fcc254eee814e7c86258a54d5b8796a82791e4fd843502ad218448711addf718751d332c0cf65bf396fda7a340898aa26b1dda1c605e024d1d
7
- data.tar.gz: 0a34c22e9931f1c41af1e1891304909a32faa04f9575957500e0a75da45aaa129d111687d591d6a3e94991b1a43174ba3a23771eae1dc678ce5724fe0204a9ea
6
+ metadata.gz: 482341e610f78c8e021efbb3b282dce3a056d15b2788fc357ac76cc3755ee7043fa07c3013242bceeeb03a15c78bfd0ab07e565e3de178bccb9d2db945c82cee
7
+ data.tar.gz: f0d997557f52a4babdd7b9f76cc99e801a5fb32d92ebf34593782d6b61b52bbb0e6b68a41ae74861b447debb7fa8859d91cb8410694a76ad813193b561470dd4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.802.0 (2023-08-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.801.0 (2023-08-09)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.800.0 (2023-08-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.800.0
1
+ 1.802.0
data/partitions.json CHANGED
@@ -7841,6 +7841,7 @@
7841
7841
  "identitystore" : {
7842
7842
  "endpoints" : {
7843
7843
  "af-south-1" : { },
7844
+ "ap-east-1" : { },
7844
7845
  "ap-northeast-1" : { },
7845
7846
  "ap-northeast-2" : { },
7846
7847
  "ap-northeast-3" : { },
@@ -7855,9 +7856,11 @@
7855
7856
  "eu-west-1" : { },
7856
7857
  "eu-west-2" : { },
7857
7858
  "eu-west-3" : { },
7859
+ "me-south-1" : { },
7858
7860
  "sa-east-1" : { },
7859
7861
  "us-east-1" : { },
7860
7862
  "us-east-2" : { },
7863
+ "us-west-1" : { },
7861
7864
  "us-west-2" : { }
7862
7865
  }
7863
7866
  },
@@ -9148,6 +9151,7 @@
9148
9151
  "eu-west-1" : { },
9149
9152
  "eu-west-2" : { },
9150
9153
  "eu-west-3" : { },
9154
+ "il-central-1" : { },
9151
9155
  "me-central-1" : { },
9152
9156
  "me-south-1" : { },
9153
9157
  "sa-east-1" : { },
@@ -14310,6 +14314,7 @@
14310
14314
  "deprecated" : true,
14311
14315
  "hostname" : "securityhub-fips.us-west-2.amazonaws.com"
14312
14316
  },
14317
+ "il-central-1" : { },
14313
14318
  "me-central-1" : { },
14314
14319
  "me-south-1" : { },
14315
14320
  "sa-east-1" : { },
@@ -18267,6 +18272,12 @@
18267
18272
  "cn-northwest-1" : { }
18268
18273
  }
18269
18274
  },
18275
+ "arc-zonal-shift" : {
18276
+ "endpoints" : {
18277
+ "cn-north-1" : { },
18278
+ "cn-northwest-1" : { }
18279
+ }
18280
+ },
18270
18281
  "athena" : {
18271
18282
  "endpoints" : {
18272
18283
  "cn-north-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.800.0
4
+ version: 1.802.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: 2023-08-08 00:00:00.000000000 Z
11
+ date: 2023-08-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: