aws-partitions 1.1077.0 → 1.1078.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 +29 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca79f67c7195c097a14cb473bb2db2da3e9eabbd7a6fe1bf7e85e5f43ba18851
4
- data.tar.gz: c3344ae76ff7329f3d6eee97c7117c027ff9e7ce47db99e7a536650aa440bd24
3
+ metadata.gz: 8fd50287c415813d1f8eff93a542c613c82e903aa52cffcb675a5747cefc4764
4
+ data.tar.gz: 6fadb0762da0aa75218f287ef763214a76aebead0f53b138bd47deb6f2ada8bf
5
5
  SHA512:
6
- metadata.gz: 38b3b20c2b5ab64414c414b946241f3a5030177a22d01b0f06b7c368706288c5204fe55b37661c6430db9f28883784e73af0324ca84255bebcf998152a4fb533
7
- data.tar.gz: 8b0e9a19264970c8937c5be2a8fb13f124308321c5aa5a9b7193bfd9c936749b990fd3c6dbef39aa38b9fe47f86b3a7b8738200ede119b70c8c348452ac284d7
6
+ metadata.gz: dd861f036652eaa6cc25cbc34cd10cf813c9660c9572f3d665ddd955bab47cc543f93260d951530923594b1950a1ebb05fdc47fc14f67ea930060d54293de31e
7
+ data.tar.gz: ebc8bcd981f375b688a334f19d0456cde3d4779bf0ff9e6a6fac7b143144f9ecd5023e7230326d605daae96af559998a41d85b8a127ae9ec37df2db87c88018e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1078.0 (2025-03-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1077.0 (2025-03-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1077.0
1
+ 1.1078.0
data/partitions.json CHANGED
@@ -1625,6 +1625,7 @@
1625
1625
  "ap-southeast-3" : { },
1626
1626
  "ap-southeast-4" : { },
1627
1627
  "ap-southeast-5" : { },
1628
+ "ap-southeast-7" : { },
1628
1629
  "ca-central-1" : {
1629
1630
  "variants" : [ {
1630
1631
  "hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com",
@@ -1662,6 +1663,7 @@
1662
1663
  "il-central-1" : { },
1663
1664
  "me-central-1" : { },
1664
1665
  "me-south-1" : { },
1666
+ "mx-central-1" : { },
1665
1667
  "sa-east-1" : { },
1666
1668
  "us-east-1" : {
1667
1669
  "variants" : [ {
@@ -2906,17 +2908,38 @@
2906
2908
  "us-east-1" : {
2907
2909
  "variants" : [ {
2908
2910
  "tags" : [ "dualstack" ]
2911
+ }, {
2912
+ "tags" : [ "dualstack", "fips" ]
2913
+ }, {
2914
+ "tags" : [ "fips" ]
2909
2915
  } ]
2910
2916
  },
2917
+ "us-east-1-fips" : {
2918
+ "deprecated" : true
2919
+ },
2911
2920
  "us-east-2" : {
2912
2921
  "variants" : [ {
2913
2922
  "tags" : [ "dualstack" ]
2923
+ }, {
2924
+ "tags" : [ "dualstack", "fips" ]
2925
+ }, {
2926
+ "tags" : [ "fips" ]
2914
2927
  } ]
2915
2928
  },
2929
+ "us-east-2-fips" : {
2930
+ "deprecated" : true
2931
+ },
2916
2932
  "us-west-2" : {
2917
2933
  "variants" : [ {
2918
2934
  "tags" : [ "dualstack" ]
2935
+ }, {
2936
+ "tags" : [ "dualstack", "fips" ]
2937
+ }, {
2938
+ "tags" : [ "fips" ]
2919
2939
  } ]
2940
+ },
2941
+ "us-west-2-fips" : {
2942
+ "deprecated" : true
2920
2943
  }
2921
2944
  }
2922
2945
  },
@@ -38495,6 +38518,12 @@
38495
38518
  "isRegionalized" : false,
38496
38519
  "partitionEndpoint" : "aws-iso-f-global"
38497
38520
  },
38521
+ "route53profiles" : {
38522
+ "endpoints" : {
38523
+ "us-isof-east-1" : { },
38524
+ "us-isof-south-1" : { }
38525
+ }
38526
+ },
38498
38527
  "route53resolver" : {
38499
38528
  "endpoints" : {
38500
38529
  "us-isof-east-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.1077.0
4
+ version: 1.1078.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-03-28 00:00:00.000000000 Z
11
+ date: 2025-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: