aws-partitions 1.900.0 → 1.902.0

Sign up to get free protection for your applications and to get access to all the features.
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 +9 -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: 783b4504170345e91862dfec8197f67450207f21e0414d47bed2d217898c362e
4
+ data.tar.gz: 166b7b3fe6bedf3a9bc1a00882b4bee5a1a06817d1dc5a433a847cafad78d1c0
5
5
  SHA512:
6
- metadata.gz: e2d8e74ce14fa2f9456b3a9eccc64c78ed8afe55ece28dedb491fa6370d3899e54c514c9efa89e44831a014a3401bd4687a3011be716221989f5eb1aeb91319f
7
- data.tar.gz: c9c1627b1490a51ea0dc12ec9cc968dd0d9d05c6b61c6f7b2d9c3ff61672327d50217fa0b7cbac72b0b46e1da83fe889de87fd9384a7b7ef8a97a68b0450e908
6
+ metadata.gz: 7fe04df5ecba32199ef458cf0a8ce6acc6d90a72f7739bbd82c7b624c9012ffeb93a5e85dade181fc7f397f2a56a1d752b3f5207dcca5fa9a07b1bdcfcad3d01
7
+ data.tar.gz: e53938ebaaf99865a2d27044245692db2b71401cd5fa6ea8cd605a16b5dcb233292ead04cc41b06be6b45a01553746ba85b6f14d3f6fb088507f694acbf09516
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.902.0 (2024-03-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.901.0 (2024-03-26)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.900.0 (2024-03-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.900.0
1
+ 1.902.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",
@@ -11808,6 +11814,7 @@
11808
11814
  "deprecated" : true,
11809
11815
  "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
11810
11816
  },
11817
+ "me-central-1" : { },
11811
11818
  "sa-east-1" : { },
11812
11819
  "us-east-1" : {
11813
11820
  "variants" : [ {
@@ -11841,6 +11848,7 @@
11841
11848
  "ap-northeast-2" : { },
11842
11849
  "ap-northeast-3" : { },
11843
11850
  "ap-south-1" : { },
11851
+ "ap-south-2" : { },
11844
11852
  "ap-southeast-1" : { },
11845
11853
  "ap-southeast-2" : { },
11846
11854
  "ap-southeast-4" : { },
@@ -11871,6 +11879,7 @@
11871
11879
  "deprecated" : true,
11872
11880
  "hostname" : "medialive-fips.us-west-2.amazonaws.com"
11873
11881
  },
11882
+ "me-central-1" : { },
11874
11883
  "sa-east-1" : { },
11875
11884
  "us-east-1" : {
11876
11885
  "variants" : [ {
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.902.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-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: