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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +14 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4395f3821321cf182a8a33bcc41e6827d100af59173144012a40794da1dcf0d
4
- data.tar.gz: 6798e349837f90521c48016a297f88710c84e247adce674a906fe22daffb4baf
3
+ metadata.gz: a8dd473d48cca3b4167be401bf5a97d97af1cfbba2184d6063fe2ec7d420bb30
4
+ data.tar.gz: b72d1d675033b53316022309fae60bb4a8040d36a8b4eb585fbf5d3366756bc1
5
5
  SHA512:
6
- metadata.gz: 9a19f588925b5274496eb13d61b4ade26f63ed47b7458dd9f9e6c5b776ee7a0af0bfa6f8536f3f7d207635eac0173d3e9b1fa6928f9d14575e62ae4465e1dd35
7
- data.tar.gz: 0b621ce2aeb121e6fcfb13c7fbaab5967833a41e81147516b9f2d2a697806d06362f819c0778267703da079e352608bde45a1898ac4df38835d7a7b9a01208f7
6
+ metadata.gz: 7870bfcad6b1938bdae8a0e2ad1402b85f8e0da29434bfe1690bb9d61685f4a8575ce84f18f3c3a7651ad0bfe8c523785b0a1f56339e89dea24e10da5324901a
7
+ data.tar.gz: d9c6f6acade126254283f3222581d97b9bac7c54f4100de24893b92ada82ac1408083a684d7fedd39e2af9ec533af25688cc31374b0b2a0482ee11157981ec56
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1001.0 (2024-11-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1001.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",
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.1001.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-11-01 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: