aws-partitions 1.895.0 → 1.896.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 +11 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14dc680e1ff5d818d1028fb34b7537e09d2465d46defe1328af0d5f501858160
4
- data.tar.gz: 69ac475de3e8ab509360cce180e7033a13cd5a14213bcd8d961872bf20c0ba13
3
+ metadata.gz: 44af9e770f39b368b2bd3e766afad8c2594d4f722e7fabb25fcf7f585502175e
4
+ data.tar.gz: 834235977a42baf9257cad4655e95d815c6457d6cca08d60528a5b39f2797d4c
5
5
  SHA512:
6
- metadata.gz: '018bb0ad35992c40ecaf1cdfab77c9d0bf6e64dc9fd221ec7c4cccdd3a633a8be69cacc7dc5bd99e9f91cd3f38fc4a916ada706806dbf339c3ed844e176d9908'
7
- data.tar.gz: ac4bbcdf074c86bd5542e41b891b47d85a0dcca69b17938163a61f02ca12113d70a782ad892646b0fc04c828f22955f889d23c0133df4cdca152fdf2ade43020
6
+ metadata.gz: 9e581824cb5b7f789a65b53674687811a3e0a845f0109314602dcbc04df12307d8a4540625c98b31b6d174c2d0fd027b7fc514d73473df405856d6ebfd69d957
7
+ data.tar.gz: 10248630c141e031c0174936a1e2f4ce74830fc0e2c1758ce6e7401c0817d31f6a9dff4b6b332da2314d512a47d98831d05128cfdce251537c7d76730c7db7f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.896.0 (2024-03-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.895.0 (2024-02-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.895.0
1
+ 1.896.0
data/partitions.json CHANGED
@@ -8677,6 +8677,7 @@
8677
8677
  "ap-southeast-3" : { },
8678
8678
  "ap-southeast-4" : { },
8679
8679
  "ca-central-1" : { },
8680
+ "ca-west-1" : { },
8680
8681
  "eu-central-1" : { },
8681
8682
  "eu-central-2" : { },
8682
8683
  "eu-north-1" : { },
@@ -10699,6 +10700,7 @@
10699
10700
  "ap-southeast-3" : { },
10700
10701
  "ap-southeast-4" : { },
10701
10702
  "ca-central-1" : { },
10703
+ "ca-west-1" : { },
10702
10704
  "eu-central-1" : { },
10703
10705
  "eu-central-2" : { },
10704
10706
  "eu-north-1" : { },
@@ -14788,6 +14790,7 @@
14788
14790
  "ap-southeast-3" : { },
14789
14791
  "ap-southeast-4" : { },
14790
14792
  "ca-central-1" : { },
14793
+ "ca-west-1" : { },
14791
14794
  "eu-central-1" : { },
14792
14795
  "eu-central-2" : { },
14793
14796
  "eu-north-1" : { },
@@ -21193,6 +21196,12 @@
21193
21196
  }
21194
21197
  }
21195
21198
  },
21199
+ "network-firewall" : {
21200
+ "endpoints" : {
21201
+ "cn-north-1" : { },
21202
+ "cn-northwest-1" : { }
21203
+ }
21204
+ },
21196
21205
  "oam" : {
21197
21206
  "endpoints" : {
21198
21207
  "cn-north-1" : { },
@@ -26598,7 +26607,8 @@
26598
26607
  },
26599
26608
  "arc-zonal-shift" : {
26600
26609
  "endpoints" : {
26601
- "us-iso-east-1" : { }
26610
+ "us-iso-east-1" : { },
26611
+ "us-iso-west-1" : { }
26602
26612
  }
26603
26613
  },
26604
26614
  "athena" : {
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.895.0
4
+ version: 1.896.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-02-29 00:00:00.000000000 Z
11
+ date: 2024-03-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: