aws-partitions 1.1083.0 → 1.1084.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 +19 -3
- 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: adb562d37218040cf316c7ece19036d5e70c518d99ef5aecd4d289926bee469b
|
4
|
+
data.tar.gz: 52a3337ad5dfbad9298bcb3983f91d2bd557ded7e3989d93f0d0f64fd7265559
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58146ac5a472bbbf6b4e4cae15986f923220f79a4d93dc93ea54c57412a66e55c080aed4f12e8f540b573717a03117b8748ff20478945df2ae549d78a41b5c5a
|
7
|
+
data.tar.gz: 2c6ae37e47aa1c3e4c730f4146748e7aa0bd51daa12b5d9a65ca75eea52554929ff926356d4c7d2c4fb803aa7b18d484c81c465cf8be1eda301f35dc77d8cef1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1084.0
|
data/partitions.json
CHANGED
@@ -10122,6 +10122,7 @@
|
|
10122
10122
|
"tags" : [ "fips" ]
|
10123
10123
|
} ]
|
10124
10124
|
},
|
10125
|
+
"ca-west-1" : { },
|
10125
10126
|
"eu-central-1" : { },
|
10126
10127
|
"eu-north-1" : { },
|
10127
10128
|
"eu-south-1" : { },
|
@@ -17848,6 +17849,7 @@
|
|
17848
17849
|
"ca-central-1" : { },
|
17849
17850
|
"eu-central-1" : { },
|
17850
17851
|
"eu-north-1" : { },
|
17852
|
+
"eu-south-2" : { },
|
17851
17853
|
"eu-west-1" : { },
|
17852
17854
|
"eu-west-2" : { },
|
17853
17855
|
"sa-east-1" : { },
|
@@ -29354,7 +29356,11 @@
|
|
29354
29356
|
"region" : "cn-northwest-1"
|
29355
29357
|
},
|
29356
29358
|
"hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
|
29357
|
-
"protocols" : [ "https" ]
|
29359
|
+
"protocols" : [ "https" ],
|
29360
|
+
"variants" : [ {
|
29361
|
+
"hostname" : "entitlement-marketplace.cn-northwest-1.api.amazonwebservices.com.cn",
|
29362
|
+
"tags" : [ "dualstack" ]
|
29363
|
+
} ]
|
29358
29364
|
}
|
29359
29365
|
}
|
29360
29366
|
},
|
@@ -33774,8 +33780,18 @@
|
|
33774
33780
|
}
|
33775
33781
|
},
|
33776
33782
|
"endpoints" : {
|
33777
|
-
"us-gov-east-1" : {
|
33778
|
-
|
33783
|
+
"us-gov-east-1" : {
|
33784
|
+
"variants" : [ {
|
33785
|
+
"hostname" : "metering-marketplace.us-gov-east-1.api.aws",
|
33786
|
+
"tags" : [ "dualstack" ]
|
33787
|
+
} ]
|
33788
|
+
},
|
33789
|
+
"us-gov-west-1" : {
|
33790
|
+
"variants" : [ {
|
33791
|
+
"hostname" : "metering-marketplace.us-gov-west-1.api.aws",
|
33792
|
+
"tags" : [ "dualstack" ]
|
33793
|
+
} ]
|
33794
|
+
}
|
33779
33795
|
}
|
33780
33796
|
},
|
33781
33797
|
"metrics.sagemaker" : {
|
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.1084.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: 2025-04-
|
11
|
+
date: 2025-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|