aws-partitions 1.825.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 +5 -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: d97b8a88cb0ef27d2c19ccca224aa9fffce9c8e457f2eda530ce888e1441779f
4
- data.tar.gz: fc9eb7ce91cf9cad6b069c524d14c221f6e7bdcd49fdce489bad6e891e0f6485
3
+ metadata.gz: 0e82b3e54ec02f143e2cc5b08c43da4bfc52ad0e5d10ffef0fe05541152763d7
4
+ data.tar.gz: 81c724e4a115f2708bcdda92b49bd824445dac4aa98320ad40b2fe21d56e86ef
5
5
  SHA512:
6
- metadata.gz: b808136af18a799e93b2effcefc68707d8c8c8c061051b59873744637896e820c63030724b79e529faf22c78bae907649f8b2cc0fbe2383220e238b13f2ed206
7
- data.tar.gz: baef2ffc2884541f27abc7ea6a454baf109beae7eadda489f5050ac4d0a4799e99930e5114da7d98ba052964573fb67c16685443c3cb07ba5d667f7b61f1eb48
6
+ metadata.gz: 693011ceb34a22f5fc2fc334b7174f2fe221d6094d19d34b6e3e0603aac44e94cd71fbf2826cf38cab0b9035ad3d388bbcfdd64e2c6a772a39cd39a25c69e0d0
7
+ data.tar.gz: e1e97f4607b60de807aae36d33dc9e4d3cca4f93a49897efd009eaacf7bb18dd3cacfd490ae884c3977f2b5a895745523b5d5241bdb6b1324c76e56ddfe10690
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.825.0 (2023-09-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.825.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" : { },
@@ -19559,6 +19562,12 @@
19559
19562
  "cn-northwest-1" : { }
19560
19563
  }
19561
19564
  },
19565
+ "sso" : {
19566
+ "endpoints" : {
19567
+ "cn-north-1" : { },
19568
+ "cn-northwest-1" : { }
19569
+ }
19570
+ },
19562
19571
  "states" : {
19563
19572
  "endpoints" : {
19564
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.825.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-19 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: