aws-partitions 1.911.0 → 1.912.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +13 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8d5985f202f685ae8c7e43b24b0645648eeabef9a96090b59fcbaac19c117e5
4
- data.tar.gz: ca6bad33ca6d21ea1d6e0eeebc86f891fee401bc5992e0e341d49e9404239024
3
+ metadata.gz: b649aee8091ec46d29561aa06fabe2c82137065b14b6dc7f4f0034ecc4aaadcc
4
+ data.tar.gz: 9cdea3329926584dbe53966bf65adfc18e65fda73002040b8947cece237e3612
5
5
  SHA512:
6
- metadata.gz: 2fe732370f26c450b0236aa0b74de199ac6d75c6b3d4c29acf9fc27ead58ab7a2dd631123cad3a3e14cd94bcf18f08056a72c8ae59fc4a41a3446712f7606d37
7
- data.tar.gz: 231aa22938e09945e37239680c3dded323c00c052e245995d43ed1d66e1eb96cc1ed461c14dd97c7c6a2ae7c56efdc515cd394d218c73654106fbe4911d9d53a
6
+ metadata.gz: b4b5fa4dbca4148a3158f00e6e089912493c0156da7c163cff41f6da94b86c88933caba708d2b2342a3776442cf79f98b41474d8fbd48cba79ddc15f69f8788c
7
+ data.tar.gz: 40e392e351023fae35e7674cffb9c0490f69f78dea3c269630e70a8006bd199fa5a9b015aa8845516e8e3c3dffaea0afaaebd053a0d02b0a3136c5ec82df3820
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.912.0 (2024-04-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.911.0 (2024-04-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.911.0
1
+ 1.912.0
data/partitions.json CHANGED
@@ -2641,6 +2641,7 @@
2641
2641
  "endpoints" : {
2642
2642
  "ap-northeast-1" : { },
2643
2643
  "ap-southeast-1" : { },
2644
+ "ap-southeast-2" : { },
2644
2645
  "bedrock-ap-northeast-1" : {
2645
2646
  "credentialScope" : {
2646
2647
  "region" : "ap-northeast-1"
@@ -2653,6 +2654,12 @@
2653
2654
  },
2654
2655
  "hostname" : "bedrock.ap-southeast-1.amazonaws.com"
2655
2656
  },
2657
+ "bedrock-ap-southeast-2" : {
2658
+ "credentialScope" : {
2659
+ "region" : "ap-southeast-2"
2660
+ },
2661
+ "hostname" : "bedrock.ap-southeast-2.amazonaws.com"
2662
+ },
2656
2663
  "bedrock-eu-central-1" : {
2657
2664
  "credentialScope" : {
2658
2665
  "region" : "eu-central-1"
@@ -2689,6 +2696,12 @@
2689
2696
  },
2690
2697
  "hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
2691
2698
  },
2699
+ "bedrock-runtime-ap-southeast-2" : {
2700
+ "credentialScope" : {
2701
+ "region" : "ap-southeast-2"
2702
+ },
2703
+ "hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
2704
+ },
2692
2705
  "bedrock-runtime-eu-central-1" : {
2693
2706
  "credentialScope" : {
2694
2707
  "region" : "eu-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.911.0
4
+ version: 1.912.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-04-09 00:00:00.000000000 Z
11
+ date: 2024-04-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: