aws-partitions 1.770.0 → 1.772.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 +6 -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: 00702b3fb1aab6872af7baa017edba0df4a12a39dcdd25eee3e4a159dd27d8ce
|
4
|
+
data.tar.gz: b26ac9b943b1459011ed744f144b9f2b15e79cb4e3f8c9e5b808eeb04c260012
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23653d83822e903c4b068936f64a021c07536a8b95f9d11a328dfc24f49b2aba6c42a956949a149ed805632bae0d572b29b071cfcef19650ec8b160aa0a2710e
|
7
|
+
data.tar.gz: 58dd9d2526b38d9aaccf034cd53242f45872ef4fd611673eabaf288fe14b00e7e6e8b6bc9ca5e156b0547fdc0c6d3bf2f4bc2ee161331a6320dcf8d3ab550cb1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.772.0 (2023-05-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.771.0 (2023-05-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.770.0 (2023-05-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.772.0
|
data/partitions.json
CHANGED
@@ -1076,6 +1076,7 @@
|
|
1076
1076
|
"ap-southeast-1" : { },
|
1077
1077
|
"ap-southeast-2" : { },
|
1078
1078
|
"ap-southeast-3" : { },
|
1079
|
+
"ap-southeast-4" : { },
|
1079
1080
|
"ca-central-1" : { },
|
1080
1081
|
"eu-central-1" : { },
|
1081
1082
|
"eu-central-2" : { },
|
@@ -8526,6 +8527,7 @@
|
|
8526
8527
|
"ap-southeast-1" : { },
|
8527
8528
|
"ap-southeast-2" : { },
|
8528
8529
|
"ap-southeast-3" : { },
|
8530
|
+
"ap-southeast-4" : { },
|
8529
8531
|
"ca-central-1" : {
|
8530
8532
|
"variants" : [ {
|
8531
8533
|
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
|
@@ -13925,6 +13927,7 @@
|
|
13925
13927
|
"ap-southeast-1" : { },
|
13926
13928
|
"ap-southeast-2" : { },
|
13927
13929
|
"ap-southeast-3" : { },
|
13930
|
+
"ap-southeast-4" : { },
|
13928
13931
|
"ca-central-1" : { },
|
13929
13932
|
"eu-central-1" : { },
|
13930
13933
|
"eu-central-2" : { },
|
@@ -16165,6 +16168,7 @@
|
|
16165
16168
|
"ap-northeast-2" : { },
|
16166
16169
|
"ap-northeast-3" : { },
|
16167
16170
|
"ap-south-1" : { },
|
16171
|
+
"ap-south-2" : { },
|
16168
16172
|
"ap-southeast-1" : { },
|
16169
16173
|
"ap-southeast-2" : { },
|
16170
16174
|
"ap-southeast-3" : { },
|
@@ -16175,8 +16179,10 @@
|
|
16175
16179
|
} ]
|
16176
16180
|
},
|
16177
16181
|
"eu-central-1" : { },
|
16182
|
+
"eu-central-2" : { },
|
16178
16183
|
"eu-north-1" : { },
|
16179
16184
|
"eu-south-1" : { },
|
16185
|
+
"eu-south-2" : { },
|
16180
16186
|
"eu-west-1" : { },
|
16181
16187
|
"eu-west-2" : { },
|
16182
16188
|
"eu-west-3" : { },
|
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.772.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-05-
|
11
|
+
date: 2023-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|