aws-partitions 1.865.0 → 1.866.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 +7 -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: 7740ddee5b64307e91c2987902e16e4c84bd48f266dd69616bae2d1af0ea4a5b
|
|
4
|
+
data.tar.gz: 02c857abc660c4107c5160e0c2c0baeb53885cc2d92af6d84512b79ff74c07ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d9ef7c09f4fa3f88903b61298ca3de0f4b99330ea5076dd551efcf715a4f0963309603e97f12a73d96f7bac4e5f4b72e261c7b09cb9dacc184a107f932e4e49
|
|
7
|
+
data.tar.gz: '001158a3153e7738896fdda69194000446a2fb3ebc91b808db595568b74bcfcb34974879b8d3fa8613b8c635e53b582fba578c78c10899d5aa17333dab8ab903'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.866.0
|
data/partitions.json
CHANGED
|
@@ -6843,6 +6843,7 @@
|
|
|
6843
6843
|
"deprecated" : true,
|
|
6844
6844
|
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
|
6845
6845
|
},
|
|
6846
|
+
"me-central-1" : { },
|
|
6846
6847
|
"me-south-1" : { },
|
|
6847
6848
|
"sa-east-1" : { },
|
|
6848
6849
|
"us-east-1" : {
|
|
@@ -20285,6 +20286,12 @@
|
|
|
20285
20286
|
"cn-northwest-1" : { }
|
|
20286
20287
|
}
|
|
20287
20288
|
},
|
|
20289
|
+
"pipes" : {
|
|
20290
|
+
"endpoints" : {
|
|
20291
|
+
"cn-north-1" : { },
|
|
20292
|
+
"cn-northwest-1" : { }
|
|
20293
|
+
}
|
|
20294
|
+
},
|
|
20288
20295
|
"polly" : {
|
|
20289
20296
|
"endpoints" : {
|
|
20290
20297
|
"cn-northwest-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.
|
|
4
|
+
version: 1.866.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-12-
|
|
11
|
+
date: 2023-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|