aws-partitions 1.507.0 → 1.774.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 +1374 -0
- data/VERSION +1 -1
- data/lib/aws-partitions/endpoint_provider.rb +147 -30
- data/lib/aws-partitions/partition.rb +10 -2
- data/lib/aws-partitions/partition_list.rb +50 -0
- data/lib/aws-partitions/service.rb +27 -0
- data/lib/aws-partitions.rb +85 -1
- data/partitions-metadata.json +192 -0
- data/partitions.json +16740 -3759
- metadata +3 -2
data/lib/aws-partitions.rb
CHANGED
@@ -195,6 +195,12 @@ module Aws
|
|
195
195
|
end
|
196
196
|
end
|
197
197
|
|
198
|
+
# @param [Hash] partition metadata
|
199
|
+
# @api private For Internal use only
|
200
|
+
def merge_metadata(partition_metadata)
|
201
|
+
default_partition_list.merge_metadata(partition_metadata)
|
202
|
+
end
|
203
|
+
|
198
204
|
# @api private For internal use only.
|
199
205
|
def clear
|
200
206
|
default_partition_list.clear
|
@@ -204,7 +210,11 @@ module Aws
|
|
204
210
|
# @return [PartitionList]
|
205
211
|
# @api private
|
206
212
|
def default_partition_list
|
207
|
-
@default_partition_list ||=
|
213
|
+
@default_partition_list ||= begin
|
214
|
+
partitions = PartitionList.build(defaults)
|
215
|
+
partitions.merge_metadata(default_metadata)
|
216
|
+
partitions
|
217
|
+
end
|
208
218
|
end
|
209
219
|
|
210
220
|
# @return [Hash]
|
@@ -217,6 +227,16 @@ module Aws
|
|
217
227
|
end
|
218
228
|
end
|
219
229
|
|
230
|
+
# @return [Hash]
|
231
|
+
# @api private
|
232
|
+
def default_metadata
|
233
|
+
@default_metadata ||= begin
|
234
|
+
path = File.expand_path('../../partitions-metadata.json', __FILE__)
|
235
|
+
defaults = JSON.parse(File.read(path), freeze: true)
|
236
|
+
defaults.merge('partitions' => defaults['partitions'].dup)
|
237
|
+
end
|
238
|
+
end
|
239
|
+
|
220
240
|
# @return [Hash<String,String>] Returns a map of service module names
|
221
241
|
# to their id as used in the endpoints.json document.
|
222
242
|
# @api private For internal use only.
|
@@ -227,13 +247,17 @@ module Aws
|
|
227
247
|
'ACM' => 'acm',
|
228
248
|
'ACMPCA' => 'acm-pca',
|
229
249
|
'APIGateway' => 'apigateway',
|
250
|
+
'ARCZonalShift' => 'arc-zonal-shift',
|
230
251
|
'AccessAnalyzer' => 'access-analyzer',
|
252
|
+
'Account' => 'account',
|
231
253
|
'AlexaForBusiness' => 'a4b',
|
232
254
|
'Amplify' => 'amplify',
|
233
255
|
'AmplifyBackend' => 'amplifybackend',
|
256
|
+
'AmplifyUIBuilder' => 'amplifyuibuilder',
|
234
257
|
'ApiGatewayManagementApi' => 'execute-api',
|
235
258
|
'ApiGatewayV2' => 'apigateway',
|
236
259
|
'AppConfig' => 'appconfig',
|
260
|
+
'AppConfigData' => 'appconfigdata',
|
237
261
|
'AppIntegrationsService' => 'app-integrations',
|
238
262
|
'AppMesh' => 'appmesh',
|
239
263
|
'AppRegistry' => 'servicecatalog-appregistry',
|
@@ -251,13 +275,21 @@ module Aws
|
|
251
275
|
'AutoScaling' => 'autoscaling',
|
252
276
|
'AutoScalingPlans' => 'autoscaling-plans',
|
253
277
|
'Backup' => 'backup',
|
278
|
+
'BackupGateway' => 'backup-gateway',
|
279
|
+
'BackupStorage' => 'backupstorage',
|
254
280
|
'Batch' => 'batch',
|
281
|
+
'BillingConductor' => 'billingconductor',
|
255
282
|
'Braket' => 'braket',
|
256
283
|
'Budgets' => 'budgets',
|
257
284
|
'Chime' => 'chime',
|
258
285
|
'ChimeSDKIdentity' => 'identity-chime',
|
286
|
+
'ChimeSDKMediaPipelines' => 'media-pipelines-chime',
|
287
|
+
'ChimeSDKMeetings' => 'meetings-chime',
|
259
288
|
'ChimeSDKMessaging' => 'messaging-chime',
|
289
|
+
'ChimeSDKVoice' => 'voice-chime',
|
290
|
+
'CleanRooms' => 'cleanrooms',
|
260
291
|
'Cloud9' => 'cloud9',
|
292
|
+
'CloudControlApi' => 'cloudcontrolapi',
|
261
293
|
'CloudDirectory' => 'clouddirectory',
|
262
294
|
'CloudFormation' => 'cloudformation',
|
263
295
|
'CloudFront' => 'cloudfront',
|
@@ -265,11 +297,15 @@ module Aws
|
|
265
297
|
'CloudHSMV2' => 'cloudhsmv2',
|
266
298
|
'CloudSearch' => 'cloudsearch',
|
267
299
|
'CloudTrail' => 'cloudtrail',
|
300
|
+
'CloudTrailData' => 'cloudtrail-data',
|
268
301
|
'CloudWatch' => 'monitoring',
|
269
302
|
'CloudWatchEvents' => 'events',
|
303
|
+
'CloudWatchEvidently' => 'evidently',
|
270
304
|
'CloudWatchLogs' => 'logs',
|
305
|
+
'CloudWatchRUM' => 'rum',
|
271
306
|
'CodeArtifact' => 'codeartifact',
|
272
307
|
'CodeBuild' => 'codebuild',
|
308
|
+
'CodeCatalyst' => 'codecatalyst',
|
273
309
|
'CodeCommit' => 'codecommit',
|
274
310
|
'CodeDeploy' => 'codedeploy',
|
275
311
|
'CodeGuruProfiler' => 'codeguru-profiler',
|
@@ -286,9 +322,12 @@ module Aws
|
|
286
322
|
'ComputeOptimizer' => 'compute-optimizer',
|
287
323
|
'ConfigService' => 'config',
|
288
324
|
'Connect' => 'connect',
|
325
|
+
'ConnectCampaignService' => 'connect-campaigns',
|
326
|
+
'ConnectCases' => 'cases',
|
289
327
|
'ConnectContactLens' => 'contact-lens',
|
290
328
|
'ConnectParticipant' => 'participant.connect',
|
291
329
|
'ConnectWisdomService' => 'wisdom',
|
330
|
+
'ControlTower' => 'controltower',
|
292
331
|
'CostExplorer' => 'ce',
|
293
332
|
'CostandUsageReportService' => 'cur',
|
294
333
|
'CustomerProfiles' => 'profile',
|
@@ -304,6 +343,8 @@ module Aws
|
|
304
343
|
'DirectConnect' => 'directconnect',
|
305
344
|
'DirectoryService' => 'ds',
|
306
345
|
'DocDB' => 'rds',
|
346
|
+
'DocDBElastic' => 'docdb-elastic',
|
347
|
+
'Drs' => 'drs',
|
307
348
|
'DynamoDB' => 'dynamodb',
|
308
349
|
'DynamoDBStreams' => 'streams.dynamodb',
|
309
350
|
'EBS' => 'ebs',
|
@@ -316,6 +357,7 @@ module Aws
|
|
316
357
|
'EKS' => 'eks',
|
317
358
|
'EMR' => 'elasticmapreduce',
|
318
359
|
'EMRContainers' => 'emr-containers',
|
360
|
+
'EMRServerless' => 'emr-serverless',
|
319
361
|
'ElastiCache' => 'elasticache',
|
320
362
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
321
363
|
'ElasticInference' => 'api.elastic-inference',
|
@@ -334,6 +376,7 @@ module Aws
|
|
334
376
|
'ForecastService' => 'forecast',
|
335
377
|
'FraudDetector' => 'frauddetector',
|
336
378
|
'GameLift' => 'gamelift',
|
379
|
+
'GameSparks' => 'gamesparks',
|
337
380
|
'Glacier' => 'glacier',
|
338
381
|
'GlobalAccelerator' => 'globalaccelerator',
|
339
382
|
'Glue' => 'glue',
|
@@ -347,10 +390,13 @@ module Aws
|
|
347
390
|
'Honeycode' => 'honeycode',
|
348
391
|
'IAM' => 'iam',
|
349
392
|
'IVS' => 'ivs',
|
393
|
+
'IVSRealTime' => 'ivsrealtime',
|
350
394
|
'IdentityStore' => 'identitystore',
|
351
395
|
'Imagebuilder' => 'imagebuilder',
|
352
396
|
'ImportExport' => 'importexport',
|
353
397
|
'Inspector' => 'inspector',
|
398
|
+
'Inspector2' => 'inspector2',
|
399
|
+
'InternetMonitor' => 'internetmonitor',
|
354
400
|
'IoT' => 'iot',
|
355
401
|
'IoT1ClickDevicesService' => 'devices.iot1click',
|
356
402
|
'IoT1ClickProjects' => 'projects.iot1click',
|
@@ -359,15 +405,21 @@ module Aws
|
|
359
405
|
'IoTEvents' => 'iotevents',
|
360
406
|
'IoTEventsData' => 'data.iotevents',
|
361
407
|
'IoTFleetHub' => 'api.fleethub.iot',
|
408
|
+
'IoTFleetWise' => 'iotfleetwise',
|
362
409
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
410
|
+
'IoTRoboRunner' => 'iotroborunner',
|
363
411
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
364
412
|
'IoTSiteWise' => 'iotsitewise',
|
365
413
|
'IoTThingsGraph' => 'iotthingsgraph',
|
414
|
+
'IoTTwinMaker' => 'iottwinmaker',
|
366
415
|
'IoTWireless' => 'api.iotwireless',
|
416
|
+
'Ivschat' => 'ivschat',
|
367
417
|
'KMS' => 'kms',
|
368
418
|
'Kafka' => 'kafka',
|
369
419
|
'KafkaConnect' => 'kafkaconnect',
|
370
420
|
'Kendra' => 'kendra',
|
421
|
+
'KendraRanking' => 'kendra-ranking',
|
422
|
+
'Keyspaces' => 'cassandra',
|
371
423
|
'Kinesis' => 'kinesis',
|
372
424
|
'KinesisAnalytics' => 'kinesisanalytics',
|
373
425
|
'KinesisAnalyticsV2' => 'kinesisanalytics',
|
@@ -375,6 +427,7 @@ module Aws
|
|
375
427
|
'KinesisVideoArchivedMedia' => 'kinesisvideo',
|
376
428
|
'KinesisVideoMedia' => 'kinesisvideo',
|
377
429
|
'KinesisVideoSignalingChannels' => 'kinesisvideo',
|
430
|
+
'KinesisVideoWebRTCStorage' => 'kinesisvideo',
|
378
431
|
'LakeFormation' => 'lakeformation',
|
379
432
|
'Lambda' => 'lambda',
|
380
433
|
'LambdaPreview' => 'lambda',
|
@@ -383,6 +436,8 @@ module Aws
|
|
383
436
|
'LexModelsV2' => 'models-v2-lex',
|
384
437
|
'LexRuntimeV2' => 'runtime-v2-lex',
|
385
438
|
'LicenseManager' => 'license-manager',
|
439
|
+
'LicenseManagerLinuxSubscriptions' => 'license-manager-linux-subscriptions',
|
440
|
+
'LicenseManagerUserSubscriptions' => 'license-manager-user-subscriptions',
|
386
441
|
'Lightsail' => 'lightsail',
|
387
442
|
'LocationService' => 'geo',
|
388
443
|
'LookoutEquipment' => 'lookoutequipment',
|
@@ -394,7 +449,9 @@ module Aws
|
|
394
449
|
'MachineLearning' => 'machinelearning',
|
395
450
|
'Macie' => 'macie',
|
396
451
|
'Macie2' => 'macie2',
|
452
|
+
'MainframeModernization' => 'm2',
|
397
453
|
'ManagedBlockchain' => 'managedblockchain',
|
454
|
+
'ManagedGrafana' => 'grafana',
|
398
455
|
'MarketplaceCatalog' => 'catalog.marketplace',
|
399
456
|
'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
|
400
457
|
'MarketplaceEntitlementService' => 'entitlement.marketplace',
|
@@ -403,6 +460,7 @@ module Aws
|
|
403
460
|
'MediaConvert' => 'mediaconvert',
|
404
461
|
'MediaLive' => 'medialive',
|
405
462
|
'MediaPackage' => 'mediapackage',
|
463
|
+
'MediaPackageV2' => 'mediapackagev2',
|
406
464
|
'MediaPackageVod' => 'mediapackage-vod',
|
407
465
|
'MediaStore' => 'mediastore',
|
408
466
|
'MediaStoreData' => 'data.mediastore',
|
@@ -411,25 +469,36 @@ module Aws
|
|
411
469
|
'Mgn' => 'mgn',
|
412
470
|
'MigrationHub' => 'mgh',
|
413
471
|
'MigrationHubConfig' => 'migrationhub-config',
|
472
|
+
'MigrationHubOrchestrator' => 'migrationhub-orchestrator',
|
473
|
+
'MigrationHubRefactorSpaces' => 'refactor-spaces',
|
474
|
+
'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
|
414
475
|
'Mobile' => 'mobile',
|
415
476
|
'Neptune' => 'rds',
|
416
477
|
'NetworkFirewall' => 'network-firewall',
|
417
478
|
'NetworkManager' => 'networkmanager',
|
418
479
|
'NimbleStudio' => 'nimble',
|
480
|
+
'OAM' => 'oam',
|
481
|
+
'OSIS' => 'osis',
|
482
|
+
'Omics' => 'omics',
|
483
|
+
'OpenSearchServerless' => 'aoss',
|
419
484
|
'OpenSearchService' => 'es',
|
420
485
|
'OpsWorks' => 'opsworks',
|
421
486
|
'OpsWorksCM' => 'opsworks-cm',
|
422
487
|
'Organizations' => 'organizations',
|
423
488
|
'Outposts' => 'outposts',
|
424
489
|
'PI' => 'pi',
|
490
|
+
'Panorama' => 'panorama',
|
425
491
|
'Personalize' => 'personalize',
|
426
492
|
'PersonalizeEvents' => 'personalize-events',
|
427
493
|
'PersonalizeRuntime' => 'personalize-runtime',
|
428
494
|
'Pinpoint' => 'pinpoint',
|
429
495
|
'PinpointEmail' => 'email',
|
430
496
|
'PinpointSMSVoice' => 'sms-voice.pinpoint',
|
497
|
+
'PinpointSMSVoiceV2' => 'sms-voice',
|
498
|
+
'Pipes' => 'pipes',
|
431
499
|
'Polly' => 'polly',
|
432
500
|
'Pricing' => 'api.pricing',
|
501
|
+
'PrivateNetworks' => 'private-networks',
|
433
502
|
'PrometheusService' => 'aps',
|
434
503
|
'Proton' => 'proton',
|
435
504
|
'QLDB' => 'qldb',
|
@@ -438,12 +507,17 @@ module Aws
|
|
438
507
|
'RAM' => 'ram',
|
439
508
|
'RDS' => 'rds',
|
440
509
|
'RDSDataService' => 'rds-data',
|
510
|
+
'RecycleBin' => 'rbin',
|
441
511
|
'Redshift' => 'redshift',
|
442
512
|
'RedshiftDataAPIService' => 'redshift-data',
|
513
|
+
'RedshiftServerless' => 'redshift-serverless',
|
443
514
|
'Rekognition' => 'rekognition',
|
515
|
+
'ResilienceHub' => 'resiliencehub',
|
516
|
+
'ResourceExplorer2' => 'resource-explorer-2',
|
444
517
|
'ResourceGroups' => 'resource-groups',
|
445
518
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
446
519
|
'RoboMaker' => 'robomaker',
|
520
|
+
'RolesAnywhere' => 'rolesanywhere',
|
447
521
|
'Route53' => 'route53',
|
448
522
|
'Route53Domains' => 'route53domains',
|
449
523
|
'Route53RecoveryCluster' => 'route53-recovery-cluster',
|
@@ -468,32 +542,41 @@ module Aws
|
|
468
542
|
'SWF' => 'swf',
|
469
543
|
'SageMaker' => 'api.sagemaker',
|
470
544
|
'SageMakerFeatureStoreRuntime' => 'featurestore-runtime.sagemaker',
|
545
|
+
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
546
|
+
'SageMakerMetrics' => 'metrics.sagemaker',
|
471
547
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
472
548
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
473
549
|
'SavingsPlans' => 'savingsplans',
|
550
|
+
'Scheduler' => 'scheduler',
|
474
551
|
'Schemas' => 'schemas',
|
475
552
|
'SecretsManager' => 'secretsmanager',
|
476
553
|
'SecurityHub' => 'securityhub',
|
554
|
+
'SecurityLake' => 'securitylake',
|
477
555
|
'ServerlessApplicationRepository' => 'serverlessrepo',
|
478
556
|
'ServiceCatalog' => 'servicecatalog',
|
479
557
|
'ServiceDiscovery' => 'servicediscovery',
|
480
558
|
'ServiceQuotas' => 'servicequotas',
|
481
559
|
'Shield' => 'shield',
|
482
560
|
'Signer' => 'signer',
|
561
|
+
'SimSpaceWeaver' => 'simspaceweaver',
|
483
562
|
'SimpleDB' => 'sdb',
|
484
563
|
'SnowDeviceManagement' => 'snow-device-management',
|
485
564
|
'Snowball' => 'snowball',
|
565
|
+
'SsmSap' => 'ssm-sap',
|
486
566
|
'States' => 'states',
|
487
567
|
'StorageGateway' => 'storagegateway',
|
488
568
|
'Support' => 'support',
|
569
|
+
'SupportApp' => 'supportapp',
|
489
570
|
'Synthetics' => 'synthetics',
|
490
571
|
'Textract' => 'textract',
|
491
572
|
'TimestreamQuery' => 'query.timestream',
|
492
573
|
'TimestreamWrite' => 'ingest.timestream',
|
574
|
+
'Tnb' => 'tnb',
|
493
575
|
'TranscribeService' => 'transcribe',
|
494
576
|
'TranscribeStreamingService' => 'transcribestreaming',
|
495
577
|
'Transfer' => 'transfer',
|
496
578
|
'Translate' => 'translate',
|
579
|
+
'VPCLattice' => 'vpc-lattice',
|
497
580
|
'VoiceID' => 'voiceid',
|
498
581
|
'WAF' => 'waf',
|
499
582
|
'WAFRegional' => 'waf-regional',
|
@@ -504,6 +587,7 @@ module Aws
|
|
504
587
|
'WorkMail' => 'workmail',
|
505
588
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
506
589
|
'WorkSpaces' => 'workspaces',
|
590
|
+
'WorkSpacesWeb' => 'workspaces-web',
|
507
591
|
'XRay' => 'xray',
|
508
592
|
}
|
509
593
|
# end service ids
|
@@ -0,0 +1,192 @@
|
|
1
|
+
{
|
2
|
+
"partitions" : [ {
|
3
|
+
"id" : "aws",
|
4
|
+
"outputs" : {
|
5
|
+
"dnsSuffix" : "amazonaws.com",
|
6
|
+
"dualStackDnsSuffix" : "api.aws",
|
7
|
+
"name" : "aws",
|
8
|
+
"supportsDualStack" : true,
|
9
|
+
"supportsFIPS" : true
|
10
|
+
},
|
11
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
12
|
+
"regions" : {
|
13
|
+
"af-south-1" : {
|
14
|
+
"description" : "Africa (Cape Town)"
|
15
|
+
},
|
16
|
+
"ap-east-1" : {
|
17
|
+
"description" : "Asia Pacific (Hong Kong)"
|
18
|
+
},
|
19
|
+
"ap-northeast-1" : {
|
20
|
+
"description" : "Asia Pacific (Tokyo)"
|
21
|
+
},
|
22
|
+
"ap-northeast-2" : {
|
23
|
+
"description" : "Asia Pacific (Seoul)"
|
24
|
+
},
|
25
|
+
"ap-northeast-3" : {
|
26
|
+
"description" : "Asia Pacific (Osaka)"
|
27
|
+
},
|
28
|
+
"ap-south-1" : {
|
29
|
+
"description" : "Asia Pacific (Mumbai)"
|
30
|
+
},
|
31
|
+
"ap-south-2" : {
|
32
|
+
"description" : "Asia Pacific (Hyderabad)"
|
33
|
+
},
|
34
|
+
"ap-southeast-1" : {
|
35
|
+
"description" : "Asia Pacific (Singapore)"
|
36
|
+
},
|
37
|
+
"ap-southeast-2" : {
|
38
|
+
"description" : "Asia Pacific (Sydney)"
|
39
|
+
},
|
40
|
+
"ap-southeast-3" : {
|
41
|
+
"description" : "Asia Pacific (Jakarta)"
|
42
|
+
},
|
43
|
+
"ap-southeast-4" : {
|
44
|
+
"description" : "Asia Pacific (Melbourne)"
|
45
|
+
},
|
46
|
+
"aws-global" : {
|
47
|
+
"description" : "AWS Standard global region"
|
48
|
+
},
|
49
|
+
"ca-central-1" : {
|
50
|
+
"description" : "Canada (Central)"
|
51
|
+
},
|
52
|
+
"eu-central-1" : {
|
53
|
+
"description" : "Europe (Frankfurt)"
|
54
|
+
},
|
55
|
+
"eu-central-2" : {
|
56
|
+
"description" : "Europe (Zurich)"
|
57
|
+
},
|
58
|
+
"eu-north-1" : {
|
59
|
+
"description" : "Europe (Stockholm)"
|
60
|
+
},
|
61
|
+
"eu-south-1" : {
|
62
|
+
"description" : "Europe (Milan)"
|
63
|
+
},
|
64
|
+
"eu-south-2" : {
|
65
|
+
"description" : "Europe (Spain)"
|
66
|
+
},
|
67
|
+
"eu-west-1" : {
|
68
|
+
"description" : "Europe (Ireland)"
|
69
|
+
},
|
70
|
+
"eu-west-2" : {
|
71
|
+
"description" : "Europe (London)"
|
72
|
+
},
|
73
|
+
"eu-west-3" : {
|
74
|
+
"description" : "Europe (Paris)"
|
75
|
+
},
|
76
|
+
"me-central-1" : {
|
77
|
+
"description" : "Middle East (UAE)"
|
78
|
+
},
|
79
|
+
"me-south-1" : {
|
80
|
+
"description" : "Middle East (Bahrain)"
|
81
|
+
},
|
82
|
+
"sa-east-1" : {
|
83
|
+
"description" : "South America (Sao Paulo)"
|
84
|
+
},
|
85
|
+
"us-east-1" : {
|
86
|
+
"description" : "US East (N. Virginia)"
|
87
|
+
},
|
88
|
+
"us-east-2" : {
|
89
|
+
"description" : "US East (Ohio)"
|
90
|
+
},
|
91
|
+
"us-west-1" : {
|
92
|
+
"description" : "US West (N. California)"
|
93
|
+
},
|
94
|
+
"us-west-2" : {
|
95
|
+
"description" : "US West (Oregon)"
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}, {
|
99
|
+
"id" : "aws-cn",
|
100
|
+
"outputs" : {
|
101
|
+
"dnsSuffix" : "amazonaws.com.cn",
|
102
|
+
"dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
|
103
|
+
"name" : "aws-cn",
|
104
|
+
"supportsDualStack" : true,
|
105
|
+
"supportsFIPS" : true
|
106
|
+
},
|
107
|
+
"regionRegex" : "^cn\\-\\w+\\-\\d+$",
|
108
|
+
"regions" : {
|
109
|
+
"aws-cn-global" : {
|
110
|
+
"description" : "AWS China global region"
|
111
|
+
},
|
112
|
+
"cn-north-1" : {
|
113
|
+
"description" : "China (Beijing)"
|
114
|
+
},
|
115
|
+
"cn-northwest-1" : {
|
116
|
+
"description" : "China (Ningxia)"
|
117
|
+
}
|
118
|
+
}
|
119
|
+
}, {
|
120
|
+
"id" : "aws-us-gov",
|
121
|
+
"outputs" : {
|
122
|
+
"dnsSuffix" : "amazonaws.com",
|
123
|
+
"dualStackDnsSuffix" : "api.aws",
|
124
|
+
"name" : "aws-us-gov",
|
125
|
+
"supportsDualStack" : true,
|
126
|
+
"supportsFIPS" : true
|
127
|
+
},
|
128
|
+
"regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
|
129
|
+
"regions" : {
|
130
|
+
"aws-us-gov-global" : {
|
131
|
+
"description" : "AWS GovCloud (US) global region"
|
132
|
+
},
|
133
|
+
"us-gov-east-1" : {
|
134
|
+
"description" : "AWS GovCloud (US-East)"
|
135
|
+
},
|
136
|
+
"us-gov-west-1" : {
|
137
|
+
"description" : "AWS GovCloud (US-West)"
|
138
|
+
}
|
139
|
+
}
|
140
|
+
}, {
|
141
|
+
"id" : "aws-iso",
|
142
|
+
"outputs" : {
|
143
|
+
"dnsSuffix" : "c2s.ic.gov",
|
144
|
+
"dualStackDnsSuffix" : "c2s.ic.gov",
|
145
|
+
"name" : "aws-iso",
|
146
|
+
"supportsDualStack" : false,
|
147
|
+
"supportsFIPS" : true
|
148
|
+
},
|
149
|
+
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
|
150
|
+
"regions" : {
|
151
|
+
"aws-iso-global" : {
|
152
|
+
"description" : "AWS ISO (US) global region"
|
153
|
+
},
|
154
|
+
"us-iso-east-1" : {
|
155
|
+
"description" : "US ISO East"
|
156
|
+
},
|
157
|
+
"us-iso-west-1" : {
|
158
|
+
"description" : "US ISO WEST"
|
159
|
+
}
|
160
|
+
}
|
161
|
+
}, {
|
162
|
+
"id" : "aws-iso-b",
|
163
|
+
"outputs" : {
|
164
|
+
"dnsSuffix" : "sc2s.sgov.gov",
|
165
|
+
"dualStackDnsSuffix" : "sc2s.sgov.gov",
|
166
|
+
"name" : "aws-iso-b",
|
167
|
+
"supportsDualStack" : false,
|
168
|
+
"supportsFIPS" : true
|
169
|
+
},
|
170
|
+
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
|
171
|
+
"regions" : {
|
172
|
+
"aws-iso-b-global" : {
|
173
|
+
"description" : "AWS ISOB (US) global region"
|
174
|
+
},
|
175
|
+
"us-isob-east-1" : {
|
176
|
+
"description" : "US ISOB East (Ohio)"
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}, {
|
180
|
+
"id" : "aws-iso-e",
|
181
|
+
"outputs" : {
|
182
|
+
"dnsSuffix" : "cloud.adc-e.uk",
|
183
|
+
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
184
|
+
"name" : "aws-iso-e",
|
185
|
+
"supportsDualStack" : false,
|
186
|
+
"supportsFIPS" : true
|
187
|
+
},
|
188
|
+
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
189
|
+
"regions" : { }
|
190
|
+
} ],
|
191
|
+
"version" : "1.1"
|
192
|
+
}
|