aws-partitions 1.1184.0 → 1.1186.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 +12 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +6 -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: 17b2d918c714d1d62ae7bc8810d37a3892784f6e586c49227da5457e2d314242
|
|
4
|
+
data.tar.gz: 5af3356daf94d3827fff6c7d9fefbc734213c12593e538c4617951fae1f8b59c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c908daf80576ef4e2c03dff9f0d4e6989196476a8c74c7f40abf19ff474b1e7cf642f5103d0771c2dc179dfb228088f8b645f342b4aace153691d9b521633fd6
|
|
7
|
+
data.tar.gz: fb216aae9c3d423d2c365250e0fbfca73ce8d0541899ae1a3581126de4a80f53196ce58cff81b7606e287f2277f587424c5817f0bc82299c4bfed7418de8a3b8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1186.0 (2025-11-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1185.0 (2025-11-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Signin`.
|
|
13
|
+
|
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralChannel`.
|
|
15
|
+
|
|
4
16
|
1.1184.0 (2025-11-18)
|
|
5
17
|
------------------
|
|
6
18
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1186.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -533,6 +533,7 @@ module Aws
|
|
|
533
533
|
'PCS' => 'pcs',
|
|
534
534
|
'PI' => 'pi',
|
|
535
535
|
'Panorama' => 'panorama',
|
|
536
|
+
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
536
537
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
537
538
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
538
539
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
|
@@ -614,6 +615,7 @@ module Aws
|
|
|
614
615
|
'ServiceQuotas' => 'servicequotas',
|
|
615
616
|
'Shield' => 'shield',
|
|
616
617
|
'Signer' => 'signer',
|
|
618
|
+
'Signin' => 'signin',
|
|
617
619
|
'SimSpaceWeaver' => 'simspaceweaver',
|
|
618
620
|
'SimpleDB' => 'sdb',
|
|
619
621
|
'SnowDeviceManagement' => 'snow-device-management',
|
data/partitions.json
CHANGED
|
@@ -12705,6 +12705,7 @@
|
|
|
12705
12705
|
"ap-southeast-3" : { },
|
|
12706
12706
|
"ap-southeast-4" : { },
|
|
12707
12707
|
"ap-southeast-5" : { },
|
|
12708
|
+
"ap-southeast-6" : { },
|
|
12708
12709
|
"ap-southeast-7" : { },
|
|
12709
12710
|
"ca-central-1" : { },
|
|
12710
12711
|
"ca-west-1" : { },
|
|
@@ -37933,6 +37934,11 @@
|
|
|
37933
37934
|
"us-isob-west-1" : { }
|
|
37934
37935
|
}
|
|
37935
37936
|
},
|
|
37937
|
+
"bedrock" : {
|
|
37938
|
+
"endpoints" : {
|
|
37939
|
+
"us-isob-east-1" : { }
|
|
37940
|
+
}
|
|
37941
|
+
},
|
|
37936
37942
|
"budgets" : {
|
|
37937
37943
|
"endpoints" : {
|
|
37938
37944
|
"aws-iso-b-global" : {
|