aws-partitions 1.1001.0 → 1.1003.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: d4395f3821321cf182a8a33bcc41e6827d100af59173144012a40794da1dcf0d
4
- data.tar.gz: 6798e349837f90521c48016a297f88710c84e247adce674a906fe22daffb4baf
3
+ metadata.gz: 478be86da8d3c7f11af5dc14a15b6cda9962d8bd9086928162710d2fa58331dc
4
+ data.tar.gz: 2bc184d02b0ff86adfcef035416189a981dec0f4565d5885ffec1a4033f82a64
5
5
  SHA512:
6
- metadata.gz: 9a19f588925b5274496eb13d61b4ade26f63ed47b7458dd9f9e6c5b776ee7a0af0bfa6f8536f3f7d207635eac0173d3e9b1fa6928f9d14575e62ae4465e1dd35
7
- data.tar.gz: 0b621ce2aeb121e6fcfb13c7fbaab5967833a41e81147516b9f2d2a697806d06362f819c0778267703da079e352608bde45a1898ac4df38835d7a7b9a01208f7
6
+ metadata.gz: 8cbdf8ca5e33558acbeeb3078023557d624eb4b71a001d556af25c7b15d74282b58db20f9eabef8b00461b25050701ab43714f99999698d7f07ee71914612cc4
7
+ data.tar.gz: 01543317007e0cfa15a255a87c9435ef28b012928a4ddd21ed0976594f78cd705eec1b9481a993028021c4084007e3f5076e7a0bb26b0b316b6ca288f451147a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1003.0 (2024-11-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1002.0 (2024-11-07)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1001.0 (2024-11-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1001.0
1
+ 1.1003.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" : { },
@@ -6331,6 +6344,7 @@
6331
6344
  "ap-southeast-2" : { },
6332
6345
  "ap-southeast-3" : { },
6333
6346
  "ap-southeast-4" : { },
6347
+ "ap-southeast-5" : { },
6334
6348
  "ca-central-1" : {
6335
6349
  "variants" : [ {
6336
6350
  "hostname" : "ds-fips.ca-central-1.amazonaws.com",
@@ -8939,6 +8953,7 @@
8939
8953
  },
8940
8954
  "ap-southeast-3" : { },
8941
8955
  "ap-southeast-4" : { },
8956
+ "ap-southeast-5" : { },
8942
8957
  "ca-central-1" : {
8943
8958
  "variants" : [ {
8944
8959
  "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.1003.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-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: