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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +22 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8542ce37935d79b53242fecf24d2e082d075b11327c41c62185e9a8e15f93741
|
4
|
+
data.tar.gz: 8bd9e119871ff22c61b934976a506a7985790724dd455aa340f68457fdaf0ab0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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" : {
|