aws-partitions 1.712.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +12 -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
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
|
},
|
|
@@ -8284,12 +8289,18 @@
|
|
|
8284
8289
|
"ap-east-1" : {
|
|
8285
8290
|
"hostname" : "kendra-ranking.ap-east-1.api.aws"
|
|
8286
8291
|
},
|
|
8292
|
+
"ap-northeast-1" : {
|
|
8293
|
+
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
|
|
8294
|
+
},
|
|
8287
8295
|
"ap-northeast-2" : {
|
|
8288
8296
|
"hostname" : "kendra-ranking.ap-northeast-2.api.aws"
|
|
8289
8297
|
},
|
|
8290
8298
|
"ap-northeast-3" : {
|
|
8291
8299
|
"hostname" : "kendra-ranking.ap-northeast-3.api.aws"
|
|
8292
8300
|
},
|
|
8301
|
+
"ap-south-1" : {
|
|
8302
|
+
"hostname" : "kendra-ranking.ap-south-1.api.aws"
|
|
8303
|
+
},
|
|
8293
8304
|
"ap-south-2" : {
|
|
8294
8305
|
"hostname" : "kendra-ranking.ap-south-2.api.aws"
|
|
8295
8306
|
},
|
|
@@ -11419,6 +11430,7 @@
|
|
|
11419
11430
|
"ap-southeast-1" : { },
|
|
11420
11431
|
"ap-southeast-2" : { },
|
|
11421
11432
|
"ap-southeast-3" : { },
|
|
11433
|
+
"ap-southeast-4" : { },
|
|
11422
11434
|
"ca-central-1" : {
|
|
11423
11435
|
"variants" : [ {
|
|
11424
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:
|