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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +13 -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: b649aee8091ec46d29561aa06fabe2c82137065b14b6dc7f4f0034ecc4aaadcc
|
4
|
+
data.tar.gz: 9cdea3329926584dbe53966bf65adfc18e65fda73002040b8947cece237e3612
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4b5fa4dbca4148a3158f00e6e089912493c0156da7c163cff41f6da94b86c88933caba708d2b2342a3776442cf79f98b41474d8fbd48cba79ddc15f69f8788c
|
7
|
+
data.tar.gz: 40e392e351023fae35e7674cffb9c0490f69f78dea3c269630e70a8006bd199fa5a9b015aa8845516e8e3c3dffaea0afaaebd053a0d02b0a3136c5ec82df3820
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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-
|
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:
|