aws-partitions 1.910.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +23 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a1369be8588f5bb1bb650372a224707d2531ee1be97c17ba4ca9bb2cb560703
4
- data.tar.gz: f7099fed8e40183966b0c029b0d8acd5a086ee669f143b44385a8b4b6abb42c3
3
+ metadata.gz: b649aee8091ec46d29561aa06fabe2c82137065b14b6dc7f4f0034ecc4aaadcc
4
+ data.tar.gz: 9cdea3329926584dbe53966bf65adfc18e65fda73002040b8947cece237e3612
5
5
  SHA512:
6
- metadata.gz: 25ddea73c8b238f39a770f63780036d1a75fb5c65d2cf949a758c475708aba8b84fdd9a227745bf09f593cc4128d1ef5b62ea23db2080f508e20fdccfab0528d
7
- data.tar.gz: bc7665d478de698f86ed690fbce597e5a26e3f130e138c382461d1eda63042d878305c174f80ec2e5e9d6694ec182bdb35b1c7eb6c01040244fe8f961a5f54c8
6
+ metadata.gz: b4b5fa4dbca4148a3158f00e6e089912493c0156da7c163cff41f6da94b86c88933caba708d2b2342a3776442cf79f98b41474d8fbd48cba79ddc15f69f8788c
7
+ data.tar.gz: 40e392e351023fae35e7674cffb9c0490f69f78dea3c269630e70a8006bd199fa5a9b015aa8845516e8e3c3dffaea0afaaebd053a0d02b0a3136c5ec82df3820
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.911.0 (2024-04-09)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.910.0 (2024-04-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.910.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"
@@ -14750,19 +14763,29 @@
14750
14763
  },
14751
14764
  "resource-explorer-2" : {
14752
14765
  "endpoints" : {
14766
+ "af-south-1" : { },
14767
+ "ap-east-1" : { },
14753
14768
  "ap-northeast-1" : { },
14754
14769
  "ap-northeast-2" : { },
14755
14770
  "ap-northeast-3" : { },
14756
14771
  "ap-south-1" : { },
14772
+ "ap-south-2" : { },
14757
14773
  "ap-southeast-1" : { },
14758
14774
  "ap-southeast-2" : { },
14759
14775
  "ap-southeast-3" : { },
14776
+ "ap-southeast-4" : { },
14760
14777
  "ca-central-1" : { },
14778
+ "ca-west-1" : { },
14761
14779
  "eu-central-1" : { },
14780
+ "eu-central-2" : { },
14762
14781
  "eu-north-1" : { },
14782
+ "eu-south-1" : { },
14783
+ "eu-south-2" : { },
14763
14784
  "eu-west-1" : { },
14764
14785
  "eu-west-2" : { },
14765
14786
  "eu-west-3" : { },
14787
+ "il-central-1" : { },
14788
+ "me-central-1" : { },
14766
14789
  "me-south-1" : { },
14767
14790
  "sa-east-1" : { },
14768
14791
  "us-east-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.910.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-08 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: