aws-partitions 1.990.0 → 1.1198.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 +1067 -0
- data/VERSION +1 -1
- data/lib/aws-partitions/metadata.rb +32 -0
- data/lib/aws-partitions.rb +45 -15
- data/partitions-metadata.json +71 -27
- data/partitions.json +11416 -1591
- metadata +5 -8
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1198.0
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Aws
|
|
4
|
+
module Partitions
|
|
5
|
+
# @api private
|
|
6
|
+
module Metadata
|
|
7
|
+
class << self
|
|
8
|
+
|
|
9
|
+
# aws.partition(region: string) Option<Partition>
|
|
10
|
+
def partition(region)
|
|
11
|
+
partition =
|
|
12
|
+
partitions.find { |p| p['regions']&.fetch(region, nil) } ||
|
|
13
|
+
partitions.find { |p| region.match(p['regionRegex']) } ||
|
|
14
|
+
partitions.find { |p| p['id'] == 'aws' }
|
|
15
|
+
|
|
16
|
+
return nil unless partition
|
|
17
|
+
|
|
18
|
+
partition['outputs']
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
def partitions
|
|
22
|
+
@partitions ||= default_partition_metadata
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
def default_partition_metadata
|
|
26
|
+
path = File.expand_path('../../../partitions-metadata.json', __FILE__)
|
|
27
|
+
JSON.parse(File.read(path), freeze: true)['partitions']
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -5,6 +5,7 @@ require_relative 'aws-partitions/partition'
|
|
|
5
5
|
require_relative 'aws-partitions/partition_list'
|
|
6
6
|
require_relative 'aws-partitions/region'
|
|
7
7
|
require_relative 'aws-partitions/service'
|
|
8
|
+
require_relative 'aws-partitions/metadata'
|
|
8
9
|
|
|
9
10
|
require 'json'
|
|
10
11
|
|
|
@@ -246,7 +247,9 @@ module Aws
|
|
|
246
247
|
{
|
|
247
248
|
'ACM' => 'acm',
|
|
248
249
|
'ACMPCA' => 'acm-pca',
|
|
250
|
+
'AIOps' => 'aiops',
|
|
249
251
|
'APIGateway' => 'apigateway',
|
|
252
|
+
'ARCRegionswitch' => 'arc-region-switch',
|
|
250
253
|
'ARCZonalShift' => 'arc-zonal-shift',
|
|
251
254
|
'AccessAnalyzer' => 'access-analyzer',
|
|
252
255
|
'Account' => 'account',
|
|
@@ -264,7 +267,6 @@ module Aws
|
|
|
264
267
|
'AppRunner' => 'apprunner',
|
|
265
268
|
'AppStream' => 'appstream2',
|
|
266
269
|
'AppSync' => 'appsync',
|
|
267
|
-
'AppTest' => 'apptest',
|
|
268
270
|
'Appflow' => 'appflow',
|
|
269
271
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
|
270
272
|
'ApplicationCostProfiler' => 'application-cost-profiler',
|
|
@@ -278,14 +280,23 @@ module Aws
|
|
|
278
280
|
'AutoScaling' => 'autoscaling',
|
|
279
281
|
'AutoScalingPlans' => 'autoscaling-plans',
|
|
280
282
|
'B2bi' => 'b2bi',
|
|
283
|
+
'BCMDashboards' => 'bcm-dashboards',
|
|
281
284
|
'BCMDataExports' => 'bcm-data-exports',
|
|
285
|
+
'BCMPricingCalculator' => 'bcm-pricing-calculator',
|
|
286
|
+
'BCMRecommendedActions' => 'bcm-recommended-actions',
|
|
282
287
|
'Backup' => 'backup',
|
|
283
288
|
'BackupGateway' => 'backup-gateway',
|
|
289
|
+
'BackupSearch' => 'backup-search',
|
|
284
290
|
'Batch' => 'batch',
|
|
285
291
|
'Bedrock' => 'bedrock',
|
|
286
292
|
'BedrockAgent' => 'bedrock-agent',
|
|
293
|
+
'BedrockAgentCore' => 'bedrock-agentcore',
|
|
294
|
+
'BedrockAgentCoreControl' => 'bedrock-agentcore-control',
|
|
287
295
|
'BedrockAgentRuntime' => 'bedrock-agent-runtime',
|
|
296
|
+
'BedrockDataAutomation' => 'bedrock-data-automation',
|
|
297
|
+
'BedrockDataAutomationRuntime' => 'bedrock-data-automation-runtime',
|
|
288
298
|
'BedrockRuntime' => 'bedrock-runtime',
|
|
299
|
+
'Billing' => 'billing',
|
|
289
300
|
'BillingConductor' => 'billingconductor',
|
|
290
301
|
'Braket' => 'braket',
|
|
291
302
|
'Budgets' => 'budgets',
|
|
@@ -332,9 +343,11 @@ module Aws
|
|
|
332
343
|
'Comprehend' => 'comprehend',
|
|
333
344
|
'ComprehendMedical' => 'comprehendmedical',
|
|
334
345
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
346
|
+
'ComputeOptimizerAutomation' => 'aco-automation',
|
|
335
347
|
'ConfigService' => 'config',
|
|
336
348
|
'Connect' => 'connect',
|
|
337
349
|
'ConnectCampaignService' => 'connect-campaigns',
|
|
350
|
+
'ConnectCampaignsV2' => 'connect-campaigns',
|
|
338
351
|
'ConnectCases' => 'cases',
|
|
339
352
|
'ConnectContactLens' => 'contact-lens',
|
|
340
353
|
'ConnectParticipant' => 'participant.connect',
|
|
@@ -347,6 +360,7 @@ module Aws
|
|
|
347
360
|
'CustomerProfiles' => 'profile',
|
|
348
361
|
'DAX' => 'dax',
|
|
349
362
|
'DLM' => 'dlm',
|
|
363
|
+
'DSQL' => 'dsql',
|
|
350
364
|
'DataExchange' => 'dataexchange',
|
|
351
365
|
'DataPipeline' => 'datapipeline',
|
|
352
366
|
'DataSync' => 'datasync',
|
|
@@ -378,13 +392,13 @@ module Aws
|
|
|
378
392
|
'EMRServerless' => 'emr-serverless',
|
|
379
393
|
'ElastiCache' => 'elasticache',
|
|
380
394
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
381
|
-
'ElasticInference' => 'api.elastic-inference',
|
|
382
395
|
'ElasticLoadBalancing' => 'elasticloadbalancing',
|
|
383
396
|
'ElasticLoadBalancingV2' => 'elasticloadbalancing',
|
|
384
397
|
'ElasticTranscoder' => 'elastictranscoder',
|
|
385
398
|
'ElasticsearchService' => 'es',
|
|
386
399
|
'EntityResolution' => 'entityresolution',
|
|
387
400
|
'EventBridge' => 'events',
|
|
401
|
+
'Evs' => 'evs',
|
|
388
402
|
'FIS' => 'fis',
|
|
389
403
|
'FMS' => 'fms',
|
|
390
404
|
'FSx' => 'fsx',
|
|
@@ -396,6 +410,10 @@ module Aws
|
|
|
396
410
|
'FraudDetector' => 'frauddetector',
|
|
397
411
|
'FreeTier' => 'freetier',
|
|
398
412
|
'GameLift' => 'gamelift',
|
|
413
|
+
'GameLiftStreams' => 'gameliftstreams',
|
|
414
|
+
'GeoMaps' => 'geo-maps',
|
|
415
|
+
'GeoPlaces' => 'geo-places',
|
|
416
|
+
'GeoRoutes' => 'geo-routes',
|
|
399
417
|
'Glacier' => 'glacier',
|
|
400
418
|
'GlobalAccelerator' => 'globalaccelerator',
|
|
401
419
|
'Glue' => 'glue',
|
|
@@ -416,16 +434,15 @@ module Aws
|
|
|
416
434
|
'Inspector2' => 'inspector2',
|
|
417
435
|
'InspectorScan' => 'inspector-scan',
|
|
418
436
|
'InternetMonitor' => 'internetmonitor',
|
|
437
|
+
'Invoicing' => 'invoicing',
|
|
419
438
|
'IoT' => 'iot',
|
|
420
|
-
'IoT1ClickDevicesService' => 'devices.iot1click',
|
|
421
|
-
'IoT1ClickProjects' => 'projects.iot1click',
|
|
422
439
|
'IoTAnalytics' => 'iotanalytics',
|
|
423
440
|
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
|
|
424
441
|
'IoTEvents' => 'iotevents',
|
|
425
442
|
'IoTEventsData' => 'data.iotevents',
|
|
426
|
-
'IoTFleetHub' => 'api.fleethub.iot',
|
|
427
443
|
'IoTFleetWise' => 'iotfleetwise',
|
|
428
444
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
445
|
+
'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
|
|
429
446
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
|
430
447
|
'IoTSiteWise' => 'iotsitewise',
|
|
431
448
|
'IoTThingsGraph' => 'iotthingsgraph',
|
|
@@ -438,6 +455,7 @@ module Aws
|
|
|
438
455
|
'Kendra' => 'kendra',
|
|
439
456
|
'KendraRanking' => 'kendra-ranking',
|
|
440
457
|
'Keyspaces' => 'cassandra',
|
|
458
|
+
'KeyspacesStreams' => 'cassandra-streams',
|
|
441
459
|
'Kinesis' => 'kinesis',
|
|
442
460
|
'KinesisAnalytics' => 'kinesisanalytics',
|
|
443
461
|
'KinesisAnalyticsV2' => 'kinesisanalytics',
|
|
@@ -459,11 +477,11 @@ module Aws
|
|
|
459
477
|
'Lightsail' => 'lightsail',
|
|
460
478
|
'LocationService' => 'geo',
|
|
461
479
|
'LookoutEquipment' => 'lookoutequipment',
|
|
462
|
-
'
|
|
463
|
-
'LookoutforVision' => 'lookoutvision',
|
|
480
|
+
'MPA' => 'mpa',
|
|
464
481
|
'MQ' => 'mq',
|
|
465
482
|
'MTurk' => 'mturk-requester',
|
|
466
483
|
'MWAA' => 'airflow',
|
|
484
|
+
'MWAAServerless' => 'airflow-serverless',
|
|
467
485
|
'MachineLearning' => 'machinelearning',
|
|
468
486
|
'Macie2' => 'macie2',
|
|
469
487
|
'MailManager' => 'mail-manager',
|
|
@@ -499,21 +517,28 @@ module Aws
|
|
|
499
517
|
'NeptuneGraph' => 'neptune-graph',
|
|
500
518
|
'Neptunedata' => 'neptune-db',
|
|
501
519
|
'NetworkFirewall' => 'network-firewall',
|
|
520
|
+
'NetworkFlowMonitor' => 'networkflowmonitor',
|
|
502
521
|
'NetworkManager' => 'networkmanager',
|
|
503
522
|
'NetworkMonitor' => 'networkmonitor',
|
|
504
|
-
'
|
|
523
|
+
'Notifications' => 'notifications',
|
|
524
|
+
'NotificationsContacts' => 'notifications-contacts',
|
|
525
|
+
'NovaAct' => 'nova-act',
|
|
505
526
|
'OAM' => 'oam',
|
|
506
527
|
'OSIS' => 'osis',
|
|
528
|
+
'ObservabilityAdmin' => 'observabilityadmin',
|
|
529
|
+
'Odb' => 'odb',
|
|
507
530
|
'Omics' => 'omics',
|
|
508
531
|
'OpenSearchServerless' => 'aoss',
|
|
509
532
|
'OpenSearchService' => 'es',
|
|
510
|
-
'OpsWorks' => 'opsworks',
|
|
511
|
-
'OpsWorksCM' => 'opsworks-cm',
|
|
512
533
|
'Organizations' => 'organizations',
|
|
513
534
|
'Outposts' => 'outposts',
|
|
514
535
|
'PCS' => 'pcs',
|
|
515
536
|
'PI' => 'pi',
|
|
516
537
|
'Panorama' => 'panorama',
|
|
538
|
+
'PartnerCentralAccount' => 'partnercentral-account',
|
|
539
|
+
'PartnerCentralBenefits' => 'partnercentral-benefits',
|
|
540
|
+
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
541
|
+
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
517
542
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
518
543
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
|
519
544
|
'PcaConnectorAd' => 'pca-connector-ad',
|
|
@@ -528,18 +553,16 @@ module Aws
|
|
|
528
553
|
'Pipes' => 'pipes',
|
|
529
554
|
'Polly' => 'polly',
|
|
530
555
|
'Pricing' => 'api.pricing',
|
|
531
|
-
'PrivateNetworks' => 'private-networks',
|
|
532
556
|
'PrometheusService' => 'aps',
|
|
533
557
|
'Proton' => 'proton',
|
|
534
558
|
'QApps' => 'data.qapps',
|
|
535
559
|
'QBusiness' => 'qbusiness',
|
|
536
560
|
'QConnect' => 'wisdom',
|
|
537
|
-
'QLDB' => 'qldb',
|
|
538
|
-
'QLDBSession' => 'session.qldb',
|
|
539
561
|
'QuickSight' => 'quicksight',
|
|
540
562
|
'RAM' => 'ram',
|
|
541
563
|
'RDS' => 'rds',
|
|
542
564
|
'RDSDataService' => 'rds-data',
|
|
565
|
+
'RTBFabric' => 'rtbfabric',
|
|
543
566
|
'RecycleBin' => 'rbin',
|
|
544
567
|
'Redshift' => 'redshift',
|
|
545
568
|
'RedshiftDataAPIService' => 'redshift-data',
|
|
@@ -550,10 +573,10 @@ module Aws
|
|
|
550
573
|
'ResourceExplorer2' => 'resource-explorer-2',
|
|
551
574
|
'ResourceGroups' => 'resource-groups',
|
|
552
575
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
|
553
|
-
'RoboMaker' => 'robomaker',
|
|
554
576
|
'RolesAnywhere' => 'rolesanywhere',
|
|
555
577
|
'Route53' => 'route53',
|
|
556
578
|
'Route53Domains' => 'route53domains',
|
|
579
|
+
'Route53GlobalResolver' => 'route53globalresolver',
|
|
557
580
|
'Route53Profiles' => 'route53profiles',
|
|
558
581
|
'Route53RecoveryCluster' => 'route53-recovery-cluster',
|
|
559
582
|
'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
|
|
@@ -562,13 +585,15 @@ module Aws
|
|
|
562
585
|
'S3' => 's3',
|
|
563
586
|
'S3Control' => 's3-control',
|
|
564
587
|
'S3Outposts' => 's3-outposts',
|
|
588
|
+
'S3Tables' => 's3tables',
|
|
589
|
+
'S3Vectors' => 's3vectors',
|
|
565
590
|
'SES' => 'email',
|
|
566
591
|
'SESV2' => 'email',
|
|
567
|
-
'SMS' => 'sms',
|
|
568
592
|
'SNS' => 'sns',
|
|
569
593
|
'SQS' => 'sqs',
|
|
570
594
|
'SSM' => 'ssm',
|
|
571
595
|
'SSMContacts' => 'ssm-contacts',
|
|
596
|
+
'SSMGuiConnect' => 'ssm-guiconnect',
|
|
572
597
|
'SSMIncidents' => 'ssm-incidents',
|
|
573
598
|
'SSMQuickSetup' => 'ssm-quicksetup',
|
|
574
599
|
'SSO' => 'portal.sso',
|
|
@@ -581,12 +606,14 @@ module Aws
|
|
|
581
606
|
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
|
582
607
|
'SageMakerMetrics' => 'metrics.sagemaker',
|
|
583
608
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
609
|
+
'SageMakerRuntimeHTTP2' => 'runtime.sagemaker',
|
|
584
610
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
585
611
|
'SavingsPlans' => 'savingsplans',
|
|
586
612
|
'Scheduler' => 'scheduler',
|
|
587
613
|
'Schemas' => 'schemas',
|
|
588
614
|
'SecretsManager' => 'secretsmanager',
|
|
589
615
|
'SecurityHub' => 'securityhub',
|
|
616
|
+
'SecurityIR' => 'security-ir',
|
|
590
617
|
'SecurityLake' => 'securitylake',
|
|
591
618
|
'ServerlessApplicationRepository' => 'serverlessrepo',
|
|
592
619
|
'ServiceCatalog' => 'servicecatalog',
|
|
@@ -594,6 +621,7 @@ module Aws
|
|
|
594
621
|
'ServiceQuotas' => 'servicequotas',
|
|
595
622
|
'Shield' => 'shield',
|
|
596
623
|
'Signer' => 'signer',
|
|
624
|
+
'Signin' => 'signin',
|
|
597
625
|
'SimSpaceWeaver' => 'simspaceweaver',
|
|
598
626
|
'SimpleDB' => 'sdb',
|
|
599
627
|
'SnowDeviceManagement' => 'snow-device-management',
|
|
@@ -624,12 +652,14 @@ module Aws
|
|
|
624
652
|
'WAFRegional' => 'waf-regional',
|
|
625
653
|
'WAFV2' => 'wafv2',
|
|
626
654
|
'WellArchitected' => 'wellarchitected',
|
|
655
|
+
'Wickr' => 'admin.wickr',
|
|
627
656
|
'WorkDocs' => 'workdocs',
|
|
628
657
|
'WorkMail' => 'workmail',
|
|
629
658
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
|
630
659
|
'WorkSpaces' => 'workspaces',
|
|
631
660
|
'WorkSpacesThinClient' => 'thinclient',
|
|
632
661
|
'WorkSpacesWeb' => 'workspaces-web',
|
|
662
|
+
'WorkspacesInstances' => 'workspaces-instances',
|
|
633
663
|
'XRay' => 'xray',
|
|
634
664
|
}
|
|
635
665
|
# end service ids
|
data/partitions-metadata.json
CHANGED
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"ap-east-1" : {
|
|
18
18
|
"description" : "Asia Pacific (Hong Kong)"
|
|
19
19
|
},
|
|
20
|
+
"ap-east-2" : {
|
|
21
|
+
"description" : "Asia Pacific (Taipei)"
|
|
22
|
+
},
|
|
20
23
|
"ap-northeast-1" : {
|
|
21
24
|
"description" : "Asia Pacific (Tokyo)"
|
|
22
25
|
},
|
|
@@ -47,8 +50,14 @@
|
|
|
47
50
|
"ap-southeast-5" : {
|
|
48
51
|
"description" : "Asia Pacific (Malaysia)"
|
|
49
52
|
},
|
|
53
|
+
"ap-southeast-6" : {
|
|
54
|
+
"description" : "Asia Pacific (New Zealand)"
|
|
55
|
+
},
|
|
56
|
+
"ap-southeast-7" : {
|
|
57
|
+
"description" : "Asia Pacific (Thailand)"
|
|
58
|
+
},
|
|
50
59
|
"aws-global" : {
|
|
51
|
-
"description" : "
|
|
60
|
+
"description" : "aws global region"
|
|
52
61
|
},
|
|
53
62
|
"ca-central-1" : {
|
|
54
63
|
"description" : "Canada (Central)"
|
|
@@ -89,6 +98,9 @@
|
|
|
89
98
|
"me-south-1" : {
|
|
90
99
|
"description" : "Middle East (Bahrain)"
|
|
91
100
|
},
|
|
101
|
+
"mx-central-1" : {
|
|
102
|
+
"description" : "Mexico (Central)"
|
|
103
|
+
},
|
|
92
104
|
"sa-east-1" : {
|
|
93
105
|
"description" : "South America (Sao Paulo)"
|
|
94
106
|
},
|
|
@@ -118,7 +130,7 @@
|
|
|
118
130
|
"regionRegex" : "^cn\\-\\w+\\-\\d+$",
|
|
119
131
|
"regions" : {
|
|
120
132
|
"aws-cn-global" : {
|
|
121
|
-
"description" : "
|
|
133
|
+
"description" : "aws-cn global region"
|
|
122
134
|
},
|
|
123
135
|
"cn-north-1" : {
|
|
124
136
|
"description" : "China (Beijing)"
|
|
@@ -128,41 +140,35 @@
|
|
|
128
140
|
}
|
|
129
141
|
}
|
|
130
142
|
}, {
|
|
131
|
-
"id" : "aws-
|
|
143
|
+
"id" : "aws-eusc",
|
|
132
144
|
"outputs" : {
|
|
133
|
-
"dnsSuffix" : "amazonaws.
|
|
134
|
-
"dualStackDnsSuffix" : "api.
|
|
135
|
-
"implicitGlobalRegion" : "
|
|
136
|
-
"name" : "aws-
|
|
145
|
+
"dnsSuffix" : "amazonaws.eu",
|
|
146
|
+
"dualStackDnsSuffix" : "api.amazonwebservices.eu",
|
|
147
|
+
"implicitGlobalRegion" : "eusc-de-east-1",
|
|
148
|
+
"name" : "aws-eusc",
|
|
137
149
|
"supportsDualStack" : true,
|
|
138
150
|
"supportsFIPS" : true
|
|
139
151
|
},
|
|
140
|
-
"regionRegex" : "^
|
|
152
|
+
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
141
153
|
"regions" : {
|
|
142
|
-
"
|
|
143
|
-
"description" : "
|
|
144
|
-
},
|
|
145
|
-
"us-gov-east-1" : {
|
|
146
|
-
"description" : "AWS GovCloud (US-East)"
|
|
147
|
-
},
|
|
148
|
-
"us-gov-west-1" : {
|
|
149
|
-
"description" : "AWS GovCloud (US-West)"
|
|
154
|
+
"eusc-de-east-1" : {
|
|
155
|
+
"description" : "EU (Germany)"
|
|
150
156
|
}
|
|
151
157
|
}
|
|
152
158
|
}, {
|
|
153
159
|
"id" : "aws-iso",
|
|
154
160
|
"outputs" : {
|
|
155
161
|
"dnsSuffix" : "c2s.ic.gov",
|
|
156
|
-
"dualStackDnsSuffix" : "
|
|
162
|
+
"dualStackDnsSuffix" : "api.aws.ic.gov",
|
|
157
163
|
"implicitGlobalRegion" : "us-iso-east-1",
|
|
158
164
|
"name" : "aws-iso",
|
|
159
|
-
"supportsDualStack" :
|
|
165
|
+
"supportsDualStack" : true,
|
|
160
166
|
"supportsFIPS" : true
|
|
161
167
|
},
|
|
162
168
|
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
|
|
163
169
|
"regions" : {
|
|
164
170
|
"aws-iso-global" : {
|
|
165
|
-
"description" : "
|
|
171
|
+
"description" : "aws-iso global region"
|
|
166
172
|
},
|
|
167
173
|
"us-iso-east-1" : {
|
|
168
174
|
"description" : "US ISO East"
|
|
@@ -175,33 +181,39 @@
|
|
|
175
181
|
"id" : "aws-iso-b",
|
|
176
182
|
"outputs" : {
|
|
177
183
|
"dnsSuffix" : "sc2s.sgov.gov",
|
|
178
|
-
"dualStackDnsSuffix" : "
|
|
184
|
+
"dualStackDnsSuffix" : "api.aws.scloud",
|
|
179
185
|
"implicitGlobalRegion" : "us-isob-east-1",
|
|
180
186
|
"name" : "aws-iso-b",
|
|
181
|
-
"supportsDualStack" :
|
|
187
|
+
"supportsDualStack" : true,
|
|
182
188
|
"supportsFIPS" : true
|
|
183
189
|
},
|
|
184
190
|
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
|
|
185
191
|
"regions" : {
|
|
186
192
|
"aws-iso-b-global" : {
|
|
187
|
-
"description" : "
|
|
193
|
+
"description" : "aws-iso-b global region"
|
|
188
194
|
},
|
|
189
195
|
"us-isob-east-1" : {
|
|
190
196
|
"description" : "US ISOB East (Ohio)"
|
|
197
|
+
},
|
|
198
|
+
"us-isob-west-1" : {
|
|
199
|
+
"description" : "US ISOB West"
|
|
191
200
|
}
|
|
192
201
|
}
|
|
193
202
|
}, {
|
|
194
203
|
"id" : "aws-iso-e",
|
|
195
204
|
"outputs" : {
|
|
196
205
|
"dnsSuffix" : "cloud.adc-e.uk",
|
|
197
|
-
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
|
206
|
+
"dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
|
|
198
207
|
"implicitGlobalRegion" : "eu-isoe-west-1",
|
|
199
208
|
"name" : "aws-iso-e",
|
|
200
|
-
"supportsDualStack" :
|
|
209
|
+
"supportsDualStack" : true,
|
|
201
210
|
"supportsFIPS" : true
|
|
202
211
|
},
|
|
203
212
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
204
213
|
"regions" : {
|
|
214
|
+
"aws-iso-e-global" : {
|
|
215
|
+
"description" : "aws-iso-e global region"
|
|
216
|
+
},
|
|
205
217
|
"eu-isoe-west-1" : {
|
|
206
218
|
"description" : "EU ISOE West"
|
|
207
219
|
}
|
|
@@ -210,14 +222,46 @@
|
|
|
210
222
|
"id" : "aws-iso-f",
|
|
211
223
|
"outputs" : {
|
|
212
224
|
"dnsSuffix" : "csp.hci.ic.gov",
|
|
213
|
-
"dualStackDnsSuffix" : "
|
|
225
|
+
"dualStackDnsSuffix" : "api.aws.hci.ic.gov",
|
|
214
226
|
"implicitGlobalRegion" : "us-isof-south-1",
|
|
215
227
|
"name" : "aws-iso-f",
|
|
216
|
-
"supportsDualStack" :
|
|
228
|
+
"supportsDualStack" : true,
|
|
217
229
|
"supportsFIPS" : true
|
|
218
230
|
},
|
|
219
231
|
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
|
220
|
-
"regions" : {
|
|
232
|
+
"regions" : {
|
|
233
|
+
"aws-iso-f-global" : {
|
|
234
|
+
"description" : "aws-iso-f global region"
|
|
235
|
+
},
|
|
236
|
+
"us-isof-east-1" : {
|
|
237
|
+
"description" : "US ISOF EAST"
|
|
238
|
+
},
|
|
239
|
+
"us-isof-south-1" : {
|
|
240
|
+
"description" : "US ISOF SOUTH"
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}, {
|
|
244
|
+
"id" : "aws-us-gov",
|
|
245
|
+
"outputs" : {
|
|
246
|
+
"dnsSuffix" : "amazonaws.com",
|
|
247
|
+
"dualStackDnsSuffix" : "api.aws",
|
|
248
|
+
"implicitGlobalRegion" : "us-gov-west-1",
|
|
249
|
+
"name" : "aws-us-gov",
|
|
250
|
+
"supportsDualStack" : true,
|
|
251
|
+
"supportsFIPS" : true
|
|
252
|
+
},
|
|
253
|
+
"regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
|
|
254
|
+
"regions" : {
|
|
255
|
+
"aws-us-gov-global" : {
|
|
256
|
+
"description" : "aws-us-gov global region"
|
|
257
|
+
},
|
|
258
|
+
"us-gov-east-1" : {
|
|
259
|
+
"description" : "AWS GovCloud (US-East)"
|
|
260
|
+
},
|
|
261
|
+
"us-gov-west-1" : {
|
|
262
|
+
"description" : "AWS GovCloud (US-West)"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
221
265
|
} ],
|
|
222
266
|
"version" : "1.1"
|
|
223
267
|
}
|