aws-partitions 1.769.0 → 1.771.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 +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: 37f4c6049c4937d25f369f96880e6eb6a54c0ef4b72537e63e730deda2348cf2
|
4
|
+
data.tar.gz: 5a618326228c46897ca6f9a626bf3bb0df740a5ca03061c4c411b76dead83239
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9642e22dbeb803e4f2eed6a571e15eecf6fa14d6f91f6818c99eb3c47cd99fa0a1e9b6d9f0b9ffda0109cbc89f013267d6728139b5f89076147af02fc88e3429
|
7
|
+
data.tar.gz: '0740980a74a2b35a2bdf0f5a7792992a7ce600804367b01a4f2c60e7e249241c70433e621384d9a085807c3e55555b7ca63e029a1b2dcd7ede5083080e458f7b'
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.771.0 (2023-05-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.770.0 (2023-05-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.769.0 (2023-05-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.771.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" : { },
|
@@ -2836,6 +2837,7 @@
|
|
2836
2837
|
"ap-southeast-1" : { },
|
2837
2838
|
"ap-southeast-2" : { },
|
2838
2839
|
"ap-southeast-3" : { },
|
2840
|
+
"ap-southeast-4" : { },
|
2839
2841
|
"ca-central-1" : { },
|
2840
2842
|
"eu-central-1" : { },
|
2841
2843
|
"eu-central-2" : { },
|
@@ -4263,6 +4265,7 @@
|
|
4263
4265
|
"ap-southeast-1" : { },
|
4264
4266
|
"ap-southeast-2" : { },
|
4265
4267
|
"ap-southeast-3" : { },
|
4268
|
+
"ap-southeast-4" : { },
|
4266
4269
|
"ca-central-1" : {
|
4267
4270
|
"variants" : [ {
|
4268
4271
|
"hostname" : "datasync-fips.ca-central-1.amazonaws.com",
|
@@ -6625,6 +6628,7 @@
|
|
6625
6628
|
} ]
|
6626
6629
|
},
|
6627
6630
|
"ap-southeast-3" : { },
|
6631
|
+
"ap-southeast-4" : { },
|
6628
6632
|
"ca-central-1" : {
|
6629
6633
|
"variants" : [ {
|
6630
6634
|
"hostname" : "fms-fips.ca-central-1.amazonaws.com",
|
@@ -6958,6 +6962,7 @@
|
|
6958
6962
|
"ap-southeast-1" : { },
|
6959
6963
|
"ap-southeast-2" : { },
|
6960
6964
|
"ap-southeast-3" : { },
|
6965
|
+
"ap-southeast-4" : { },
|
6961
6966
|
"ca-central-1" : {
|
6962
6967
|
"variants" : [ {
|
6963
6968
|
"hostname" : "fsx-fips.ca-central-1.amazonaws.com",
|
@@ -8522,6 +8527,7 @@
|
|
8522
8527
|
"ap-southeast-1" : { },
|
8523
8528
|
"ap-southeast-2" : { },
|
8524
8529
|
"ap-southeast-3" : { },
|
8530
|
+
"ap-southeast-4" : { },
|
8525
8531
|
"ca-central-1" : {
|
8526
8532
|
"variants" : [ {
|
8527
8533
|
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
|
@@ -13921,6 +13927,7 @@
|
|
13921
13927
|
"ap-southeast-1" : { },
|
13922
13928
|
"ap-southeast-2" : { },
|
13923
13929
|
"ap-southeast-3" : { },
|
13930
|
+
"ap-southeast-4" : { },
|
13924
13931
|
"ca-central-1" : { },
|
13925
13932
|
"eu-central-1" : { },
|
13926
13933
|
"eu-central-2" : { },
|
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.771.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-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|