aws-partitions 1.398.0 → 1.403.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/lib/aws-partitions.rb +9 -0
- data/partitions.json +128 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6df3f4eeccc20d589249efae13eba9475d04dfc55b670e7b6a94d24f1d338f3a
|
|
4
|
+
data.tar.gz: 14ec2afb1ef0d20bc8c8203e8bee16dd111396030e74fffa51c59955f8607312
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17013ce8dc250a8f894799a5bdca0394804d7ee3a4cee65ecba8424c52d82ef6c7d4e70eb74e93c004987d35a7529ba5a045d53129d126b9039a11db234d1d2d
|
|
7
|
+
data.tar.gz: 205c43f961e1ef749ed6be76a6104271296e0f42145abc41d822ccf5b404209b240f83307c06ee367091e46a3d64c7afe977aaccfe54b5cfca8a48b51e5d2274
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -229,9 +229,11 @@ module Aws
|
|
|
229
229
|
'AccessAnalyzer' => 'access-analyzer',
|
|
230
230
|
'AlexaForBusiness' => 'a4b',
|
|
231
231
|
'Amplify' => 'amplify',
|
|
232
|
+
'AmplifyBackend' => 'amplifybackend',
|
|
232
233
|
'ApiGatewayManagementApi' => 'execute-api',
|
|
233
234
|
'ApiGatewayV2' => 'apigateway',
|
|
234
235
|
'AppConfig' => 'appconfig',
|
|
236
|
+
'AppIntegrationsService' => 'app-integrations',
|
|
235
237
|
'AppMesh' => 'appmesh',
|
|
236
238
|
'AppRegistry' => 'servicecatalog-appregistry',
|
|
237
239
|
'AppStream' => 'appstream2',
|
|
@@ -278,9 +280,11 @@ module Aws
|
|
|
278
280
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
279
281
|
'ConfigService' => 'config',
|
|
280
282
|
'Connect' => 'connect',
|
|
283
|
+
'ConnectContactLens' => 'contact-lens',
|
|
281
284
|
'ConnectParticipant' => 'participant.connect',
|
|
282
285
|
'CostExplorer' => 'ce',
|
|
283
286
|
'CostandUsageReportService' => 'cur',
|
|
287
|
+
'CustomerProfiles' => 'profile',
|
|
284
288
|
'DAX' => 'dax',
|
|
285
289
|
'DLM' => 'dlm',
|
|
286
290
|
'DataExchange' => 'dataexchange',
|
|
@@ -288,6 +292,7 @@ module Aws
|
|
|
288
292
|
'DataSync' => 'datasync',
|
|
289
293
|
'DatabaseMigrationService' => 'dms',
|
|
290
294
|
'Detective' => 'api.detective',
|
|
295
|
+
'DevOpsGuru' => 'devops-guru',
|
|
291
296
|
'DeviceFarm' => 'devicefarm',
|
|
292
297
|
'DirectConnect' => 'directconnect',
|
|
293
298
|
'DirectoryService' => 'ds',
|
|
@@ -298,6 +303,7 @@ module Aws
|
|
|
298
303
|
'EC2' => 'ec2',
|
|
299
304
|
'EC2InstanceConnect' => 'ec2-instance-connect',
|
|
300
305
|
'ECR' => 'api.ecr',
|
|
306
|
+
'ECRPublic' => 'api.ecr-public',
|
|
301
307
|
'ECS' => 'ecs',
|
|
302
308
|
'EFS' => 'elasticfilesystem',
|
|
303
309
|
'EKS' => 'eks',
|
|
@@ -359,8 +365,10 @@ module Aws
|
|
|
359
365
|
'LexModelBuildingService' => 'models.lex',
|
|
360
366
|
'LicenseManager' => 'license-manager',
|
|
361
367
|
'Lightsail' => 'lightsail',
|
|
368
|
+
'LookoutforVision' => 'lookoutvision',
|
|
362
369
|
'MQ' => 'mq',
|
|
363
370
|
'MTurk' => 'mturk-requester',
|
|
371
|
+
'MWAA' => 'airflow',
|
|
364
372
|
'MachineLearning' => 'machinelearning',
|
|
365
373
|
'Macie' => 'macie',
|
|
366
374
|
'Macie2' => 'macie2',
|
|
@@ -426,6 +434,7 @@ module Aws
|
|
|
426
434
|
'STS' => 'sts',
|
|
427
435
|
'SWF' => 'swf',
|
|
428
436
|
'SageMaker' => 'api.sagemaker',
|
|
437
|
+
'SageMakerFeatureStoreRuntime' => 'featurestore-runtime.sagemaker',
|
|
429
438
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
430
439
|
'SavingsPlans' => 'savingsplans',
|
|
431
440
|
'Schemas' => 'schemas',
|
data/partitions.json
CHANGED
|
@@ -242,6 +242,19 @@
|
|
|
242
242
|
"us-west-2" : { }
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
|
+
"airflow" : {
|
|
246
|
+
"endpoints" : {
|
|
247
|
+
"ap-northeast-1" : { },
|
|
248
|
+
"ap-southeast-1" : { },
|
|
249
|
+
"ap-southeast-2" : { },
|
|
250
|
+
"eu-central-1" : { },
|
|
251
|
+
"eu-north-1" : { },
|
|
252
|
+
"eu-west-1" : { },
|
|
253
|
+
"us-east-1" : { },
|
|
254
|
+
"us-east-2" : { },
|
|
255
|
+
"us-west-2" : { }
|
|
256
|
+
}
|
|
257
|
+
},
|
|
245
258
|
"api.detective" : {
|
|
246
259
|
"defaults" : {
|
|
247
260
|
"protocols" : [ "https" ]
|
|
@@ -557,6 +570,17 @@
|
|
|
557
570
|
"us-west-2" : { }
|
|
558
571
|
}
|
|
559
572
|
},
|
|
573
|
+
"app-integrations" : {
|
|
574
|
+
"endpoints" : {
|
|
575
|
+
"ap-northeast-1" : { },
|
|
576
|
+
"ap-southeast-1" : { },
|
|
577
|
+
"ap-southeast-2" : { },
|
|
578
|
+
"eu-central-1" : { },
|
|
579
|
+
"eu-west-2" : { },
|
|
580
|
+
"us-east-1" : { },
|
|
581
|
+
"us-west-2" : { }
|
|
582
|
+
}
|
|
583
|
+
},
|
|
560
584
|
"appflow" : {
|
|
561
585
|
"endpoints" : {
|
|
562
586
|
"ap-northeast-1" : { },
|
|
@@ -849,8 +873,7 @@
|
|
|
849
873
|
},
|
|
850
874
|
"chime" : {
|
|
851
875
|
"defaults" : {
|
|
852
|
-
"protocols" : [ "https" ]
|
|
853
|
-
"sslCommonName" : "service.chime.aws.amazon.com"
|
|
876
|
+
"protocols" : [ "https" ]
|
|
854
877
|
},
|
|
855
878
|
"endpoints" : {
|
|
856
879
|
"aws-global" : {
|
|
@@ -1322,8 +1345,10 @@
|
|
|
1322
1345
|
},
|
|
1323
1346
|
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
|
|
1324
1347
|
},
|
|
1348
|
+
"sa-east-1" : { },
|
|
1325
1349
|
"us-east-1" : { },
|
|
1326
1350
|
"us-east-2" : { },
|
|
1351
|
+
"us-west-1" : { },
|
|
1327
1352
|
"us-west-2" : { }
|
|
1328
1353
|
}
|
|
1329
1354
|
},
|
|
@@ -1358,8 +1383,10 @@
|
|
|
1358
1383
|
},
|
|
1359
1384
|
"hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
|
|
1360
1385
|
},
|
|
1386
|
+
"sa-east-1" : { },
|
|
1361
1387
|
"us-east-1" : { },
|
|
1362
1388
|
"us-east-2" : { },
|
|
1389
|
+
"us-west-1" : { },
|
|
1363
1390
|
"us-west-2" : { }
|
|
1364
1391
|
}
|
|
1365
1392
|
},
|
|
@@ -1503,6 +1530,13 @@
|
|
|
1503
1530
|
"us-west-2" : { }
|
|
1504
1531
|
}
|
|
1505
1532
|
},
|
|
1533
|
+
"contact-lens" : {
|
|
1534
|
+
"endpoints" : {
|
|
1535
|
+
"ap-southeast-2" : { },
|
|
1536
|
+
"us-east-1" : { },
|
|
1537
|
+
"us-west-2" : { }
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1506
1540
|
"cur" : {
|
|
1507
1541
|
"endpoints" : {
|
|
1508
1542
|
"us-east-1" : { }
|
|
@@ -2666,6 +2700,18 @@
|
|
|
2666
2700
|
"eu-west-1" : { },
|
|
2667
2701
|
"eu-west-2" : { },
|
|
2668
2702
|
"eu-west-3" : { },
|
|
2703
|
+
"fips-af-south-1" : {
|
|
2704
|
+
"credentialScope" : {
|
|
2705
|
+
"region" : "af-south-1"
|
|
2706
|
+
},
|
|
2707
|
+
"hostname" : "fms-fips.af-south-1.amazonaws.com"
|
|
2708
|
+
},
|
|
2709
|
+
"fips-ap-east-1" : {
|
|
2710
|
+
"credentialScope" : {
|
|
2711
|
+
"region" : "ap-east-1"
|
|
2712
|
+
},
|
|
2713
|
+
"hostname" : "fms-fips.ap-east-1.amazonaws.com"
|
|
2714
|
+
},
|
|
2669
2715
|
"fips-ap-northeast-1" : {
|
|
2670
2716
|
"credentialScope" : {
|
|
2671
2717
|
"region" : "ap-northeast-1"
|
|
@@ -2708,6 +2754,12 @@
|
|
|
2708
2754
|
},
|
|
2709
2755
|
"hostname" : "fms-fips.eu-central-1.amazonaws.com"
|
|
2710
2756
|
},
|
|
2757
|
+
"fips-eu-south-1" : {
|
|
2758
|
+
"credentialScope" : {
|
|
2759
|
+
"region" : "eu-south-1"
|
|
2760
|
+
},
|
|
2761
|
+
"hostname" : "fms-fips.eu-south-1.amazonaws.com"
|
|
2762
|
+
},
|
|
2711
2763
|
"fips-eu-west-1" : {
|
|
2712
2764
|
"credentialScope" : {
|
|
2713
2765
|
"region" : "eu-west-1"
|
|
@@ -2726,6 +2778,12 @@
|
|
|
2726
2778
|
},
|
|
2727
2779
|
"hostname" : "fms-fips.eu-west-3.amazonaws.com"
|
|
2728
2780
|
},
|
|
2781
|
+
"fips-me-south-1" : {
|
|
2782
|
+
"credentialScope" : {
|
|
2783
|
+
"region" : "me-south-1"
|
|
2784
|
+
},
|
|
2785
|
+
"hostname" : "fms-fips.me-south-1.amazonaws.com"
|
|
2786
|
+
},
|
|
2729
2787
|
"fips-sa-east-1" : {
|
|
2730
2788
|
"credentialScope" : {
|
|
2731
2789
|
"region" : "sa-east-1"
|
|
@@ -3630,6 +3688,17 @@
|
|
|
3630
3688
|
"us-west-2" : { }
|
|
3631
3689
|
}
|
|
3632
3690
|
},
|
|
3691
|
+
"lookoutvision" : {
|
|
3692
|
+
"endpoints" : {
|
|
3693
|
+
"ap-northeast-1" : { },
|
|
3694
|
+
"ap-northeast-2" : { },
|
|
3695
|
+
"eu-central-1" : { },
|
|
3696
|
+
"eu-west-1" : { },
|
|
3697
|
+
"us-east-1" : { },
|
|
3698
|
+
"us-east-2" : { },
|
|
3699
|
+
"us-west-2" : { }
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3633
3702
|
"machinelearning" : {
|
|
3634
3703
|
"endpoints" : {
|
|
3635
3704
|
"eu-west-1" : { },
|
|
@@ -4464,6 +4533,17 @@
|
|
|
4464
4533
|
}
|
|
4465
4534
|
}
|
|
4466
4535
|
},
|
|
4536
|
+
"profile" : {
|
|
4537
|
+
"endpoints" : {
|
|
4538
|
+
"ap-northeast-1" : { },
|
|
4539
|
+
"ap-southeast-1" : { },
|
|
4540
|
+
"ap-southeast-2" : { },
|
|
4541
|
+
"eu-central-1" : { },
|
|
4542
|
+
"eu-west-2" : { },
|
|
4543
|
+
"us-east-1" : { },
|
|
4544
|
+
"us-west-2" : { }
|
|
4545
|
+
}
|
|
4546
|
+
},
|
|
4467
4547
|
"projects.iot1click" : {
|
|
4468
4548
|
"endpoints" : {
|
|
4469
4549
|
"ap-northeast-1" : { },
|
|
@@ -5462,6 +5542,7 @@
|
|
|
5462
5542
|
},
|
|
5463
5543
|
"snowball" : {
|
|
5464
5544
|
"endpoints" : {
|
|
5545
|
+
"af-south-1" : { },
|
|
5465
5546
|
"ap-east-1" : { },
|
|
5466
5547
|
"ap-northeast-1" : { },
|
|
5467
5548
|
"ap-northeast-2" : { },
|
|
@@ -6067,11 +6148,14 @@
|
|
|
6067
6148
|
},
|
|
6068
6149
|
"transcribestreaming" : {
|
|
6069
6150
|
"endpoints" : {
|
|
6151
|
+
"ap-northeast-1" : { },
|
|
6152
|
+
"ap-northeast-2" : { },
|
|
6070
6153
|
"ap-southeast-2" : { },
|
|
6071
6154
|
"ca-central-1" : { },
|
|
6072
6155
|
"eu-central-1" : { },
|
|
6073
6156
|
"eu-west-1" : { },
|
|
6074
6157
|
"eu-west-2" : { },
|
|
6158
|
+
"sa-east-1" : { },
|
|
6075
6159
|
"us-east-1" : { },
|
|
6076
6160
|
"us-east-2" : { },
|
|
6077
6161
|
"us-west-2" : { }
|
|
@@ -6505,6 +6589,30 @@
|
|
|
6505
6589
|
"eu-west-1" : { },
|
|
6506
6590
|
"eu-west-2" : { },
|
|
6507
6591
|
"eu-west-3" : { },
|
|
6592
|
+
"fips-us-east-1" : {
|
|
6593
|
+
"credentialScope" : {
|
|
6594
|
+
"region" : "us-east-1"
|
|
6595
|
+
},
|
|
6596
|
+
"hostname" : "xray-fips.us-east-1.amazonaws.com"
|
|
6597
|
+
},
|
|
6598
|
+
"fips-us-east-2" : {
|
|
6599
|
+
"credentialScope" : {
|
|
6600
|
+
"region" : "us-east-2"
|
|
6601
|
+
},
|
|
6602
|
+
"hostname" : "xray-fips.us-east-2.amazonaws.com"
|
|
6603
|
+
},
|
|
6604
|
+
"fips-us-west-1" : {
|
|
6605
|
+
"credentialScope" : {
|
|
6606
|
+
"region" : "us-west-1"
|
|
6607
|
+
},
|
|
6608
|
+
"hostname" : "xray-fips.us-west-1.amazonaws.com"
|
|
6609
|
+
},
|
|
6610
|
+
"fips-us-west-2" : {
|
|
6611
|
+
"credentialScope" : {
|
|
6612
|
+
"region" : "us-west-2"
|
|
6613
|
+
},
|
|
6614
|
+
"hostname" : "xray-fips.us-west-2.amazonaws.com"
|
|
6615
|
+
},
|
|
6508
6616
|
"me-south-1" : { },
|
|
6509
6617
|
"sa-east-1" : { },
|
|
6510
6618
|
"us-east-1" : { },
|
|
@@ -7030,12 +7138,6 @@
|
|
|
7030
7138
|
"region" : "cn-northwest-1"
|
|
7031
7139
|
},
|
|
7032
7140
|
"hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
|
|
7033
|
-
},
|
|
7034
|
-
"fips-aws-cn-global" : {
|
|
7035
|
-
"credentialScope" : {
|
|
7036
|
-
"region" : "cn-northwest-1"
|
|
7037
|
-
},
|
|
7038
|
-
"hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
|
|
7039
7141
|
}
|
|
7040
7142
|
},
|
|
7041
7143
|
"isRegionalized" : false,
|
|
@@ -7046,6 +7148,12 @@
|
|
|
7046
7148
|
"cn-northwest-1" : { }
|
|
7047
7149
|
}
|
|
7048
7150
|
},
|
|
7151
|
+
"ram" : {
|
|
7152
|
+
"endpoints" : {
|
|
7153
|
+
"cn-north-1" : { },
|
|
7154
|
+
"cn-northwest-1" : { }
|
|
7155
|
+
}
|
|
7156
|
+
},
|
|
7049
7157
|
"rds" : {
|
|
7050
7158
|
"endpoints" : {
|
|
7051
7159
|
"cn-north-1" : { },
|
|
@@ -8881,6 +8989,18 @@
|
|
|
8881
8989
|
},
|
|
8882
8990
|
"xray" : {
|
|
8883
8991
|
"endpoints" : {
|
|
8992
|
+
"fips-us-gov-east-1" : {
|
|
8993
|
+
"credentialScope" : {
|
|
8994
|
+
"region" : "us-gov-east-1"
|
|
8995
|
+
},
|
|
8996
|
+
"hostname" : "xray-fips.us-gov-east-1.amazonaws.com"
|
|
8997
|
+
},
|
|
8998
|
+
"fips-us-gov-west-1" : {
|
|
8999
|
+
"credentialScope" : {
|
|
9000
|
+
"region" : "us-gov-west-1"
|
|
9001
|
+
},
|
|
9002
|
+
"hostname" : "xray-fips.us-gov-west-1.amazonaws.com"
|
|
9003
|
+
},
|
|
8884
9004
|
"us-gov-east-1" : { },
|
|
8885
9005
|
"us-gov-west-1" : { }
|
|
8886
9006
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.403.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|