aws-partitions 1.864.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +8 -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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.866.0 (2023-12-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.865.0 (2023-12-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.864.0 (2023-12-07)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.866.0
|
data/partitions.json
CHANGED
@@ -2768,6 +2768,7 @@
|
|
2768
2768
|
"eu-west-1" : { },
|
2769
2769
|
"eu-west-2" : { },
|
2770
2770
|
"eu-west-3" : { },
|
2771
|
+
"il-central-1" : { },
|
2771
2772
|
"me-south-1" : { },
|
2772
2773
|
"sa-east-1" : { },
|
2773
2774
|
"us-east-1" : { },
|
@@ -6842,6 +6843,7 @@
|
|
6842
6843
|
"deprecated" : true,
|
6843
6844
|
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
6844
6845
|
},
|
6846
|
+
"me-central-1" : { },
|
6845
6847
|
"me-south-1" : { },
|
6846
6848
|
"sa-east-1" : { },
|
6847
6849
|
"us-east-1" : {
|
@@ -20284,6 +20286,12 @@
|
|
20284
20286
|
"cn-northwest-1" : { }
|
20285
20287
|
}
|
20286
20288
|
},
|
20289
|
+
"pipes" : {
|
20290
|
+
"endpoints" : {
|
20291
|
+
"cn-north-1" : { },
|
20292
|
+
"cn-northwest-1" : { }
|
20293
|
+
}
|
20294
|
+
},
|
20287
20295
|
"polly" : {
|
20288
20296
|
"endpoints" : {
|
20289
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:
|