aws-partitions 1.711.0 → 1.713.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +13 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91cb504b8d305be5808455ac9cd515977e1cef8220883ffb720ed33b6357acd1
|
|
4
|
+
data.tar.gz: 6813a8787760c0dd2877fa81aa1ef17048d6bfa51ae43c7b11404a4cc4d187c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f937eeb0e7c4c9be35800f8d77d775473370f1708c19666bbf12f99879fe0bd39f2770a34f3150efbfc9aa618976a3a79df5448afda634580d916958cb70cbb0
|
|
7
|
+
data.tar.gz: ec59560b22ed80381652bc6a217132149ae2272565290c446bcccaa13076d0450792cc53189e862ec557f7614c60aba8ca5eb43787ebbbafb63ff1bd96f4da3f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.713.0 (2023-02-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.712.0 (2023-02-15)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.711.0 (2023-02-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.713.0
|
data/partitions.json
CHANGED
|
@@ -2249,6 +2249,11 @@
|
|
|
2249
2249
|
},
|
|
2250
2250
|
"cases" : {
|
|
2251
2251
|
"endpoints" : {
|
|
2252
|
+
"ap-southeast-1" : { },
|
|
2253
|
+
"ap-southeast-2" : { },
|
|
2254
|
+
"ca-central-1" : { },
|
|
2255
|
+
"eu-central-1" : { },
|
|
2256
|
+
"eu-west-2" : { },
|
|
2252
2257
|
"fips-us-east-1" : {
|
|
2253
2258
|
"deprecated" : true
|
|
2254
2259
|
},
|
|
@@ -7282,6 +7287,7 @@
|
|
|
7282
7287
|
"ap-northeast-2" : { },
|
|
7283
7288
|
"ap-northeast-3" : { },
|
|
7284
7289
|
"ap-south-1" : { },
|
|
7290
|
+
"ap-south-2" : { },
|
|
7285
7291
|
"ap-southeast-1" : { },
|
|
7286
7292
|
"ap-southeast-2" : { },
|
|
7287
7293
|
"ap-southeast-3" : { },
|
|
@@ -8283,12 +8289,18 @@
|
|
|
8283
8289
|
"ap-east-1" : {
|
|
8284
8290
|
"hostname" : "kendra-ranking.ap-east-1.api.aws"
|
|
8285
8291
|
},
|
|
8292
|
+
"ap-northeast-1" : {
|
|
8293
|
+
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
|
|
8294
|
+
},
|
|
8286
8295
|
"ap-northeast-2" : {
|
|
8287
8296
|
"hostname" : "kendra-ranking.ap-northeast-2.api.aws"
|
|
8288
8297
|
},
|
|
8289
8298
|
"ap-northeast-3" : {
|
|
8290
8299
|
"hostname" : "kendra-ranking.ap-northeast-3.api.aws"
|
|
8291
8300
|
},
|
|
8301
|
+
"ap-south-1" : {
|
|
8302
|
+
"hostname" : "kendra-ranking.ap-south-1.api.aws"
|
|
8303
|
+
},
|
|
8292
8304
|
"ap-south-2" : {
|
|
8293
8305
|
"hostname" : "kendra-ranking.ap-south-2.api.aws"
|
|
8294
8306
|
},
|
|
@@ -11418,6 +11430,7 @@
|
|
|
11418
11430
|
"ap-southeast-1" : { },
|
|
11419
11431
|
"ap-southeast-2" : { },
|
|
11420
11432
|
"ap-southeast-3" : { },
|
|
11433
|
+
"ap-southeast-4" : { },
|
|
11421
11434
|
"ca-central-1" : {
|
|
11422
11435
|
"variants" : [ {
|
|
11423
11436
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
|
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.
|
|
4
|
+
version: 1.713.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-02-
|
|
11
|
+
date: 2023-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|