aws-partitions 1.951.0 → 1.952.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 +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d250211baa1bc5fbf338694d6670cea227fa625ac627121151ad03618265207c
4
- data.tar.gz: 19cd1c30f02432b9701f2378fbfcf8d7eaa0bed66897960648d4cdb6a28f523d
3
+ metadata.gz: 511e749a00535efc0e80a953de17057b04e468541f0ab5ac72e0e130dc297624
4
+ data.tar.gz: 98f3c1d5d201fa4e233c402c45d38babe9663fcec328ddc9ec3ccb1dd60cc80b
5
5
  SHA512:
6
- metadata.gz: 3096d9cc66480e12c9080a0897b1d2d6f44efb65e2d290c19ee9d6e114c5e249ff6795b81f2e7ae72283d1ad63f32d3581696230270f3ebd60cf39d657e8fb2c
7
- data.tar.gz: 8b9d4c260f3bb078e32825b97a37225f92c39f7f05f40d5944656658762b15fdd588ed439675214ecb17a855513ac85311b06972d54a241ed2684fcbae90abfd
6
+ metadata.gz: 6cd0ffc0f27706cd333b683a3e37aa024585eff33cb76efd94c77a3175d174213de5241205731f35f72ea503ab75c6690a902fbdf7b6797dd7f55e751c3f8343
7
+ data.tar.gz: c5fdc8fcf376f3fd46fa796f02f3fdbf3a751ed6e2eeec7a76b632d8b511a35fdf097ec00935d91529f21ffe70e5a8dd8605b9e138f7050bf5bfa0b3a95a6c88
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.952.0 (2024-07-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.951.0 (2024-07-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.951.0
1
+ 1.952.0
data/partitions.json CHANGED
@@ -3923,6 +3923,7 @@
3923
3923
  "ap-southeast-3" : { },
3924
3924
  "ap-southeast-4" : { },
3925
3925
  "ca-central-1" : { },
3926
+ "ca-west-1" : { },
3926
3927
  "eu-central-1" : { },
3927
3928
  "eu-central-2" : { },
3928
3929
  "eu-north-1" : { },
@@ -3992,6 +3993,7 @@
3992
3993
  "cognito-idp" : {
3993
3994
  "endpoints" : {
3994
3995
  "af-south-1" : { },
3996
+ "ap-east-1" : { },
3995
3997
  "ap-northeast-1" : { },
3996
3998
  "ap-northeast-2" : { },
3997
3999
  "ap-northeast-3" : { },
@@ -4002,6 +4004,7 @@
4002
4004
  "ap-southeast-3" : { },
4003
4005
  "ap-southeast-4" : { },
4004
4006
  "ca-central-1" : { },
4007
+ "ca-west-1" : { },
4005
4008
  "eu-central-1" : { },
4006
4009
  "eu-central-2" : { },
4007
4010
  "eu-north-1" : { },
@@ -17739,6 +17742,7 @@
17739
17742
  "tags" : [ "fips" ]
17740
17743
  } ]
17741
17744
  },
17745
+ "ca-west-1" : { },
17742
17746
  "eu-central-1" : { },
17743
17747
  "eu-central-2" : { },
17744
17748
  "eu-north-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.951.0
4
+ version: 1.952.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-07-03 00:00:00.000000000 Z
11
+ date: 2024-07-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: