aws-partitions 1.785.0 → 1.1168.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.785.0
1
+ 1.1168.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
@@ -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,11 +247,12 @@ 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',
253
- 'AlexaForBusiness' => 'a4b',
254
256
  'Amplify' => 'amplify',
255
257
  'AmplifyBackend' => 'amplifybackend',
256
258
  'AmplifyUIBuilder' => 'amplifyuibuilder',
@@ -265,23 +267,41 @@ module Aws
265
267
  'AppRunner' => 'apprunner',
266
268
  'AppStream' => 'appstream2',
267
269
  'AppSync' => 'appsync',
270
+ 'AppTest' => 'apptest',
268
271
  'Appflow' => 'appflow',
269
272
  'ApplicationAutoScaling' => 'application-autoscaling',
270
273
  'ApplicationCostProfiler' => 'application-cost-profiler',
271
274
  'ApplicationDiscoveryService' => 'discovery',
272
275
  'ApplicationInsights' => 'applicationinsights',
276
+ 'ApplicationSignals' => 'application-signals',
277
+ 'Artifact' => 'artifact',
273
278
  'Athena' => 'athena',
274
279
  'AuditManager' => 'auditmanager',
275
280
  'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
276
281
  'AutoScaling' => 'autoscaling',
277
282
  'AutoScalingPlans' => 'autoscaling-plans',
283
+ 'B2bi' => 'b2bi',
284
+ 'BCMDashboards' => 'bcm-dashboards',
285
+ 'BCMDataExports' => 'bcm-data-exports',
286
+ 'BCMPricingCalculator' => 'bcm-pricing-calculator',
287
+ 'BCMRecommendedActions' => 'bcm-recommended-actions',
278
288
  'Backup' => 'backup',
279
289
  'BackupGateway' => 'backup-gateway',
280
- 'BackupStorage' => 'backupstorage',
290
+ 'BackupSearch' => 'backup-search',
281
291
  'Batch' => 'batch',
292
+ 'Bedrock' => 'bedrock',
293
+ 'BedrockAgent' => 'bedrock-agent',
294
+ 'BedrockAgentCore' => 'bedrock-agentcore',
295
+ 'BedrockAgentCoreControl' => 'bedrock-agentcore-control',
296
+ 'BedrockAgentRuntime' => 'bedrock-agent-runtime',
297
+ 'BedrockDataAutomation' => 'bedrock-data-automation',
298
+ 'BedrockDataAutomationRuntime' => 'bedrock-data-automation-runtime',
299
+ 'BedrockRuntime' => 'bedrock-runtime',
300
+ 'Billing' => 'billing',
282
301
  'BillingConductor' => 'billingconductor',
283
302
  'Braket' => 'braket',
284
303
  'Budgets' => 'budgets',
304
+ 'Chatbot' => 'chatbot',
285
305
  'Chime' => 'chime',
286
306
  'ChimeSDKIdentity' => 'identity-chime',
287
307
  'ChimeSDKMediaPipelines' => 'media-pipelines-chime',
@@ -289,11 +309,13 @@ module Aws
289
309
  'ChimeSDKMessaging' => 'messaging-chime',
290
310
  'ChimeSDKVoice' => 'voice-chime',
291
311
  'CleanRooms' => 'cleanrooms',
312
+ 'CleanRoomsML' => 'cleanrooms-ml',
292
313
  'Cloud9' => 'cloud9',
293
314
  'CloudControlApi' => 'cloudcontrolapi',
294
315
  'CloudDirectory' => 'clouddirectory',
295
316
  'CloudFormation' => 'cloudformation',
296
317
  'CloudFront' => 'cloudfront',
318
+ 'CloudFrontKeyValueStore' => 'cloudfront-keyvaluestore',
297
319
  'CloudHSM' => 'cloudhsm',
298
320
  'CloudHSMV2' => 'cloudhsmv2',
299
321
  'CloudSearch' => 'cloudsearch',
@@ -308,12 +330,12 @@ module Aws
308
330
  'CodeBuild' => 'codebuild',
309
331
  'CodeCatalyst' => 'codecatalyst',
310
332
  'CodeCommit' => 'codecommit',
333
+ 'CodeConnections' => 'codeconnections',
311
334
  'CodeDeploy' => 'codedeploy',
312
335
  'CodeGuruProfiler' => 'codeguru-profiler',
313
336
  'CodeGuruReviewer' => 'codeguru-reviewer',
314
337
  'CodeGuruSecurity' => 'codeguru-security',
315
338
  'CodePipeline' => 'codepipeline',
316
- 'CodeStar' => 'codestar',
317
339
  'CodeStarNotifications' => 'codestar-notifications',
318
340
  'CodeStarconnections' => 'codestar-connections',
319
341
  'CognitoIdentity' => 'cognito-identity',
@@ -325,25 +347,32 @@ module Aws
325
347
  'ConfigService' => 'config',
326
348
  'Connect' => 'connect',
327
349
  'ConnectCampaignService' => 'connect-campaigns',
350
+ 'ConnectCampaignsV2' => 'connect-campaigns',
328
351
  'ConnectCases' => 'cases',
329
352
  'ConnectContactLens' => 'contact-lens',
330
353
  'ConnectParticipant' => 'participant.connect',
331
354
  'ConnectWisdomService' => 'wisdom',
355
+ 'ControlCatalog' => 'controlcatalog',
332
356
  'ControlTower' => 'controltower',
333
357
  'CostExplorer' => 'ce',
358
+ 'CostOptimizationHub' => 'cost-optimization-hub',
334
359
  'CostandUsageReportService' => 'cur',
335
360
  'CustomerProfiles' => 'profile',
336
361
  'DAX' => 'dax',
337
362
  'DLM' => 'dlm',
363
+ 'DSQL' => 'dsql',
338
364
  'DataExchange' => 'dataexchange',
339
365
  'DataPipeline' => 'datapipeline',
340
366
  'DataSync' => 'datasync',
367
+ 'DataZone' => 'datazone',
341
368
  'DatabaseMigrationService' => 'dms',
369
+ 'Deadline' => 'deadline',
342
370
  'Detective' => 'api.detective',
343
371
  'DevOpsGuru' => 'devops-guru',
344
372
  'DeviceFarm' => 'devicefarm',
345
373
  'DirectConnect' => 'directconnect',
346
374
  'DirectoryService' => 'ds',
375
+ 'DirectoryServiceData' => 'ds-data',
347
376
  'DocDB' => 'rds',
348
377
  'DocDBElastic' => 'docdb-elastic',
349
378
  'Drs' => 'drs',
@@ -357,17 +386,19 @@ module Aws
357
386
  'ECS' => 'ecs',
358
387
  'EFS' => 'elasticfilesystem',
359
388
  'EKS' => 'eks',
389
+ 'EKSAuth' => 'eks-auth',
360
390
  'EMR' => 'elasticmapreduce',
361
391
  'EMRContainers' => 'emr-containers',
362
392
  'EMRServerless' => 'emr-serverless',
363
393
  'ElastiCache' => 'elasticache',
364
394
  'ElasticBeanstalk' => 'elasticbeanstalk',
365
- 'ElasticInference' => 'api.elastic-inference',
366
395
  'ElasticLoadBalancing' => 'elasticloadbalancing',
367
396
  'ElasticLoadBalancingV2' => 'elasticloadbalancing',
368
397
  'ElasticTranscoder' => 'elastictranscoder',
369
398
  'ElasticsearchService' => 'es',
399
+ 'EntityResolution' => 'entityresolution',
370
400
  'EventBridge' => 'events',
401
+ 'Evs' => 'evs',
371
402
  'FIS' => 'fis',
372
403
  'FMS' => 'fms',
373
404
  'FSx' => 'fsx',
@@ -377,8 +408,12 @@ module Aws
377
408
  'ForecastQueryService' => 'forecastquery',
378
409
  'ForecastService' => 'forecast',
379
410
  'FraudDetector' => 'frauddetector',
411
+ 'FreeTier' => 'freetier',
380
412
  'GameLift' => 'gamelift',
381
- 'GameSparks' => 'gamesparks',
413
+ 'GameLiftStreams' => 'gameliftstreams',
414
+ 'GeoMaps' => 'geo-maps',
415
+ 'GeoPlaces' => 'geo-places',
416
+ 'GeoRoutes' => 'geo-routes',
382
417
  'Glacier' => 'glacier',
383
418
  'GlobalAccelerator' => 'globalaccelerator',
384
419
  'Glue' => 'glue',
@@ -389,7 +424,6 @@ module Aws
389
424
  'GuardDuty' => 'guardduty',
390
425
  'Health' => 'health',
391
426
  'HealthLake' => 'healthlake',
392
- 'Honeycode' => 'honeycode',
393
427
  'IAM' => 'iam',
394
428
  'IVS' => 'ivs',
395
429
  'IVSRealTime' => 'ivsrealtime',
@@ -398,10 +432,10 @@ module Aws
398
432
  'ImportExport' => 'importexport',
399
433
  'Inspector' => 'inspector',
400
434
  'Inspector2' => 'inspector2',
435
+ 'InspectorScan' => 'inspector-scan',
401
436
  'InternetMonitor' => 'internetmonitor',
437
+ 'Invoicing' => 'invoicing',
402
438
  'IoT' => 'iot',
403
- 'IoT1ClickDevicesService' => 'devices.iot1click',
404
- 'IoT1ClickProjects' => 'projects.iot1click',
405
439
  'IoTAnalytics' => 'iotanalytics',
406
440
  'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
407
441
  'IoTEvents' => 'iotevents',
@@ -409,7 +443,7 @@ module Aws
409
443
  'IoTFleetHub' => 'api.fleethub.iot',
410
444
  'IoTFleetWise' => 'iotfleetwise',
411
445
  'IoTJobsDataPlane' => 'data.jobs.iot',
412
- 'IoTRoboRunner' => 'iotroborunner',
446
+ 'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
413
447
  'IoTSecureTunneling' => 'api.tunneling.iot',
414
448
  'IoTSiteWise' => 'iotsitewise',
415
449
  'IoTThingsGraph' => 'iotthingsgraph',
@@ -422,6 +456,7 @@ module Aws
422
456
  'Kendra' => 'kendra',
423
457
  'KendraRanking' => 'kendra-ranking',
424
458
  'Keyspaces' => 'cassandra',
459
+ 'KeyspacesStreams' => 'cassandra-streams',
425
460
  'Kinesis' => 'kinesis',
426
461
  'KinesisAnalytics' => 'kinesisanalytics',
427
462
  'KinesisAnalyticsV2' => 'kinesisanalytics',
@@ -432,7 +467,7 @@ module Aws
432
467
  'KinesisVideoWebRTCStorage' => 'kinesisvideo',
433
468
  'LakeFormation' => 'lakeformation',
434
469
  'Lambda' => 'lambda',
435
- 'LambdaPreview' => 'lambda',
470
+ 'LaunchWizard' => 'launchwizard',
436
471
  'Lex' => 'runtime.lex',
437
472
  'LexModelBuildingService' => 'models.lex',
438
473
  'LexModelsV2' => 'models-v2-lex',
@@ -445,19 +480,24 @@ module Aws
445
480
  'LookoutEquipment' => 'lookoutequipment',
446
481
  'LookoutMetrics' => 'lookoutmetrics',
447
482
  'LookoutforVision' => 'lookoutvision',
483
+ 'MPA' => 'mpa',
448
484
  'MQ' => 'mq',
449
485
  'MTurk' => 'mturk-requester',
450
486
  'MWAA' => 'airflow',
451
487
  'MachineLearning' => 'machinelearning',
452
- 'Macie' => 'macie',
453
488
  'Macie2' => 'macie2',
489
+ 'MailManager' => 'mail-manager',
454
490
  'MainframeModernization' => 'm2',
455
491
  'ManagedBlockchain' => 'managedblockchain',
492
+ 'ManagedBlockchainQuery' => 'managedblockchain-query',
456
493
  'ManagedGrafana' => 'grafana',
494
+ 'MarketplaceAgreement' => 'agreement-marketplace',
457
495
  'MarketplaceCatalog' => 'catalog.marketplace',
458
496
  'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
497
+ 'MarketplaceDeployment' => 'deployment-marketplace',
459
498
  'MarketplaceEntitlementService' => 'entitlement.marketplace',
460
499
  'MarketplaceMetering' => 'metering.marketplace',
500
+ 'MarketplaceReporting' => 'reporting-marketplace',
461
501
  'MediaConnect' => 'mediaconnect',
462
502
  'MediaConvert' => 'mediaconvert',
463
503
  'MediaLive' => 'medialive',
@@ -467,6 +507,7 @@ module Aws
467
507
  'MediaStore' => 'mediastore',
468
508
  'MediaStoreData' => 'data.mediastore',
469
509
  'MediaTailor' => 'api.mediatailor',
510
+ 'MedicalImaging' => 'medical-imaging',
470
511
  'MemoryDB' => 'memory-db',
471
512
  'Mgn' => 'mgn',
472
513
  'MigrationHub' => 'mgh',
@@ -474,24 +515,32 @@ module Aws
474
515
  'MigrationHubOrchestrator' => 'migrationhub-orchestrator',
475
516
  'MigrationHubRefactorSpaces' => 'refactor-spaces',
476
517
  'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
477
- 'Mobile' => 'mobile',
478
518
  'Neptune' => 'rds',
519
+ 'NeptuneGraph' => 'neptune-graph',
520
+ 'Neptunedata' => 'neptune-db',
479
521
  'NetworkFirewall' => 'network-firewall',
522
+ 'NetworkFlowMonitor' => 'networkflowmonitor',
480
523
  'NetworkManager' => 'networkmanager',
481
- 'NimbleStudio' => 'nimble',
524
+ 'NetworkMonitor' => 'networkmonitor',
525
+ 'Notifications' => 'notifications',
526
+ 'NotificationsContacts' => 'notifications-contacts',
482
527
  'OAM' => 'oam',
483
528
  'OSIS' => 'osis',
529
+ 'ObservabilityAdmin' => 'observabilityadmin',
530
+ 'Odb' => 'odb',
484
531
  'Omics' => 'omics',
485
532
  'OpenSearchServerless' => 'aoss',
486
533
  'OpenSearchService' => 'es',
487
- 'OpsWorks' => 'opsworks',
488
- 'OpsWorksCM' => 'opsworks-cm',
489
534
  'Organizations' => 'organizations',
490
535
  'Outposts' => 'outposts',
536
+ 'PCS' => 'pcs',
491
537
  'PI' => 'pi',
492
538
  'Panorama' => 'panorama',
539
+ 'PartnerCentralSelling' => 'partnercentral-selling',
493
540
  'PaymentCryptography' => 'controlplane.payment-cryptography',
494
541
  'PaymentCryptographyData' => 'dataplane.payment-cryptography',
542
+ 'PcaConnectorAd' => 'pca-connector-ad',
543
+ 'PcaConnectorScep' => 'pca-connector-scep',
495
544
  'Personalize' => 'personalize',
496
545
  'PersonalizeEvents' => 'personalize-events',
497
546
  'PersonalizeRuntime' => 'personalize-runtime',
@@ -502,9 +551,11 @@ module Aws
502
551
  'Pipes' => 'pipes',
503
552
  'Polly' => 'polly',
504
553
  'Pricing' => 'api.pricing',
505
- 'PrivateNetworks' => 'private-networks',
506
554
  'PrometheusService' => 'aps',
507
555
  'Proton' => 'proton',
556
+ 'QApps' => 'data.qapps',
557
+ 'QBusiness' => 'qbusiness',
558
+ 'QConnect' => 'wisdom',
508
559
  'QLDB' => 'qldb',
509
560
  'QLDBSession' => 'session.qldb',
510
561
  'QuickSight' => 'quicksight',
@@ -516,6 +567,7 @@ module Aws
516
567
  'RedshiftDataAPIService' => 'redshift-data',
517
568
  'RedshiftServerless' => 'redshift-serverless',
518
569
  'Rekognition' => 'rekognition',
570
+ 'Repostspace' => 'repostspace',
519
571
  'ResilienceHub' => 'resiliencehub',
520
572
  'ResourceExplorer2' => 'resource-explorer-2',
521
573
  'ResourceGroups' => 'resource-groups',
@@ -524,6 +576,7 @@ module Aws
524
576
  'RolesAnywhere' => 'rolesanywhere',
525
577
  'Route53' => 'route53',
526
578
  'Route53Domains' => 'route53domains',
579
+ 'Route53Profiles' => 'route53profiles',
527
580
  'Route53RecoveryCluster' => 'route53-recovery-cluster',
528
581
  'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
529
582
  'Route53RecoveryReadiness' => 'route53-recovery-readiness',
@@ -531,14 +584,17 @@ module Aws
531
584
  'S3' => 's3',
532
585
  'S3Control' => 's3-control',
533
586
  'S3Outposts' => 's3-outposts',
587
+ 'S3Tables' => 's3tables',
588
+ 'S3Vectors' => 's3vectors',
534
589
  'SES' => 'email',
535
590
  'SESV2' => 'email',
536
- 'SMS' => 'sms',
537
591
  'SNS' => 'sns',
538
592
  'SQS' => 'sqs',
539
593
  'SSM' => 'ssm',
540
594
  'SSMContacts' => 'ssm-contacts',
595
+ 'SSMGuiConnect' => 'ssm-guiconnect',
541
596
  'SSMIncidents' => 'ssm-incidents',
597
+ 'SSMQuickSetup' => 'ssm-quicksetup',
542
598
  'SSO' => 'portal.sso',
543
599
  'SSOAdmin' => 'sso',
544
600
  'SSOOIDC' => 'oidc',
@@ -555,6 +611,7 @@ module Aws
555
611
  'Schemas' => 'schemas',
556
612
  'SecretsManager' => 'secretsmanager',
557
613
  'SecurityHub' => 'securityhub',
614
+ 'SecurityIR' => 'security-ir',
558
615
  'SecurityLake' => 'securitylake',
559
616
  'ServerlessApplicationRepository' => 'serverlessrepo',
560
617
  'ServiceCatalog' => 'servicecatalog',
@@ -566,13 +623,17 @@ module Aws
566
623
  'SimpleDB' => 'sdb',
567
624
  'SnowDeviceManagement' => 'snow-device-management',
568
625
  'Snowball' => 'snowball',
626
+ 'SocialMessaging' => 'social-messaging',
569
627
  'SsmSap' => 'ssm-sap',
570
628
  'States' => 'states',
571
629
  'StorageGateway' => 'storagegateway',
630
+ 'SupplyChain' => 'scn',
572
631
  'Support' => 'support',
573
632
  'SupportApp' => 'supportapp',
574
633
  'Synthetics' => 'synthetics',
634
+ 'TaxSettings' => 'tax',
575
635
  'Textract' => 'textract',
636
+ 'TimestreamInfluxDB' => 'timestream-influxdb',
576
637
  'TimestreamQuery' => 'query.timestream',
577
638
  'TimestreamWrite' => 'ingest.timestream',
578
639
  'Tnb' => 'tnb',
@@ -580,6 +641,7 @@ module Aws
580
641
  'TranscribeStreamingService' => 'transcribestreaming',
581
642
  'Transfer' => 'transfer',
582
643
  'Translate' => 'translate',
644
+ 'TrustedAdvisor' => 'trustedadvisor',
583
645
  'VPCLattice' => 'vpc-lattice',
584
646
  'VerifiedPermissions' => 'verifiedpermissions',
585
647
  'VoiceID' => 'voiceid',
@@ -588,11 +650,12 @@ module Aws
588
650
  'WAFV2' => 'wafv2',
589
651
  'WellArchitected' => 'wellarchitected',
590
652
  'WorkDocs' => 'workdocs',
591
- 'WorkLink' => 'worklink',
592
653
  'WorkMail' => 'workmail',
593
654
  'WorkMailMessageFlow' => 'workmailmessageflow',
594
655
  'WorkSpaces' => 'workspaces',
656
+ 'WorkSpacesThinClient' => 'thinclient',
595
657
  'WorkSpacesWeb' => 'workspaces-web',
658
+ 'WorkspacesInstances' => 'workspaces-instances',
596
659
  'XRay' => 'xray',
597
660
  }
598
661
  # end service ids
@@ -4,11 +4,12 @@
4
4
  "outputs" : {
5
5
  "dnsSuffix" : "amazonaws.com",
6
6
  "dualStackDnsSuffix" : "api.aws",
7
+ "implicitGlobalRegion" : "us-east-1",
7
8
  "name" : "aws",
8
9
  "supportsDualStack" : true,
9
10
  "supportsFIPS" : true
10
11
  },
