aws-partitions 1.1037.0 → 1.1039.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9383eb11059ffbca2a13b88581da5ac91bd2b5e43bc26d265d7954f4e8e0140
4
- data.tar.gz: 6727d22898113200dff97bead8fa67229a9e342a96f852a14fd8641c493e90df
3
+ metadata.gz: 7510c517a4cc44920e9f2846979b55f47071652ff008da903be20806a8fbeed3
4
+ data.tar.gz: 3e14f3aa8df306bff993dc6ecb47d66fc0c654ba5fa65d0c962b98513a5bdea3
5
5
  SHA512:
6
- metadata.gz: 2ba5ac5e440890352efbbc0452f73d640c8cfc0a0928a1e0db264c95541a3f43e1e59392817ab1c75cf0b05262e7177f7e225ff06304c4d592d57cc1a7d8bc0b
7
- data.tar.gz: b809ac8c668e2fdc35334b1e414d14433e244041163eeb7d11092d6615229b064f5e4cf8678d3657c476622829e0d98ade3d88fe4d35653a229e13898b2a13fc
6
+ metadata.gz: e19b42aac0b7440a6673db7d188845eadb6bcb8842c2cc1b62918c5a6b2b0a23e58b6f3b9e41e5830c179532485db06896117020fed662c4aab9eb1420d0592d
7
+ data.tar.gz: 75d1f49f77bbe08ceb4111970fa942182c858d5420d27a9f5d9ebf01938a632046eb7df88b7cf07b7348f278ccfb8353544a3280c01b2a18b1ffec165265696f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1039.0 (2025-01-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1038.0 (2025-01-15)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1037.0 (2025-01-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1037.0
1
+ 1.1039.0
@@ -92,6 +92,9 @@
92
92
  "me-south-1" : {
93
93
  "description" : "Middle East (Bahrain)"
94
94
  },
95
+ "mx-central-1" : {
96
+ "description" : "Mexico (Central)"
97
+ },
95
98
  "sa-east-1" : {
96
99
  "description" : "South America (Sao Paulo)"
97
100
  },
data/partitions.json CHANGED
@@ -2924,6 +2924,7 @@
2924
2924
  "ap-southeast-3" : { },
2925
2925
  "ap-southeast-4" : { },
2926
2926
  "ap-southeast-5" : { },
2927
+ "ap-southeast-7" : { },
2927
2928
  "ca-central-1" : { },
2928
2929
  "ca-west-1" : { },
2929
2930
  "eu-central-1" : { },
@@ -18597,26 +18598,126 @@
18597
18598
  },
18598
18599
  "resiliencehub" : {
18599
18600
  "endpoints" : {
18600
- "af-south-1" : { },
18601
- "ap-east-1" : { },
18602
- "ap-northeast-1" : { },
18603
- "ap-northeast-2" : { },
18604
- "ap-south-1" : { },
18605
- "ap-southeast-1" : { },
18606
- "ap-southeast-2" : { },
18607
- "ca-central-1" : { },
18608
- "eu-central-1" : { },
18609
- "eu-north-1" : { },
18610
- "eu-south-1" : { },
18611
- "eu-west-1" : { },
18612
- "eu-west-2" : { },
18613
- "eu-west-3" : { },
18614
- "me-south-1" : { },
18615
- "sa-east-1" : { },
18616
- "us-east-1" : { },
18617
- "us-east-2" : { },
18618
- "us-west-1" : { },
18619
- "us-west-2" : { }
18601
+ "af-south-1" : {
18602
+ "variants" : [ {
18603
+ "hostname" : "resiliencehub.af-south-1.api.aws",
18604
+ "tags" : [ "dualstack" ]
18605
+ } ]
18606
+ },
18607
+ "ap-east-1" : {
18608
+ "variants" : [ {
18609
+ "hostname" : "resiliencehub.ap-east-1.api.aws",
18610
+ "tags" : [ "dualstack" ]
18611
+ } ]
18612
+ },
18613
+ "ap-northeast-1" : {
18614
+ "variants" : [ {
18615
+ "hostname" : "resiliencehub.ap-northeast-1.api.aws",
18616
+ "tags" : [ "dualstack" ]
18617
+ } ]
18618
+ },
18619
+ "ap-northeast-2" : {
18620
+ "variants" : [ {
18621
+ "hostname" : "resiliencehub.ap-northeast-2.api.aws",
18622
+ "tags" : [ "dualstack" ]
18623
+ } ]
18624
+ },
18625
+ "ap-south-1" : {
18626
+ "variants" : [ {
18627
+ "hostname" : "resiliencehub.ap-south-1.api.aws",
18628
+ "tags" : [ "dualstack" ]
18629
+ } ]
18630
+ },
18631
+ "ap-southeast-1" : {
18632
+ "variants" : [ {
18633
+ "hostname" : "resiliencehub.ap-southeast-1.api.aws",
18634
+ "tags" : [ "dualstack" ]
18635
+ } ]
18636
+ },
18637
+ "ap-southeast-2" : {
18638
+ "variants" : [ {
18639
+ "hostname" : "resiliencehub.ap-southeast-2.api.aws",
18640
+ "tags" : [ "dualstack" ]
18641
+ } ]
18642
+ },
18643
+ "ca-central-1" : {
18644
+ "variants" : [ {
18645
+ "hostname" : "resiliencehub.ca-central-1.api.aws",
18646
+ "tags" : [ "dualstack" ]
18647
+ } ]
18648
+ },
18649
+ "eu-central-1" : {
18650
+ "variants" : [ {
18651
+ "hostname" : "resiliencehub.eu-central-1.api.aws",
18652
+ "tags" : [ "dualstack" ]
18653
+ } ]
18654
+ },
18655
+ "eu-north-1" : {
18656
+ "variants" : [ {
18657
+ "hostname" : "resiliencehub.eu-north-1.api.aws",
18658
+ "tags" : [ "dualstack" ]
18659
+ } ]
18660
+ },
18661
+ "eu-south-1" : {
18662
+ "variants" : [ {
18663
+ "hostname" : "resiliencehub.eu-south-1.api.aws",
18664
+ "tags" : [ "dualstack" ]
18665
+ } ]
18666
+ },
18667
+ "eu-west-1" : {
18668
+ "variants" : [ {
18669
+ "hostname" : "resiliencehub.eu-west-1.api.aws",
18670
+ "tags" : [ "dualstack" ]
18671
+ } ]
18672
+ },
18673
+ "eu-west-2" : {
18674
+ "variants" : [ {
18675
+ "hostname" : "resiliencehub.eu-west-2.api.aws",
18676
+ "tags" : [ "dualstack" ]
18677
+ } ]
18678
+ },
18679
+ "eu-west-3" : {
18680
+ "variants" : [ {
18681
+ "hostname" : "resiliencehub.eu-west-3.api.aws",
18682
+ "tags" : [ "dualstack" ]
18683
+ } ]
18684
+ },
18685
+ "me-south-1" : {
18686
+ "variants" : [ {
18687
+ "hostname" : "resiliencehub.me-south-1.api.aws",
18688
+ "tags" : [ "dualstack" ]
18689
+ } ]
18690
+ },
18691
+ "sa-east-1" : {
18692
+ "variants" : [ {
18693
+ "hostname" : "resiliencehub.sa-east-1.api.aws",
18694
+ "tags" : [ "dualstack" ]
18695
+ } ]
18696
+ },
18697
+ "us-east-1" : {
18698
+ "variants" : [ {
18699
+ "hostname" : "resiliencehub.us-east-1.api.aws",
18700
+ "tags" : [ "dualstack" ]
18701
+ } ]
18702
+ },
18703
+ "us-east-2" : {
18704
+ "variants" : [ {
18705
+ "hostname" : "resiliencehub.us-east-2.api.aws",
18706
+ "tags" : [ "dualstack" ]
18707
+ } ]
18708
+ },
18709
+ "us-west-1" : {
18710
+ "variants" : [ {
18711
+ "hostname" : "resiliencehub.us-west-1.api.aws",
18712
+ "tags" : [ "dualstack" ]
18713
+ } ]
18714
+ },
18715
+ "us-west-2" : {
18716
+ "variants" : [ {
18717
+ "hostname" : "resiliencehub.us-west-2.api.aws",
18718
+ "tags" : [ "dualstack" ]
18719
+ } ]
18720
+ }
18620
18721
  }
18621
18722
  },
18622
18723
  "resource-explorer-2" : {
@@ -18850,6 +18951,8 @@
18850
18951
  "ap-southeast-2" : { },
18851
18952
  "ap-southeast-3" : { },
18852
18953
  "ap-southeast-4" : { },
18954
+ "ap-southeast-5" : { },
18955
+ "ap-southeast-7" : { },
18853
18956
  "ca-central-1" : { },
18854
18957
  "ca-west-1" : { },
18855
18958
  "eu-central-1" : { },
@@ -18891,6 +18994,7 @@
18891
18994
  "il-central-1" : { },
18892
18995
  "me-central-1" : { },
18893
18996
  "me-south-1" : { },
18997
+ "mx-central-1" : { },
18894
18998
  "sa-east-1" : { },
18895
18999
  "us-east-1" : {
18896
19000
  "variants" : [ {
@@ -31216,12 +31320,24 @@
31216
31320
  "variants" : [ {
31217
31321
  "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com",
31218
31322
  "tags" : [ "fips" ]
31323
+ }, {
31324
+ "hostname" : "resiliencehub-fips.us-gov-east-1.api.aws",
31325
+ "tags" : [ "dualstack", "fips" ]
31326
+ }, {
31327
+ "hostname" : "resiliencehub.us-gov-east-1.api.aws",
31328
+ "tags" : [ "dualstack" ]
31219
31329
  } ]
31220
31330
  },
31221
31331
  "us-gov-west-1" : {
31222
31332
  "variants" : [ {
31223
31333
  "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com",
31224
31334
  "tags" : [ "fips" ]
31335
+ }, {
31336
+ "hostname" : "resiliencehub-fips.us-gov-west-1.api.aws",
31337
+ "tags" : [ "dualstack", "fips" ]
31338
+ }, {
31339
+ "hostname" : "resiliencehub.us-gov-west-1.api.aws",
31340
+ "tags" : [ "dualstack" ]
31225
31341
  } ]
31226
31342
  }
31227
31343
  }
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.1037.0
4
+ version: 1.1039.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: 2025-01-14 00:00:00.000000000 Z
11
+ date: 2025-01-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: