aws-partitions 1.356.0 → 1.732.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 +3921 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-partitions/endpoint_provider.rb +159 -32
- 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 +138 -2
- data/partitions-metadata.json +181 -0
- data/partitions.json +18209 -3848
- metadata +10 -7
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]
|
|
@@ -212,7 +222,18 @@ module Aws
|
|
|
212
222
|
def defaults
|
|
213
223
|
@defaults ||= begin
|
|
214
224
|
path = File.expand_path('../../partitions.json', __FILE__)
|
|
215
|
-
JSON.
|
|
225
|
+
defaults = JSON.parse(File.read(path), freeze: true)
|
|
226
|
+
defaults.merge('partitions' => defaults['partitions'].dup)
|
|
227
|
+
end
|
|
228
|
+
end
|
|
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)
|
|
216
237
|
end
|
|
217
238
|
end
|
|
218
239
|
|
|
@@ -226,28 +247,49 @@ module Aws
|
|
|
226
247
|
'ACM' => 'acm',
|
|
227
248
|
'ACMPCA' => 'acm-pca',
|
|
228
249
|
'APIGateway' => 'apigateway',
|
|
250
|
+
'ARCZonalShift' => 'arc-zonal-shift',
|
|
229
251
|
'AccessAnalyzer' => 'access-analyzer',
|
|
252
|
+
'Account' => 'account',
|
|
230
253
|
'AlexaForBusiness' => 'a4b',
|
|
231
254
|
'Amplify' => 'amplify',
|
|
255
|
+
'AmplifyBackend' => 'amplifybackend',
|
|
256
|
+
'AmplifyUIBuilder' => 'amplifyuibuilder',
|
|
232
257
|
'ApiGatewayManagementApi' => 'execute-api',
|
|
233
258
|
'ApiGatewayV2' => 'apigateway',
|
|
234
259
|
'AppConfig' => 'appconfig',
|
|
260
|
+
'AppConfigData' => 'appconfigdata',
|
|
261
|
+
'AppIntegrationsService' => 'app-integrations',
|
|
235
262
|
'AppMesh' => 'appmesh',
|
|
263
|
+
'AppRegistry' => 'servicecatalog-appregistry',
|
|
264
|
+
'AppRunner' => 'apprunner',
|
|
236
265
|
'AppStream' => 'appstream2',
|
|
237
266
|
'AppSync' => 'appsync',
|
|
267
|
+
'Appflow' => 'appflow',
|
|
238
268
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
|
269
|
+
'ApplicationCostProfiler' => 'application-cost-profiler',
|
|
239
270
|
'ApplicationDiscoveryService' => 'discovery',
|
|
240
271
|
'ApplicationInsights' => 'applicationinsights',
|
|
241
272
|
'Athena' => 'athena',
|
|
273
|
+
'AuditManager' => 'auditmanager',
|
|
242
274
|
'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
|
|
243
275
|
'AutoScaling' => 'autoscaling',
|
|
244
276
|
'AutoScalingPlans' => 'autoscaling-plans',
|
|
245
277
|
'Backup' => 'backup',
|
|
278
|
+
'BackupGateway' => 'backup-gateway',
|
|
279
|
+
'BackupStorage' => 'backupstorage',
|
|
246
280
|
'Batch' => 'batch',
|
|
281
|
+
'BillingConductor' => 'billingconductor',
|
|
247
282
|
'Braket' => 'braket',
|
|
248
283
|
'Budgets' => 'budgets',
|
|
249
284
|
'Chime' => 'chime',
|
|
285
|
+
'ChimeSDKIdentity' => 'identity-chime',
|
|
286
|
+
'ChimeSDKMediaPipelines' => 'media-pipelines-chime',
|
|
287
|
+
'ChimeSDKMeetings' => 'meetings-chime',
|
|
288
|
+
'ChimeSDKMessaging' => 'messaging-chime',
|
|
289
|
+
'ChimeSDKVoice' => 'voice-chime',
|
|
290
|
+
'CleanRooms' => 'cleanrooms',
|
|
250
291
|
'Cloud9' => 'cloud9',
|
|
292
|
+
'CloudControlApi' => 'cloudcontrolapi',
|
|
251
293
|
'CloudDirectory' => 'clouddirectory',
|
|
252
294
|
'CloudFormation' => 'cloudformation',
|
|
253
295
|
'CloudFront' => 'cloudfront',
|
|
@@ -255,11 +297,15 @@ module Aws
|
|
|
255
297
|
'CloudHSMV2' => 'cloudhsmv2',
|
|
256
298
|
'CloudSearch' => 'cloudsearch',
|
|
257
299
|
'CloudTrail' => 'cloudtrail',
|
|
300
|
+
'CloudTrailData' => 'cloudtrail-data',
|
|
258
301
|
'CloudWatch' => 'monitoring',
|
|
259
302
|
'CloudWatchEvents' => 'events',
|
|
303
|
+
'CloudWatchEvidently' => 'evidently',
|
|
260
304
|
'CloudWatchLogs' => 'logs',
|
|
305
|
+
'CloudWatchRUM' => 'rum',
|
|
261
306
|
'CodeArtifact' => 'codeartifact',
|
|
262
307
|
'CodeBuild' => 'codebuild',
|
|
308
|
+
'CodeCatalyst' => 'codecatalyst',
|
|
263
309
|
'CodeCommit' => 'codecommit',
|
|
264
310
|
'CodeDeploy' => 'codedeploy',
|
|
265
311
|
'CodeGuruProfiler' => 'codeguru-profiler',
|
|
@@ -276,9 +322,15 @@ module Aws
|
|
|
276
322
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
277
323
|
'ConfigService' => 'config',
|
|
278
324
|
'Connect' => 'connect',
|
|
325
|
+
'ConnectCampaignService' => 'connect-campaigns',
|
|
326
|
+
'ConnectCases' => 'cases',
|
|
327
|
+
'ConnectContactLens' => 'contact-lens',
|
|
279
328
|
'ConnectParticipant' => 'participant.connect',
|
|
329
|
+
'ConnectWisdomService' => 'wisdom',
|
|
330
|
+
'ControlTower' => 'controltower',
|
|
280
331
|
'CostExplorer' => 'ce',
|
|
281
332
|
'CostandUsageReportService' => 'cur',
|
|
333
|
+
'CustomerProfiles' => 'profile',
|
|
282
334
|
'DAX' => 'dax',
|
|
283
335
|
'DLM' => 'dlm',
|
|
284
336
|
'DataExchange' => 'dataexchange',
|
|
@@ -286,20 +338,26 @@ module Aws
|
|
|
286
338
|
'DataSync' => 'datasync',
|
|
287
339
|
'DatabaseMigrationService' => 'dms',
|
|
288
340
|
'Detective' => 'api.detective',
|
|
341
|
+
'DevOpsGuru' => 'devops-guru',
|
|
289
342
|
'DeviceFarm' => 'devicefarm',
|
|
290
343
|
'DirectConnect' => 'directconnect',
|
|
291
344
|
'DirectoryService' => 'ds',
|
|
292
345
|
'DocDB' => 'rds',
|
|
346
|
+
'DocDBElastic' => 'docdb-elastic',
|
|
347
|
+
'Drs' => 'drs',
|
|
293
348
|
'DynamoDB' => 'dynamodb',
|
|
294
349
|
'DynamoDBStreams' => 'streams.dynamodb',
|
|
295
350
|
'EBS' => 'ebs',
|
|
296
351
|
'EC2' => 'ec2',
|
|
297
352
|
'EC2InstanceConnect' => 'ec2-instance-connect',
|
|
298
353
|
'ECR' => 'api.ecr',
|
|
354
|
+
'ECRPublic' => 'api.ecr-public',
|
|
299
355
|
'ECS' => 'ecs',
|
|
300
356
|
'EFS' => 'elasticfilesystem',
|
|
301
357
|
'EKS' => 'eks',
|
|
302
358
|
'EMR' => 'elasticmapreduce',
|
|
359
|
+
'EMRContainers' => 'emr-containers',
|
|
360
|
+
'EMRServerless' => 'emr-serverless',
|
|
303
361
|
'ElastiCache' => 'elasticache',
|
|
304
362
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
305
363
|
'ElasticInference' => 'api.elastic-inference',
|
|
@@ -308,39 +366,59 @@ module Aws
|
|
|
308
366
|
'ElasticTranscoder' => 'elastictranscoder',
|
|
309
367
|
'ElasticsearchService' => 'es',
|
|
310
368
|
'EventBridge' => 'events',
|
|
369
|
+
'FIS' => 'fis',
|
|
311
370
|
'FMS' => 'fms',
|
|
312
371
|
'FSx' => 'fsx',
|
|
372
|
+
'FinSpaceData' => 'finspace-api',
|
|
373
|
+
'Finspace' => 'finspace',
|
|
313
374
|
'Firehose' => 'firehose',
|
|
314
375
|
'ForecastQueryService' => 'forecastquery',
|
|
315
376
|
'ForecastService' => 'forecast',
|
|
316
377
|
'FraudDetector' => 'frauddetector',
|
|
317
378
|
'GameLift' => 'gamelift',
|
|
379
|
+
'GameSparks' => 'gamesparks',
|
|
318
380
|
'Glacier' => 'glacier',
|
|
319
381
|
'GlobalAccelerator' => 'globalaccelerator',
|
|
320
382
|
'Glue' => 'glue',
|
|
383
|
+
'GlueDataBrew' => 'databrew',
|
|
321
384
|
'Greengrass' => 'greengrass',
|
|
385
|
+
'GreengrassV2' => 'greengrass',
|
|
322
386
|
'GroundStation' => 'groundstation',
|
|
323
387
|
'GuardDuty' => 'guardduty',
|
|
324
388
|
'Health' => 'health',
|
|
389
|
+
'HealthLake' => 'healthlake',
|
|
325
390
|
'Honeycode' => 'honeycode',
|
|
326
391
|
'IAM' => 'iam',
|
|
327
392
|
'IVS' => 'ivs',
|
|
393
|
+
'IdentityStore' => 'identitystore',
|
|
328
394
|
'Imagebuilder' => 'imagebuilder',
|
|
329
395
|
'ImportExport' => 'importexport',
|
|
330
396
|
'Inspector' => 'inspector',
|
|
397
|
+
'Inspector2' => 'inspector2',
|
|
398
|
+
'InternetMonitor' => 'internetmonitor',
|
|
331
399
|
'IoT' => 'iot',
|
|
332
400
|
'IoT1ClickDevicesService' => 'devices.iot1click',
|
|
333
401
|
'IoT1ClickProjects' => 'projects.iot1click',
|
|
334
402
|
'IoTAnalytics' => 'iotanalytics',
|
|
403
|
+
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
|
|
335
404
|
'IoTEvents' => 'iotevents',
|
|
336
405
|
'IoTEventsData' => 'data.iotevents',
|
|
406
|
+
'IoTFleetHub' => 'api.fleethub.iot',
|
|
407
|
+
'IoTFleetWise' => 'iotfleetwise',
|
|
337
408
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
409
|
+
'IoTRoboRunner' => 'iotroborunner',
|
|
338
410
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
|
339
411
|
'IoTSiteWise' => 'iotsitewise',
|
|
340
412
|
'IoTThingsGraph' => 'iotthingsgraph',
|
|
413
|
+
'IoTTwinMaker' => 'iottwinmaker',
|
|
414
|
+
'IoTWireless' => 'api.iotwireless',
|
|
415
|
+
'Ivschat' => 'ivschat',
|
|
341
416
|
'KMS' => 'kms',
|
|
342
417
|
'Kafka' => 'kafka',
|
|
418
|
+
'KafkaConnect' => 'kafkaconnect',
|
|
343
419
|
'Kendra' => 'kendra',
|
|
420
|
+
'KendraRanking' => 'kendra-ranking',
|
|
421
|
+
'Keyspaces' => 'cassandra',
|
|
344
422
|
'Kinesis' => 'kinesis',
|
|
345
423
|
'KinesisAnalytics' => 'kinesisanalytics',
|
|
346
424
|
'KinesisAnalyticsV2' => 'kinesisanalytics',
|
|
@@ -348,19 +426,31 @@ module Aws
|
|
|
348
426
|
'KinesisVideoArchivedMedia' => 'kinesisvideo',
|
|
349
427
|
'KinesisVideoMedia' => 'kinesisvideo',
|
|
350
428
|
'KinesisVideoSignalingChannels' => 'kinesisvideo',
|
|
429
|
+
'KinesisVideoWebRTCStorage' => 'kinesisvideo',
|
|
351
430
|
'LakeFormation' => 'lakeformation',
|
|
352
431
|
'Lambda' => 'lambda',
|
|
353
432
|
'LambdaPreview' => 'lambda',
|
|
354
433
|
'Lex' => 'runtime.lex',
|
|
355
434
|
'LexModelBuildingService' => 'models.lex',
|
|
435
|
+
'LexModelsV2' => 'models-v2-lex',
|
|
436
|
+
'LexRuntimeV2' => 'runtime-v2-lex',
|
|
356
437
|
'LicenseManager' => 'license-manager',
|
|
438
|
+
'LicenseManagerLinuxSubscriptions' => 'license-manager-linux-subscriptions',
|
|
439
|
+
'LicenseManagerUserSubscriptions' => 'license-manager-user-subscriptions',
|
|
357
440
|
'Lightsail' => 'lightsail',
|
|
441
|
+
'LocationService' => 'geo',
|
|
442
|
+
'LookoutEquipment' => 'lookoutequipment',
|
|
443
|
+
'LookoutMetrics' => 'lookoutmetrics',
|
|
444
|
+
'LookoutforVision' => 'lookoutvision',
|
|
358
445
|
'MQ' => 'mq',
|
|
359
446
|
'MTurk' => 'mturk-requester',
|
|
447
|
+
'MWAA' => 'airflow',
|
|
360
448
|
'MachineLearning' => 'machinelearning',
|
|
361
449
|
'Macie' => 'macie',
|
|
362
450
|
'Macie2' => 'macie2',
|
|
451
|
+
'MainframeModernization' => 'm2',
|
|
363
452
|
'ManagedBlockchain' => 'managedblockchain',
|
|
453
|
+
'ManagedGrafana' => 'grafana',
|
|
364
454
|
'MarketplaceCatalog' => 'catalog.marketplace',
|
|
365
455
|
'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
|
|
366
456
|
'MarketplaceEntitlementService' => 'entitlement.marketplace',
|
|
@@ -373,81 +463,127 @@ module Aws
|
|
|
373
463
|
'MediaStore' => 'mediastore',
|
|
374
464
|
'MediaStoreData' => 'data.mediastore',
|
|
375
465
|
'MediaTailor' => 'api.mediatailor',
|
|
466
|
+
'MemoryDB' => 'memory-db',
|
|
467
|
+
'Mgn' => 'mgn',
|
|
376
468
|
'MigrationHub' => 'mgh',
|
|
377
469
|
'MigrationHubConfig' => 'migrationhub-config',
|
|
470
|
+
'MigrationHubOrchestrator' => 'migrationhub-orchestrator',
|
|
471
|
+
'MigrationHubRefactorSpaces' => 'refactor-spaces',
|
|
472
|
+
'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
|
|
378
473
|
'Mobile' => 'mobile',
|
|
379
474
|
'Neptune' => 'rds',
|
|
475
|
+
'NetworkFirewall' => 'network-firewall',
|
|
380
476
|
'NetworkManager' => 'networkmanager',
|
|
477
|
+
'NimbleStudio' => 'nimble',
|
|
478
|
+
'OAM' => 'oam',
|
|
479
|
+
'Omics' => 'omics',
|
|
480
|
+
'OpenSearchServerless' => 'aoss',
|
|
481
|
+
'OpenSearchService' => 'es',
|
|
381
482
|
'OpsWorks' => 'opsworks',
|
|
382
483
|
'OpsWorksCM' => 'opsworks-cm',
|
|
383
484
|
'Organizations' => 'organizations',
|
|
384
485
|
'Outposts' => 'outposts',
|
|
385
486
|
'PI' => 'pi',
|
|
487
|
+
'Panorama' => 'panorama',
|
|
386
488
|
'Personalize' => 'personalize',
|
|
387
489
|
'PersonalizeEvents' => 'personalize-events',
|
|
388
490
|
'PersonalizeRuntime' => 'personalize-runtime',
|
|
389
491
|
'Pinpoint' => 'pinpoint',
|
|
390
492
|
'PinpointEmail' => 'email',
|
|
391
493
|
'PinpointSMSVoice' => 'sms-voice.pinpoint',
|
|
494
|
+
'PinpointSMSVoiceV2' => 'sms-voice',
|
|
495
|
+
'Pipes' => 'pipes',
|
|
392
496
|
'Polly' => 'polly',
|
|
393
497
|
'Pricing' => 'api.pricing',
|
|
498
|
+
'PrivateNetworks' => 'private-networks',
|
|
499
|
+
'PrometheusService' => 'aps',
|
|
500
|
+
'Proton' => 'proton',
|
|
394
501
|
'QLDB' => 'qldb',
|
|
395
502
|
'QLDBSession' => 'session.qldb',
|
|
396
503
|
'QuickSight' => 'quicksight',
|
|
397
504
|
'RAM' => 'ram',
|
|
398
505
|
'RDS' => 'rds',
|
|
399
506
|
'RDSDataService' => 'rds-data',
|
|
507
|
+
'RecycleBin' => 'rbin',
|
|
400
508
|
'Redshift' => 'redshift',
|
|
509
|
+
'RedshiftDataAPIService' => 'redshift-data',
|
|
510
|
+
'RedshiftServerless' => 'redshift-serverless',
|
|
401
511
|
'Rekognition' => 'rekognition',
|
|
512
|
+
'ResilienceHub' => 'resiliencehub',
|
|
513
|
+
'ResourceExplorer2' => 'resource-explorer-2',
|
|
402
514
|
'ResourceGroups' => 'resource-groups',
|
|
403
515
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
|
404
516
|
'RoboMaker' => 'robomaker',
|
|
517
|
+
'RolesAnywhere' => 'rolesanywhere',
|
|
405
518
|
'Route53' => 'route53',
|
|
406
519
|
'Route53Domains' => 'route53domains',
|
|
520
|
+
'Route53RecoveryCluster' => 'route53-recovery-cluster',
|
|
521
|
+
'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
|
|
522
|
+
'Route53RecoveryReadiness' => 'route53-recovery-readiness',
|
|
407
523
|
'Route53Resolver' => 'route53resolver',
|
|
408
524
|
'S3' => 's3',
|
|
409
525
|
'S3Control' => 's3-control',
|
|
526
|
+
'S3Outposts' => 's3-outposts',
|
|
410
527
|
'SES' => 'email',
|
|
411
528
|
'SESV2' => 'email',
|
|
412
529
|
'SMS' => 'sms',
|
|
413
530
|
'SNS' => 'sns',
|
|
414
531
|
'SQS' => 'sqs',
|
|
415
532
|
'SSM' => 'ssm',
|
|
533
|
+
'SSMContacts' => 'ssm-contacts',
|
|
534
|
+
'SSMIncidents' => 'ssm-incidents',
|
|
416
535
|
'SSO' => 'portal.sso',
|
|
536
|
+
'SSOAdmin' => 'sso',
|
|
417
537
|
'SSOOIDC' => 'oidc',
|
|
418
538
|
'STS' => 'sts',
|
|
419
539
|
'SWF' => 'swf',
|
|
420
540
|
'SageMaker' => 'api.sagemaker',
|
|
541
|
+
'SageMakerFeatureStoreRuntime' => 'featurestore-runtime.sagemaker',
|
|
542
|
+
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
|
543
|
+
'SageMakerMetrics' => 'metrics.sagemaker',
|
|
421
544
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
545
|
+
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
422
546
|
'SavingsPlans' => 'savingsplans',
|
|
547
|
+
'Scheduler' => 'scheduler',
|
|
423
548
|
'Schemas' => 'schemas',
|
|
424
549
|
'SecretsManager' => 'secretsmanager',
|
|
425
550
|
'SecurityHub' => 'securityhub',
|
|
551
|
+
'SecurityLake' => 'securitylake',
|
|
426
552
|
'ServerlessApplicationRepository' => 'serverlessrepo',
|
|
427
553
|
'ServiceCatalog' => 'servicecatalog',
|
|
428
554
|
'ServiceDiscovery' => 'servicediscovery',
|
|
429
555
|
'ServiceQuotas' => 'servicequotas',
|
|
430
556
|
'Shield' => 'shield',
|
|
431
557
|
'Signer' => 'signer',
|
|
558
|
+
'SimSpaceWeaver' => 'simspaceweaver',
|
|
432
559
|
'SimpleDB' => 'sdb',
|
|
560
|
+
'SnowDeviceManagement' => 'snow-device-management',
|
|
433
561
|
'Snowball' => 'snowball',
|
|
562
|
+
'SsmSap' => 'ssm-sap',
|
|
434
563
|
'States' => 'states',
|
|
435
564
|
'StorageGateway' => 'storagegateway',
|
|
436
565
|
'Support' => 'support',
|
|
566
|
+
'SupportApp' => 'supportapp',
|
|
437
567
|
'Synthetics' => 'synthetics',
|
|
438
568
|
'Textract' => 'textract',
|
|
569
|
+
'TimestreamQuery' => 'query.timestream',
|
|
570
|
+
'TimestreamWrite' => 'ingest.timestream',
|
|
571
|
+
'Tnb' => 'tnb',
|
|
439
572
|
'TranscribeService' => 'transcribe',
|
|
440
573
|
'TranscribeStreamingService' => 'transcribestreaming',
|
|
441
574
|
'Transfer' => 'transfer',
|
|
442
575
|
'Translate' => 'translate',
|
|
576
|
+
'VoiceID' => 'voiceid',
|
|
443
577
|
'WAF' => 'waf',
|
|
444
578
|
'WAFRegional' => 'waf-regional',
|
|
445
579
|
'WAFV2' => 'wafv2',
|
|
580
|
+
'WellArchitected' => 'wellarchitected',
|
|
446
581
|
'WorkDocs' => 'workdocs',
|
|
447
582
|
'WorkLink' => 'worklink',
|
|
448
583
|
'WorkMail' => 'workmail',
|
|
449
584
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
|
450
585
|
'WorkSpaces' => 'workspaces',
|
|
586
|
+
'WorkSpacesWeb' => 'workspaces-web',
|
|
451
587
|
'XRay' => 'xray',
|
|
452
588
|
}
|
|
453
589
|
# end service ids
|
|
@@ -0,0 +1,181 @@
|
|
|
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
|
+
"version" : "1.1"
|
|
181
|
+
}
|