aws-partitions 1.1179.0 → 1.1189.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 +58 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +8 -7
- data/partitions.json +35 -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: 523e1fc214df4dec1051f24ea69c50f916251c5333b94adc772f2aa6c4e7ac02
|
|
4
|
+
data.tar.gz: 23f0a6c65862b3e0da0c2f556b5ca43cec84ac6044431834513b38b078784ee3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b8ec89313eaf55fe132b30401d62f845ffc56f846e03121d46b9c7294a523bfa7239f73e7902135a4e24366d507069ba025c818cd8a8578f43eaf6cdb7385eb
|
|
7
|
+
data.tar.gz: ff67009ed910336fc9564123f244244f51f2350118dd60752a51d16425ecabfdaa69cc9459e87c560b06b6b0eae233ee829c3351904ec422e5ed26fa8e5220a2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,64 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1189.0 (2025-12-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::Route53GlobalResolver`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralBenefits`.
|
|
10
|
+
|
|
11
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralAccount`.
|
|
12
|
+
|
|
13
|
+
1.1188.0 (2025-11-25)
|
|
14
|
+
------------------
|
|
15
|
+
|
|
16
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
17
|
+
|
|
18
|
+
1.1187.0 (2025-11-21)
|
|
19
|
+
------------------
|
|
20
|
+
|
|
21
|
+
* Feature - Added support for enumerating regions for `Aws::SageMakerRuntimeHTTP2`.
|
|
22
|
+
|
|
23
|
+
* Feature - Added support for enumerating regions for `Aws::ComputeOptimizerAutomation`.
|
|
24
|
+
|
|
25
|
+
1.1186.0 (2025-11-20)
|
|
26
|
+
------------------
|
|
27
|
+
|
|
28
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
29
|
+
|
|
30
|
+
1.1185.0 (2025-11-19)
|
|
31
|
+
------------------
|
|
32
|
+
|
|
33
|
+
* Feature - Added support for enumerating regions for `Aws::Signin`.
|
|
34
|
+
|
|
35
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralChannel`.
|
|
36
|
+
|
|
37
|
+
1.1184.0 (2025-11-18)
|
|
38
|
+
------------------
|
|
39
|
+
|
|
40
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
41
|
+
|
|
42
|
+
1.1183.0 (2025-11-17)
|
|
43
|
+
------------------
|
|
44
|
+
|
|
45
|
+
* Feature - Added support for enumerating regions for `Aws::MWAAServerless`.
|
|
46
|
+
|
|
47
|
+
1.1182.0 (2025-11-14)
|
|
48
|
+
------------------
|
|
49
|
+
|
|
50
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
51
|
+
|
|
52
|
+
1.1181.0 (2025-11-06)
|
|
53
|
+
------------------
|
|
54
|
+
|
|
55
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
56
|
+
|
|
57
|
+
1.1180.0 (2025-11-04)
|
|
58
|
+
------------------
|
|
59
|
+
|
|
60
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
61
|
+
|
|
4
62
|
1.1179.0 (2025-10-30)
|
|
5
63
|
------------------
|
|
6
64
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1189.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -267,7 +267,6 @@ module Aws
|
|
|
267
267
|
'AppRunner' => 'apprunner',
|
|
268
268
|
'AppStream' => 'appstream2',
|
|
269
269
|
'AppSync' => 'appsync',
|
|
270
|
-
'AppTest' => 'apptest',
|
|
271
270
|
'Appflow' => 'appflow',
|
|
272
271
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
|
273
272
|
'ApplicationCostProfiler' => 'application-cost-profiler',
|
|
@@ -344,6 +343,7 @@ module Aws
|
|
|
344
343
|
'Comprehend' => 'comprehend',
|
|
345
344
|
'ComprehendMedical' => 'comprehendmedical',
|
|
346
345
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
346
|
+
'ComputeOptimizerAutomation' => 'aco-automation',
|
|
347
347
|
'ConfigService' => 'config',
|
|
348
348
|
'Connect' => 'connect',
|
|
349
349
|
'ConnectCampaignService' => 'connect-campaigns',
|
|
@@ -440,7 +440,6 @@ module Aws
|
|
|
440
440
|
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
|
|
441
441
|
'IoTEvents' => 'iotevents',
|
|
442
442
|
'IoTEventsData' => 'data.iotevents',
|
|
443
|
-
'IoTFleetHub' => 'api.fleethub.iot',
|
|
444
443
|
'IoTFleetWise' => 'iotfleetwise',
|
|
445
444
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
446
445
|
'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
|
|
@@ -478,12 +477,11 @@ module Aws
|
|
|
478
477
|
'Lightsail' => 'lightsail',
|
|
479
478
|
'LocationService' => 'geo',
|
|
480
479
|
'LookoutEquipment' => 'lookoutequipment',
|
|
481
|
-
'LookoutMetrics' => 'lookoutmetrics',
|
|
482
|
-
'LookoutforVision' => 'lookoutvision',
|
|
483
480
|
'MPA' => 'mpa',
|
|
484
481
|
'MQ' => 'mq',
|
|
485
482
|
'MTurk' => 'mturk-requester',
|
|
486
483
|
'MWAA' => 'airflow',
|
|
484
|
+
'MWAAServerless' => 'airflow-serverless',
|
|
487
485
|
'MachineLearning' => 'machinelearning',
|
|
488
486
|
'Macie2' => 'macie2',
|
|
489
487
|
'MailManager' => 'mail-manager',
|
|
@@ -536,6 +534,9 @@ module Aws
|
|
|
536
534
|
'PCS' => 'pcs',
|
|
537
535
|
'PI' => 'pi',
|
|
538
536
|
'Panorama' => 'panorama',
|
|
537
|
+
'PartnerCentralAccount' => 'partnercentral-account',
|
|
538
|
+
'PartnerCentralBenefits' => 'partnercentral-benefits',
|
|
539
|
+
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
539
540
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
540
541
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
541
542
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
|
@@ -556,8 +557,6 @@ module Aws
|
|
|
556
557
|
'QApps' => 'data.qapps',
|
|
557
558
|
'QBusiness' => 'qbusiness',
|
|
558
559
|
'QConnect' => 'wisdom',
|
|
559
|
-
'QLDB' => 'qldb',
|
|
560
|
-
'QLDBSession' => 'session.qldb',
|
|
561
560
|
'QuickSight' => 'quicksight',
|
|
562
561
|
'RAM' => 'ram',
|
|
563
562
|
'RDS' => 'rds',
|
|
@@ -573,10 +572,10 @@ module Aws
|
|
|
573
572
|
'ResourceExplorer2' => 'resource-explorer-2',
|
|
574
573
|
'ResourceGroups' => 'resource-groups',
|
|
575
574
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
|
576
|
-
'RoboMaker' => 'robomaker',
|
|
577
575
|
'RolesAnywhere' => 'rolesanywhere',
|
|
578
576
|
'Route53' => 'route53',
|
|
579
577
|
'Route53Domains' => 'route53domains',
|
|
578
|
+
'Route53GlobalResolver' => 'route53globalresolver',
|
|
580
579
|
'Route53Profiles' => 'route53profiles',
|
|
581
580
|
'Route53RecoveryCluster' => 'route53-recovery-cluster',
|
|
582
581
|
'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
|
|
@@ -606,6 +605,7 @@ module Aws
|
|
|
606
605
|
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
|
607
606
|
'SageMakerMetrics' => 'metrics.sagemaker',
|
|
608
607
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
608
|
+
'SageMakerRuntimeHTTP2' => 'runtime.sagemaker',
|
|
609
609
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
610
610
|
'SavingsPlans' => 'savingsplans',
|
|
611
611
|
'Scheduler' => 'scheduler',
|
|
@@ -620,6 +620,7 @@ module Aws
|
|
|
620
620
|
'ServiceQuotas' => 'servicequotas',
|
|
621
621
|
'Shield' => 'shield',
|
|
622
622
|
'Signer' => 'signer',
|
|
623
|
+
'Signin' => 'signin',
|
|
623
624
|
'SimSpaceWeaver' => 'simspaceweaver',
|
|
624
625
|
'SimpleDB' => 'sdb',
|
|
625
626
|
'SnowDeviceManagement' => 'snow-device-management',
|
data/partitions.json
CHANGED
|
@@ -2720,8 +2720,11 @@
|
|
|
2720
2720
|
"ap-south-1" : { },
|
|
2721
2721
|
"ap-southeast-1" : { },
|
|
2722
2722
|
"ap-southeast-2" : { },
|
|
2723
|
+
"ap-southeast-5" : { },
|
|
2723
2724
|
"ca-central-1" : { },
|
|
2724
2725
|
"eu-central-1" : { },
|
|
2726
|
+
"eu-south-1" : { },
|
|
2727
|
+
"eu-south-2" : { },
|
|
2725
2728
|
"eu-west-1" : { },
|
|
2726
2729
|
"eu-west-2" : { },
|
|
2727
2730
|
"eu-west-3" : { },
|
|
@@ -2732,6 +2735,7 @@
|
|
|
2732
2735
|
"deprecated" : true,
|
|
2733
2736
|
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
|
|
2734
2737
|
},
|
|
2738
|
+
"il-central-1" : { },
|
|
2735
2739
|
"sa-east-1" : { },
|
|
2736
2740
|
"us-east-1" : {
|
|
2737
2741
|
"variants" : [ {
|
|
@@ -3720,6 +3724,7 @@
|
|
|
3720
3724
|
},
|
|
3721
3725
|
"bedrock" : {
|
|
3722
3726
|
"endpoints" : {
|
|
3727
|
+
"af-south-1" : { },
|
|
3723
3728
|
"ap-east-2" : { },
|
|
3724
3729
|
"ap-northeast-1" : { },
|
|
3725
3730
|
"ap-northeast-2" : { },
|
|
@@ -4021,6 +4026,7 @@
|
|
|
4021
4026
|
"hostname" : "bedrock.us-west-2.amazonaws.com"
|
|
4022
4027
|
},
|
|
4023
4028
|
"ca-central-1" : { },
|
|
4029
|
+
"ca-west-1" : { },
|
|
4024
4030
|
"eu-central-1" : { },
|
|
4025
4031
|
"eu-central-2" : { },
|
|
4026
4032
|
"eu-north-1" : { },
|
|
@@ -4031,6 +4037,8 @@
|
|
|
4031
4037
|
"eu-west-3" : { },
|
|
4032
4038
|
"il-central-1" : { },
|
|
4033
4039
|
"me-central-1" : { },
|
|
4040
|
+
"me-south-1" : { },
|
|
4041
|
+
"mx-central-1" : { },
|
|
4034
4042
|
"sa-east-1" : { },
|
|
4035
4043
|
"us-east-1" : { },
|
|
4036
4044
|
"us-east-2" : { },
|
|
@@ -4152,6 +4160,7 @@
|
|
|
4152
4160
|
"deprecated" : true,
|
|
4153
4161
|
"hostname" : "cassandra-fips.us-west-2.amazonaws.com"
|
|
4154
4162
|
},
|
|
4163
|
+
"me-central-1" : { },
|
|
4155
4164
|
"me-south-1" : { },
|
|
4156
4165
|
"sa-east-1" : { },
|
|
4157
4166
|
"us-east-1" : {
|
|
@@ -10059,12 +10068,14 @@
|
|
|
10059
10068
|
"ap-southeast-1" : { },
|
|
10060
10069
|
"ap-southeast-2" : { },
|
|
10061
10070
|
"ap-southeast-3" : { },
|
|
10071
|
+
"ap-southeast-5" : { },
|
|
10062
10072
|
"ca-central-1" : {
|
|
10063
10073
|
"variants" : [ {
|
|
10064
10074
|
"hostname" : "email-fips.ca-central-1.amazonaws.com",
|
|
10065
10075
|
"tags" : [ "fips" ]
|
|
10066
10076
|
} ]
|
|
10067
10077
|
},
|
|
10078
|
+
"ca-west-1" : { },
|
|
10068
10079
|
"eu-central-1" : { },
|
|
10069
10080
|
"eu-central-2" : { },
|
|
10070
10081
|
"eu-north-1" : { },
|
|
@@ -12696,6 +12707,7 @@
|
|
|
12696
12707
|
"ap-southeast-3" : { },
|
|
12697
12708
|
"ap-southeast-4" : { },
|
|
12698
12709
|
"ap-southeast-5" : { },
|
|
12710
|
+
"ap-southeast-6" : { },
|
|
12699
12711
|
"ap-southeast-7" : { },
|
|
12700
12712
|
"ca-central-1" : { },
|
|
12701
12713
|
"ca-west-1" : { },
|
|
@@ -17470,6 +17482,7 @@
|
|
|
17470
17482
|
"ap-southeast-3" : { },
|
|
17471
17483
|
"ap-southeast-4" : { },
|
|
17472
17484
|
"ap-southeast-5" : { },
|
|
17485
|
+
"ap-southeast-6" : { },
|
|
17473
17486
|
"ap-southeast-7" : { },
|
|
17474
17487
|
"ca-central-1" : {
|
|
17475
17488
|
"variants" : [ {
|
|
@@ -17755,6 +17768,7 @@
|
|
|
17755
17768
|
},
|
|
17756
17769
|
"hostname" : "oidc.ap-east-1.amazonaws.com"
|
|
17757
17770
|
},
|
|
17771
|
+
"ap-east-2" : { },
|
|
17758
17772
|
"ap-northeast-1" : {
|
|
17759
17773
|
"credentialScope" : {
|
|
17760
17774
|
"region" : "ap-northeast-1"
|
|
@@ -36522,6 +36536,12 @@
|
|
|
36522
36536
|
}
|
|
36523
36537
|
},
|
|
36524
36538
|
"services" : {
|
|
36539
|
+
"acm" : {
|
|
36540
|
+
"endpoints" : {
|
|
36541
|
+
"us-iso-east-1" : { },
|
|
36542
|
+
"us-iso-west-1" : { }
|
|
36543
|
+
}
|
|
36544
|
+
},
|
|
36525
36545
|
"agreement-marketplace" : {
|
|
36526
36546
|
"endpoints" : {
|
|
36527
36547
|
"fips-us-iso-east-1" : {
|
|
@@ -37917,6 +37937,11 @@
|
|
|
37917
37937
|
"us-isob-west-1" : { }
|
|
37918
37938
|
}
|
|
37919
37939
|
},
|
|
37940
|
+
"bedrock" : {
|
|
37941
|
+
"endpoints" : {
|
|
37942
|
+
"us-isob-east-1" : { }
|
|
37943
|
+
}
|
|
37944
|
+
},
|
|
37920
37945
|
"budgets" : {
|
|
37921
37946
|
"endpoints" : {
|
|
37922
37947
|
"aws-iso-b-global" : {
|
|
@@ -38530,7 +38555,8 @@
|
|
|
38530
38555
|
},
|
|
38531
38556
|
"scheduler" : {
|
|
38532
38557
|
"endpoints" : {
|
|
38533
|
-
"us-isob-east-1" : { }
|
|
38558
|
+
"us-isob-east-1" : { },
|
|
38559
|
+
"us-isob-west-1" : { }
|
|
38534
38560
|
}
|
|
38535
38561
|
},
|
|
38536
38562
|
"secretsmanager" : {
|
|
@@ -40144,6 +40170,14 @@
|
|
|
40144
40170
|
"dnsSuffix" : "amazonaws.eu",
|
|
40145
40171
|
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
40146
40172
|
"tags" : [ "fips" ]
|
|
40173
|
+
}, {
|
|
40174
|
+
"dnsSuffix" : "api.amazonwebservices.eu",
|
|
40175
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
40176
|
+
"tags" : [ "dualstack", "fips" ]
|
|
40177
|
+
}, {
|
|
40178
|
+
"dnsSuffix" : "api.amazonwebservices.eu",
|
|
40179
|
+
"hostname" : "{service}.{region}.{dnsSuffix}",
|
|
40180
|
+
"tags" : [ "dualstack" ]
|
|
40147
40181
|
} ]
|
|
40148
40182
|
},
|
|
40149
40183
|
"dnsSuffix" : "amazonaws.eu",
|