aws-partitions 1.1196.0 → 1.1198.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +12 -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: f7fcf2e08e6b5fe5e786cfe77f2630b44c3d3cd237087538b0c51bde66eb3102
|
|
4
|
+
data.tar.gz: 526484225b4ea36ae1376b4f4f420c847575b8cd755b3872c4e7f0326494c275
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70e5d72caedcd16ac0134e0f87eb6dccd45a78cad006c4321b80632830870e9c8a59c0b484b5c7934bec41704142a4eea58b4cc8366b2cfca1256bcb60dbddf2
|
|
7
|
+
data.tar.gz: ee0b2822eef00b0c2e7e88641acbf0339ec08b8f7412027f118c675889688483a23ac3d72aef71ccbff0af2dbbfecb96b1f098f4353fc44692046fa466844f64
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1198.0 (2025-12-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::Wickr`.
|
|
8
|
+
|
|
9
|
+
1.1197.0 (2025-12-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.1196.0 (2025-12-17)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1198.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -652,6 +652,7 @@ module Aws
|
|
|
652
652
|
'WAFRegional' => 'waf-regional',
|
|
653
653
|
'WAFV2' => 'wafv2',
|
|
654
654
|
'WellArchitected' => 'wellarchitected',
|
|
655
|
+
'Wickr' => 'admin.wickr',
|
|
655
656
|
'WorkDocs' => 'workdocs',
|
|
656
657
|
'WorkMail' => 'workmail',
|
|
657
658
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
data/partitions.json
CHANGED
|
@@ -4107,6 +4107,7 @@
|
|
|
4107
4107
|
},
|
|
4108
4108
|
"cases" : {
|
|
4109
4109
|
"endpoints" : {
|
|
4110
|
+
"af-south-1" : { },
|
|
4110
4111
|
"ap-northeast-1" : { },
|
|
4111
4112
|
"ap-northeast-2" : { },
|
|
4112
4113
|
"ap-southeast-1" : { },
|
|
@@ -25860,6 +25861,7 @@
|
|
|
25860
25861
|
"endpoints" : {
|
|
25861
25862
|
"af-south-1" : { },
|
|
25862
25863
|
"ap-east-1" : { },
|
|
25864
|
+
"ap-east-2" : { },
|
|
25863
25865
|
"ap-northeast-1" : { },
|
|
25864
25866
|
"ap-northeast-2" : { },
|
|
25865
25867
|
"ap-northeast-3" : { },
|
|
@@ -37876,6 +37878,11 @@
|
|
|
37876
37878
|
}
|
|
37877
37879
|
},
|
|
37878
37880
|
"services" : {
|
|
37881
|
+
"agreement-marketplace" : {
|
|
37882
|
+
"endpoints" : {
|
|
37883
|
+
"us-isob-east-1" : { }
|
|
37884
|
+
}
|
|
37885
|
+
},
|
|
37879
37886
|
"api.ecr" : {
|
|
37880
37887
|
"endpoints" : {
|
|
37881
37888
|
"us-isob-east-1" : {
|
|
@@ -39794,6 +39801,11 @@
|
|
|
39794
39801
|
"isRegionalized" : false,
|
|
39795
39802
|
"partitionEndpoint" : "aws-iso-f-global"
|
|
39796
39803
|
},
|
|
39804
|
+
"identitystore" : {
|
|
39805
|
+
"endpoints" : {
|
|
39806
|
+
"us-isof-east-1" : { }
|
|
39807
|
+
}
|
|
39808
|
+
},
|
|
39797
39809
|
"kinesis" : {
|
|
39798
39810
|
"endpoints" : {
|
|
39799
39811
|
"us-isof-east-1" : { },
|