aws-partitions 1.1121.0 → 1.1122.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 +22 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65f6a8075bcd2941dc8b2ed044b76e872f9af145b9a12a933d2db13e543a89ab
4
- data.tar.gz: ada814f8528dda991beb68ff455df8ba0f390bbd855c5dcb05e8e3aaaa2df212
3
+ metadata.gz: 04f531c5d0f74cdce29edfc46ad936397cda118bf68c9ac183d2e79b2c8f1376
4
+ data.tar.gz: d395e6cfa3515431aa35a981ebdade63a84de673458027831a69c805c63fb326
5
5
  SHA512:
6
- metadata.gz: 26ee3549a96b51071c2b12f53b78b61d9836bdf5d6b071dceee14f60abacc97e2bf08778b267356859b53d9ca73b2432bb6cdf25440ead45b72eb5061a97396d
7
- data.tar.gz: cd67d1e91bf468f5bb2649a4206c688c1539dec5fcc593013ddb7310ebebbcf0d9a2291996c66005212afb99402ce152568faf432b102157a7dae1dc2812333b
6
+ metadata.gz: ca23e7d15936f732d598e3ea7780ce89cd28549a6d54b6cffc1ed9008a92df75a2c7da8a2a86d628f74918a067360113c56efeb2ed4dd3b9bbb877938362b18c
7
+ data.tar.gz: d6e5abcdb7cff00483fd8ed8b5239afb3d4b6a1e5865b91d903899dc817ef534b78fd1b4daf2131529873a83c815bf393b2ce53aa5b0a45715622454534c98c4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1122.0 (2025-06-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1121.0 (2025-06-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1121.0
1
+ 1.1122.0
data/partitions.json CHANGED
@@ -6639,6 +6639,9 @@
6639
6639
  "connect-campaigns" : {
6640
6640
  "endpoints" : {
6641
6641
  "af-south-1" : { },
6642
+ "ap-northeast-1" : { },
6643
+ "ap-northeast-2" : { },
6644
+ "ap-southeast-1" : { },
6642
6645
  "ap-southeast-2" : { },
6643
6646
  "ca-central-1" : { },
6644
6647
  "eu-central-1" : { },
@@ -10042,6 +10045,7 @@
10042
10045
  "ap-northeast-2" : { },
10043
10046
  "ap-northeast-3" : { },
10044
10047
  "ap-south-1" : { },
10048
+ "ap-south-2" : { },
10045
10049
  "ap-southeast-1" : { },
10046
10050
  "ap-southeast-2" : { },
10047
10051
  "ap-southeast-3" : { },
@@ -10052,6 +10056,7 @@
10052
10056
  } ]
10053
10057
  },
10054
10058
  "eu-central-1" : { },
10059
+ "eu-central-2" : { },
10055
10060
  "eu-north-1" : { },
10056
10061
  "eu-south-1" : { },
10057
10062
  "eu-west-1" : { },
@@ -10093,6 +10098,7 @@
10093
10098
  "hostname" : "email-fips.us-west-2.amazonaws.com"
10094
10099
  },
10095
10100
  "il-central-1" : { },
10101
+ "me-central-1" : { },
10096
10102
  "me-south-1" : { },
10097
10103
  "sa-east-1" : { },
10098
10104
  "us-east-1" : {
@@ -36652,6 +36658,12 @@
36652
36658
  "us-iso-west-1" : { }
36653
36659
  }
36654
36660
  },
36661
+ "backup" : {
36662
+ "endpoints" : {
36663
+ "us-iso-east-1" : { },
36664
+ "us-iso-west-1" : { }
36665
+ }
36666
+ },
36655
36667
  "batch" : {
36656
36668
  "endpoints" : {
36657
36669
  "us-iso-east-1" : { }
@@ -37904,6 +37916,11 @@
37904
37916
  "us-isob-east-1" : { }
37905
37917
  }
37906
37918
  },
37919
+ "backup" : {
37920
+ "endpoints" : {
37921
+ "us-isob-east-1" : { }
37922
+ }
37923
+ },
37907
37924
  "batch" : {
37908
37925
  "endpoints" : {
37909
37926
  "us-isob-east-1" : { }
@@ -39116,6 +39133,11 @@
39116
39133
  "eu-isoe-west-1" : { }
39117
39134
  }
39118
39135
  },
39136
+ "schemas" : {
39137
+ "endpoints" : {
39138
+ "eu-isoe-west-1" : { }
39139
+ }
39140
+ },
39119
39141
  "secretsmanager" : {
39120
39142
  "endpoints" : {
39121
39143
  "eu-isoe-west-1" : { }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1121.0
4
+ version: 1.1122.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services