aws-partitions 1.846.0 → 1.848.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 +16 -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: 19dc7d277da8263fa435586b1e11632916b3fd1b9d5882a93cda4a9c4d6732ae
|
4
|
+
data.tar.gz: 43ed9d656f786f7b242c42849a29fc23217bd771606c19fc960badb37491a9b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e44e55e8f444902b7cf1ba68652b8bf1e4aee4ce71904a5aa7186c5598d9fc212ac612a3ecddf0a6acb79e8bbc04d6aa17683f69d9ffc2698ea4813a294b06b6
|
7
|
+
data.tar.gz: d4630baa53ed1315345e6e7605ec2c3aa3f31e55686108a5e0c1187881ff0753e8d948405a2a9da02e288b9f5f6e2ba5ed91a32f58ec80bd8339c60ccee2d7ab
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.848.0 (2023-11-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.847.0 (2023-11-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.846.0 (2023-11-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.848.0
|
data/partitions.json
CHANGED
@@ -1050,11 +1050,18 @@
|
|
1050
1050
|
"endpoints" : {
|
1051
1051
|
"af-south-1" : { },
|
1052
1052
|
"ap-northeast-1" : { },
|
1053
|
+
"ap-northeast-2" : { },
|
1054
|
+
"ap-northeast-3" : { },
|
1053
1055
|
"ap-south-1" : { },
|
1054
1056
|
"ap-southeast-1" : { },
|
1055
1057
|
"ap-southeast-2" : { },
|
1058
|
+
"ap-southeast-4" : { },
|
1059
|
+
"ca-central-1" : { },
|
1056
1060
|
"eu-central-1" : { },
|
1061
|
+
"eu-north-1" : { },
|
1057
1062
|
"eu-west-1" : { },
|
1063
|
+
"eu-west-3" : { },
|
1064
|
+
"sa-east-1" : { },
|
1058
1065
|
"us-east-1" : { },
|
1059
1066
|
"us-east-2" : { },
|
1060
1067
|
"us-west-2" : { }
|
@@ -1760,10 +1767,13 @@
|
|
1760
1767
|
"apprunner" : {
|
1761
1768
|
"endpoints" : {
|
1762
1769
|
"ap-northeast-1" : { },
|
1770
|
+
"ap-south-1" : { },
|
1763
1771
|
"ap-southeast-1" : { },
|
1764
1772
|
"ap-southeast-2" : { },
|
1765
1773
|
"eu-central-1" : { },
|
1766
1774
|
"eu-west-1" : { },
|
1775
|
+
"eu-west-2" : { },
|
1776
|
+
"eu-west-3" : { },
|
1767
1777
|
"fips-us-east-1" : {
|
1768
1778
|
"credentialScope" : {
|
1769
1779
|
"region" : "us-east-1"
|
@@ -4056,6 +4066,7 @@
|
|
4056
4066
|
"ap-southeast-1" : { },
|
4057
4067
|
"ap-southeast-2" : { },
|
4058
4068
|
"ap-southeast-3" : { },
|
4069
|
+
"ap-southeast-4" : { },
|
4059
4070
|
"ca-central-1" : {
|
4060
4071
|
"variants" : [ {
|
4061
4072
|
"hostname" : "controltower-fips.ca-central-1.amazonaws.com",
|
@@ -25808,6 +25819,11 @@
|
|
25808
25819
|
"us-isob-east-1" : { }
|
25809
25820
|
}
|
25810
25821
|
},
|
25822
|
+
"runtime.sagemaker" : {
|
25823
|
+
"endpoints" : {
|
25824
|
+
"us-isob-east-1" : { }
|
25825
|
+
}
|
25826
|
+
},
|
25811
25827
|
"s3" : {
|
25812
25828
|
"defaults" : {
|
25813
25829
|
"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.848.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-11-
|
11
|
+
date: 2023-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|