aws-partitions 1.1038.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: '09ac3a2d83a0e07e8fc319598cb1ad24ad0512f0da663bd474257b71780d4aeb'
4
- data.tar.gz: 79674f303e6072acf969677db293af6be0e3c4e2ac344c2adb2f0875f9272b21
3
+ metadata.gz: 7510c517a4cc44920e9f2846979b55f47071652ff008da903be20806a8fbeed3
4
+ data.tar.gz: 3e14f3aa8df306bff993dc6ecb47d66fc0c654ba5fa65d0c962b98513a5bdea3
5
5
  SHA512:
6
- metadata.gz: 1c956f156f151c7e047fff2c48f9c308ca5b9671b88c9ad54eee3d0033427827853716a48459b1f94276124f72817bcf0a9e991f9d73f94ed2000d38a358b59b
7
- data.tar.gz: 46d705ce302e235bd4f42c41b332915b5decfb6d366a277a70bed68268a27514ec9bbdaa35f29b8458d01abd223699a4e30e17a2fa01775f5665c246a1f758c6
6
+ metadata.gz: e19b42aac0b7440a6673db7d188845eadb6bcb8842c2cc1b62918c5a6b2b0a23e58b6f3b9e41e5830c179532485db06896117020fed662c4aab9eb1420d0592d
7
+ data.tar.gz: 75d1f49f77bbe08ceb4111970fa942182c858d5420d27a9f5d9ebf01938a632046eb7df88b7cf07b7348f278ccfb8353544a3280c01b2a18b1ffec165265696f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1038.0 (2025-01-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1038.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
@@ -18598,26 +18598,126 @@
18598
18598
  },
18599
18599
  "resiliencehub" : {
18600
18600
  "endpoints" : {
18601
- "af-south-1" : { },
18602
- "ap-east-1" : { },
18603
- "ap-northeast-1" : { },
18604
- "ap-northeast-2" : { },
18605
- "ap-south-1" : { },
18606
- "ap-southeast-1" : { },
18607
- "ap-southeast-2" : { },
18608
- "ca-central-1" : { },
18609
- "eu-central-1" : { },
18610
- "eu-north-1" : { },
18611
- "eu-south-1" : { },
18612
- "eu-west-1" : { },
18613
- "eu-west-2" : { },
18614
- "eu-west-3" : { },
18615
- "me-south-1" : { },
18616
- "sa-east-1" : { },
18617
- "us-east-1" : { },
18618
- "us-east-2" : { },
18619
- "us-west-1" : { },
18620
- "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
+ }
18621
18721
  }
18622
18722
  },
18623
18723
  "resource-explorer-2" : {
@@ -31220,12 +31320,24 @@
31220
31320
  "variants" : [ {
31221
31321
  "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com",
31222
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" ]
31223
31329
  } ]
31224
31330
  },
31225
31331
  "us-gov-west-1" : {
31226
31332
  "variants" : [ {
31227
31333
  "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com",
31228
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" ]
31229
31341
  } ]
31230
31342
  }
31231
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.1038.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-15 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: