aws-partitions 1.913.0 → 1.914.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +10 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea9a2292332ed4e82e7744a1fb38e786ab9fff4ea094e5f44ea3cc17c2ec330c
4
- data.tar.gz: 04dbb4efca4dfbca332b996e1b347f5a662a6bd40fedccd5cf83547228d62a68
3
+ metadata.gz: caad345fc08214a594a55addf803f452b79a9800d639cbbf03738e1d73b4ebe2
4
+ data.tar.gz: 054fff777b11297cc00c01d9c52eddd60a57c595b3a55b9736c897b5c0709938
5
5
  SHA512:
6
- metadata.gz: 3e24c29f1d31547dbf3fce8cc4e73f5050890fb5939e5a7802f3e497ebb666ed459e7309afad8fb6cf6b40c3082bb6505a4339f5e8de1d31a76c02cd8d58671d
7
- data.tar.gz: 1c7df239c1c8de15e201ce71539645a029b5034c971221e893cf15830c9a534e9575782109ddc977659bb57e7bdbcb88c6860156c97538818c1b7abb0629ccc0
6
+ metadata.gz: f0b1dd24635a409f9af29bc4b35e39176ecaa94adfadbeb9ad596847401594a6a90a16ccc8cd891d3eb82b8f0f718e7d16eaef7798f4bf7f3ce001ef529b07ae
7
+ data.tar.gz: 36e3b12ff0e4a40c6dd4cd8fda56a82048f6f1fd04e35d004e6f4dfc633baa2581f0957d108652602f18cc8f43442e746f6e9bcc8a9a502980aa96421e22ba9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.914.0 (2024-04-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.913.0 (2024-04-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.913.0
1
+ 1.914.0
data/partitions.json CHANGED
@@ -3763,6 +3763,7 @@
3763
3763
  "ap-northeast-2" : { },
3764
3764
  "ap-northeast-3" : { },
3765
3765
  "ap-south-1" : { },
3766
+ "ap-south-2" : { },
3766
3767
  "ap-southeast-1" : { },
3767
3768
  "ap-southeast-2" : { },
3768
3769
  "ap-southeast-3" : { },
@@ -3772,6 +3773,7 @@
3772
3773
  "eu-central-2" : { },
3773
3774
  "eu-north-1" : { },
3774
3775
  "eu-south-1" : { },
3776
+ "eu-south-2" : { },
3775
3777
  "eu-west-1" : { },
3776
3778
  "eu-west-2" : { },
3777
3779
  "eu-west-3" : { },
@@ -3850,6 +3852,7 @@
3850
3852
  "eu-central-2" : { },
3851
3853
  "eu-north-1" : { },
3852
3854
  "eu-south-1" : { },
3855
+ "eu-south-2" : { },
3853
3856
  "eu-west-1" : { },
3854
3857
  "eu-west-2" : { },
3855
3858
  "eu-west-3" : { },
@@ -27669,7 +27672,8 @@
27669
27672
  },
27670
27673
  "snowball" : {
27671
27674
  "endpoints" : {
27672
- "us-iso-east-1" : { }
27675
+ "us-iso-east-1" : { },
27676
+ "us-iso-west-1" : { }
27673
27677
  }
27674
27678
  },
27675
27679
  "sns" : {
@@ -28026,6 +28030,11 @@
28026
28030
  "us-isob-east-1" : { }
28027
28031
  }
28028
28032
  },
28033
+ "firehose" : {
28034
+ "endpoints" : {
28035
+ "us-isob-east-1" : { }
28036
+ }
28037
+ },
28029
28038
  "glacier" : {
28030
28039
  "endpoints" : {
28031
28040
  "us-isob-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.913.0
4
+ version: 1.914.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-04-11 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: