aws-partitions 1.1195.0 → 1.1204.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 +45 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -1
- data/partitions.json +37 -13
- 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: ea0dbaac76affc9d3ad7588c5c1e84196b64af9024fcf454bbfef3aa9e010eaf
|
|
4
|
+
data.tar.gz: aca78e9d36593b2b40fa9fd9ffa1a3a5199cca361249f63a9562408084626dc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79d82b969b3a34fe5943656f279a8adbd18391bf5dab94b569b8e96ff53157012b360e5fe7110090e69214d490b41ca0fb970e5dbc3052bbaef03d8efb706c66
|
|
7
|
+
data.tar.gz: 1532422e0da3fe56e8a56741df487d468c53d8d8a610ad9de45fc016ac8e7e19a7d91fc142355ce42f96c4672f812d16ccbb77d1c5f5d11eeed5ae36a748d522
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,51 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1204.0 (2026-01-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1203.0 (2026-01-12)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.1202.0 (2026-01-09)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.1201.0 (2026-01-07)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.1200.0 (2025-12-30)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.1199.0 (2025-12-26)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.1198.0 (2025-12-19)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Added support for enumerating regions for `Aws::Wickr`.
|
|
38
|
+
|
|
39
|
+
1.1197.0 (2025-12-18)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
44
|
+
1.1196.0 (2025-12-17)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
48
|
+
|
|
4
49
|
1.1195.0 (2025-12-16)
|
|
5
50
|
------------------
|
|
6
51
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1204.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -394,7 +394,6 @@ module Aws
|
|
|
394
394
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
395
395
|
'ElasticLoadBalancing' => 'elasticloadbalancing',
|
|
396
396
|
'ElasticLoadBalancingV2' => 'elasticloadbalancing',
|
|
397
|
-
'ElasticTranscoder' => 'elastictranscoder',
|
|
398
397
|
'ElasticsearchService' => 'es',
|
|
399
398
|
'EntityResolution' => 'entityresolution',
|
|
400
399
|
'EventBridge' => 'events',
|
|
@@ -652,6 +651,7 @@ module Aws
|
|
|
652
651
|
'WAFRegional' => 'waf-regional',
|
|
653
652
|
'WAFV2' => 'wafv2',
|
|
654
653
|
'WellArchitected' => 'wellarchitected',
|
|
654
|
+
'Wickr' => 'admin.wickr',
|
|
655
655
|
'WorkDocs' => 'workdocs',
|
|
656
656
|
'WorkMail' => 'workmail',
|
|
657
657
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
data/partitions.json
CHANGED
|
@@ -662,6 +662,7 @@
|
|
|
662
662
|
"ap-southeast-3" : { },
|
|
663
663
|
"ap-southeast-4" : { },
|
|
664
664
|
"ap-southeast-5" : { },
|
|
665
|
+
"ap-southeast-7" : { },
|
|
665
666
|
"ca-central-1" : { },
|
|
666
667
|
"ca-west-1" : { },
|
|
667
668
|
"eu-central-1" : { },
|
|
@@ -1578,6 +1579,7 @@
|
|
|
1578
1579
|
"ap-southeast-3" : { },
|
|
1579
1580
|
"ap-southeast-4" : { },
|
|
1580
1581
|
"ap-southeast-5" : { },
|
|
1582
|
+
"ap-southeast-6" : { },
|
|
1581
1583
|
"ap-southeast-7" : { },
|
|
1582
1584
|
"ca-central-1" : {
|
|
1583
1585
|
"variants" : [ {
|
|
@@ -3171,6 +3173,7 @@
|
|
|
3171
3173
|
"tags" : [ "dualstack" ]
|
|
3172
3174
|
} ]
|
|
3173
3175
|
},
|
|
3176
|
+
"ap-southeast-6" : { },
|
|
3174
3177
|
"ap-southeast-7" : { },
|
|
3175
3178
|
"ca-central-1" : {
|
|
3176
3179
|
"variants" : [ {
|
|
@@ -4106,6 +4109,7 @@
|
|
|
4106
4109
|
},
|
|
4107
4110
|
"cases" : {
|
|
4108
4111
|
"endpoints" : {
|
|
4112
|
+
"af-south-1" : { },
|
|
4109
4113
|
"ap-northeast-1" : { },
|
|
4110
4114
|
"ap-northeast-2" : { },
|
|
4111
4115
|
"ap-southeast-1" : { },
|
|
@@ -4960,12 +4964,14 @@
|
|
|
4960
4964
|
"tags" : [ "dualstack" ]
|
|
4961
4965
|
} ]
|
|
4962
4966
|
},
|
|
4967
|
+
"ap-southeast-5" : { },
|
|
4963
4968
|
"ca-central-1" : {
|
|
4964
4969
|
"variants" : [ {
|
|
4965
4970
|
"hostname" : "cloudhsmv2.ca-central-1.api.aws",
|
|
4966
4971
|
"tags" : [ "dualstack" ]
|
|
4967
4972
|
} ]
|
|
4968
4973
|
},
|
|
4974
|
+
"ca-west-1" : { },
|
|
4969
4975
|
"eu-central-1" : {
|
|
4970
4976
|
"variants" : [ {
|
|
4971
4977
|
"hostname" : "cloudhsmv2.eu-central-1.api.aws",
|
|
@@ -5027,6 +5033,7 @@
|
|
|
5027
5033
|
"tags" : [ "dualstack" ]
|
|
5028
5034
|
} ]
|
|
5029
5035
|
},
|
|
5036
|
+
"mx-central-1" : { },
|
|
5030
5037
|
"sa-east-1" : {
|
|
5031
5038
|
"variants" : [ {
|
|
5032
5039
|
"hostname" : "cloudhsmv2.sa-east-1.api.aws",
|
|
@@ -10050,18 +10057,6 @@
|
|
|
10050
10057
|
}
|
|
10051
10058
|
}
|
|
10052
10059
|
},
|
|
10053
|
-
"elastictranscoder" : {
|
|
10054
|
-
"endpoints" : {
|
|
10055
|
-
"ap-northeast-1" : { },
|
|
10056
|
-
"ap-south-1" : { },
|
|
10057
|
-
"ap-southeast-1" : { },
|
|
10058
|
-
"ap-southeast-2" : { },
|
|
10059
|
-
"eu-west-1" : { },
|
|
10060
|
-
"us-east-1" : { },
|
|
10061
|
-
"us-west-1" : { },
|
|
10062
|
-
"us-west-2" : { }
|
|
10063
|
-
}
|
|
10064
|
-
},
|
|
10065
10060
|
"email" : {
|
|
10066
10061
|
"endpoints" : {
|
|
10067
10062
|
"af-south-1" : { },
|
|
@@ -12076,6 +12071,7 @@
|
|
|
12076
12071
|
"tags" : [ "dualstack" ]
|
|
12077
12072
|
} ]
|
|
12078
12073
|
},
|
|
12074
|
+
"ap-southeast-6" : { },
|
|
12079
12075
|
"ap-southeast-7" : {
|
|
12080
12076
|
"variants" : [ {
|
|
12081
12077
|
"hostname" : "glue.ap-southeast-7.api.aws",
|
|
@@ -13910,6 +13906,7 @@
|
|
|
13910
13906
|
"ap-southeast-3" : { },
|
|
13911
13907
|
"ap-southeast-4" : { },
|
|
13912
13908
|
"ap-southeast-5" : { },
|
|
13909
|
+
"ap-southeast-6" : { },
|
|
13913
13910
|
"ap-southeast-7" : { },
|
|
13914
13911
|
"ca-central-1" : {
|
|
13915
13912
|
"variants" : [ {
|
|
@@ -14019,6 +14016,7 @@
|
|
|
14019
14016
|
"ap-southeast-3" : { },
|
|
14020
14017
|
"ap-southeast-4" : { },
|
|
14021
14018
|
"ap-southeast-5" : { },
|
|
14019
|
+
"ap-southeast-6" : { },
|
|
14022
14020
|
"ap-southeast-7" : { },
|
|
14023
14021
|
"ca-central-1" : { },
|
|
14024
14022
|
"ca-west-1" : { },
|
|
@@ -14946,6 +14944,7 @@
|
|
|
14946
14944
|
"tags" : [ "dualstack" ]
|
|
14947
14945
|
} ]
|
|
14948
14946
|
},
|
|
14947
|
+
"ap-southeast-6" : { },
|
|
14949
14948
|
"ap-southeast-7" : {
|
|
14950
14949
|
"variants" : [ {
|
|
14951
14950
|
"hostname" : "lakeformation.ap-southeast-7.api.aws",
|
|
@@ -20150,6 +20149,7 @@
|
|
|
20150
20149
|
"ap-southeast-2" : { },
|
|
20151
20150
|
"ap-southeast-3" : { },
|
|
20152
20151
|
"ap-southeast-5" : { },
|
|
20152
|
+
"ap-southeast-6" : { },
|
|
20153
20153
|
"ap-southeast-7" : { },
|
|
20154
20154
|
"ca-central-1" : {
|
|
20155
20155
|
"variants" : [ {
|
|
@@ -25856,6 +25856,7 @@
|
|
|
25856
25856
|
"endpoints" : {
|
|
25857
25857
|
"af-south-1" : { },
|
|
25858
25858
|
"ap-east-1" : { },
|
|
25859
|
+
"ap-east-2" : { },
|
|
25859
25860
|
"ap-northeast-1" : { },
|
|
25860
25861
|
"ap-northeast-2" : { },
|
|
25861
25862
|
"ap-northeast-3" : { },
|
|
@@ -27229,6 +27230,7 @@
|
|
|
27229
27230
|
"ap-southeast-3" : { },
|
|
27230
27231
|
"ap-southeast-4" : { },
|
|
27231
27232
|
"ap-southeast-5" : { },
|
|
27233
|
+
"ap-southeast-6" : { },
|
|
27232
27234
|
"ap-southeast-7" : { },
|
|
27233
27235
|
"ca-central-1" : {
|
|
27234
27236
|
"variants" : [ {
|
|
@@ -28389,6 +28391,7 @@
|
|
|
28389
28391
|
"tags" : [ "fips" ]
|
|
28390
28392
|
} ]
|
|
28391
28393
|
},
|
|
28394
|
+
"ap-southeast-6" : { },
|
|
28392
28395
|
"ap-southeast-7" : {
|
|
28393
28396
|
"credentialScope" : {
|
|
28394
28397
|
"region" : "ap-southeast-7"
|
|
@@ -33822,6 +33825,12 @@
|
|
|
33822
33825
|
}
|
|
33823
33826
|
}
|
|
33824
33827
|
},
|
|
33828
|
+
"kafkaconnect" : {
|
|
33829
|
+
"endpoints" : {
|
|
33830
|
+
"us-gov-east-1" : { },
|
|
33831
|
+
"us-gov-west-1" : { }
|
|
33832
|
+
}
|
|
33833
|
+
},
|
|
33825
33834
|
"kendra" : {
|
|
33826
33835
|
"endpoints" : {
|
|
33827
33836
|
"fips-us-gov-west-1" : {
|
|
@@ -37872,6 +37881,11 @@
|
|
|
37872
37881
|
}
|
|
37873
37882
|
},
|
|
37874
37883
|
"services" : {
|
|
37884
|
+
"agreement-marketplace" : {
|
|
37885
|
+
"endpoints" : {
|
|
37886
|
+
"us-isob-east-1" : { }
|
|
37887
|
+
}
|
|
37888
|
+
},
|
|
37875
37889
|
"api.ecr" : {
|
|
37876
37890
|
"endpoints" : {
|
|
37877
37891
|
"us-isob-east-1" : {
|
|
@@ -39790,6 +39804,11 @@
|
|
|
39790
39804
|
"isRegionalized" : false,
|
|
39791
39805
|
"partitionEndpoint" : "aws-iso-f-global"
|
|
39792
39806
|
},
|
|
39807
|
+
"identitystore" : {
|
|
39808
|
+
"endpoints" : {
|
|
39809
|
+
"us-isof-east-1" : { }
|
|
39810
|
+
}
|
|
39811
|
+
},
|
|
39793
39812
|
"kinesis" : {
|
|
39794
39813
|
"endpoints" : {
|
|
39795
39814
|
"us-isof-east-1" : { },
|
|
@@ -40210,7 +40229,7 @@
|
|
|
40210
40229
|
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
40211
40230
|
"regions" : {
|
|
40212
40231
|
"eusc-de-east-1" : {
|
|
40213
|
-
"description" : "
|
|
40232
|
+
"description" : "AWS European Sovereign Cloud (Germany)"
|
|
40214
40233
|
}
|
|
40215
40234
|
},
|
|
40216
40235
|
"services" : {
|
|
@@ -40434,6 +40453,11 @@
|
|
|
40434
40453
|
"eusc-de-east-1" : { }
|
|
40435
40454
|
}
|
|
40436
40455
|
},
|
|
40456
|
+
"fsx" : {
|
|
40457
|
+
"endpoints" : {
|
|
40458
|
+
"eusc-de-east-1" : { }
|
|
40459
|
+
}
|
|
40460
|
+
},
|
|
40437
40461
|
"gameliftstreams" : {
|
|
40438
40462
|
"endpoints" : {
|
|
40439
40463
|
"eusc-de-east-1" : { }
|