aws-partitions 1.1185.0 → 1.1187.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 +9 -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: ee379aaa516dd6875e3e9dc72d63021c99f51a564044910182e8c4868953209a
|
|
4
|
+
data.tar.gz: 8a791c3db37b5a8437087d1b6c08bcede3bc64e33b090b7a8db9c231350ccb2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a851c4d35c00be1c212eb65b7f7efb97f8b0e49c1db31e5da439cc78c481aaf0bc901e71b5345d9f84df0dfcab298576ce977e8a6fdb8383461765d4901f1389
|
|
7
|
+
data.tar.gz: 2c432661d46d402d98d6a3d39dbbfa5799d63829dec152fb52d53a87cb61bbc2a55febf0ab18814a486ce5519cdb8926bf75066980982c29597537904ae4857f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1187.0 (2025-11-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::SageMakerRuntimeHTTP2`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::ComputeOptimizerAutomation`.
|
|
10
|
+
|
|
11
|
+
1.1186.0 (2025-11-20)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
15
|
+
|
|
4
16
|
1.1185.0 (2025-11-19)
|
|
5
17
|
------------------
|
|
6
18
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1187.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -343,6 +343,7 @@ module Aws
|
|
|
343
343
|
'Comprehend' => 'comprehend',
|
|
344
344
|
'ComprehendMedical' => 'comprehendmedical',
|
|
345
345
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
346
|
+
'ComputeOptimizerAutomation' => 'aco-automation',
|
|
346
347
|
'ConfigService' => 'config',
|
|
347
348
|
'Connect' => 'connect',
|
|
348
349
|
'ConnectCampaignService' => 'connect-campaigns',
|
|
@@ -601,6 +602,7 @@ module Aws
|
|
|
601
602
|
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
|
602
603
|
'SageMakerMetrics' => 'metrics.sagemaker',
|
|
603
604
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
605
|
+
'SageMakerRuntimeHTTP2' => 'runtime.sagemaker',
|
|
604
606
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
605
607
|
'SavingsPlans' => 'savingsplans',
|
|
606
608
|
'Scheduler' => 'scheduler',
|
data/partitions.json
CHANGED
|
@@ -10068,12 +10068,14 @@
|
|
|
10068
10068
|
"ap-southeast-1" : { },
|
|
10069
10069
|
"ap-southeast-2" : { },
|
|
10070
10070
|
"ap-southeast-3" : { },
|
|
10071
|
+
"ap-southeast-5" : { },
|
|
10071
10072
|
"ca-central-1" : {
|
|
10072
10073
|
"variants" : [ {
|
|
10073
10074
|
"hostname" : "email-fips.ca-central-1.amazonaws.com",
|
|
10074
10075
|
"tags" : [ "fips" ]
|
|
10075
10076
|
} ]
|
|
10076
10077
|
},
|
|
10078
|
+
"ca-west-1" : { },
|
|
10077
10079
|
"eu-central-1" : { },
|
|
10078
10080
|
"eu-central-2" : { },
|
|
10079
10081
|
"eu-north-1" : { },
|
|
@@ -12705,6 +12707,7 @@
|
|
|
12705
12707
|
"ap-southeast-3" : { },
|
|
12706
12708
|
"ap-southeast-4" : { },
|
|
12707
12709
|
"ap-southeast-5" : { },
|
|
12710
|
+
"ap-southeast-6" : { },
|
|
12708
12711
|
"ap-southeast-7" : { },
|
|
12709
12712
|
"ca-central-1" : { },
|
|
12710
12713
|
"ca-west-1" : { },
|
|
@@ -17765,6 +17768,7 @@
|
|
|
17765
17768
|
},
|
|
17766
17769
|
"hostname" : "oidc.ap-east-1.amazonaws.com"
|
|
17767
17770
|
},
|
|
17771
|
+
"ap-east-2" : { },
|
|
17768
17772
|
"ap-northeast-1" : {
|
|
17769
17773
|
"credentialScope" : {
|
|
17770
17774
|
"region" : "ap-northeast-1"
|
|
@@ -37933,6 +37937,11 @@
|
|
|
37933
37937
|
"us-isob-west-1" : { }
|
|
37934
37938
|
}
|
|
37935
37939
|
},
|
|
37940
|
+
"bedrock" : {
|
|
37941
|
+
"endpoints" : {
|
|
37942
|
+
"us-isob-east-1" : { }
|
|
37943
|
+
}
|
|
37944
|
+
},
|
|
37936
37945
|
"budgets" : {
|
|
37937
37946
|
"endpoints" : {
|
|
37938
37947
|
"aws-iso-b-global" : {
|