aws-partitions 1.922.0 → 1.924.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 +75 -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: 789fe8385a0bbc91c6f16402560af80559bb64c2225683858f938ab71fba02a3
4
+ data.tar.gz: a6579d37fc68c84a5c8b46aab15de046e8b2b0ea265d67249832f99323ed1de1
5
5
  SHA512:
6
- metadata.gz: 0abb78375987f0fbb00ab86890bd0d27d8b2a4efafc0d8cbf9bc68080782a64a5064596a8370841d14eb033aecbb45dce8e4efff3810921cf08c43484cd66e86
7
- data.tar.gz: 98c250bb05f3b410ca0e495f91c3e50712268f30019f01bb0de2f694fa1d03235a843ae06d3d3c9bc7947932d212fb2bec57a539eec749d78544403470e3a273
6
+ metadata.gz: 38edc7f6f76adc22310ee67a7244b2fe234ba1cee8210a4fe45e0da87e7163e5bd08ac739e008a6c281ec6b0541e7fb9a544d8885c5b35b747345817ae4a3c51
7
+ data.tar.gz: 15530daf6460a34ce7ce1e83f6783688af78829fbf3fbf8d397a32cc0a1ce6a64a90d7be41ba4a5aeb85d6c973bcf8e7dc065ef0ffaba46d67f0fb6709ef9c1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.924.0 (2024-05-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.923.0 (2024-05-01)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.922.0 (2024-04-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.922.0
1
+ 1.924.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" : { }
@@ -8167,6 +8193,12 @@
8167
8193
  "tags" : [ "fips" ]
8168
8194
  } ]
8169
8195
  },
8196
+ "ca-west-1" : {
8197
+ "variants" : [ {
8198
+ "hostname" : "fsx-fips.ca-west-1.amazonaws.com",
8199
+ "tags" : [ "fips" ]
8200
+ } ]
8201
+ },
8170
8202
  "eu-central-1" : { },
8171
8203
  "eu-central-2" : { },
8172
8204
  "eu-north-1" : { },
@@ -8182,6 +8214,13 @@
8182
8214
  "deprecated" : true,
8183
8215
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com"
8184
8216
  },
8217
+ "fips-ca-west-1" : {
8218
+ "credentialScope" : {
8219
+ "region" : "ca-west-1"
8220
+ },
8221
+ "deprecated" : true,
8222
+ "hostname" : "fsx-fips.ca-west-1.amazonaws.com"
8223
+ },
8185
8224
  "fips-prod-ca-central-1" : {
8186
8225
  "credentialScope" : {
8187
8226
  "region" : "ca-central-1"
@@ -8189,6 +8228,13 @@
8189
8228
  "deprecated" : true,
8190
8229
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com"
8191
8230
  },
8231
+ "fips-prod-ca-west-1" : {
8232
+ "credentialScope" : {
8233
+ "region" : "ca-west-1"
8234
+ },
8235
+ "deprecated" : true,
8236
+ "hostname" : "fsx-fips.ca-west-1.amazonaws.com"
8237
+ },
8192
8238
  "fips-prod-us-east-1" : {
8193
8239
  "credentialScope" : {
8194
8240
  "region" : "us-east-1"
@@ -8258,6 +8304,16 @@
8258
8304
  "tags" : [ "fips" ]
8259
8305
  } ]
8260
8306
  },
8307
+ "prod-ca-west-1" : {
8308
+ "credentialScope" : {
8309
+ "region" : "ca-west-1"
8310
+ },
8311
+ "deprecated" : true,
8312
+ "variants" : [ {
8313
+ "hostname" : "fsx-fips.ca-west-1.amazonaws.com",
8314
+ "tags" : [ "fips" ]
8315
+ } ]
8316
+ },
8261
8317
  "prod-us-east-1" : {
8262
8318
  "credentialScope" : {
8263
8319
  "region" : "us-east-1"
@@ -17690,6 +17746,7 @@
17690
17746
  "deprecated" : true,
17691
17747
  "hostname" : "snowball-fips.us-west-2.amazonaws.com"
17692
17748
  },
17749
+ "il-central-1" : { },
17693
17750
  "me-central-1" : { },
17694
17751
  "sa-east-1" : {
17695
17752
  "variants" : [ {
@@ -19093,6 +19150,7 @@
19093
19150
  "tags" : [ "fips" ]
19094
19151
  } ]
19095
19152
  },
19153
+ "ca-west-1" : { },
19096
19154
  "eu-central-1" : { },
19097
19155
  "eu-central-2" : { },
19098
19156
  "eu-north-1" : { },
@@ -20086,6 +20144,16 @@
20086
20144
  "tags" : [ "fips" ]
20087
20145
  } ]
20088
20146
  },
20147
+ "ca-west-1" : {
20148
+ "credentialScope" : {
20149
+ "region" : "ca-west-1"
20150
+ },
20151
+ "hostname" : "wafv2.ca-west-1.amazonaws.com",
20152
+ "variants" : [ {
20153
+ "hostname" : "wafv2-fips.ca-west-1.amazonaws.com",
20154
+ "tags" : [ "fips" ]
20155
+ } ]
20156
+ },
20089
20157
  "eu-central-1" : {
20090
20158
  "credentialScope" : {
20091
20159
  "region" : "eu-central-1"
@@ -20250,6 +20318,13 @@
20250
20318
  "deprecated" : true,
20251
20319
  "hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
20252
20320
  },
20321
+ "fips-ca-west-1" : {
20322
+ "credentialScope" : {
20323
+ "region" : "ca-west-1"
20324
+ },
20325
+ "deprecated" : true,
20326
+ "hostname" : "wafv2-fips.ca-west-1.amazonaws.com"
20327
+ },
20253
20328
  "fips-eu-central-1" : {
20254
20329
  "credentialScope" : {
20255
20330
  "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.924.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-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: