aws-partitions 1.841.0 → 1.843.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 +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7b6a48c33c155387781e3d68d96a2b46761bb21d980ec788e4e4bad08b0b6a1
4
- data.tar.gz: a70659359298726405a33ce014af6813da4386139d76eaad969287717aed24a7
3
+ metadata.gz: 6bb4662ab47c4fc655db4e53517ce034a7a527f165806d60ce5842bd2d6bfbab
4
+ data.tar.gz: a95e3ad1c6e99f2daab77ea716a6e1dd041c469b01e30655ea44736e422f563d
5
5
  SHA512:
6
- metadata.gz: c06a855cb9213da666f1aa4e55398da5068347ec470ca53451b2960fe551690daf1a502648ad8f5a85159d90ae5e8a29e0bcf0eeb0e5c2974a2f48a33589195e
7
- data.tar.gz: 5fe1d4d3e74fd75e900f4829e3225c6855b00b4ab373ccd3ad79c47dcfc5e8e2cd0f75bf12c0c996fcb30828584f2e0ccf8933f4d3c25315d34a8c12a038ada9
6
+ metadata.gz: 79f8f0d3984a1087d62b95362d3e447afcc36de8cbd11a557dab93912f25d027751f16224acb7dd00fe49fb29f21ee094cb2222b02eebb095e9c9e1263b46138
7
+ data.tar.gz: aee040bd96619427649402d00dfb8583183ec2621db1516a9bbf11ad0d2a28a527384871ded15d60ce34cef9af44e8f1e9bc3c2da370dafd21a684c2301793dc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.843.0 (2023-10-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.842.0 (2023-10-26)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.841.0 (2023-10-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.841.0
1
+ 1.843.0
data/partitions.json CHANGED
@@ -11147,6 +11147,7 @@
11147
11147
  "endpoints" : {
11148
11148
  "ap-northeast-1" : { },
11149
11149
  "ap-northeast-2" : { },
11150
+ "ap-northeast-3" : { },
11150
11151
  "ap-south-1" : { },
11151
11152
  "ap-southeast-1" : { },
11152
11153
  "ap-southeast-2" : { },
@@ -11167,6 +11168,7 @@
11167
11168
  "endpoints" : {
11168
11169
  "ap-northeast-1" : { },
11169
11170
  "ap-northeast-2" : { },
11171
+ "ap-northeast-3" : { },
11170
11172
  "ap-south-1" : { },
11171
11173
  "ap-southeast-1" : { },
11172
11174
  "ap-southeast-2" : { },
@@ -11187,6 +11189,7 @@
11187
11189
  "endpoints" : {
11188
11190
  "ap-northeast-1" : { },
11189
11191
  "ap-northeast-2" : { },
11192
+ "ap-northeast-3" : { },
11190
11193
  "ap-south-1" : { },
11191
11194
  "ap-southeast-1" : { },
11192
11195
  "ap-southeast-2" : { },
@@ -14990,12 +14993,16 @@
14990
14993
  "endpoints" : {
14991
14994
  "ap-northeast-1" : { },
14992
14995
  "ap-northeast-2" : { },
14996
+ "ap-northeast-3" : { },
14993
14997
  "ap-south-1" : { },
14994
14998
  "ap-southeast-1" : { },
14995
14999
  "ap-southeast-2" : { },
15000
+ "ca-central-1" : { },
14996
15001
  "eu-central-1" : { },
15002
+ "eu-north-1" : { },
14997
15003
  "eu-west-1" : { },
14998
15004
  "eu-west-2" : { },
15005
+ "eu-west-3" : { },
14999
15006
  "sa-east-1" : { },
15000
15007
  "us-east-1" : { },
15001
15008
  "us-east-2" : { },
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.841.0
4
+ version: 1.843.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-10-24 00:00:00.000000000 Z
11
+ date: 2023-10-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: