aws-partitions 1.615.0 → 1.616.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 +25 -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: 185c24c506000ca929742d2118a05bdb493e1c8c71ba342954e9fdb0d15a9291
|
|
4
|
+
data.tar.gz: b5ea4ee2e203b0e4a667d0301052af09e3654e9fe34b31e30fbbbe8deac5d0d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ff703210693772536db37f2e41061f14908fc69d8334457276fbf6a4f448333f8e8adf88cdde0dc266dc829633a1143a8ae2014c1c1cdd66f52766a0e9dd87e
|
|
7
|
+
data.tar.gz: ecae0064ee0f180b8b030e88d158fe21f4c2786d1b1dd051d79b82cef7c6e5cda306e57ddd0ae8bf6a29095dae2e1ddace6cfd064367ffe6bcd1e2b3a4a841b9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.616.0
|
data/partitions.json
CHANGED
|
@@ -1310,6 +1310,12 @@
|
|
|
1310
1310
|
"tags" : [ "dualstack" ]
|
|
1311
1311
|
} ]
|
|
1312
1312
|
},
|
|
1313
|
+
"ap-northeast-3" : {
|
|
1314
|
+
"variants" : [ {
|
|
1315
|
+
"hostname" : "appmesh.ap-northeast-3.api.aws",
|
|
1316
|
+
"tags" : [ "dualstack" ]
|
|
1317
|
+
} ]
|
|
1318
|
+
},
|
|
1313
1319
|
"ap-south-1" : {
|
|
1314
1320
|
"variants" : [ {
|
|
1315
1321
|
"hostname" : "appmesh.ap-south-1.api.aws",
|
|
@@ -1328,6 +1334,12 @@
|
|
|
1328
1334
|
"tags" : [ "dualstack" ]
|
|
1329
1335
|
} ]
|
|
1330
1336
|
},
|
|
1337
|
+
"ap-southeast-3" : {
|
|
1338
|
+
"variants" : [ {
|
|
1339
|
+
"hostname" : "appmesh.ap-southeast-3.api.aws",
|
|
1340
|
+
"tags" : [ "dualstack" ]
|
|
1341
|
+
} ]
|
|
1342
|
+
},
|
|
1331
1343
|
"ca-central-1" : {
|
|
1332
1344
|
"variants" : [ {
|
|
1333
1345
|
"hostname" : "appmesh.ca-central-1.api.aws",
|
|
@@ -6079,6 +6091,19 @@
|
|
|
6079
6091
|
"us-east-1" : { }
|
|
6080
6092
|
}
|
|
6081
6093
|
},
|
|
6094
|
+
"geo" : {
|
|
6095
|
+
"endpoints" : {
|
|
6096
|
+
"ap-northeast-1" : { },
|
|
6097
|
+
"ap-southeast-1" : { },
|
|
6098
|
+
"ap-southeast-2" : { },
|
|
6099
|
+
"eu-central-1" : { },
|
|
6100
|
+
"eu-north-1" : { },
|
|
6101
|
+
"eu-west-1" : { },
|
|
6102
|
+
"us-east-1" : { },
|
|
6103
|
+
"us-east-2" : { },
|
|
6104
|
+
"us-west-2" : { }
|
|
6105
|
+
}
|
|
6106
|
+
},
|
|
6082
6107
|
"glacier" : {
|
|
6083
6108
|
"defaults" : {
|
|
6084
6109
|
"protocols" : [ "http", "https" ]
|
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.616.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: 2022-08-
|
|
11
|
+
date: 2022-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|