aws-partitions 1.922.0 → 1.923.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 +43 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97bef3fbcf7eb6a12fedeb87fd04d7594e15ee794822f69e1fcc7fed995e70af
4
- data.tar.gz: 14708ae0b7b693102b81cab94d7c1afab192b4356cc011e357033f1cf539e14a
3
+ metadata.gz: cdd46829083ce63af59e3bdcd9fe64dcc7297699df1a21b2acd00654f11a9430
4
+ data.tar.gz: d32251f454f8b04fe6812ac7f9523922125d5b0088b04fa564ec6e074e3ba893
5
5
  SHA512:
6
- metadata.gz: 0abb78375987f0fbb00ab86890bd0d27d8b2a4efafc0d8cbf9bc68080782a64a5064596a8370841d14eb033aecbb45dce8e4efff3810921cf08c43484cd66e86
7
- data.tar.gz: 98c250bb05f3b410ca0e495f91c3e50712268f30019f01bb0de2f694fa1d03235a843ae06d3d3c9bc7947932d212fb2bec57a539eec749d78544403470e3a273
6
+ metadata.gz: 5a0525f705f6c10e7e3bf35487a20ec7bba7b3abc283c270b89371a0b7ed367485469f14bb516f67029c4297ad2ed0bbfe651620f30ab28f4cef6068af59fd8d
7
+ data.tar.gz: 707bfec7a19758653c55521a200a7d17680b63659320e4d3e39d1c57ab9e65b4c63d8969699bb06884975d2198f70b4e2516d823c650a3157bc3e46131c677a0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.923.0 (2024-05-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.922.0 (2024-04-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.922.0
1
+ 1.923.0
data/partitions.json CHANGED
@@ -2640,6 +2640,7 @@
2640
2640
  "bedrock" : {
2641
2641
  "endpoints" : {
2642
2642
  "ap-northeast-1" : { },
2643
+ "ap-south-1" : { },
2643
2644
  "ap-southeast-1" : { },
2644
2645
  "ap-southeast-2" : { },
2645
2646
  "bedrock-ap-northeast-1" : {
@@ -2648,6 +2649,12 @@
2648
2649
  },
2649
2650
  "hostname" : "bedrock.ap-northeast-1.amazonaws.com"
2650
2651
  },
2652
+ "bedrock-ap-south-1" : {
2653
+ "credentialScope" : {
2654
+ "region" : "ap-south-1"
2655
+ },
2656
+ "hostname" : "bedrock.ap-south-1.amazonaws.com"
2657
+ },
2651
2658
  "bedrock-ap-southeast-1" : {
2652
2659
  "credentialScope" : {
2653
2660
  "region" : "ap-southeast-1"
@@ -2666,6 +2673,12 @@
2666
2673
  },
2667
2674
  "hostname" : "bedrock.eu-central-1.amazonaws.com"
2668
2675
  },
2676
+ "bedrock-eu-west-1" : {
2677
+ "credentialScope" : {
2678
+ "region" : "eu-west-1"
2679
+ },
2680
+ "hostname" : "bedrock.eu-west-1.amazonaws.com"
2681
+ },
2669
2682
  "bedrock-eu-west-3" : {
2670
2683
  "credentialScope" : {
2671
2684
  "region" : "eu-west-3"
@@ -2690,6 +2703,12 @@
2690
2703
  },
2691
2704
  "hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
2692
2705
  },
2706
+ "bedrock-runtime-ap-south-1" : {
2707
+ "credentialScope" : {
2708
+ "region" : "ap-south-1"
2709
+ },
2710
+ "hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
2711
+ },
2693
2712
  "bedrock-runtime-ap-southeast-1" : {
2694
2713
  "credentialScope" : {
2695
2714
  "region" : "ap-southeast-1"
@@ -2708,6 +2727,12 @@
2708
2727
  },
2709
2728
  "hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
2710
2729
  },
2730
+ "bedrock-runtime-eu-west-1" : {
2731
+ "credentialScope" : {
2732
+ "region" : "eu-west-1"
2733
+ },
2734
+ "hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
2735
+ },
2711
2736
  "bedrock-runtime-eu-west-3" : {
2712
2737
  "credentialScope" : {
2713
2738
  "region" : "eu-west-3"
@@ -2751,6 +2776,7 @@
2751
2776
  "hostname" : "bedrock.us-west-2.amazonaws.com"
2752
2777
  },
2753
2778
  "eu-central-1" : { },
2779
+ "eu-west-1" : { },
2754
2780
  "eu-west-3" : { },
2755
2781
  "us-east-1" : { },
2756
2782
  "us-west-2" : { }
@@ -20086,6 +20112,16 @@
20086
20112
  "tags" : [ "fips" ]
20087
20113
  } ]
20088
20114
  },
20115
+ "ca-west-1" : {
20116
+ "credentialScope" : {
20117
+ "region" : "ca-west-1"
20118
+ },
20119
+ "hostname" : "wafv2.ca-west-1.amazonaws.com",
20120
+ "variants" : [ {
20121
+ "hostname" : "wafv2-fips.ca-west-1.amazonaws.com",
20122
+ "tags" : [ "fips" ]
20123
+ } ]
20124
+ },
20089
20125
  "eu-central-1" : {
20090
20126
  "credentialScope" : {
20091
20127
  "region" : "eu-central-1"
@@ -20250,6 +20286,13 @@
20250
20286
  "deprecated" : true,
20251
20287
  "hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
20252
20288
  },
20289
+ "fips-ca-west-1" : {
20290
+ "credentialScope" : {
20291
+ "region" : "ca-west-1"
20292
+ },
20293
+ "deprecated" : true,
20294
+ "hostname" : "wafv2-fips.ca-west-1.amazonaws.com"
20295
+ },
20253
20296
  "fips-eu-central-1" : {
20254
20297
  "credentialScope" : {
20255
20298
  "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.922.0
4
+ version: 1.923.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-29 00:00:00.000000000 Z
11
+ date: 2024-05-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: