aws-partitions 1.1161.0 → 1.1188.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 +139 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +6 -7
- data/partitions-metadata.json +7 -4
- data/partitions.json +198 -285
- 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: 7cba1ee1c62fab142160d20bdc179b53e00dc629ea0bba1649992c7e74fb616f
|
|
4
|
+
data.tar.gz: 485664956d83eede1b3b328d57949ec848baf7851c25e7cf1002c44babe343f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a438b3d7d0e072e94e7de4cfc45f10671d57ec75108f36508760a76b322fc5d5442861810e16154cab90200b0e09dcb5619280132eb38d90253e32703b4e585e
|
|
7
|
+
data.tar.gz: 40af8e3744cb904e0a2d6a4f8ec42b0dbb449c8b54d62614e230cedf2f561663ddf9a245f4c05c9f4f743cfabba3d107db6c791679593460eac7fa5f2e3abb76
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,145 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1188.0 (2025-11-25)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1187.0 (2025-11-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::SageMakerRuntimeHTTP2`.
|
|
13
|
+
|
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::ComputeOptimizerAutomation`.
|
|
15
|
+
|
|
16
|
+
1.1186.0 (2025-11-20)
|
|
17
|
+
------------------
|
|
18
|
+
|
|
19
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
20
|
+
|
|
21
|
+
1.1185.0 (2025-11-19)
|
|
22
|
+
------------------
|
|
23
|
+
|
|
24
|
+
* Feature - Added support for enumerating regions for `Aws::Signin`.
|
|
25
|
+
|
|
26
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralChannel`.
|
|
27
|
+
|
|
28
|
+
1.1184.0 (2025-11-18)
|
|
29
|
+
------------------
|
|
30
|
+
|
|
31
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
32
|
+
|
|
33
|
+
1.1183.0 (2025-11-17)
|
|
34
|
+
------------------
|
|
35
|
+
|
|
36
|
+
* Feature - Added support for enumerating regions for `Aws::MWAAServerless`.
|
|
37
|
+
|
|
38
|
+
1.1182.0 (2025-11-14)
|
|
39
|
+
------------------
|
|
40
|
+
|
|
41
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
42
|
+
|
|
43
|
+
1.1181.0 (2025-11-06)
|
|
44
|
+
------------------
|
|
45
|
+
|
|
46
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
47
|
+
|
|
48
|
+
1.1180.0 (2025-11-04)
|
|
49
|
+
------------------
|
|
50
|
+
|
|
51
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
52
|
+
|
|
53
|
+
1.1179.0 (2025-10-30)
|
|
54
|
+
------------------
|
|
55
|
+
|
|
56
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
57
|
+
|
|
58
|
+
1.1178.0 (2025-10-28)
|
|
59
|
+
------------------
|
|
60
|
+
|
|
61
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
62
|
+
|
|
63
|
+
1.1177.0 (2025-10-24)
|
|
64
|
+
------------------
|
|
65
|
+
|
|
66
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
67
|
+
|
|
68
|
+
1.1176.0 (2025-10-23)
|
|
69
|
+
------------------
|
|
70
|
+
|
|
71
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
72
|
+
|
|
73
|
+
1.1175.0 (2025-10-22)
|
|
74
|
+
------------------
|
|
75
|
+
|
|
76
|
+
* Feature - Added support for enumerating regions for `Aws::RTBFabric`.
|
|
77
|
+
|
|
78
|
+
1.1174.0 (2025-10-17)
|
|
79
|
+
------------------
|
|
80
|
+
|
|
81
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
82
|
+
|
|
83
|
+
1.1173.0 (2025-10-15)
|
|
84
|
+
------------------
|
|
85
|
+
|
|
86
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
87
|
+
|
|
88
|
+
1.1172.0 (2025-10-10)
|
|
89
|
+
------------------
|
|
90
|
+
|
|
91
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
92
|
+
|
|
93
|
+
1.1171.0 (2025-10-09)
|
|
94
|
+
------------------
|
|
95
|
+
|
|
96
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
97
|
+
|
|
98
|
+
1.1170.0 (2025-10-08)
|
|
99
|
+
------------------
|
|
100
|
+
|
|
101
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
102
|
+
|
|
103
|
+
1.1169.0 (2025-10-07)
|
|
104
|
+
------------------
|
|
105
|
+
|
|
106
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
107
|
+
|
|
108
|
+
1.1168.0 (2025-09-30)
|
|
109
|
+
------------------
|
|
110
|
+
|
|
111
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
112
|
+
|
|
113
|
+
1.1167.0 (2025-09-29)
|
|
114
|
+
------------------
|
|
115
|
+
|
|
116
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
117
|
+
|
|
118
|
+
1.1166.0 (2025-09-26)
|
|
119
|
+
------------------
|
|
120
|
+
|
|
121
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
122
|
+
|
|
123
|
+
1.1165.0 (2025-09-25)
|
|
124
|
+
------------------
|
|
125
|
+
|
|
126
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
127
|
+
|
|
128
|
+
1.1164.0 (2025-09-23)
|
|
129
|
+
------------------
|
|
130
|
+
|
|
131
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
132
|
+
|
|
133
|
+
1.1163.0 (2025-09-22)
|
|
134
|
+
------------------
|
|
135
|
+
|
|
136
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
137
|
+
|
|
138
|
+
1.1162.0 (2025-09-19)
|
|
139
|
+
------------------
|
|
140
|
+
|
|
141
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
142
|
+
|
|
4
143
|
1.1161.0 (2025-09-16)
|
|
5
144
|
------------------
|
|
6
145
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1188.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,7 @@ module Aws
|
|
|
536
534
|
'PCS' => 'pcs',
|
|
537
535
|
'PI' => 'pi',
|
|
538
536
|
'Panorama' => 'panorama',
|
|
537
|
+
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
539
538
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
540
539
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
541
540
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
|
@@ -556,12 +555,11 @@ module Aws
|
|
|
556
555
|
'QApps' => 'data.qapps',
|
|
557
556
|
'QBusiness' => 'qbusiness',
|
|
558
557
|
'QConnect' => 'wisdom',
|
|
559
|
-
'QLDB' => 'qldb',
|
|
560
|
-
'QLDBSession' => 'session.qldb',
|
|
561
558
|
'QuickSight' => 'quicksight',
|
|
562
559
|
'RAM' => 'ram',
|
|
563
560
|
'RDS' => 'rds',
|
|
564
561
|
'RDSDataService' => 'rds-data',
|
|
562
|
+
'RTBFabric' => 'rtbfabric',
|
|
565
563
|
'RecycleBin' => 'rbin',
|
|
566
564
|
'Redshift' => 'redshift',
|
|
567
565
|
'RedshiftDataAPIService' => 'redshift-data',
|
|
@@ -572,7 +570,6 @@ module Aws
|
|
|
572
570
|
'ResourceExplorer2' => 'resource-explorer-2',
|
|
573
571
|
'ResourceGroups' => 'resource-groups',
|
|
574
572
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
|
575
|
-
'RoboMaker' => 'robomaker',
|
|
576
573
|
'RolesAnywhere' => 'rolesanywhere',
|
|
577
574
|
'Route53' => 'route53',
|
|
578
575
|
'Route53Domains' => 'route53domains',
|
|
@@ -605,6 +602,7 @@ module Aws
|
|
|
605
602
|
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
|
606
603
|
'SageMakerMetrics' => 'metrics.sagemaker',
|
|
607
604
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
605
|
+
'SageMakerRuntimeHTTP2' => 'runtime.sagemaker',
|
|
608
606
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
609
607
|
'SavingsPlans' => 'savingsplans',
|
|
610
608
|
'Scheduler' => 'scheduler',
|
|
@@ -619,6 +617,7 @@ module Aws
|
|
|
619
617
|
'ServiceQuotas' => 'servicequotas',
|
|
620
618
|
'Shield' => 'shield',
|
|
621
619
|
'Signer' => 'signer',
|
|
620
|
+
'Signin' => 'signin',
|
|
622
621
|
'SimSpaceWeaver' => 'simspaceweaver',
|
|
623
622
|
'SimpleDB' => 'sdb',
|
|
624
623
|
'SnowDeviceManagement' => 'snow-device-management',
|
data/partitions-metadata.json
CHANGED
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"dualStackDnsSuffix" : "api.aws.ic.gov",
|
|
163
163
|
"implicitGlobalRegion" : "us-iso-east-1",
|
|
164
164
|
"name" : "aws-iso",
|
|
165
|
-
"supportsDualStack" :
|
|
165
|
+
"supportsDualStack" : true,
|
|
166
166
|
"supportsFIPS" : true
|
|
167
167
|
},
|
|
168
168
|
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"dualStackDnsSuffix" : "api.aws.scloud",
|
|
185
185
|
"implicitGlobalRegion" : "us-isob-east-1",
|
|
186
186
|
"name" : "aws-iso-b",
|
|
187
|
-
"supportsDualStack" :
|
|
187
|
+
"supportsDualStack" : true,
|
|
188
188
|
"supportsFIPS" : true
|
|
189
189
|
},
|
|
190
190
|
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
|
|
@@ -194,6 +194,9 @@
|
|
|
194
194
|
},
|
|
195
195
|
"us-isob-east-1" : {
|
|
196
196
|
"description" : "US ISOB East (Ohio)"
|
|
197
|
+
},
|
|
198
|
+
"us-isob-west-1" : {
|
|
199
|
+
"description" : "US ISOB West"
|
|
197
200
|
}
|
|
198
201
|
}
|
|
199
202
|
}, {
|
|
@@ -203,7 +206,7 @@
|
|
|
203
206
|
"dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
|
|
204
207
|
"implicitGlobalRegion" : "eu-isoe-west-1",
|
|
205
208
|
"name" : "aws-iso-e",
|
|
206
|
-
"supportsDualStack" :
|
|
209
|
+
"supportsDualStack" : true,
|
|
207
210
|
"supportsFIPS" : true
|
|
208
211
|
},
|
|
209
212
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
@@ -222,7 +225,7 @@
|
|
|
222
225
|
"dualStackDnsSuffix" : "api.aws.hci.ic.gov",
|
|
223
226
|
"implicitGlobalRegion" : "us-isof-south-1",
|
|
224
227
|
"name" : "aws-iso-f",
|
|
225
|
-
"supportsDualStack" :
|
|
228
|
+
"supportsDualStack" : true,
|
|
226
229
|
"supportsFIPS" : true
|
|
227
230
|
},
|
|
228
231
|
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|