aws-partitions 1.1000.0 → 1.1002.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +15 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2679a761fbbeeace62ca7f18ec93286b38bc4eca227d2c3d857f54ec79a4cba
4
- data.tar.gz: c793ccff01fd9e313a024c0a567e5d229435f8f25a441a47415d72b0505870ce
3
+ metadata.gz: a8dd473d48cca3b4167be401bf5a97d97af1cfbba2184d6063fe2ec7d420bb30
4
+ data.tar.gz: b72d1d675033b53316022309fae60bb4a8040d36a8b4eb585fbf5d3366756bc1
5
5
  SHA512:
6
- metadata.gz: 797537eb7fbde78480c211d0861bc98788b42687451b3f60efb55d271e46c3bce40ce1471cf065b68794da9a2bbd9007bec55710c2d46f034f9aa2092668543c
7
- data.tar.gz: 69e2a71c71c8a5781303cb1ff291008ded5c88c80dea3cbc527507234b31c2e20e86c61841d846959236b247a441f51ef768e55103ca5a7063806f2b333c0664
6
+ metadata.gz: 7870bfcad6b1938bdae8a0e2ad1402b85f8e0da29434bfe1690bb9d61685f4a8575ce84f18f3c3a7651ad0bfe8c523785b0a1f56339e89dea24e10da5324901a
7
+ data.tar.gz: d9c6f6acade126254283f3222581d97b9bac7c54f4100de24893b92ada82ac1408083a684d7fedd39e2af9ec533af25688cc31374b0b2a0482ee11157981ec56
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1002.0 (2024-11-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1001.0 (2024-11-01)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1000.0 (2024-10-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1000.0
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",
@@ -16192,6 +16206,7 @@
16192
16206
  "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
16193
16207
  },
16194
16208
  "eu-central-1" : { },
16209
+ "eu-south-2" : { },
16195
16210
  "eu-west-1" : { },
16196
16211
  "eu-west-2" : { },
16197
16212
  "il-central-1" : { },
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.1000.0
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-10-31 00:00:00.000000000 Z
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: