aws-partitions 1.1253.0 → 1.1258.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +14 -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: efa4c52e13520839278c17befea09857fff06e420dd066d2bcbab64af61d9ffa
|
|
4
|
+
data.tar.gz: 78f2aa78ededec714fcfcb461f6d24f8690cabfae6a3c068d3afcb52ba187415
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10b137294db59762eac21c6b258368fb1b9cdd454431f7b5bbfed06244129ca0d547aba5bd2811d6625e8ced94ad98e21588df977bc736c24476edb2a75a1107
|
|
7
|
+
data.tar.gz: f38ce629e13d99e1084b23dd67aab4f0f09f2adf86e8856b0b0601e5b6a0d70235c2bb3cb435c02fb3b888903883078862e17b3922a4aabacfdf86d417a16421
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1258.0 (2026-06-05)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1257.0 (2026-06-03)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.1256.0 (2026-06-02)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::SagemakerJobRuntime`.
|
|
18
|
+
|
|
19
|
+
1.1255.0 (2026-05-29)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.1254.0 (2026-05-28)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::Resiliencehubv2`.
|
|
28
|
+
|
|
4
29
|
1.1253.0 (2026-05-22)
|
|
5
30
|
------------------
|
|
6
31
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1258.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -572,6 +572,7 @@ module Aws
|
|
|
572
572
|
'Rekognition' => 'rekognition',
|
|
573
573
|
'Repostspace' => 'repostspace',
|
|
574
574
|
'ResilienceHub' => 'resiliencehub',
|
|
575
|
+
'Resiliencehubv2' => 'resiliencehub',
|
|
575
576
|
'ResourceExplorer2' => 'resource-explorer-2',
|
|
576
577
|
'ResourceGroups' => 'resource-groups',
|
|
577
578
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
|
@@ -611,6 +612,7 @@ module Aws
|
|
|
611
612
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
612
613
|
'SageMakerRuntimeHTTP2' => 'runtime.sagemaker',
|
|
613
614
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
615
|
+
'SagemakerJobRuntime' => 'job-runtime.sagemaker',
|
|
614
616
|
'SavingsPlans' => 'savingsplans',
|
|
615
617
|
'Scheduler' => 'scheduler',
|
|
616
618
|
'Schemas' => 'schemas',
|
data/partitions.json
CHANGED
|
@@ -20302,6 +20302,8 @@
|
|
|
20302
20302
|
"tags" : [ "dualstack" ]
|
|
20303
20303
|
} ]
|
|
20304
20304
|
},
|
|
20305
|
+
"ap-southeast-5" : { },
|
|
20306
|
+
"ap-southeast-7" : { },
|
|
20305
20307
|
"ca-central-1" : {
|
|
20306
20308
|
"variants" : [ {
|
|
20307
20309
|
"hostname" : "rekognition-fips.ca-central-1.amazonaws.com",
|
|
@@ -38283,7 +38285,8 @@
|
|
|
38283
38285
|
"hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38284
38286
|
"tags" : [ "fips" ]
|
|
38285
38287
|
} ]
|
|
38286
|
-
}
|
|
38288
|
+
},
|
|
38289
|
+
"us-isob-west-1" : { }
|
|
38287
38290
|
}
|
|
38288
38291
|
},
|
|
38289
38292
|
"elasticloadbalancing" : {
|
|
@@ -38946,6 +38949,11 @@
|
|
|
38946
38949
|
"eu-isoe-west-1" : { }
|
|
38947
38950
|
}
|
|
38948
38951
|
},
|
|
38952
|
+
"api.sagemaker" : {
|
|
38953
|
+
"endpoints" : {
|
|
38954
|
+
"eu-isoe-west-1" : { }
|
|
38955
|
+
}
|
|
38956
|
+
},
|
|
38949
38957
|
"apigateway" : {
|
|
38950
38958
|
"endpoints" : {
|
|
38951
38959
|
"eu-isoe-west-1" : { }
|
|
@@ -40685,6 +40693,11 @@
|
|
|
40685
40693
|
"eusc-de-east-1" : { }
|
|
40686
40694
|
}
|
|
40687
40695
|
},
|
|
40696
|
+
"mq" : {
|
|
40697
|
+
"endpoints" : {
|
|
40698
|
+
"eusc-de-east-1" : { }
|
|
40699
|
+
}
|
|
40700
|
+
},
|
|
40688
40701
|
"network-firewall" : {
|
|
40689
40702
|
"endpoints" : {
|
|
40690
40703
|
"eusc-de-east-1" : { }
|