aws-partitions 1.1001.0 → 1.1002.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 +14 -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: a8dd473d48cca3b4167be401bf5a97d97af1cfbba2184d6063fe2ec7d420bb30
|
|
4
|
+
data.tar.gz: b72d1d675033b53316022309fae60bb4a8040d36a8b4eb585fbf5d3366756bc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7870bfcad6b1938bdae8a0e2ad1402b85f8e0da29434bfe1690bb9d61685f4a8575ce84f18f3c3a7651ad0bfe8c523785b0a1f56339e89dea24e10da5324901a
|
|
7
|
+
data.tar.gz: d9c6f6acade126254283f3222581d97b9bac7c54f4100de24893b92ada82ac1408083a684d7fedd39e2af9ec533af25688cc31374b0b2a0482ee11157981ec56
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1002.0
|
data/partitions.json
CHANGED
|
@@ -2815,6 +2815,12 @@
|
|
|
2815
2815
|
},
|
|
2816
2816
|
"hostname" : "bedrock.eu-central-1.amazonaws.com"
|
|
2817
2817
|
},
|
|
2818
|
+
"bedrock-eu-central-2" : {
|
|
2819
|
+
"credentialScope" : {
|
|
2820
|
+
"region" : "eu-central-2"
|
|
2821
|
+
},
|
|
2822
|
+
"hostname" : "bedrock.eu-central-2.amazonaws.com"
|
|
2823
|
+
},
|
|
2818
2824
|
"bedrock-eu-west-1" : {
|
|
2819
2825
|
"credentialScope" : {
|
|
2820
2826
|
"region" : "eu-west-1"
|
|
@@ -2899,6 +2905,12 @@
|
|
|
2899
2905
|
},
|
|
2900
2906
|
"hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
|
|
2901
2907
|
},
|
|
2908
|
+
"bedrock-runtime-eu-central-2" : {
|
|
2909
|
+
"credentialScope" : {
|
|
2910
|
+
"region" : "eu-central-2"
|
|
2911
|
+
},
|
|
2912
|
+
"hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
|
|
2913
|
+
},
|
|
2902
2914
|
"bedrock-runtime-eu-west-1" : {
|
|
2903
2915
|
"credentialScope" : {
|
|
2904
2916
|
"region" : "eu-west-1"
|
|
@@ -2991,6 +3003,7 @@
|
|
|
2991
3003
|
},
|
|
2992
3004
|
"ca-central-1" : { },
|
|
2993
3005
|
"eu-central-1" : { },
|
|
3006
|
+
"eu-central-2" : { },
|
|
2994
3007
|
"eu-west-1" : { },
|
|
2995
3008
|
"eu-west-2" : { },
|
|
2996
3009
|
"eu-west-3" : { },
|
|
@@ -8939,6 +8952,7 @@
|
|
|
8939
8952
|
},
|
|
8940
8953
|
"ap-southeast-3" : { },
|
|
8941
8954
|
"ap-southeast-4" : { },
|
|
8955
|
+
"ap-southeast-5" : { },
|
|
8942
8956
|
"ca-central-1" : {
|
|
8943
8957
|
"variants" : [ {
|
|
8944
8958
|
"hostname" : "fms-fips.ca-central-1.amazonaws.com",
|
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.1002.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: 2024-11-
|
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|