11
- "regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
12
+ "regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
12
13
  "regions" : {
13
14
  "af-south-1" : {
14
15
  "description" : "Africa (Cape Town)"
@@ -16,6 +17,9 @@
16
17
  "ap-east-1" : {
17
18
  "description" : "Asia Pacific (Hong Kong)"
18
19
  },
20
+ "ap-east-2" : {
21
+ "description" : "Asia Pacific (Taipei)"
22
+ },
19
23
  "ap-northeast-1" : {
20
24
  "description" : "Asia Pacific (Tokyo)"
21
25
  },
@@ -43,12 +47,24 @@
43
47
  "ap-southeast-4" : {
44
48
  "description" : "Asia Pacific (Melbourne)"
45
49
  },
50
+ "ap-southeast-5" : {
51
+ "description" : "Asia Pacific (Malaysia)"
52
+ },
53
+ "ap-southeast-6" : {
54
+ "description" : "Asia Pacific (New Zealand)"
55
+ },
56
+ "ap-southeast-7" : {
57
+ "description" : "Asia Pacific (Thailand)"
58
+ },
46
59
  "aws-global" : {
47
- "description" : "AWS Standard global region"
60
+ "description" : "aws global region"
48
61
  },
49
62
  "ca-central-1" : {
50
63
  "description" : "Canada (Central)"
51
64
  },
65
+ "ca-west-1" : {
66
+ "description" : "Canada West (Calgary)"
67
+ },
52
68
  "eu-central-1" : {
53
69
  "description" : "Europe (Frankfurt)"
54
70
  },
@@ -73,12 +89,18 @@
73
89
  "eu-west-3" : {
74
90
  "description" : "Europe (Paris)"
75
91
  },
92
+ "il-central-1" : {
93
+ "description" : "Israel (Tel Aviv)"
94
+ },
76
95
  "me-central-1" : {
77
96
  "description" : "Middle East (UAE)"
78
97
  },
79
98
  "me-south-1" : {
80
99
  "description" : "Middle East (Bahrain)"
81
100
  },
101
+ "mx-central-1" : {
102
+ "description" : "Mexico (Central)"
103
+ },
82
104
  "sa-east-1" : {
83
105
  "description" : "South America (Sao Paulo)"
84
106
  },
@@ -100,6 +122,7 @@
100
122
  "outputs" : {
101
123
  "dnsSuffix" : "amazonaws.com.cn",
102
124
  "dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
125
+ "implicitGlobalRegion" : "cn-northwest-1",
103
126
  "name" : "aws-cn",
104
127
  "supportsDualStack" : true,
105
128
  "supportsFIPS" : true
@@ -107,7 +130,7 @@
107
130
  "regionRegex" : "^cn\\-\\w+\\-\\d+$",
108
131
  "regions" : {
109
132
  "aws-cn-global" : {
110
- "description" : "AWS China global region"
133
+ "description" : "aws-cn global region"
111
134
  },
112
135
  "cn-north-1" : {
113
136
  "description" : "China (Beijing)"
@@ -117,39 +140,35 @@
117
140
  }
118
141
  }
119
142
  }, {
120
- "id" : "aws-us-gov",
143
+ "id" : "aws-eusc",
121
144
  "outputs" : {
122
- "dnsSuffix" : "amazonaws.com",
123
- "dualStackDnsSuffix" : "api.aws",
124
- "name" : "aws-us-gov",
145
+ "dnsSuffix" : "amazonaws.eu",
146
+ "dualStackDnsSuffix" : "api.amazonwebservices.eu",
147
+ "implicitGlobalRegion" : "eusc-de-east-1",
148
+ "name" : "aws-eusc",
125
149
  "supportsDualStack" : true,
126
150
  "supportsFIPS" : true
127
151
  },
128
- "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
152
+ "regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
129
153
  "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)"
154
+ "eusc-de-east-1" : {
155
+ "description" : "EU (Germany)"
138
156
  }
139
157
  }
140
158
  }, {
141
159
  "id" : "aws-iso",
142
160
  "outputs" : {
143
161
  "dnsSuffix" : "c2s.ic.gov",
144
- "dualStackDnsSuffix" : "c2s.ic.gov",
162
+ "dualStackDnsSuffix" : "api.aws.ic.gov",
163
+ "implicitGlobalRegion" : "us-iso-east-1",
145
164
  "name" : "aws-iso",
146
- "supportsDualStack" : false,
165
+ "supportsDualStack" : true,
147
166
  "supportsFIPS" : true
148
167
  },
149
168
  "regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
150
169
  "regions" : {
151
170
  "aws-iso-global" : {
152
- "description" : "AWS ISO (US) global region"
171
+ "description" : "aws-iso global region"
153
172
  },
154
173
  "us-iso-east-1" : {
155
174
  "description" : "US ISO East"
@@ -162,15 +181,16 @@
162
181
  "id" : "aws-iso-b",
163
182
  "outputs" : {
164
183
  "dnsSuffix" : "sc2s.sgov.gov",
165
- "dualStackDnsSuffix" : "sc2s.sgov.gov",
184
+ "dualStackDnsSuffix" : "api.aws.scloud",
185
+ "implicitGlobalRegion" : "us-isob-east-1",
166
186
  "name" : "aws-iso-b",
167
- "supportsDualStack" : false,
187
+ "supportsDualStack" : true,
168
188
  "supportsFIPS" : true
169
189
  },
170
190
  "regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
171
191
  "regions" : {
172
192
  "aws-iso-b-global" : {
173
- "description" : "AWS ISOB (US) global region"
193
+ "description" : "aws-iso-b global region"
174
194
  },
175
195
  "us-isob-east-1" : {
176
196
  "description" : "US ISOB East (Ohio)"
@@ -180,24 +200,65 @@
180
200
  "id" : "aws-iso-e",
181
201
  "outputs" : {
182
202
  "dnsSuffix" : "cloud.adc-e.uk",
183
- "dualStackDnsSuffix" : "cloud.adc-e.uk",
203
+ "dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
204
+ "implicitGlobalRegion" : "eu-isoe-west-1",
184
205
  "name" : "aws-iso-e",
185
- "supportsDualStack" : false,
206
+ "supportsDualStack" : true,
186
207
  "supportsFIPS" : true
187
208
  },
188
209
  "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
189
- "regions" : { }
210
+ "regions" : {
211
+ "aws-iso-e-global" : {
212
+ "description" : "aws-iso-e global region"
213
+ },
214
+ "eu-isoe-west-1" : {
215
+ "description" : "EU ISOE West"
216
+ }
217
+ }
190
218
  }, {
191
219
  "id" : "aws-iso-f",
192
220
  "outputs" : {
193
221
  "dnsSuffix" : "csp.hci.ic.gov",
194
- "dualStackDnsSuffix" : "csp.hci.ic.gov",
222
+ "dualStackDnsSuffix" : "api.aws.hci.ic.gov",
223
+ "implicitGlobalRegion" : "us-isof-south-1",
195
224
  "name" : "aws-iso-f",
196
- "supportsDualStack" : false,
225
+ "supportsDualStack" : true,
197
226
  "supportsFIPS" : true
198
227
  },
199
228
  "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
200
- "regions" : { }
229
+ "regions" : {
230
+ "aws-iso-f-global" : {
231
+ "description" : "aws-iso-f global region"
232
+ },
233
+ "us-isof-east-1" : {
234
+ "description" : "US ISOF EAST"
235
+ },
236
+ "us-isof-south-1" : {
237
+ "description" : "US ISOF SOUTH"
238
+ }
239
+ }
240
+ }, {
241
+ "id" : "aws-us-gov",
242
+ "outputs" : {
243
+ "dnsSuffix" : "amazonaws.com",
244
+ "dualStackDnsSuffix" : "api.aws",
245
+ "implicitGlobalRegion" : "us-gov-west-1",
246
+ "name" : "aws-us-gov",
247
+ "supportsDualStack" : true,
248
+ "supportsFIPS" : true
249
+ },
250
+ "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
251
+ "regions" : {
252
+ "aws-us-gov-global" : {
253
+ "description" : "aws-us-gov global region"
254
+ },
255
+ "us-gov-east-1" : {
256
+ "description" : "AWS GovCloud (US-East)"
257
+ },
258
+ "us-gov-west-1" : {
259
+ "description" : "AWS GovCloud (US-West)"
260
+ }
261
+ }
201
262
  } ],
202
263
  "version" : "1.1"
203
264
  }