aws-partitions 1.1228.0 → 1.1235.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 +37 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +4 -0
- data/partitions.json +27 -1
- 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: 4a884c9cdc09f1c85ef6e87c5a9e5b8173eb64f156a80489133b21ee256aee77
|
|
4
|
+
data.tar.gz: d9cae5092af7778fd1cc9bfa6e1372a47fc9b4c7e42e8d98b604b24d53a60d88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18a1eb7441d2000f92e5a6c6e82d6b3ec58fcd4ab8bb22441ef71aed37fce8ed8fa66315fb861519c9b3f19c4a4cece3901a6fb6b1b2368755018b760a25e058
|
|
7
|
+
data.tar.gz: d91daaac88912b7083bc63b2d5f4aec4dbba62cc51b600d79518bdfba945358ca9734310257b0382193b77ff9084257f537b9e31374854106cc0160443345e20
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,43 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1235.0 (2026-04-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1234.0 (2026-04-02)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.1233.0 (2026-03-31)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::Sustainability`.
|
|
18
|
+
|
|
19
|
+
* Feature - Added support for enumerating regions for `Aws::SecurityAgent`.
|
|
20
|
+
|
|
21
|
+
1.1232.0 (2026-03-30)
|
|
22
|
+
------------------
|
|
23
|
+
|
|
24
|
+
* Feature - Added support for enumerating regions for `Aws::DevOpsAgent`.
|
|
25
|
+
|
|
26
|
+
1.1231.0 (2026-03-26)
|
|
27
|
+
------------------
|
|
28
|
+
|
|
29
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
30
|
+
|
|
31
|
+
1.1230.0 (2026-03-25)
|
|
32
|
+
------------------
|
|
33
|
+
|
|
34
|
+
* Feature - Added support for enumerating regions for `Aws::Uxc`.
|
|
35
|
+
|
|
36
|
+
1.1229.0 (2026-03-20)
|
|
37
|
+
------------------
|
|
38
|
+
|
|
39
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
40
|
+
|
|
4
41
|
1.1228.0 (2026-03-19)
|
|
5
42
|
------------------
|
|
6
43
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1235.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -368,6 +368,7 @@ module Aws
|
|
|
368
368
|
'DatabaseMigrationService' => 'dms',
|
|
369
369
|
'Deadline' => 'deadline',
|
|
370
370
|
'Detective' => 'api.detective',
|
|
371
|
+
'DevOpsAgent' => 'aidevops',
|
|
371
372
|
'DevOpsGuru' => 'devops-guru',
|
|
372
373
|
'DeviceFarm' => 'devicefarm',
|
|
373
374
|
'DirectConnect' => 'directconnect',
|
|
@@ -611,6 +612,7 @@ module Aws
|
|
|
611
612
|
'Scheduler' => 'scheduler',
|
|
612
613
|
'Schemas' => 'schemas',
|
|
613
614
|
'SecretsManager' => 'secretsmanager',
|
|
615
|
+
'SecurityAgent' => 'securityagent',
|
|
614
616
|
'SecurityHub' => 'securityhub',
|
|
615
617
|
'SecurityIR' => 'security-ir',
|
|
616
618
|
'SecurityLake' => 'securitylake',
|
|
@@ -634,6 +636,7 @@ module Aws
|
|
|
634
636
|
'SupplyChain' => 'scn',
|
|
635
637
|
'Support' => 'support',
|
|
636
638
|
'SupportApp' => 'supportapp',
|
|
639
|
+
'Sustainability' => 'sustainability',
|
|
637
640
|
'Synthetics' => 'synthetics',
|
|
638
641
|
'TaxSettings' => 'tax',
|
|
639
642
|
'Textract' => 'textract',
|
|
@@ -646,6 +649,7 @@ module Aws
|
|
|
646
649
|
'Transfer' => 'transfer',
|
|
647
650
|
'Translate' => 'translate',
|
|
648
651
|
'TrustedAdvisor' => 'trustedadvisor',
|
|
652
|
+
'Uxc' => 'uxc',
|
|
649
653
|
'VPCLattice' => 'vpc-lattice',
|
|
650
654
|
'VerifiedPermissions' => 'verifiedpermissions',
|
|
651
655
|
'VoiceID' => 'voiceid',
|
data/partitions.json
CHANGED
|
@@ -1539,6 +1539,7 @@
|
|
|
1539
1539
|
"eu-central-1" : { },
|
|
1540
1540
|
"eu-north-1" : { },
|
|
1541
1541
|
"eu-west-1" : { },
|
|
1542
|
+
"eu-west-2" : { },
|
|
1542
1543
|
"eu-west-3" : { },
|
|
1543
1544
|
"me-central-1" : { },
|
|
1544
1545
|
"sa-east-1" : { },
|
|
@@ -11980,6 +11981,7 @@
|
|
|
11980
11981
|
"ap-southeast-3" : { },
|
|
11981
11982
|
"ap-southeast-4" : { },
|
|
11982
11983
|
"ap-southeast-5" : { },
|
|
11984
|
+
"ap-southeast-6" : { },
|
|
11983
11985
|
"ap-southeast-7" : { },
|
|
11984
11986
|
"ca-central-1" : { },
|
|
11985
11987
|
"ca-west-1" : { },
|
|
@@ -15623,6 +15625,7 @@
|
|
|
15623
15625
|
"ap-southeast-1" : { },
|
|
15624
15626
|
"ap-southeast-2" : { },
|
|
15625
15627
|
"ap-southeast-3" : { },
|
|
15628
|
+
"ap-southeast-5" : { },
|
|
15626
15629
|
"ca-central-1" : { },
|
|
15627
15630
|
"eu-central-1" : { },
|
|
15628
15631
|
"eu-north-1" : { },
|
|
@@ -20406,6 +20409,7 @@
|
|
|
20406
20409
|
"tags" : [ "fips" ]
|
|
20407
20410
|
} ]
|
|
20408
20411
|
},
|
|
20412
|
+
"sa-east-1" : { },
|
|
20409
20413
|
"us-east-1" : {
|
|
20410
20414
|
"variants" : [ {
|
|
20411
20415
|
"hostname" : "rekognition-fips.us-east-1.amazonaws.com",
|
|
@@ -37903,6 +37907,12 @@
|
|
|
37903
37907
|
}
|
|
37904
37908
|
},
|
|
37905
37909
|
"services" : {
|
|
37910
|
+
"acm" : {
|
|
37911
|
+
"endpoints" : {
|
|
37912
|
+
"us-isob-east-1" : { },
|
|
37913
|
+
"us-isob-west-1" : { }
|
|
37914
|
+
}
|
|
37915
|
+
},
|
|
37906
37916
|
"agreement-marketplace" : {
|
|
37907
37917
|
"endpoints" : {
|
|
37908
37918
|
"us-isob-east-1" : { }
|
|
@@ -38534,7 +38544,8 @@
|
|
|
38534
38544
|
},
|
|
38535
38545
|
"route53resolver" : {
|
|
38536
38546
|
"endpoints" : {
|
|
38537
|
-
"us-isob-east-1" : { }
|
|
38547
|
+
"us-isob-east-1" : { },
|
|
38548
|
+
"us-isob-west-1" : { }
|
|
38538
38549
|
}
|
|
38539
38550
|
},
|
|
38540
38551
|
"runtime.sagemaker" : {
|
|
@@ -40624,11 +40635,21 @@
|
|
|
40624
40635
|
"eusc-de-east-1" : { }
|
|
40625
40636
|
}
|
|
40626
40637
|
},
|
|
40638
|
+
"oidc" : {
|
|
40639
|
+
"endpoints" : {
|
|
40640
|
+
"eusc-de-east-1" : { }
|
|
40641
|
+
}
|
|
40642
|
+
},
|
|
40627
40643
|
"pi" : {
|
|
40628
40644
|
"endpoints" : {
|
|
40629
40645
|
"eusc-de-east-1" : { }
|
|
40630
40646
|
}
|
|
40631
40647
|
},
|
|
40648
|
+
"portal.sso" : {
|
|
40649
|
+
"endpoints" : {
|
|
40650
|
+
"eusc-de-east-1" : { }
|
|
40651
|
+
}
|
|
40652
|
+
},
|
|
40632
40653
|
"qbusiness" : {
|
|
40633
40654
|
"endpoints" : {
|
|
40634
40655
|
"eusc-de-east-1" : { }
|
|
@@ -40744,6 +40765,11 @@
|
|
|
40744
40765
|
"eusc-de-east-1" : { }
|
|
40745
40766
|
}
|
|
40746
40767
|
},
|
|
40768
|
+
"sso" : {
|
|
40769
|
+
"endpoints" : {
|
|
40770
|
+
"eusc-de-east-1" : { }
|
|
40771
|
+
}
|
|
40772
|
+
},
|
|
40747
40773
|
"states" : {
|
|
40748
40774
|
"endpoints" : {
|
|
40749
40775
|
"eusc-de-east-1" : { }
|