aws-partitions 1.1168.0 → 1.1188.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 +104 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +6 -7
- data/partitions-metadata.json +3 -0
- data/partitions.json +164 -285
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7cba1ee1c62fab142160d20bdc179b53e00dc629ea0bba1649992c7e74fb616f
|
|
4
|
+
data.tar.gz: 485664956d83eede1b3b328d57949ec848baf7851c25e7cf1002c44babe343f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a438b3d7d0e072e94e7de4cfc45f10671d57ec75108f36508760a76b322fc5d5442861810e16154cab90200b0e09dcb5619280132eb38d90253e32703b4e585e
|
|
7
|
+
data.tar.gz: 40af8e3744cb904e0a2d6a4f8ec42b0dbb449c8b54d62614e230cedf2f561663ddf9a245f4c05c9f4f743cfabba3d107db6c791679593460eac7fa5f2e3abb76
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,110 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1188.0 (2025-11-25)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1187.0 (2025-11-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::SageMakerRuntimeHTTP2`.
|
|
13
|
+
|
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::ComputeOptimizerAutomation`.
|
|
15
|
+
|
|
16
|
+
1.1186.0 (2025-11-20)
|
|
17
|
+
------------------
|
|
18
|
+
|
|
19
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
20
|
+
|
|
21
|
+
1.1185.0 (2025-11-19)
|
|
22
|
+
------------------
|
|
23
|
+
|
|
24
|
+
* Feature - Added support for enumerating regions for `Aws::Signin`.
|
|
25
|
+
|
|
26
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralChannel`.
|
|
27
|
+
|
|
28
|
+
1.1184.0 (2025-11-18)
|
|
29
|
+
------------------
|
|
30
|
+
|
|
31
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
32
|
+
|
|
33
|
+
1.1183.0 (2025-11-17)
|
|
34
|
+
------------------
|
|
35
|
+
|
|
36
|
+
* Feature - Added support for enumerating regions for `Aws::MWAAServerless`.
|
|
37
|
+
|
|
38
|
+
1.1182.0 (2025-11-14)
|
|
39
|
+
------------------
|
|
40
|
+
|
|
41
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
42
|
+
|
|
43
|
+
1.1181.0 (2025-11-06)
|
|
44
|
+
------------------
|
|
45
|
+
|
|
46
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
47
|
+
|
|
48
|
+
1.1180.0 (2025-11-04)
|
|
49
|
+
------------------
|
|
50
|
+
|
|
51
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
52
|
+
|
|
53
|
+
1.1179.0 (2025-10-30)
|
|
54
|
+
------------------
|
|
55
|
+
|
|
56
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
57
|
+
|
|
58
|
+
1.1178.0 (2025-10-28)
|
|
59
|
+
------------------
|
|
60
|
+
|
|
61
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
62
|
+
|
|
63
|
+
1.1177.0 (2025-10-24)
|
|
64
|
+
------------------
|
|
65
|
+
|
|
66
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
67
|
+
|
|
68
|
+
1.1176.0 (2025-10-23)
|
|
69
|
+
------------------
|
|
70
|
+
|
|
71
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
72
|
+
|
|
73
|
+
1.1175.0 (2025-10-22)
|
|
74
|
+
------------------
|
|
75
|
+
|
|
76
|
+
* Feature - Added support for enumerating regions for `Aws::RTBFabric`.
|
|
77
|
+
|
|
78
|
+
1.1174.0 (2025-10-17)
|
|
79
|
+
------------------
|
|
80
|
+
|
|
81
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
82
|
+
|
|
83
|
+
1.1173.0 (2025-10-15)
|
|
84
|
+
------------------
|
|
85
|
+
|
|
86
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
87
|
+
|
|
88
|
+
1.1172.0 (2025-10-10)
|
|
89
|
+
------------------
|
|
90
|
+
|
|
91
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
92
|
+
|
|
93
|
+
1.1171.0 (2025-10-09)
|
|
94
|
+
------------------
|
|
95
|
+
|
|
96
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
97
|
+
|
|
98
|
+
1.1170.0 (2025-10-08)
|
|
99
|
+
------------------
|
|
100
|
+
|
|
101
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
102
|
+
|
|
103
|
+
1.1169.0 (2025-10-07)
|
|
104
|
+
------------------
|
|
105
|
+
|
|
106
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
107
|
+
|
|
4
108
|
1.1168.0 (2025-09-30)
|
|
5
109
|
------------------
|
|
6
110
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1188.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -267,7 +267,6 @@ module Aws
|
|
|
267
267
|
'AppRunner' => 'apprunner',
|
|
268
268
|
'AppStream' => 'appstream2',
|
|
269
269
|
'AppSync' => 'appsync',
|
|
270
|
-
'AppTest' => 'apptest',
|
|
271
270
|
'Appflow' => 'appflow',
|
|
272
271
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
|
273
272
|
'ApplicationCostProfiler' => 'application-cost-profiler',
|
|
@@ -344,6 +343,7 @@ module Aws
|
|
|
344
343
|
'Comprehend' => 'comprehend',
|
|
345
344
|
'ComprehendMedical' => 'comprehendmedical',
|
|
346
345
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
346
|
+
'ComputeOptimizerAutomation' => 'aco-automation',
|
|
347
347
|
'ConfigService' => 'config',
|
|
348
348
|
'Connect' => 'connect',
|
|
349
349
|
'ConnectCampaignService' => 'connect-campaigns',
|
|
@@ -440,7 +440,6 @@ module Aws
|
|
|
440
440
|
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
|
|
441
441
|
'IoTEvents' => 'iotevents',
|
|
442
442
|
'IoTEventsData' => 'data.iotevents',
|
|
443
|
-
'IoTFleetHub' => 'api.fleethub.iot',
|
|
444
443
|
'IoTFleetWise' => 'iotfleetwise',
|
|
445
444
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
446
445
|
'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
|
|
@@ -478,12 +477,11 @@ module Aws
|
|
|
478
477
|
'Lightsail' => 'lightsail',
|
|
479
478
|
'LocationService' => 'geo',
|
|
480
479
|
'LookoutEquipment' => 'lookoutequipment',
|
|
481
|
-
'LookoutMetrics' => 'lookoutmetrics',
|
|
482
|
-
'LookoutforVision' => 'lookoutvision',
|
|
483
480
|
'MPA' => 'mpa',
|
|
484
481
|
'MQ' => 'mq',
|
|
485
482
|
'MTurk' => 'mturk-requester',
|
|
486
483
|
'MWAA' => 'airflow',
|
|
484
|
+
'MWAAServerless' => 'airflow-serverless',
|
|
487
485
|
'MachineLearning' => 'machinelearning',
|
|
488
486
|
'Macie2' => 'macie2',
|
|
489
487
|
'MailManager' => 'mail-manager',
|
|
@@ -536,6 +534,7 @@ module Aws
|
|
|
536
534
|
'PCS' => 'pcs',
|
|
537
535
|
'PI' => 'pi',
|
|
538
536
|
'Panorama' => 'panorama',
|
|
537
|
+
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
539
538
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
540
539
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
541
540
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
|
@@ -556,12 +555,11 @@ module Aws
|
|
|
556
555
|
'QApps' => 'data.qapps',
|
|
557
556
|
'QBusiness' => 'qbusiness',
|
|
558
557
|
'QConnect' => 'wisdom',
|
|
559
|
-
'QLDB' => 'qldb',
|
|
560
|
-
'QLDBSession' => 'session.qldb',
|
|
561
558
|
'QuickSight' => 'quicksight',
|
|
562
559
|
'RAM' => 'ram',
|
|
563
560
|
'RDS' => 'rds',
|
|
564
561
|
'RDSDataService' => 'rds-data',
|
|
562
|
+
'RTBFabric' => 'rtbfabric',
|
|
565
563
|
'RecycleBin' => 'rbin',
|
|
566
564
|
'Redshift' => 'redshift',
|
|
567
565
|
'RedshiftDataAPIService' => 'redshift-data',
|
|
@@ -572,7 +570,6 @@ module Aws
|
|
|
572
570
|
'ResourceExplorer2' => 'resource-explorer-2',
|
|
573
571
|
'ResourceGroups' => 'resource-groups',
|
|
574
572
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
|
575
|
-
'RoboMaker' => 'robomaker',
|
|
576
573
|
'RolesAnywhere' => 'rolesanywhere',
|
|
577
574
|
'Route53' => 'route53',
|
|
578
575
|
'Route53Domains' => 'route53domains',
|
|
@@ -605,6 +602,7 @@ module Aws
|
|
|
605
602
|
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
|
606
603
|
'SageMakerMetrics' => 'metrics.sagemaker',
|
|
607
604
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
605
|
+
'SageMakerRuntimeHTTP2' => 'runtime.sagemaker',
|
|
608
606
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
609
607
|
'SavingsPlans' => 'savingsplans',
|
|
610
608
|
'Scheduler' => 'scheduler',
|
|
@@ -619,6 +617,7 @@ module Aws
|
|
|
619
617
|
'ServiceQuotas' => 'servicequotas',
|
|
620
618
|
'Shield' => 'shield',
|
|
621
619
|
'Signer' => 'signer',
|
|
620
|
+
'Signin' => 'signin',
|
|
622
621
|
'SimSpaceWeaver' => 'simspaceweaver',
|
|
623
622
|
'SimpleDB' => 'sdb',
|
|
624
623
|
'SnowDeviceManagement' => 'snow-device-management',
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
|
@@ -1448,71 +1448,6 @@
|
|
|
1448
1448
|
}
|
|
1449
1449
|
}
|
|
1450
1450
|
},
|
|
1451
|
-
"api.fleethub.iot" : {
|
|
1452
|
-
"endpoints" : {
|
|
1453
|
-
"ap-northeast-1" : { },
|
|
1454
|
-
"ap-northeast-2" : { },
|
|
1455
|
-
"ap-south-1" : { },
|
|
1456
|
-
"ap-southeast-1" : { },
|
|
1457
|
-
"ap-southeast-2" : { },
|
|
1458
|
-
"ca-central-1" : {
|
|
1459
|
-
"variants" : [ {
|
|
1460
|
-
"hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com",
|
|
1461
|
-
"tags" : [ "fips" ]
|
|
1462
|
-
} ]
|
|
1463
|
-
},
|
|
1464
|
-
"eu-central-1" : { },
|
|
1465
|
-
"eu-north-1" : { },
|
|
1466
|
-
"eu-west-1" : { },
|
|
1467
|
-
"eu-west-2" : { },
|
|
1468
|
-
"fips-ca-central-1" : {
|
|
1469
|
-
"credentialScope" : {
|
|
1470
|
-
"region" : "ca-central-1"
|
|
1471
|
-
},
|
|
1472
|
-
"deprecated" : true,
|
|
1473
|
-
"hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com"
|
|
1474
|
-
},
|
|
1475
|
-
"fips-us-east-1" : {
|
|
1476
|
-
"credentialScope" : {
|
|
1477
|
-
"region" : "us-east-1"
|
|
1478
|
-
},
|
|
1479
|
-
"deprecated" : true,
|
|
1480
|
-
"hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com"
|
|
1481
|
-
},
|
|
1482
|
-
"fips-us-east-2" : {
|
|
1483
|
-
"credentialScope" : {
|
|
1484
|
-
"region" : "us-east-2"
|
|
1485
|
-
},
|
|
1486
|
-
"deprecated" : true,
|
|
1487
|
-
"hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com"
|
|
1488
|
-
},
|
|
1489
|
-
"fips-us-west-2" : {
|
|
1490
|
-
"credentialScope" : {
|
|
1491
|
-
"region" : "us-west-2"
|
|
1492
|
-
},
|
|
1493
|
-
"deprecated" : true,
|
|
1494
|
-
"hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com"
|
|
1495
|
-
},
|
|
1496
|
-
"us-east-1" : {
|
|
1497
|
-
"variants" : [ {
|
|
1498
|
-
"hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com",
|
|
1499
|
-
"tags" : [ "fips" ]
|
|
1500
|
-
} ]
|
|
1501
|
-
},
|
|
1502
|
-
"us-east-2" : {
|
|
1503
|
-
"variants" : [ {
|
|
1504
|
-
"hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com",
|
|
1505
|
-
"tags" : [ "fips" ]
|
|
1506
|
-
} ]
|
|
1507
|
-
},
|
|
1508
|
-
"us-west-2" : {
|
|
1509
|
-
"variants" : [ {
|
|
1510
|
-
"hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com",
|
|
1511
|
-
"tags" : [ "fips" ]
|
|
1512
|
-
} ]
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1516
1451
|
"api.iotdeviceadvisor" : {
|
|
1517
1452
|
"endpoints" : {
|
|
1518
1453
|
"ap-northeast-1" : {
|
|
@@ -2785,8 +2720,11 @@
|
|
|
2785
2720
|
"ap-south-1" : { },
|
|
2786
2721
|
"ap-southeast-1" : { },
|
|
2787
2722
|
"ap-southeast-2" : { },
|
|
2723
|
+
"ap-southeast-5" : { },
|
|
2788
2724
|
"ca-central-1" : { },
|
|
2789
2725
|
"eu-central-1" : { },
|
|
2726
|
+
"eu-south-1" : { },
|
|
2727
|
+
"eu-south-2" : { },
|
|
2790
2728
|
"eu-west-1" : { },
|
|
2791
2729
|
"eu-west-2" : { },
|
|
2792
2730
|
"eu-west-3" : { },
|
|
@@ -2797,6 +2735,7 @@
|
|
|
2797
2735
|
"deprecated" : true,
|
|
2798
2736
|
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
|
|
2799
2737
|
},
|
|
2738
|
+
"il-central-1" : { },
|
|
2800
2739
|
"sa-east-1" : { },
|
|
2801
2740
|
"us-east-1" : {
|
|
2802
2741
|
"variants" : [ {
|
|
@@ -3002,21 +2941,6 @@
|
|
|
3002
2941
|
}
|
|
3003
2942
|
}
|
|
3004
2943
|
},
|
|
3005
|
-
"apptest" : {
|
|
3006
|
-
"endpoints" : {
|
|
3007
|
-
"ap-southeast-2" : { },
|
|
3008
|
-
"eu-central-1" : { },
|
|
3009
|
-
"fips-us-east-1" : {
|
|
3010
|
-
"deprecated" : true
|
|
3011
|
-
},
|
|
3012
|
-
"sa-east-1" : { },
|
|
3013
|
-
"us-east-1" : {
|
|
3014
|
-
"variants" : [ {
|
|
3015
|
-
"tags" : [ "fips" ]
|
|
3016
|
-
} ]
|
|
3017
|
-
}
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
2944
|
"aps" : {
|
|
3021
2945
|
"defaults" : {
|
|
3022
2946
|
"protocols" : [ "https" ]
|
|
@@ -3800,6 +3724,7 @@
|
|
|
3800
3724
|
},
|
|
3801
3725
|
"bedrock" : {
|
|
3802
3726
|
"endpoints" : {
|
|
3727
|
+
"af-south-1" : { },
|
|
3803
3728
|
"ap-east-2" : { },
|
|
3804
3729
|
"ap-northeast-1" : { },
|
|
3805
3730
|
"ap-northeast-2" : { },
|
|
@@ -4101,6 +4026,7 @@
|
|
|
4101
4026
|
"hostname" : "bedrock.us-west-2.amazonaws.com"
|
|
4102
4027
|
},
|
|
4103
4028
|
"ca-central-1" : { },
|
|
4029
|
+
"ca-west-1" : { },
|
|
4104
4030
|
"eu-central-1" : { },
|
|
4105
4031
|
"eu-central-2" : { },
|
|
4106
4032
|
"eu-north-1" : { },
|
|
@@ -4111,6 +4037,8 @@
|
|
|
4111
4037
|
"eu-west-3" : { },
|
|
4112
4038
|
"il-central-1" : { },
|
|
4113
4039
|
"me-central-1" : { },
|
|
4040
|
+
"me-south-1" : { },
|
|
4041
|
+
"mx-central-1" : { },
|
|
4114
4042
|
"sa-east-1" : { },
|
|
4115
4043
|
"us-east-1" : { },
|
|
4116
4044
|
"us-east-2" : { },
|
|
@@ -4232,6 +4160,7 @@
|
|
|
4232
4160
|
"deprecated" : true,
|
|
4233
4161
|
"hostname" : "cassandra-fips.us-west-2.amazonaws.com"
|
|
4234
4162
|
},
|
|
4163
|
+
"me-central-1" : { },
|
|
4235
4164
|
"me-south-1" : { },
|
|
4236
4165
|
"sa-east-1" : { },
|
|
4237
4166
|
"us-east-1" : {
|
|
@@ -5474,6 +5403,7 @@
|
|
|
5474
5403
|
"ap-southeast-3" : { },
|
|
5475
5404
|
"ap-southeast-4" : { },
|
|
5476
5405
|
"ap-southeast-5" : { },
|
|
5406
|
+
"ap-southeast-6" : { },
|
|
5477
5407
|
"ap-southeast-7" : { },
|
|
5478
5408
|
"ca-central-1" : { },
|
|
5479
5409
|
"ca-west-1" : { },
|
|
@@ -6764,6 +6694,7 @@
|
|
|
6764
6694
|
"ap-southeast-3" : { },
|
|
6765
6695
|
"ap-southeast-4" : { },
|
|
6766
6696
|
"ap-southeast-5" : { },
|
|
6697
|
+
"ap-southeast-6" : { },
|
|
6767
6698
|
"ap-southeast-7" : { },
|
|
6768
6699
|
"ca-central-1" : {
|
|
6769
6700
|
"variants" : [ {
|
|
@@ -10137,12 +10068,14 @@
|
|
|
10137
10068
|
"ap-southeast-1" : { },
|
|
10138
10069
|
"ap-southeast-2" : { },
|
|
10139
10070
|
"ap-southeast-3" : { },
|
|
10071
|
+
"ap-southeast-5" : { },
|
|
10140
10072
|
"ca-central-1" : {
|
|
10141
10073
|
"variants" : [ {
|
|
10142
10074
|
"hostname" : "email-fips.ca-central-1.amazonaws.com",
|
|
10143
10075
|
"tags" : [ "fips" ]
|
|
10144
10076
|
} ]
|
|
10145
10077
|
},
|
|
10078
|
+
"ca-west-1" : { },
|
|
10146
10079
|
"eu-central-1" : { },
|
|
10147
10080
|
"eu-central-2" : { },
|
|
10148
10081
|
"eu-north-1" : { },
|
|
@@ -12690,6 +12623,7 @@
|
|
|
12690
12623
|
"endpoints" : {
|
|
12691
12624
|
"ap-south-1" : { },
|
|
12692
12625
|
"ap-southeast-2" : { },
|
|
12626
|
+
"ca-central-1" : { },
|
|
12693
12627
|
"eu-west-1" : { },
|
|
12694
12628
|
"eu-west-2" : { },
|
|
12695
12629
|
"us-east-1" : { },
|
|
@@ -12762,6 +12696,7 @@
|
|
|
12762
12696
|
"endpoints" : {
|
|
12763
12697
|
"af-south-1" : { },
|
|
12764
12698
|
"ap-east-1" : { },
|
|
12699
|
+
"ap-east-2" : { },
|
|
12765
12700
|
"ap-northeast-1" : { },
|
|
12766
12701
|
"ap-northeast-2" : { },
|
|
12767
12702
|
"ap-northeast-3" : { },
|
|
@@ -12772,6 +12707,7 @@
|
|
|
12772
12707
|
"ap-southeast-3" : { },
|
|
12773
12708
|
"ap-southeast-4" : { },
|
|
12774
12709
|
"ap-southeast-5" : { },
|
|
12710
|
+
"ap-southeast-6" : { },
|
|
12775
12711
|
"ap-southeast-7" : { },
|
|
12776
12712
|
"ca-central-1" : { },
|
|
12777
12713
|
"ca-west-1" : { },
|
|
@@ -14065,23 +14001,33 @@
|
|
|
14065
14001
|
},
|
|
14066
14002
|
"kafkaconnect" : {
|
|
14067
14003
|
"endpoints" : {
|
|
14004
|
+
"af-south-1" : { },
|
|
14005
|
+
"ap-east-1" : { },
|
|
14068
14006
|
"ap-east-2" : { },
|
|
14069
14007
|
"ap-northeast-1" : { },
|
|
14070
14008
|
"ap-northeast-2" : { },
|
|
14009
|
+
"ap-northeast-3" : { },
|
|
14071
14010
|
"ap-south-1" : { },
|
|
14072
14011
|
"ap-south-2" : { },
|
|
14073
14012
|
"ap-southeast-1" : { },
|
|
14074
14013
|
"ap-southeast-2" : { },
|
|
14014
|
+
"ap-southeast-3" : { },
|
|
14015
|
+
"ap-southeast-4" : { },
|
|
14075
14016
|
"ap-southeast-5" : { },
|
|
14076
14017
|
"ap-southeast-7" : { },
|
|
14077
14018
|
"ca-central-1" : { },
|
|
14078
14019
|
"ca-west-1" : { },
|
|
14079
14020
|
"eu-central-1" : { },
|
|
14021
|
+
"eu-central-2" : { },
|
|
14080
14022
|
"eu-north-1" : { },
|
|
14023
|
+
"eu-south-1" : { },
|
|
14081
14024
|
"eu-south-2" : { },
|
|
14082
14025
|
"eu-west-1" : { },
|
|
14083
14026
|
"eu-west-2" : { },
|
|
14084
14027
|
"eu-west-3" : { },
|
|
14028
|
+
"il-central-1" : { },
|
|
14029
|
+
"me-central-1" : { },
|
|
14030
|
+
"me-south-1" : { },
|
|
14085
14031
|
"mx-central-1" : { },
|
|
14086
14032
|
"sa-east-1" : { },
|
|
14087
14033
|
"us-east-1" : { },
|
|
@@ -15930,30 +15876,6 @@
|
|
|
15930
15876
|
"us-east-1" : { }
|
|
15931
15877
|
}
|
|
15932
15878
|
},
|
|
15933
|
-
"lookoutmetrics" : {
|
|
15934
|
-
"endpoints" : {
|
|
15935
|
-
"ap-northeast-1" : { },
|
|
15936
|
-
"ap-southeast-1" : { },
|
|
15937
|
-
"ap-southeast-2" : { },
|
|
15938
|
-
"eu-central-1" : { },
|
|
15939
|
-
"eu-north-1" : { },
|
|
15940
|
-
"eu-west-1" : { },
|
|
15941
|
-
"us-east-1" : { },
|
|
15942
|
-
"us-east-2" : { },
|
|
15943
|
-
"us-west-2" : { }
|
|
15944
|
-
}
|
|
15945
|
-
},
|
|
15946
|
-
"lookoutvision" : {
|
|
15947
|
-
"endpoints" : {
|
|
15948
|
-
"ap-northeast-1" : { },
|
|
15949
|
-
"ap-northeast-2" : { },
|
|
15950
|
-
"eu-central-1" : { },
|
|
15951
|
-
"eu-west-1" : { },
|
|
15952
|
-
"us-east-1" : { },
|
|
15953
|
-
"us-east-2" : { },
|
|
15954
|
-
"us-west-2" : { }
|
|
15955
|
-
}
|
|
15956
|
-
},
|
|
15957
15879
|
"m2" : {
|
|
15958
15880
|
"endpoints" : {
|
|
15959
15881
|
"af-south-1" : { },
|
|
@@ -16974,6 +16896,7 @@
|
|
|
16974
16896
|
"ap-southeast-3" : { },
|
|
16975
16897
|
"ap-southeast-4" : { },
|
|
16976
16898
|
"ap-southeast-5" : { },
|
|
16899
|
+
"ap-southeast-6" : { },
|
|
16977
16900
|
"ap-southeast-7" : { },
|
|
16978
16901
|
"ca-central-1" : {
|
|
16979
16902
|
"variants" : [ {
|
|
@@ -17352,6 +17275,7 @@
|
|
|
17352
17275
|
"ap-southeast-3" : { },
|
|
17353
17276
|
"ap-southeast-4" : { },
|
|
17354
17277
|
"ap-southeast-5" : { },
|
|
17278
|
+
"ap-southeast-6" : { },
|
|
17355
17279
|
"ap-southeast-7" : { },
|
|
17356
17280
|
"ca-central-1" : { },
|
|
17357
17281
|
"ca-west-1" : { },
|
|
@@ -17558,6 +17482,7 @@
|
|
|
17558
17482
|
"ap-southeast-3" : { },
|
|
17559
17483
|
"ap-southeast-4" : { },
|
|
17560
17484
|
"ap-southeast-5" : { },
|
|
17485
|
+
"ap-southeast-6" : { },
|
|
17561
17486
|
"ap-southeast-7" : { },
|
|
17562
17487
|
"ca-central-1" : {
|
|
17563
17488
|
"variants" : [ {
|
|
@@ -17843,6 +17768,7 @@
|
|
|
17843
17768
|
},
|
|
17844
17769
|
"hostname" : "oidc.ap-east-1.amazonaws.com"
|
|
17845
17770
|
},
|
|
17771
|
+
"ap-east-2" : { },
|
|
17846
17772
|
"ap-northeast-1" : {
|
|
17847
17773
|
"credentialScope" : {
|
|
17848
17774
|
"region" : "ap-northeast-1"
|
|
@@ -18767,6 +18693,7 @@
|
|
|
18767
18693
|
"tags" : [ "dualstack" ]
|
|
18768
18694
|
} ]
|
|
18769
18695
|
},
|
|
18696
|
+
"eu-central-2" : { },
|
|
18770
18697
|
"eu-north-1" : {
|
|
18771
18698
|
"variants" : [ {
|
|
18772
18699
|
"hostname" : "polly.eu-north-1.api.aws",
|
|
@@ -19255,69 +19182,6 @@
|
|
|
19255
19182
|
}
|
|
19256
19183
|
}
|
|
19257
19184
|
},
|
|
19258
|
-
"qldb" : {
|
|
19259
|
-
"endpoints" : {
|
|
19260
|
-
"ap-northeast-1" : { },
|
|
19261
|
-
"ap-northeast-2" : { },
|
|
19262
|
-
"ap-southeast-1" : { },
|
|
19263
|
-
"ap-southeast-2" : { },
|
|
19264
|
-
"ca-central-1" : {
|
|
19265
|
-
"variants" : [ {
|
|
19266
|
-
"hostname" : "qldb-fips.ca-central-1.amazonaws.com",
|
|
19267
|
-
"tags" : [ "fips" ]
|
|
19268
|
-
} ]
|
|
19269
|
-
},
|
|
19270
|
-
"eu-central-1" : { },
|
|
19271
|
-
"eu-west-1" : { },
|
|
19272
|
-
"eu-west-2" : { },
|
|
19273
|
-
"fips-ca-central-1" : {
|
|
19274
|
-
"credentialScope" : {
|
|
19275
|
-
"region" : "ca-central-1"
|
|
19276
|
-
},
|
|
19277
|
-
"deprecated" : true,
|
|
19278
|
-
"hostname" : "qldb-fips.ca-central-1.amazonaws.com"
|
|
19279
|
-
},
|
|
19280
|
-
"fips-us-east-1" : {
|
|
19281
|
-
"credentialScope" : {
|
|
19282
|
-
"region" : "us-east-1"
|
|
19283
|
-
},
|
|
19284
|
-
"deprecated" : true,
|
|
19285
|
-
"hostname" : "qldb-fips.us-east-1.amazonaws.com"
|
|
19286
|
-
},
|
|
19287
|
-
"fips-us-east-2" : {
|
|
19288
|
-
"credentialScope" : {
|
|
19289
|
-
"region" : "us-east-2"
|
|
19290
|
-
},
|
|
19291
|
-
"deprecated" : true,
|
|
19292
|
-
"hostname" : "qldb-fips.us-east-2.amazonaws.com"
|
|
19293
|
-
},
|
|
19294
|
-
"fips-us-west-2" : {
|
|
19295
|
-
"credentialScope" : {
|
|
19296
|
-
"region" : "us-west-2"
|
|
19297
|
-
},
|
|
19298
|
-
"deprecated" : true,
|
|
19299
|
-
"hostname" : "qldb-fips.us-west-2.amazonaws.com"
|
|
19300
|
-
},
|
|
19301
|
-
"us-east-1" : {
|
|
19302
|
-
"variants" : [ {
|
|
19303
|
-
"hostname" : "qldb-fips.us-east-1.amazonaws.com",
|
|
19304
|
-
"tags" : [ "fips" ]
|
|
19305
|
-
} ]
|
|
19306
|
-
},
|
|
19307
|
-
"us-east-2" : {
|
|
19308
|
-
"variants" : [ {
|
|
19309
|
-
"hostname" : "qldb-fips.us-east-2.amazonaws.com",
|
|
19310
|
-
"tags" : [ "fips" ]
|
|
19311
|
-
} ]
|
|
19312
|
-
},
|
|
19313
|
-
"us-west-2" : {
|
|
19314
|
-
"variants" : [ {
|
|
19315
|
-
"hostname" : "qldb-fips.us-west-2.amazonaws.com",
|
|
19316
|
-
"tags" : [ "fips" ]
|
|
19317
|
-
} ]
|
|
19318
|
-
}
|
|
19319
|
-
}
|
|
19320
|
-
},
|
|
19321
19185
|
"query.timestream" : {
|
|
19322
19186
|
"endpoints" : {
|
|
19323
19187
|
"ap-northeast-1" : { },
|
|
@@ -20262,11 +20126,13 @@
|
|
|
20262
20126
|
"ap-east-2" : { },
|
|
20263
20127
|
"ap-northeast-1" : { },
|
|
20264
20128
|
"ap-northeast-2" : { },
|
|
20129
|
+
"ap-northeast-3" : { },
|
|
20265
20130
|
"ap-south-1" : { },
|
|
20266
20131
|
"ap-south-2" : { },
|
|
20267
20132
|
"ap-southeast-1" : { },
|
|
20268
20133
|
"ap-southeast-2" : { },
|
|
20269
20134
|
"ap-southeast-3" : { },
|
|
20135
|
+
"ap-southeast-5" : { },
|
|
20270
20136
|
"ap-southeast-7" : { },
|
|
20271
20137
|
"ca-central-1" : {
|
|
20272
20138
|
"variants" : [ {
|
|
@@ -20928,17 +20794,6 @@
|
|
|
20928
20794
|
}
|
|
20929
20795
|
}
|
|
20930
20796
|
},
|
|
20931
|
-
"robomaker" : {
|
|
20932
|
-
"endpoints" : {
|
|
20933
|
-
"ap-northeast-1" : { },
|
|
20934
|
-
"ap-southeast-1" : { },
|
|
20935
|
-
"eu-central-1" : { },
|
|
20936
|
-
"eu-west-1" : { },
|
|
20937
|
-
"us-east-1" : { },
|
|
20938
|
-
"us-east-2" : { },
|
|
20939
|
-
"us-west-2" : { }
|
|
20940
|
-
}
|
|
20941
|
-
},
|
|
20942
20797
|
"rolesanywhere" : {
|
|
20943
20798
|
"endpoints" : {
|
|
20944
20799
|
"af-south-1" : { },
|
|
@@ -23858,57 +23713,6 @@
|
|
|
23858
23713
|
"us-west-2" : { }
|
|
23859
23714
|
}
|
|
23860
23715
|
},
|
|
23861
|
-
"session.qldb" : {
|
|
23862
|
-
"endpoints" : {
|
|
23863
|
-
"ap-northeast-1" : { },
|
|
23864
|
-
"ap-northeast-2" : { },
|
|
23865
|
-
"ap-southeast-1" : { },
|
|
23866
|
-
"ap-southeast-2" : { },
|
|
23867
|
-
"ca-central-1" : { },
|
|
23868
|
-
"eu-central-1" : { },
|
|
23869
|
-
"eu-west-1" : { },
|
|
23870
|
-
"eu-west-2" : { },
|
|
23871
|
-
"fips-us-east-1" : {
|
|
23872
|
-
"credentialScope" : {
|
|
23873
|
-
"region" : "us-east-1"
|
|
23874
|
-
},
|
|
23875
|
-
"deprecated" : true,
|
|
23876
|
-
"hostname" : "session.qldb-fips.us-east-1.amazonaws.com"
|
|
23877
|
-
},
|
|
23878
|
-
"fips-us-east-2" : {
|
|
23879
|
-
"credentialScope" : {
|
|
23880
|
-
"region" : "us-east-2"
|
|
23881
|
-
},
|
|
23882
|
-
"deprecated" : true,
|
|
23883
|
-
"hostname" : "session.qldb-fips.us-east-2.amazonaws.com"
|
|
23884
|
-
},
|
|
23885
|
-
"fips-us-west-2" : {
|
|
23886
|
-
"credentialScope" : {
|
|
23887
|
-
"region" : "us-west-2"
|
|
23888
|
-
},
|
|
23889
|
-
"deprecated" : true,
|
|
23890
|
-
"hostname" : "session.qldb-fips.us-west-2.amazonaws.com"
|
|
23891
|
-
},
|
|
23892
|
-
"us-east-1" : {
|
|
23893
|
-
"variants" : [ {
|
|
23894
|
-
"hostname" : "session.qldb-fips.us-east-1.amazonaws.com",
|
|
23895
|
-
"tags" : [ "fips" ]
|
|
23896
|
-
} ]
|
|
23897
|
-
},
|
|
23898
|
-
"us-east-2" : {
|
|
23899
|
-
"variants" : [ {
|
|
23900
|
-
"hostname" : "session.qldb-fips.us-east-2.amazonaws.com",
|
|
23901
|
-
"tags" : [ "fips" ]
|
|
23902
|
-
} ]
|
|
23903
|
-
},
|
|
23904
|
-
"us-west-2" : {
|
|
23905
|
-
"variants" : [ {
|
|
23906
|
-
"hostname" : "session.qldb-fips.us-west-2.amazonaws.com",
|
|
23907
|
-
"tags" : [ "fips" ]
|
|
23908
|
-
} ]
|
|
23909
|
-
}
|
|
23910
|
-
}
|
|
23911
|
-
},
|
|
23912
23716
|
"shield" : {
|
|
23913
23717
|
"defaults" : {
|
|
23914
23718
|
"protocols" : [ "https" ],
|
|
@@ -26191,6 +25995,7 @@
|
|
|
26191
25995
|
"ap-southeast-3" : { },
|
|
26192
25996
|
"ap-southeast-4" : { },
|
|
26193
25997
|
"ap-southeast-5" : { },
|
|
25998
|
+
"ap-southeast-6" : { },
|
|
26194
25999
|
"ap-southeast-7" : { },
|
|
26195
26000
|
"ca-central-1" : {
|
|
26196
26001
|
"variants" : [ {
|
|
@@ -35198,11 +35003,6 @@
|
|
|
35198
35003
|
}
|
|
35199
35004
|
}
|
|
35200
35005
|
},
|
|
35201
|
-
"robomaker" : {
|
|
35202
|
-
"endpoints" : {
|
|
35203
|
-
"us-gov-west-1" : { }
|
|
35204
|
-
}
|
|
35205
|
-
},
|
|
35206
35006
|
"rolesanywhere" : {
|
|
35207
35007
|
"endpoints" : {
|
|
35208
35008
|
"fips-us-gov-east-1" : {
|
|
@@ -36736,6 +36536,12 @@
|
|
|
36736
36536
|
}
|
|
36737
36537
|
},
|
|
36738
36538
|
"services" : {
|
|
36539
|
+
"acm" : {
|
|
36540
|
+
"endpoints" : {
|
|
36541
|
+
"us-iso-east-1" : { },
|
|
36542
|
+
"us-iso-west-1" : { }
|
|
36543
|
+
}
|
|
36544
|
+
},
|
|
36739
36545
|
"agreement-marketplace" : {
|
|
36740
36546
|
"endpoints" : {
|
|
36741
36547
|
"fips-us-iso-east-1" : {
|
|
@@ -38042,6 +37848,9 @@
|
|
|
38042
37848
|
"regions" : {
|
|
38043
37849
|
"us-isob-east-1" : {
|
|
38044
37850
|
"description" : "US ISOB East (Ohio)"
|
|
37851
|
+
},
|
|
37852
|
+
"us-isob-west-1" : {
|
|
37853
|
+
"description" : "US ISOB West"
|
|
38045
37854
|
}
|
|
38046
37855
|
},
|
|
38047
37856
|
"services" : {
|
|
@@ -38052,7 +37861,8 @@
|
|
|
38052
37861
|
"region" : "us-isob-east-1"
|
|
38053
37862
|
},
|
|
38054
37863
|
"hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov"
|
|
38055
|
-
}
|
|
37864
|
+
},
|
|
37865
|
+
"us-isob-west-1" : { }
|
|
38056
37866
|
}
|
|
38057
37867
|
},
|
|
38058
37868
|
"api.pricing" : {
|
|
@@ -38077,12 +37887,14 @@
|
|
|
38077
37887
|
},
|
|
38078
37888
|
"appconfig" : {
|
|
38079
37889
|
"endpoints" : {
|
|
38080
|
-
"us-isob-east-1" : { }
|
|
37890
|
+
"us-isob-east-1" : { },
|
|
37891
|
+
"us-isob-west-1" : { }
|
|
38081
37892
|
}
|
|
38082
37893
|
},
|
|
38083
37894
|
"appconfigdata" : {
|
|
38084
37895
|
"endpoints" : {
|
|
38085
|
-
"us-isob-east-1" : { }
|
|
37896
|
+
"us-isob-east-1" : { },
|
|
37897
|
+
"us-isob-west-1" : { }
|
|
38086
37898
|
}
|
|
38087
37899
|
},
|
|
38088
37900
|
"application-autoscaling" : {
|
|
@@ -38090,12 +37902,14 @@
|
|
|
38090
37902
|
"protocols" : [ "http", "https" ]
|
|
38091
37903
|
},
|
|
38092
37904
|
"endpoints" : {
|
|
38093
|
-
"us-isob-east-1" : { }
|
|
37905
|
+
"us-isob-east-1" : { },
|
|
37906
|
+
"us-isob-west-1" : { }
|
|
38094
37907
|
}
|
|
38095
37908
|
},
|
|
38096
37909
|
"arc-zonal-shift" : {
|
|
38097
37910
|
"endpoints" : {
|
|
38098
|
-
"us-isob-east-1" : { }
|
|
37911
|
+
"us-isob-east-1" : { },
|
|
37912
|
+
"us-isob-west-1" : { }
|
|
38099
37913
|
}
|
|
38100
37914
|
},
|
|
38101
37915
|
"athena" : {
|
|
@@ -38108,7 +37922,8 @@
|
|
|
38108
37922
|
"protocols" : [ "http", "https" ]
|
|
38109
37923
|
},
|
|
38110
37924
|
"endpoints" : {
|
|
38111
|
-
"us-isob-east-1" : { }
|
|
37925
|
+
"us-isob-east-1" : { },
|
|
37926
|
+
"us-isob-west-1" : { }
|
|
38112
37927
|
}
|
|
38113
37928
|
},
|
|
38114
37929
|
"backup" : {
|
|
@@ -38117,6 +37932,12 @@
|
|
|
38117
37932
|
}
|
|
38118
37933
|
},
|
|
38119
37934
|
"batch" : {
|
|
37935
|
+
"endpoints" : {
|
|
37936
|
+
"us-isob-east-1" : { },
|
|
37937
|
+
"us-isob-west-1" : { }
|
|
37938
|
+
}
|
|
37939
|
+
},
|
|
37940
|
+
"bedrock" : {
|
|
38120
37941
|
"endpoints" : {
|
|
38121
37942
|
"us-isob-east-1" : { }
|
|
38122
37943
|
}
|
|
@@ -38153,12 +37974,14 @@
|
|
|
38153
37974
|
},
|
|
38154
37975
|
"cloudcontrolapi" : {
|
|
38155
37976
|
"endpoints" : {
|
|
38156
|
-
"us-isob-east-1" : { }
|
|
37977
|
+
"us-isob-east-1" : { },
|
|
37978
|
+
"us-isob-west-1" : { }
|
|
38157
37979
|
}
|
|
38158
37980
|
},
|
|
38159
37981
|
"cloudformation" : {
|
|
38160
37982
|
"endpoints" : {
|
|
38161
|
-
"us-isob-east-1" : { }
|
|
37983
|
+
"us-isob-east-1" : { },
|
|
37984
|
+
"us-isob-west-1" : { }
|
|
38162
37985
|
}
|
|
38163
37986
|
},
|
|
38164
37987
|
"cloudtrail" : {
|
|
@@ -38175,7 +37998,8 @@
|
|
|
38175
37998
|
"hostname" : "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38176
37999
|
"tags" : [ "fips" ]
|
|
38177
38000
|
} ]
|
|
38178
|
-
}
|
|
38001
|
+
},
|
|
38002
|
+
"us-isob-west-1" : { }
|
|
38179
38003
|
}
|
|
38180
38004
|
},
|
|
38181
38005
|
"codebuild" : {
|
|
@@ -38185,7 +38009,8 @@
|
|
|
38185
38009
|
},
|
|
38186
38010
|
"codedeploy" : {
|
|
38187
38011
|
"endpoints" : {
|
|
38188
|
-
"us-isob-east-1" : { }
|
|
38012
|
+
"us-isob-east-1" : { },
|
|
38013
|
+
"us-isob-west-1" : { }
|
|
38189
38014
|
}
|
|
38190
38015
|
},
|
|
38191
38016
|
"config" : {
|
|
@@ -38202,7 +38027,8 @@
|
|
|
38202
38027
|
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38203
38028
|
"tags" : [ "fips" ]
|
|
38204
38029
|
} ]
|
|
38205
|
-
}
|
|
38030
|
+
},
|
|
38031
|
+
"us-isob-west-1" : { }
|
|
38206
38032
|
}
|
|
38207
38033
|
},
|
|
38208
38034
|
"datasync" : {
|
|
@@ -38212,12 +38038,14 @@
|
|
|
38212
38038
|
},
|
|
38213
38039
|
"directconnect" : {
|
|
38214
38040
|
"endpoints" : {
|
|
38215
|
-
"us-isob-east-1" : { }
|
|
38041
|
+
"us-isob-east-1" : { },
|
|
38042
|
+
"us-isob-west-1" : { }
|
|
38216
38043
|
}
|
|
38217
38044
|
},
|
|
38218
38045
|
"dlm" : {
|
|
38219
38046
|
"endpoints" : {
|
|
38220
|
-
"us-isob-east-1" : { }
|
|
38047
|
+
"us-isob-east-1" : { },
|
|
38048
|
+
"us-isob-west-1" : { }
|
|
38221
38049
|
}
|
|
38222
38050
|
},
|
|
38223
38051
|
"dms" : {
|
|
@@ -38257,7 +38085,8 @@
|
|
|
38257
38085
|
},
|
|
38258
38086
|
"deprecated" : true,
|
|
38259
38087
|
"hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
|
|
38260
|
-
}
|
|
38088
|
+
},
|
|
38089
|
+
"us-isob-west-1" : { }
|
|
38261
38090
|
}
|
|
38262
38091
|
},
|
|
38263
38092
|
"ds" : {
|
|
@@ -38282,12 +38111,14 @@
|
|
|
38282
38111
|
"protocols" : [ "http", "https" ]
|
|
38283
38112
|
},
|
|
38284
38113
|
"endpoints" : {
|
|
38285
|
-
"us-isob-east-1" : { }
|
|
38114
|
+
"us-isob-east-1" : { },
|
|
38115
|
+
"us-isob-west-1" : { }
|
|
38286
38116
|
}
|
|
38287
38117
|
},
|
|
38288
38118
|
"ebs" : {
|
|
38289
38119
|
"endpoints" : {
|
|
38290
|
-
"us-isob-east-1" : { }
|
|
38120
|
+
"us-isob-east-1" : { },
|
|
38121
|
+
"us-isob-west-1" : { }
|
|
38291
38122
|
}
|
|
38292
38123
|
},
|
|
38293
38124
|
"ec2" : {
|
|
@@ -38295,12 +38126,14 @@
|
|
|
38295
38126
|
"protocols" : [ "http", "https" ]
|
|
38296
38127
|
},
|
|
38297
38128
|
"endpoints" : {
|
|
38298
|
-
"us-isob-east-1" : { }
|
|
38129
|
+
"us-isob-east-1" : { },
|
|
38130
|
+
"us-isob-west-1" : { }
|
|
38299
38131
|
}
|
|
38300
38132
|
},
|
|
38301
38133
|
"ecs" : {
|
|
38302
38134
|
"endpoints" : {
|
|
38303
|
-
"us-isob-east-1" : { }
|
|
38135
|
+
"us-isob-east-1" : { },
|
|
38136
|
+
"us-isob-west-1" : { }
|
|
38304
38137
|
}
|
|
38305
38138
|
},
|
|
38306
38139
|
"eks" : {
|
|
@@ -38308,12 +38141,14 @@
|
|
|
38308
38141
|
"protocols" : [ "http", "https" ]
|
|
38309
38142
|
},
|
|
38310
38143
|
"endpoints" : {
|
|
38311
|
-
"us-isob-east-1" : { }
|
|
38144
|
+
"us-isob-east-1" : { },
|
|
38145
|
+
"us-isob-west-1" : { }
|
|
38312
38146
|
}
|
|
38313
38147
|
},
|
|
38314
38148
|
"elasticache" : {
|
|
38315
38149
|
"endpoints" : {
|
|
38316
|
-
"us-isob-east-1" : { }
|
|
38150
|
+
"us-isob-east-1" : { },
|
|
38151
|
+
"us-isob-west-1" : { }
|
|
38317
38152
|
}
|
|
38318
38153
|
},
|
|
38319
38154
|
"elasticfilesystem" : {
|
|
@@ -38337,7 +38172,8 @@
|
|
|
38337
38172
|
"endpoints" : {
|
|
38338
38173
|
"us-isob-east-1" : {
|
|
38339
38174
|
"protocols" : [ "https" ]
|
|
38340
|
-
}
|
|
38175
|
+
},
|
|
38176
|
+
"us-isob-west-1" : { }
|
|
38341
38177
|
}
|
|
38342
38178
|
},
|
|
38343
38179
|
"elasticmapreduce" : {
|
|
@@ -38354,17 +38190,20 @@
|
|
|
38354
38190
|
"hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov",
|
|
38355
38191
|
"tags" : [ "fips" ]
|
|
38356
38192
|
} ]
|
|
38357
|
-
}
|
|
38193
|
+
},
|
|
38194
|
+
"us-isob-west-1" : { }
|
|
38358
38195
|
}
|
|
38359
38196
|
},
|
|
38360
38197
|
"es" : {
|
|
38361
38198
|
"endpoints" : {
|
|
38362
|
-
"us-isob-east-1" : { }
|
|
38199
|
+
"us-isob-east-1" : { },
|
|
38200
|
+
"us-isob-west-1" : { }
|
|
38363
38201
|
}
|
|
38364
38202
|
},
|
|
38365
38203
|
"events" : {
|
|
38366
38204
|
"endpoints" : {
|
|
38367
|
-
"us-isob-east-1" : { }
|
|
38205
|
+
"us-isob-east-1" : { },
|
|
38206
|
+
"us-isob-west-1" : { }
|
|
38368
38207
|
}
|
|
38369
38208
|
},
|
|
38370
38209
|
"firehose" : {
|
|
@@ -38423,7 +38262,8 @@
|
|
|
38423
38262
|
},
|
|
38424
38263
|
"kinesis" : {
|
|
38425
38264
|
"endpoints" : {
|
|
38426
|
-
"us-isob-east-1" : { }
|
|
38265
|
+
"us-isob-east-1" : { },
|
|
38266
|
+
"us-isob-west-1" : { }
|
|
38427
38267
|
}
|
|
38428
38268
|
},
|
|
38429
38269
|
"kinesisanalytics" : {
|
|
@@ -38452,7 +38292,8 @@
|
|
|
38452
38292
|
},
|
|
38453
38293
|
"deprecated" : true,
|
|
38454
38294
|
"hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov"
|
|
38455
|
-
}
|
|
38295
|
+
},
|
|
38296
|
+
"us-isob-west-1" : { }
|
|
38456
38297
|
}
|
|
38457
38298
|
},
|
|
38458
38299
|
"lakeformation" : {
|
|
@@ -38462,7 +38303,8 @@
|
|
|
38462
38303
|
},
|
|
38463
38304
|
"lambda" : {
|
|
38464
38305
|
"endpoints" : {
|
|
38465
|
-
"us-isob-east-1" : { }
|
|
38306
|
+
"us-isob-east-1" : { },
|
|
38307
|
+
"us-isob-west-1" : { }
|
|
38466
38308
|
}
|
|
38467
38309
|
},
|
|
38468
38310
|
"license-manager" : {
|
|
@@ -38472,7 +38314,8 @@
|
|
|
38472
38314
|
},
|
|
38473
38315
|
"logs" : {
|
|
38474
38316
|
"endpoints" : {
|
|
38475
|
-
"us-isob-east-1" : { }
|
|
38317
|
+
"us-isob-east-1" : { },
|
|
38318
|
+
"us-isob-west-1" : { }
|
|
38476
38319
|
}
|
|
38477
38320
|
},
|
|
38478
38321
|
"medialive" : {
|
|
@@ -38514,7 +38357,8 @@
|
|
|
38514
38357
|
},
|
|
38515
38358
|
"monitoring" : {
|
|
38516
38359
|
"endpoints" : {
|
|
38517
|
-
"us-isob-east-1" : { }
|
|
38360
|
+
"us-isob-east-1" : { },
|
|
38361
|
+
"us-isob-west-1" : { }
|
|
38518
38362
|
}
|
|
38519
38363
|
},
|
|
38520
38364
|
"network-firewall" : {
|
|
@@ -38524,7 +38368,8 @@
|
|
|
38524
38368
|
},
|
|
38525
38369
|
"oam" : {
|
|
38526
38370
|
"endpoints" : {
|
|
38527
|
-
"us-isob-east-1" : { }
|
|
38371
|
+
"us-isob-east-1" : { },
|
|
38372
|
+
"us-isob-west-1" : { }
|
|
38528
38373
|
}
|
|
38529
38374
|
},
|
|
38530
38375
|
"organizations" : {
|
|
@@ -38546,12 +38391,14 @@
|
|
|
38546
38391
|
},
|
|
38547
38392
|
"pi" : {
|
|
38548
38393
|
"endpoints" : {
|
|
38549
|
-
"us-isob-east-1" : { }
|
|
38394
|
+
"us-isob-east-1" : { },
|
|
38395
|
+
"us-isob-west-1" : { }
|
|
38550
38396
|
}
|
|
38551
38397
|
},
|
|
38552
38398
|
"ram" : {
|
|
38553
38399
|
"endpoints" : {
|
|
38554
|
-
"us-isob-east-1" : { }
|
|
38400
|
+
"us-isob-east-1" : { },
|
|
38401
|
+
"us-isob-west-1" : { }
|
|
38555
38402
|
}
|
|
38556
38403
|
},
|
|
38557
38404
|
"rbin" : {
|
|
@@ -38568,7 +38415,8 @@
|
|
|
38568
38415
|
"hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38569
38416
|
"tags" : [ "fips" ]
|
|
38570
38417
|
} ]
|
|
38571
|
-
}
|
|
38418
|
+
},
|
|
38419
|
+
"us-isob-west-1" : { }
|
|
38572
38420
|
}
|
|
38573
38421
|
},
|
|
38574
38422
|
"rds" : {
|
|
@@ -38592,7 +38440,8 @@
|
|
|
38592
38440
|
},
|
|
38593
38441
|
"deprecated" : true,
|
|
38594
38442
|
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
|
38595
|
-
}
|
|
38443
|
+
},
|
|
38444
|
+
"us-isob-west-1" : { }
|
|
38596
38445
|
}
|
|
38597
38446
|
},
|
|
38598
38447
|
"redshift" : {
|
|
@@ -38602,12 +38451,14 @@
|
|
|
38602
38451
|
"region" : "us-isob-east-1"
|
|
38603
38452
|
},
|
|
38604
38453
|
"hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
|
|
38605
|
-
}
|
|
38454
|
+
},
|
|
38455
|
+
"us-isob-west-1" : { }
|
|
38606
38456
|
}
|
|
38607
38457
|
},
|
|
38608
38458
|
"resource-groups" : {
|
|
38609
38459
|
"endpoints" : {
|
|
38610
|
-
"us-isob-east-1" : { }
|
|
38460
|
+
"us-isob-east-1" : { },
|
|
38461
|
+
"us-isob-west-1" : { }
|
|
38611
38462
|
}
|
|
38612
38463
|
},
|
|
38613
38464
|
"route53" : {
|
|
@@ -38653,7 +38504,8 @@
|
|
|
38653
38504
|
"hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38654
38505
|
"tags" : [ "fips" ]
|
|
38655
38506
|
} ]
|
|
38656
|
-
}
|
|
38507
|
+
},
|
|
38508
|
+
"us-isob-west-1" : { }
|
|
38657
38509
|
}
|
|
38658
38510
|
},
|
|
38659
38511
|
"s3-control" : {
|
|
@@ -38703,7 +38555,8 @@
|
|
|
38703
38555
|
},
|
|
38704
38556
|
"scheduler" : {
|
|
38705
38557
|
"endpoints" : {
|
|
38706
|
-
"us-isob-east-1" : { }
|
|
38558
|
+
"us-isob-east-1" : { },
|
|
38559
|
+
"us-isob-west-1" : { }
|
|
38707
38560
|
}
|
|
38708
38561
|
},
|
|
38709
38562
|
"secretsmanager" : {
|
|
@@ -38715,7 +38568,8 @@
|
|
|
38715
38568
|
},
|
|
38716
38569
|
"us-isob-east-1-fips" : {
|
|
38717
38570
|
"deprecated" : true
|
|
38718
|
-
}
|
|
38571
|
+
},
|
|
38572
|
+
"us-isob-west-1" : { }
|
|
38719
38573
|
}
|
|
38720
38574
|
},
|
|
38721
38575
|
"securityhub" : {
|
|
@@ -38725,12 +38579,14 @@
|
|
|
38725
38579
|
},
|
|
38726
38580
|
"servicediscovery" : {
|
|
38727
38581
|
"endpoints" : {
|
|
38728
|
-
"us-isob-east-1" : { }
|
|
38582
|
+
"us-isob-east-1" : { },
|
|
38583
|
+
"us-isob-west-1" : { }
|
|
38729
38584
|
}
|
|
38730
38585
|
},
|
|
38731
38586
|
"servicequotas" : {
|
|
38732
38587
|
"endpoints" : {
|
|
38733
|
-
"us-isob-east-1" : { }
|
|
38588
|
+
"us-isob-east-1" : { },
|
|
38589
|
+
"us-isob-west-1" : { }
|
|
38734
38590
|
}
|
|
38735
38591
|
},
|
|
38736
38592
|
"snowball" : {
|
|
@@ -38743,7 +38599,8 @@
|
|
|
38743
38599
|
"protocols" : [ "http", "https" ]
|
|
38744
38600
|
},
|
|
38745
38601
|
"endpoints" : {
|
|
38746
|
-
"us-isob-east-1" : { }
|
|
38602
|
+
"us-isob-east-1" : { },
|
|
38603
|
+
"us-isob-west-1" : { }
|
|
38747
38604
|
}
|
|
38748
38605
|
},
|
|
38749
38606
|
"sqs" : {
|
|
@@ -38764,12 +38621,14 @@
|
|
|
38764
38621
|
"hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov",
|
|
38765
38622
|
"tags" : [ "fips" ]
|
|
38766
38623
|
} ]
|
|
38767
|
-
}
|
|
38624
|
+
},
|
|
38625
|
+
"us-isob-west-1" : { }
|
|
38768
38626
|
}
|
|
38769
38627
|
},
|
|
38770
38628
|
"ssm" : {
|
|
38771
38629
|
"endpoints" : {
|
|
38772
|
-
"us-isob-east-1" : { }
|
|
38630
|
+
"us-isob-east-1" : { },
|
|
38631
|
+
"us-isob-west-1" : { }
|
|
38773
38632
|
}
|
|
38774
38633
|
},
|
|
38775
38634
|
"states" : {
|
|
@@ -38786,7 +38645,8 @@
|
|
|
38786
38645
|
"hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38787
38646
|
"tags" : [ "fips" ]
|
|
38788
38647
|
} ]
|
|
38789
|
-
}
|
|
38648
|
+
},
|
|
38649
|
+
"us-isob-west-1" : { }
|
|
38790
38650
|
}
|
|
38791
38651
|
},
|
|
38792
38652
|
"storagegateway" : {
|
|
@@ -38821,12 +38681,14 @@
|
|
|
38821
38681
|
"protocols" : [ "http", "https" ]
|
|
38822
38682
|
},
|
|
38823
38683
|
"endpoints" : {
|
|
38824
|
-
"us-isob-east-1" : { }
|
|
38684
|
+
"us-isob-east-1" : { },
|
|
38685
|
+
"us-isob-west-1" : { }
|
|
38825
38686
|
}
|
|
38826
38687
|
},
|
|
38827
38688
|
"sts" : {
|
|
38828
38689
|
"endpoints" : {
|
|
38829
|
-
"us-isob-east-1" : { }
|
|
38690
|
+
"us-isob-east-1" : { },
|
|
38691
|
+
"us-isob-west-1" : { }
|
|
38830
38692
|
}
|
|
38831
38693
|
},
|
|
38832
38694
|
"support" : {
|
|
@@ -38854,17 +38716,20 @@
|
|
|
38854
38716
|
"hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38855
38717
|
"tags" : [ "fips" ]
|
|
38856
38718
|
} ]
|
|
38857
|
-
}
|
|
38719
|
+
},
|
|
38720
|
+
"us-isob-west-1" : { }
|
|
38858
38721
|
}
|
|
38859
38722
|
},
|
|
38860
38723
|
"synthetics" : {
|
|
38861
38724
|
"endpoints" : {
|
|
38862
|
-
"us-isob-east-1" : { }
|
|
38725
|
+
"us-isob-east-1" : { },
|
|
38726
|
+
"us-isob-west-1" : { }
|
|
38863
38727
|
}
|
|
38864
38728
|
},
|
|
38865
38729
|
"tagging" : {
|
|
38866
38730
|
"endpoints" : {
|
|
38867
|
-
"us-isob-east-1" : { }
|
|
38731
|
+
"us-isob-east-1" : { },
|
|
38732
|
+
"us-isob-west-1" : { }
|
|
38868
38733
|
}
|
|
38869
38734
|
},
|
|
38870
38735
|
"wafv2" : {
|
|
@@ -38891,7 +38756,8 @@
|
|
|
38891
38756
|
},
|
|
38892
38757
|
"xray" : {
|
|
38893
38758
|
"endpoints" : {
|
|
38894
|
-
"us-isob-east-1" : { }
|
|
38759
|
+
"us-isob-east-1" : { },
|
|
38760
|
+
"us-isob-west-1" : { }
|
|
38895
38761
|
}
|
|
38896
38762
|
}
|
|
38897
38763
|
}
|
|
@@ -38959,6 +38825,11 @@
|
|
|
38959
38825
|
"eu-isoe-west-1" : { }
|
|
38960
38826
|
}
|
|
38961
38827
|
},
|
|
38828
|
+
"apigateway" : {
|
|
38829
|
+
"endpoints" : {
|
|
38830
|
+
"eu-isoe-west-1" : { }
|
|
38831
|
+
}
|
|
38832
|
+
},
|
|
38962
38833
|
"appconfig" : {
|
|
38963
38834
|
"endpoints" : {
|
|
38964
38835
|
"eu-isoe-west-1" : { }
|
|
@@ -40299,6 +40170,14 @@
|
|
|
40299
40170
|
"dnsSuffix" : "amazonaws.eu",
|
|
40300
40171
|
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
40301
40172
|
"tags" : [ "fips" ]
|
|
40173
|
+
}, {
|
|
40174
|
+
"dnsSuffix" : "api.amazonwebservices.eu",
|
|
40175
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
40176
|
+
"tags" : [ "dualstack", "fips" ]
|
|
40177
|
+
}, {
|
|
40178
|
+
"dnsSuffix" : "api.amazonwebservices.eu",
|
|
40179
|
+
"hostname" : "{service}.{region}.{dnsSuffix}",
|
|
40180
|
+
"tags" : [ "dualstack" ]
|
|
40302
40181
|
} ]
|
|
40303
40182
|
},
|
|
40304
40183
|
"dnsSuffix" : "amazonaws.eu",
|