aws-partitions 1.824.0 → 1.826.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 +10 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bacb02cd86442302a83ba404f8d38072010daa653593b70cbdf2a0406a35370
4
- data.tar.gz: 1ed4a2de022be1b46ddf5e72a83c24d4139ee9d45bc3f2a1dd16530f7204b4a9
3
+ metadata.gz: 0e82b3e54ec02f143e2cc5b08c43da4bfc52ad0e5d10ffef0fe05541152763d7
4
+ data.tar.gz: 81c724e4a115f2708bcdda92b49bd824445dac4aa98320ad40b2fe21d56e86ef
5
5
  SHA512:
6
- metadata.gz: 31204fcc46cb112789aab07cf33df0a089d481d15d9422e2232a854f510c9306fd19ecb6eb42b4cf86db05f76c9441ae49fda8ce1c90d161e009c9d53facfb9c
7
- data.tar.gz: b715f1c2aeebc23fd89f86529c79ee82007dcf5b97b3f515de868a4bd88ed8b9669dbd121b82a35217c3631b997912a9d9c1eb84227ccd5729f36788613fd859
6
+ metadata.gz: 693011ceb34a22f5fc2fc334b7174f2fe221d6094d19d34b6e3e0603aac44e94cd71fbf2826cf38cab0b9035ad3d388bbcfdd64e2c6a772a39cd39a25c69e0d0
7
+ data.tar.gz: e1e97f4607b60de807aae36d33dc9e4d3cca4f93a49897efd009eaacf7bb18dd3cacfd490ae884c3977f2b5a895745523b5d5241bdb6b1324c76e56ddfe10690
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.826.0 (2023-09-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.825.0 (2023-09-19)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.824.0 (2023-09-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.824.0
1
+ 1.826.0
data/partitions.json CHANGED
@@ -12182,13 +12182,16 @@
12182
12182
  "ap-northeast-2" : { },
12183
12183
  "ap-northeast-3" : { },
12184
12184
  "ap-south-1" : { },
12185
+ "ap-south-2" : { },
12185
12186
  "ap-southeast-1" : { },
12186
12187
  "ap-southeast-2" : { },
12187
12188
  "ap-southeast-3" : { },
12188
12189
  "ca-central-1" : { },
12189
12190
  "eu-central-1" : { },
12191
+ "eu-central-2" : { },
12190
12192
  "eu-north-1" : { },
12191
12193
  "eu-south-1" : { },
12194
+ "eu-south-2" : { },
12192
12195
  "eu-west-1" : { },
12193
12196
  "eu-west-2" : { },
12194
12197
  "eu-west-3" : { },
@@ -16084,6 +16087,7 @@
16084
16087
  "ap-southeast-3" : { },
16085
16088
  "ca-central-1" : { },
16086
16089
  "eu-central-1" : { },
16090
+ "eu-central-2" : { },
16087
16091
  "eu-north-1" : { },
16088
16092
  "eu-south-1" : { },
16089
16093
  "eu-west-1" : { },
@@ -19558,6 +19562,12 @@
19558
19562
  "cn-northwest-1" : { }
19559
19563
  }
19560
19564
  },
19565
+ "sso" : {
19566
+ "endpoints" : {
19567
+ "cn-north-1" : { },
19568
+ "cn-northwest-1" : { }
19569
+ }
19570
+ },
19561
19571
  "states" : {
19562
19572
  "endpoints" : {
19563
19573
  "cn-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.824.0
4
+ version: 1.826.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: 2023-09-15 00:00:00.000000000 Z
11
+ date: 2023-09-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: