aws-partitions 1.847.0 → 1.849.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 +6 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a6382f1e48bbb4eed47372c3cbdb6ab9eada60894fb77221ee3fc37af6685be
4
- data.tar.gz: a8e88ab61da9c3cfb5a5ffffa37175446d6f328480b011b96b01dd3226c8966a
3
+ metadata.gz: c4263d12e772aee03e7022038cbe067ae6dce5eec51ba22cb0877ddc6db29698
4
+ data.tar.gz: 320c1a555d62cfc48303d8921cb418d1d7df09f5cede7dfd7950952fda69ae2f
5
5
  SHA512:
6
- metadata.gz: 8a28a727c7d0086cb3f78fd4975f191f1110c0d7bc06dd71e6dbd69bc393a56846e126cf61080a25798581cd9da6d08b687ee42aea16544f8fc2e7d173d67808
7
- data.tar.gz: 300d59b7c1d652a3408b4730e263322b68ba3be98de3ed71b29a4be0b779e76cb55a97c9c33dfd3811b7e591bcf665e2d798e4b9f616c9f096d94f5c3af25272
6
+ metadata.gz: d222ccf610eb19d703c475710aa1f4b8b3f321d4ab9be890c963db27ca79333c5f98fba8843099076ce9dfb8797b8c895f8343a2be5f43819678dce473fbc7c0
7
+ data.tar.gz: f93557ca399874f5daf53b3ac304ef266aa8bd79aaffc35ef2dce43d1a5905758cc504bfa372e0d7d318203c0c31de8c34b7a323861e204ffcf07ff92dc7f977
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.849.0 (2023-11-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.848.0 (2023-11-08)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.847.0 (2023-11-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.847.0
1
+ 1.849.0
data/partitions.json CHANGED
@@ -1767,10 +1767,13 @@
1767
1767
  "apprunner" : {
1768
1768
  "endpoints" : {
1769
1769
  "ap-northeast-1" : { },
1770
+ "ap-south-1" : { },
1770
1771
  "ap-southeast-1" : { },
1771
1772
  "ap-southeast-2" : { },
1772
1773
  "eu-central-1" : { },
1773
1774
  "eu-west-1" : { },
1775
+ "eu-west-2" : { },
1776
+ "eu-west-3" : { },
1774
1777
  "fips-us-east-1" : {
1775
1778
  "credentialScope" : {
1776
1779
  "region" : "us-east-1"
@@ -3355,7 +3358,9 @@
3355
3358
  "ap-east-1" : { },
3356
3359
  "ap-northeast-1" : { },
3357
3360
  "ap-northeast-2" : { },
3361
+ "ap-northeast-3" : { },
3358
3362
  "ap-south-1" : { },
3363
+ "ap-south-2" : { },
3359
3364
  "ap-southeast-1" : { },
3360
3365
  "ap-southeast-2" : { },
3361
3366
  "ca-central-1" : {
@@ -3406,6 +3411,7 @@
3406
3411
  "deprecated" : true,
3407
3412
  "hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
3408
3413
  },
3414
+ "me-central-1" : { },
3409
3415
  "me-south-1" : { },
3410
3416
  "sa-east-1" : { },
3411
3417
  "us-east-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.847.0
4
+ version: 1.849.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-11-07 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: