aws-partitions 1.900.0 → 1.901.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 +6 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe3f23c58eb9861e492d358e67a11c3116cb1bb44e159fab1a16f028a69cf8f7
4
- data.tar.gz: 296ea33ccfe592fd93422a2fa909671fceb9d647b61420ed5488d0fbc1236c1a
3
+ metadata.gz: 0d98ddd4f500ec920370c4ab4498998ec027eec70452d847b7c3accdb29b5c68
4
+ data.tar.gz: 986edda2cd527e5e31d836b6b2c0e23298823b74fe5f9fb88608ed760a95f9e5
5
5
  SHA512:
6
- metadata.gz: e2d8e74ce14fa2f9456b3a9eccc64c78ed8afe55ece28dedb491fa6370d3899e54c514c9efa89e44831a014a3401bd4687a3011be716221989f5eb1aeb91319f
7
- data.tar.gz: c9c1627b1490a51ea0dc12ec9cc968dd0d9d05c6b61c6f7b2d9c3ff61672327d50217fa0b7cbac72b0b46e1da83fe889de87fd9384a7b7ef8a97a68b0450e908
6
+ metadata.gz: 9c2f483345d8ce0034d4e0e5d555f3d32b2a2bf4585487511c93f0897d2cec1964fb62e996b93685891e3b3c0713bc7a46a46433fa0d827c3a48b6baf2601a14
7
+ data.tar.gz: 35b27854a93ea3e98e6568fe14d28efc654c9a4027e384c037da2c35e8d82349574a63c4521cb7716428931d54455e2c344f002381c116c5b53585692109996d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.901.0 (2024-03-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.900.0 (2024-03-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.900.0
1
+ 1.901.0
data/partitions.json CHANGED
@@ -11696,8 +11696,14 @@
11696
11696
  },
11697
11697
  "media-pipelines-chime" : {
11698
11698
  "endpoints" : {
11699
+ "ap-northeast-1" : { },
11700
+ "ap-northeast-2" : { },
11701
+ "ap-south-1" : { },
11699
11702
  "ap-southeast-1" : { },
11703
+ "ap-southeast-2" : { },
11704
+ "ca-central-1" : { },
11700
11705
  "eu-central-1" : { },
11706
+ "eu-west-2" : { },
11701
11707
  "us-east-1" : {
11702
11708
  "variants" : [ {
11703
11709
  "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com",
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.900.0
4
+ version: 1.901.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: 2024-03-25 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: