aws-partitions 1.1096.0 → 1.1098.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 +10 -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: 4f4800d9b8b7432f615103144cad39e199c1c515736be9668ea48a53cf4de9ed
4
- data.tar.gz: 55409be88d4cb730fd3efb3f72de3018a05c09d81d9fa965d5c9cb03bcd920e7
3
+ metadata.gz: 8542ce37935d79b53242fecf24d2e082d075b11327c41c62185e9a8e15f93741
4
+ data.tar.gz: 8bd9e119871ff22c61b934976a506a7985790724dd455aa340f68457fdaf0ab0
5
5
  SHA512:
6
- metadata.gz: 329af89dcbc29608d353249269edfadfae7f33054c1214d49c434f16a579071a8dfe1dfac452c61b6b5232f8456a41c66202f88add0c30987edd5e1c903e8bb6
7
- data.tar.gz: 19f0dbc04ea1df10cfc14d781be41f1efe99ab06b834d576e6c7d0473db4a66fa7d4aca1a46a59c4112a362e5bfa93046812b585cb7f4ddb4a7f49fa40f9d11a
6
+ metadata.gz: 7bad2c8033b462a29c91e3e7044778dba9f04e5f83143c5d29d3a32c4332f444e4e3d9da0c1deaa105c32d2c5ef7d5d732ee487b8843ed32967434c58db6c870
7
+ data.tar.gz: 735753fc02591876d0e429fc648c595f5704da71651839a3573382906697de5315e04fc13d94e44437cfa0019246039e232312c64e172d8a599802b37bfa2333
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1098.0 (2025-05-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1097.0 (2025-05-02)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1096.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1096.0
1
+ 1.1098.0
data/partitions.json CHANGED
@@ -30311,6 +30311,12 @@
30311
30311
  "isRegionalized" : false,
30312
30312
  "partitionEndpoint" : "aws-cn-global"
30313
30313
  },
30314
+ "route53profiles" : {
30315
+ "endpoints" : {
30316
+ "cn-north-1" : { },
30317
+ "cn-northwest-1" : { }
30318
+ }
30319
+ },
30314
30320
  "route53resolver" : {
30315
30321
  "defaults" : {
30316
30322
  "protocols" : [ "https" ]
@@ -37049,6 +37055,11 @@
37049
37055
  "us-iso-west-1" : { }
37050
37056
  }
37051
37057
  },
37058
+ "kinesisanalytics" : {
37059
+ "endpoints" : {
37060
+ "us-iso-east-1" : { }
37061
+ }
37062
+ },
37052
37063
  "kms" : {
37053
37064
  "endpoints" : {
37054
37065
  "ProdFips" : {
@@ -37432,6 +37443,12 @@
37432
37443
  }
37433
37444
  }
37434
37445
  },
37446
+ "securityhub" : {
37447
+ "endpoints" : {
37448
+ "us-iso-east-1" : { },
37449
+ "us-iso-west-1" : { }
37450
+ }
37451
+ },
37435
37452
  "servicediscovery" : {
37436
37453
  "endpoints" : {
37437
37454
  "us-iso-east-1" : { },
@@ -38074,6 +38091,11 @@
38074
38091
  "us-isob-east-1" : { }
38075
38092
  }
38076
38093
  },
38094
+ "kinesisanalytics" : {
38095
+ "endpoints" : {
38096
+ "us-isob-east-1" : { }
38097
+ }
38098
+ },
38077
38099
  "kms" : {
38078
38100
  "endpoints" : {
38079
38101
  "ProdFips" : {
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.1096.0
4
+ version: 1.1098.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services