aws-partitions 1.1174.0 → 1.1185.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 +57 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +4 -7
- data/partitions-metadata.json +3 -0
- data/partitions.json +131 -286
- 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: 9f5edfa1a80fa51734c8425f637134ba611dcc2699de0b8011a710d77cd22b65
|
|
4
|
+
data.tar.gz: 5de8ab0be8f9e907139c136aeb379881b060d945b6093885300cc8733581bbbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a33338456d5786b166acbd7545203d7bf56456652fc2800f9818676e2f4db96c3f5e61094b68c3ece395ae456defe2428664a76f88d8554eecf273e82ce9ab58
|
|
7
|
+
data.tar.gz: 57d5f6be22560d9b5981deafcbf020bdb1ca7aa14435dac168bd77b586faca5e4ef52022ccd932dce81f560fa15b051c01accb7826a7d758f70b97613bc6d78b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,63 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1185.0 (2025-11-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::Signin`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralChannel`.
|
|
10
|
+
|
|
11
|
+
1.1184.0 (2025-11-18)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
15
|
+
|
|
16
|
+
1.1183.0 (2025-11-17)
|
|
17
|
+
------------------
|
|
18
|
+
|
|
19
|
+
* Feature - Added support for enumerating regions for `Aws::MWAAServerless`.
|
|
20
|
+
|
|
21
|
+
1.1182.0 (2025-11-14)
|
|
22
|
+
------------------
|
|
23
|
+
|
|
24
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
25
|
+
|
|
26
|
+
1.1181.0 (2025-11-06)
|
|
27
|
+
------------------
|
|
28
|
+
|
|
29
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
30
|
+
|
|
31
|
+
1.1180.0 (2025-11-04)
|
|
32
|
+
------------------
|
|
33
|
+
|
|
34
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
35
|
+
|
|
36
|
+
1.1179.0 (2025-10-30)
|
|
37
|
+
------------------
|
|
38
|
+
|
|
39
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
40
|
+
|
|
41
|
+
1.1178.0 (2025-10-28)
|
|
42
|
+
------------------
|
|
43
|
+
|
|
44
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
45
|
+
|
|
46
|
+
1.1177.0 (2025-10-24)
|
|
47
|
+
------------------
|
|
48
|
+
|
|
49
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
50
|
+
|
|
51
|
+
1.1176.0 (2025-10-23)
|
|
52
|
+
------------------
|
|
53
|
+
|
|
54
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
55
|
+
|
|
56
|
+
1.1175.0 (2025-10-22)
|
|
57
|
+
------------------
|
|
58
|
+
|
|
59
|
+
* Feature - Added support for enumerating regions for `Aws::RTBFabric`.
|
|
60
|
+
|
|
4
61
|
1.1174.0 (2025-10-17)
|
|
5
62
|
------------------
|
|
6
63
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1185.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',
|
|
@@ -440,7 +439,6 @@ module Aws
|
|
|
440
439
|
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
|
|
441
440
|
'IoTEvents' => 'iotevents',
|
|
442
441
|
'IoTEventsData' => 'data.iotevents',
|
|
443
|
-
'IoTFleetHub' => 'api.fleethub.iot',
|
|
444
442
|
'IoTFleetWise' => 'iotfleetwise',
|
|
445
443
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
446
444
|
'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
|
|
@@ -478,12 +476,11 @@ module Aws
|
|
|
478
476
|
'Lightsail' => 'lightsail',
|
|
479
477
|
'LocationService' => 'geo',
|
|
480
478
|
'LookoutEquipment' => 'lookoutequipment',
|
|
481
|
-
'LookoutMetrics' => 'lookoutmetrics',
|
|
482
|
-
'LookoutforVision' => 'lookoutvision',
|
|
483
479
|
'MPA' => 'mpa',
|
|
484
480
|
'MQ' => 'mq',
|
|
485
481
|
'MTurk' => 'mturk-requester',
|
|
486
482
|
'MWAA' => 'airflow',
|
|
483
|
+
'MWAAServerless' => 'airflow-serverless',
|
|
487
484
|
'MachineLearning' => 'machinelearning',
|
|
488
485
|
'Macie2' => 'macie2',
|
|
489
486
|
'MailManager' => 'mail-manager',
|
|
@@ -536,6 +533,7 @@ module Aws
|
|
|
536
533
|
'PCS' => 'pcs',
|
|
537
534
|
'PI' => 'pi',
|
|
538
535
|
'Panorama' => 'panorama',
|
|
536
|
+
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
539
537
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
540
538
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
541
539
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
|
@@ -556,12 +554,11 @@ module Aws
|
|
|
556
554
|
'QApps' => 'data.qapps',
|
|
557
555
|
'QBusiness' => 'qbusiness',
|
|
558
556
|
'QConnect' => 'wisdom',
|
|
559
|
-
'QLDB' => 'qldb',
|
|
560
|
-
'QLDBSession' => 'session.qldb',
|
|
561
557
|
'QuickSight' => 'quicksight',
|
|
562
558
|
'RAM' => 'ram',
|
|
563
559
|
'RDS' => 'rds',
|
|
564
560
|
'RDSDataService' => 'rds-data',
|
|
561
|
+
'RTBFabric' => 'rtbfabric',
|
|
565
562
|
'RecycleBin' => 'rbin',
|
|
566
563
|
'Redshift' => 'redshift',
|
|
567
564
|
'RedshiftDataAPIService' => 'redshift-data',
|
|
@@ -572,7 +569,6 @@ module Aws
|
|
|
572
569
|
'ResourceExplorer2' => 'resource-explorer-2',
|
|
573
570
|
'ResourceGroups' => 'resource-groups',
|
|
574
571
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
|
575
|
-
'RoboMaker' => 'robomaker',
|
|
576
572
|
'RolesAnywhere' => 'rolesanywhere',
|
|
577
573
|
'Route53' => 'route53',
|
|
578
574
|
'Route53Domains' => 'route53domains',
|
|
@@ -619,6 +615,7 @@ module Aws
|
|
|
619
615
|
'ServiceQuotas' => 'servicequotas',
|
|
620
616
|
'Shield' => 'shield',
|
|
621
617
|
'Signer' => 'signer',
|
|
618
|
+
'Signin' => 'signin',
|
|
622
619
|
'SimSpaceWeaver' => 'simspaceweaver',
|
|
623
620
|
'SimpleDB' => 'sdb',
|
|
624
621
|
'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" : {
|
|
@@ -6765,6 +6694,7 @@
|
|
|
6765
6694
|
"ap-southeast-3" : { },
|
|
6766
6695
|
"ap-southeast-4" : { },
|
|
6767
6696
|
"ap-southeast-5" : { },
|
|
6697
|
+
"ap-southeast-6" : { },
|
|
6768
6698
|
"ap-southeast-7" : { },
|
|
6769
6699
|
"ca-central-1" : {
|
|
6770
6700
|
"variants" : [ {
|
|
@@ -12691,6 +12621,7 @@
|
|
|
12691
12621
|
"endpoints" : {
|
|
12692
12622
|
"ap-south-1" : { },
|
|
12693
12623
|
"ap-southeast-2" : { },
|
|
12624
|
+
"ca-central-1" : { },
|
|
12694
12625
|
"eu-west-1" : { },
|
|
12695
12626
|
"eu-west-2" : { },
|
|
12696
12627
|
"us-east-1" : { },
|
|
@@ -15942,30 +15873,6 @@
|
|
|
15942
15873
|
"us-east-1" : { }
|
|
15943
15874
|
}
|
|
15944
15875
|
},
|
|
15945
|
-
"lookoutmetrics" : {
|
|
15946
|
-
"endpoints" : {
|
|
15947
|
-
"ap-northeast-1" : { },
|
|
15948
|
-
"ap-southeast-1" : { },
|
|
15949
|
-
"ap-southeast-2" : { },
|
|
15950
|
-
"eu-central-1" : { },
|
|
15951
|
-
"eu-north-1" : { },
|
|
15952
|
-
"eu-west-1" : { },
|
|
15953
|
-
"us-east-1" : { },
|
|
15954
|
-
"us-east-2" : { },
|
|
15955
|
-
"us-west-2" : { }
|
|
15956
|
-
}
|
|
15957
|
-
},
|
|
15958
|
-
"lookoutvision" : {
|
|
15959
|
-
"endpoints" : {
|
|
15960
|
-
"ap-northeast-1" : { },
|
|
15961
|
-
"ap-northeast-2" : { },
|
|
15962
|
-
"eu-central-1" : { },
|
|
15963
|
-
"eu-west-1" : { },
|
|
15964
|
-
"us-east-1" : { },
|
|
15965
|
-
"us-east-2" : { },
|
|
15966
|
-
"us-west-2" : { }
|
|
15967
|
-
}
|
|
15968
|
-
},
|
|
15969
15876
|
"m2" : {
|
|
15970
15877
|
"endpoints" : {
|
|
15971
15878
|
"af-south-1" : { },
|
|
@@ -17365,6 +17272,7 @@
|
|
|
17365
17272
|
"ap-southeast-3" : { },
|
|
17366
17273
|
"ap-southeast-4" : { },
|
|
17367
17274
|
"ap-southeast-5" : { },
|
|
17275
|
+
"ap-southeast-6" : { },
|
|
17368
17276
|
"ap-southeast-7" : { },
|
|
17369
17277
|
"ca-central-1" : { },
|
|
17370
17278
|
"ca-west-1" : { },
|
|
@@ -17571,6 +17479,7 @@
|
|
|
17571
17479
|
"ap-southeast-3" : { },
|
|
17572
17480
|
"ap-southeast-4" : { },
|
|
17573
17481
|
"ap-southeast-5" : { },
|
|
17482
|
+
"ap-southeast-6" : { },
|
|
17574
17483
|
"ap-southeast-7" : { },
|
|
17575
17484
|
"ca-central-1" : {
|
|
17576
17485
|
"variants" : [ {
|
|
@@ -19269,69 +19178,6 @@
|
|
|
19269
19178
|
}
|
|
19270
19179
|
}
|
|
19271
19180
|
},
|
|
19272
|
-
"qldb" : {
|
|
19273
|
-
"endpoints" : {
|
|
19274
|
-
"ap-northeast-1" : { },
|
|
19275
|
-
"ap-northeast-2" : { },
|
|
19276
|
-
"ap-southeast-1" : { },
|
|
19277
|
-
"ap-southeast-2" : { },
|
|
19278
|
-
"ca-central-1" : {
|
|
19279
|
-
"variants" : [ {
|
|
19280
|
-
"hostname" : "qldb-fips.ca-central-1.amazonaws.com",
|
|
19281
|
-
"tags" : [ "fips" ]
|
|
19282
|
-
} ]
|
|
19283
|
-
},
|
|
19284
|
-
"eu-central-1" : { },
|
|
19285
|
-
"eu-west-1" : { },
|
|
19286
|
-
"eu-west-2" : { },
|
|
19287
|
-
"fips-ca-central-1" : {
|
|
19288
|
-
"credentialScope" : {
|
|
19289
|
-
"region" : "ca-central-1"
|
|
19290
|
-
},
|
|
19291
|
-
"deprecated" : true,
|
|
19292
|
-
"hostname" : "qldb-fips.ca-central-1.amazonaws.com"
|
|
19293
|
-
},
|
|
19294
|
-
"fips-us-east-1" : {
|
|
19295
|
-
"credentialScope" : {
|
|
19296
|
-
"region" : "us-east-1"
|
|
19297
|
-
},
|
|
19298
|
-
"deprecated" : true,
|
|
19299
|
-
"hostname" : "qldb-fips.us-east-1.amazonaws.com"
|
|
19300
|
-
},
|
|
19301
|
-
"fips-us-east-2" : {
|
|
19302
|
-
"credentialScope" : {
|
|
19303
|
-
"region" : "us-east-2"
|
|
19304
|
-
},
|
|
19305
|
-
"deprecated" : true,
|
|
19306
|
-
"hostname" : "qldb-fips.us-east-2.amazonaws.com"
|
|
19307
|
-
},
|
|
19308
|
-
"fips-us-west-2" : {
|
|
19309
|
-
"credentialScope" : {
|
|
19310
|
-
"region" : "us-west-2"
|
|
19311
|
-
},
|
|
19312
|
-
"deprecated" : true,
|
|
19313
|
-
"hostname" : "qldb-fips.us-west-2.amazonaws.com"
|
|
19314
|
-
},
|
|
19315
|
-
"us-east-1" : {
|
|
19316
|
-
"variants" : [ {
|
|
19317
|
-
"hostname" : "qldb-fips.us-east-1.amazonaws.com",
|
|
19318
|
-
"tags" : [ "fips" ]
|
|
19319
|
-
} ]
|
|
19320
|
-
},
|
|
19321
|
-
"us-east-2" : {
|
|
19322
|
-
"variants" : [ {
|
|
19323
|
-
"hostname" : "qldb-fips.us-east-2.amazonaws.com",
|
|
19324
|
-
"tags" : [ "fips" ]
|
|
19325
|
-
} ]
|
|
19326
|
-
},
|
|
19327
|
-
"us-west-2" : {
|
|
19328
|
-
"variants" : [ {
|
|
19329
|
-
"hostname" : "qldb-fips.us-west-2.amazonaws.com",
|
|
19330
|
-
"tags" : [ "fips" ]
|
|
19331
|
-
} ]
|
|
19332
|
-
}
|
|
19333
|
-
}
|
|
19334
|
-
},
|
|
19335
19181
|
"query.timestream" : {
|
|
19336
19182
|
"endpoints" : {
|
|
19337
19183
|
"ap-northeast-1" : { },
|
|
@@ -20944,17 +20790,6 @@
|
|
|
20944
20790
|
}
|
|
20945
20791
|
}
|
|
20946
20792
|
},
|
|
20947
|
-
"robomaker" : {
|
|
20948
|
-
"endpoints" : {
|
|
20949
|
-
"ap-northeast-1" : { },
|
|
20950
|
-
"ap-southeast-1" : { },
|
|
20951
|
-
"eu-central-1" : { },
|
|
20952
|
-
"eu-west-1" : { },
|
|
20953
|
-
"us-east-1" : { },
|
|
20954
|
-
"us-east-2" : { },
|
|
20955
|
-
"us-west-2" : { }
|
|
20956
|
-
}
|
|
20957
|
-
},
|
|
20958
20793
|
"rolesanywhere" : {
|
|
20959
20794
|
"endpoints" : {
|
|
20960
20795
|
"af-south-1" : { },
|
|
@@ -23874,57 +23709,6 @@
|
|
|
23874
23709
|
"us-west-2" : { }
|
|
23875
23710
|
}
|
|
23876
23711
|
},
|
|
23877
|
-
"session.qldb" : {
|
|
23878
|
-
"endpoints" : {
|
|
23879
|
-
"ap-northeast-1" : { },
|
|
23880
|
-
"ap-northeast-2" : { },
|
|
23881
|
-
"ap-southeast-1" : { },
|
|
23882
|
-
"ap-southeast-2" : { },
|
|
23883
|
-
"ca-central-1" : { },
|
|
23884
|
-
"eu-central-1" : { },
|
|
23885
|
-
"eu-west-1" : { },
|
|
23886
|
-
"eu-west-2" : { },
|
|
23887
|
-
"fips-us-east-1" : {
|
|
23888
|
-
"credentialScope" : {
|
|
23889
|
-
"region" : "us-east-1"
|
|
23890
|
-
},
|
|
23891
|
-
"deprecated" : true,
|
|
23892
|
-
"hostname" : "session.qldb-fips.us-east-1.amazonaws.com"
|
|
23893
|
-
},
|
|
23894
|
-
"fips-us-east-2" : {
|
|
23895
|
-
"credentialScope" : {
|
|
23896
|
-
"region" : "us-east-2"
|
|
23897
|
-
},
|
|
23898
|
-
"deprecated" : true,
|
|
23899
|
-
"hostname" : "session.qldb-fips.us-east-2.amazonaws.com"
|
|
23900
|
-
},
|
|
23901
|
-
"fips-us-west-2" : {
|
|
23902
|
-
"credentialScope" : {
|
|
23903
|
-
"region" : "us-west-2"
|
|
23904
|
-
},
|
|
23905
|
-
"deprecated" : true,
|
|
23906
|
-
"hostname" : "session.qldb-fips.us-west-2.amazonaws.com"
|
|
23907
|
-
},
|
|
23908
|
-
"us-east-1" : {
|
|
23909
|
-
"variants" : [ {
|
|
23910
|
-
"hostname" : "session.qldb-fips.us-east-1.amazonaws.com",
|
|
23911
|
-
"tags" : [ "fips" ]
|
|
23912
|
-
} ]
|
|
23913
|
-
},
|
|
23914
|
-
"us-east-2" : {
|
|
23915
|
-
"variants" : [ {
|
|
23916
|
-
"hostname" : "session.qldb-fips.us-east-2.amazonaws.com",
|
|
23917
|
-
"tags" : [ "fips" ]
|
|
23918
|
-
} ]
|
|
23919
|
-
},
|
|
23920
|
-
"us-west-2" : {
|
|
23921
|
-
"variants" : [ {
|
|
23922
|
-
"hostname" : "session.qldb-fips.us-west-2.amazonaws.com",
|
|
23923
|
-
"tags" : [ "fips" ]
|
|
23924
|
-
} ]
|
|
23925
|
-
}
|
|
23926
|
-
}
|
|
23927
|
-
},
|
|
23928
23712
|
"shield" : {
|
|
23929
23713
|
"defaults" : {
|
|
23930
23714
|
"protocols" : [ "https" ],
|
|
@@ -35215,11 +34999,6 @@
|
|
|
35215
34999
|
}
|
|
35216
35000
|
}
|
|
35217
35001
|
},
|
|
35218
|
-
"robomaker" : {
|
|
35219
|
-
"endpoints" : {
|
|
35220
|
-
"us-gov-west-1" : { }
|
|
35221
|
-
}
|
|
35222
|
-
},
|
|
35223
35002
|
"rolesanywhere" : {
|
|
35224
35003
|
"endpoints" : {
|
|
35225
35004
|
"fips-us-gov-east-1" : {
|
|
@@ -36753,6 +36532,12 @@
|
|
|
36753
36532
|
}
|
|
36754
36533
|
},
|
|
36755
36534
|
"services" : {
|
|
36535
|
+
"acm" : {
|
|
36536
|
+
"endpoints" : {
|
|
36537
|
+
"us-iso-east-1" : { },
|
|
36538
|
+
"us-iso-west-1" : { }
|
|
36539
|
+
}
|
|
36540
|
+
},
|
|
36756
36541
|
"agreement-marketplace" : {
|
|
36757
36542
|
"endpoints" : {
|
|
36758
36543
|
"fips-us-iso-east-1" : {
|
|
@@ -38059,6 +37844,9 @@
|
|
|
38059
37844
|
"regions" : {
|
|
38060
37845
|
"us-isob-east-1" : {
|
|
38061
37846
|
"description" : "US ISOB East (Ohio)"
|
|
37847
|
+
},
|
|
37848
|
+
"us-isob-west-1" : {
|
|
37849
|
+
"description" : "US ISOB West"
|
|
38062
37850
|
}
|
|
38063
37851
|
},
|
|
38064
37852
|
"services" : {
|
|
@@ -38069,7 +37857,8 @@
|
|
|
38069
37857
|
"region" : "us-isob-east-1"
|
|
38070
37858
|
},
|
|
38071
37859
|
"hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov"
|
|
38072
|
-
}
|
|
37860
|
+
},
|
|
37861
|
+
"us-isob-west-1" : { }
|
|
38073
37862
|
}
|
|
38074
37863
|
},
|
|
38075
37864
|
"api.pricing" : {
|
|
@@ -38094,12 +37883,14 @@
|
|
|
38094
37883
|
},
|
|
38095
37884
|
"appconfig" : {
|
|
38096
37885
|
"endpoints" : {
|
|
38097
|
-
"us-isob-east-1" : { }
|
|
37886
|
+
"us-isob-east-1" : { },
|
|
37887
|
+
"us-isob-west-1" : { }
|
|
38098
37888
|
}
|
|
38099
37889
|
},
|
|
38100
37890
|
"appconfigdata" : {
|
|
38101
37891
|
"endpoints" : {
|
|
38102
|
-
"us-isob-east-1" : { }
|
|
37892
|
+
"us-isob-east-1" : { },
|
|
37893
|
+
"us-isob-west-1" : { }
|
|
38103
37894
|
}
|
|
38104
37895
|
},
|
|
38105
37896
|
"application-autoscaling" : {
|
|
@@ -38107,12 +37898,14 @@
|
|
|
38107
37898
|
"protocols" : [ "http", "https" ]
|
|
38108
37899
|
},
|
|
38109
37900
|
"endpoints" : {
|
|
38110
|
-
"us-isob-east-1" : { }
|
|
37901
|
+
"us-isob-east-1" : { },
|
|
37902
|
+
"us-isob-west-1" : { }
|
|
38111
37903
|
}
|
|
38112
37904
|
},
|
|
38113
37905
|
"arc-zonal-shift" : {
|
|
38114
37906
|
"endpoints" : {
|
|
38115
|
-
"us-isob-east-1" : { }
|
|
37907
|
+
"us-isob-east-1" : { },
|
|
37908
|
+
"us-isob-west-1" : { }
|
|
38116
37909
|
}
|
|
38117
37910
|
},
|
|
38118
37911
|
"athena" : {
|
|
@@ -38125,7 +37918,8 @@
|
|
|
38125
37918
|
"protocols" : [ "http", "https" ]
|
|
38126
37919
|
},
|
|
38127
37920
|
"endpoints" : {
|
|
38128
|
-
"us-isob-east-1" : { }
|
|
37921
|
+
"us-isob-east-1" : { },
|
|
37922
|
+
"us-isob-west-1" : { }
|
|
38129
37923
|
}
|
|
38130
37924
|
},
|
|
38131
37925
|
"backup" : {
|
|
@@ -38135,7 +37929,8 @@
|
|
|
38135
37929
|
},
|
|
38136
37930
|
"batch" : {
|
|
38137
37931
|
"endpoints" : {
|
|
38138
|
-
"us-isob-east-1" : { }
|
|
37932
|
+
"us-isob-east-1" : { },
|
|
37933
|
+
"us-isob-west-1" : { }
|
|
38139
37934
|
}
|
|
38140
37935
|
},
|
|
38141
37936
|
"budgets" : {
|
|
@@ -38170,12 +37965,14 @@
|
|
|
38170
37965
|
},
|
|
38171
37966
|
"cloudcontrolapi" : {
|
|
38172
37967
|
"endpoints" : {
|
|
38173
|
-
"us-isob-east-1" : { }
|
|
37968
|
+
"us-isob-east-1" : { },
|
|
37969
|
+
"us-isob-west-1" : { }
|
|
38174
37970
|
}
|
|
38175
37971
|
},
|
|
38176
37972
|
"cloudformation" : {
|
|
38177
37973
|
"endpoints" : {
|
|
38178
|
-
"us-isob-east-1" : { }
|
|
37974
|
+
"us-isob-east-1" : { },
|
|
37975
|
+
"us-isob-west-1" : { }
|
|
38179
37976
|
}
|
|
38180
37977
|
},
|
|
38181
37978
|
"cloudtrail" : {
|
|
@@ -38192,7 +37989,8 @@
|
|
|
38192
37989
|
"hostname" : "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38193
37990
|
"tags" : [ "fips" ]
|
|
38194
37991
|
} ]
|
|
38195
|
-
}
|
|
37992
|
+
},
|
|
37993
|
+
"us-isob-west-1" : { }
|
|
38196
37994
|
}
|
|
38197
37995
|
},
|
|
38198
37996
|
"codebuild" : {
|
|
@@ -38202,7 +38000,8 @@
|
|
|
38202
38000
|
},
|
|
38203
38001
|
"codedeploy" : {
|
|
38204
38002
|
"endpoints" : {
|
|
38205
|
-
"us-isob-east-1" : { }
|
|
38003
|
+
"us-isob-east-1" : { },
|
|
38004
|
+
"us-isob-west-1" : { }
|
|
38206
38005
|
}
|
|
38207
38006
|
},
|
|
38208
38007
|
"config" : {
|
|
@@ -38219,7 +38018,8 @@
|
|
|
38219
38018
|
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38220
38019
|
"tags" : [ "fips" ]
|
|
38221
38020
|
} ]
|
|
38222
|
-
}
|
|
38021
|
+
},
|
|
38022
|
+
"us-isob-west-1" : { }
|
|
38223
38023
|
}
|
|
38224
38024
|
},
|
|
38225
38025
|
"datasync" : {
|
|
@@ -38229,12 +38029,14 @@
|
|
|
38229
38029
|
},
|
|
38230
38030
|
"directconnect" : {
|
|
38231
38031
|
"endpoints" : {
|
|
38232
|
-
"us-isob-east-1" : { }
|
|
38032
|
+
"us-isob-east-1" : { },
|
|
38033
|
+
"us-isob-west-1" : { }
|
|
38233
38034
|
}
|
|
38234
38035
|
},
|
|
38235
38036
|
"dlm" : {
|
|
38236
38037
|
"endpoints" : {
|
|
38237
|
-
"us-isob-east-1" : { }
|
|
38038
|
+
"us-isob-east-1" : { },
|
|
38039
|
+
"us-isob-west-1" : { }
|
|
38238
38040
|
}
|
|
38239
38041
|
},
|
|
38240
38042
|
"dms" : {
|
|
@@ -38274,7 +38076,8 @@
|
|
|
38274
38076
|
},
|
|
38275
38077
|
"deprecated" : true,
|
|
38276
38078
|
"hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
|
|
38277
|
-
}
|
|
38079
|
+
},
|
|
38080
|
+
"us-isob-west-1" : { }
|
|
38278
38081
|
}
|
|
38279
38082
|
},
|
|
38280
38083
|
"ds" : {
|
|
@@ -38299,12 +38102,14 @@
|
|
|
38299
38102
|
"protocols" : [ "http", "https" ]
|
|
38300
38103
|
},
|
|
38301
38104
|
"endpoints" : {
|
|
38302
|
-
"us-isob-east-1" : { }
|
|
38105
|
+
"us-isob-east-1" : { },
|
|
38106
|
+
"us-isob-west-1" : { }
|
|
38303
38107
|
}
|
|
38304
38108
|
},
|
|
38305
38109
|
"ebs" : {
|
|
38306
38110
|
"endpoints" : {
|
|
38307
|
-
"us-isob-east-1" : { }
|
|
38111
|
+
"us-isob-east-1" : { },
|
|
38112
|
+
"us-isob-west-1" : { }
|
|
38308
38113
|
}
|
|
38309
38114
|
},
|
|
38310
38115
|
"ec2" : {
|
|
@@ -38312,12 +38117,14 @@
|
|
|
38312
38117
|
"protocols" : [ "http", "https" ]
|
|
38313
38118
|
},
|
|
38314
38119
|
"endpoints" : {
|
|
38315
|
-
"us-isob-east-1" : { }
|
|
38120
|
+
"us-isob-east-1" : { },
|
|
38121
|
+
"us-isob-west-1" : { }
|
|
38316
38122
|
}
|
|
38317
38123
|
},
|
|
38318
38124
|
"ecs" : {
|
|
38319
38125
|
"endpoints" : {
|
|
38320
|
-
"us-isob-east-1" : { }
|
|
38126
|
+
"us-isob-east-1" : { },
|
|
38127
|
+
"us-isob-west-1" : { }
|
|
38321
38128
|
}
|
|
38322
38129
|
},
|
|
38323
38130
|
"eks" : {
|
|
@@ -38325,12 +38132,14 @@
|
|
|
38325
38132
|
"protocols" : [ "http", "https" ]
|
|
38326
38133
|
},
|
|
38327
38134
|
"endpoints" : {
|
|
38328
|
-
"us-isob-east-1" : { }
|
|
38135
|
+
"us-isob-east-1" : { },
|
|
38136
|
+
"us-isob-west-1" : { }
|
|
38329
38137
|
}
|
|
38330
38138
|
},
|
|
38331
38139
|
"elasticache" : {
|
|
38332
38140
|
"endpoints" : {
|
|
38333
|
-
"us-isob-east-1" : { }
|
|
38141
|
+
"us-isob-east-1" : { },
|
|
38142
|
+
"us-isob-west-1" : { }
|
|
38334
38143
|
}
|
|
38335
38144
|
},
|
|
38336
38145
|
"elasticfilesystem" : {
|
|
@@ -38354,7 +38163,8 @@
|
|
|
38354
38163
|
"endpoints" : {
|
|
38355
38164
|
"us-isob-east-1" : {
|
|
38356
38165
|
"protocols" : [ "https" ]
|
|
38357
|
-
}
|
|
38166
|
+
},
|
|
38167
|
+
"us-isob-west-1" : { }
|
|
38358
38168
|
}
|
|
38359
38169
|
},
|
|
38360
38170
|
"elasticmapreduce" : {
|
|
@@ -38371,17 +38181,20 @@
|
|
|
38371
38181
|
"hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov",
|
|
38372
38182
|
"tags" : [ "fips" ]
|
|
38373
38183
|
} ]
|
|
38374
|
-
}
|
|
38184
|
+
},
|
|
38185
|
+
"us-isob-west-1" : { }
|
|
38375
38186
|
}
|
|
38376
38187
|
},
|
|
38377
38188
|
"es" : {
|
|
38378
38189
|
"endpoints" : {
|
|
38379
|
-
"us-isob-east-1" : { }
|
|
38190
|
+
"us-isob-east-1" : { },
|
|
38191
|
+
"us-isob-west-1" : { }
|
|
38380
38192
|
}
|
|
38381
38193
|
},
|
|
38382
38194
|
"events" : {
|
|
38383
38195
|
"endpoints" : {
|
|
38384
|
-
"us-isob-east-1" : { }
|
|
38196
|
+
"us-isob-east-1" : { },
|
|
38197
|
+
"us-isob-west-1" : { }
|
|
38385
38198
|
}
|
|
38386
38199
|
},
|
|
38387
38200
|
"firehose" : {
|
|
@@ -38440,7 +38253,8 @@
|
|
|
38440
38253
|
},
|
|
38441
38254
|
"kinesis" : {
|
|
38442
38255
|
"endpoints" : {
|
|
38443
|
-
"us-isob-east-1" : { }
|
|
38256
|
+
"us-isob-east-1" : { },
|
|
38257
|
+
"us-isob-west-1" : { }
|
|
38444
38258
|
}
|
|
38445
38259
|
},
|
|
38446
38260
|
"kinesisanalytics" : {
|
|
@@ -38469,7 +38283,8 @@
|
|
|
38469
38283
|
},
|
|
38470
38284
|
"deprecated" : true,
|
|
38471
38285
|
"hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov"
|
|
38472
|
-
}
|
|
38286
|
+
},
|
|
38287
|
+
"us-isob-west-1" : { }
|
|
38473
38288
|
}
|
|
38474
38289
|
},
|
|
38475
38290
|
"lakeformation" : {
|
|
@@ -38479,7 +38294,8 @@
|
|
|
38479
38294
|
},
|
|
38480
38295
|
"lambda" : {
|
|
38481
38296
|
"endpoints" : {
|
|
38482
|
-
"us-isob-east-1" : { }
|
|
38297
|
+
"us-isob-east-1" : { },
|
|
38298
|
+
"us-isob-west-1" : { }
|
|
38483
38299
|
}
|
|
38484
38300
|
},
|
|
38485
38301
|
"license-manager" : {
|
|
@@ -38489,7 +38305,8 @@
|
|
|
38489
38305
|
},
|
|
38490
38306
|
"logs" : {
|
|
38491
38307
|
"endpoints" : {
|
|
38492
|
-
"us-isob-east-1" : { }
|
|
38308
|
+
"us-isob-east-1" : { },
|
|
38309
|
+
"us-isob-west-1" : { }
|
|
38493
38310
|
}
|
|
38494
38311
|
},
|
|
38495
38312
|
"medialive" : {
|
|
@@ -38531,7 +38348,8 @@
|
|
|
38531
38348
|
},
|
|
38532
38349
|
"monitoring" : {
|
|
38533
38350
|
"endpoints" : {
|
|
38534
|
-
"us-isob-east-1" : { }
|
|
38351
|
+
"us-isob-east-1" : { },
|
|
38352
|
+
"us-isob-west-1" : { }
|
|
38535
38353
|
}
|
|
38536
38354
|
},
|
|
38537
38355
|
"network-firewall" : {
|
|
@@ -38541,7 +38359,8 @@
|
|
|
38541
38359
|
},
|
|
38542
38360
|
"oam" : {
|
|
38543
38361
|
"endpoints" : {
|
|
38544
|
-
"us-isob-east-1" : { }
|
|
38362
|
+
"us-isob-east-1" : { },
|
|
38363
|
+
"us-isob-west-1" : { }
|
|
38545
38364
|
}
|
|
38546
38365
|
},
|
|
38547
38366
|
"organizations" : {
|
|
@@ -38563,12 +38382,14 @@
|
|
|
38563
38382
|
},
|
|
38564
38383
|
"pi" : {
|
|
38565
38384
|
"endpoints" : {
|
|
38566
|
-
"us-isob-east-1" : { }
|
|
38385
|
+
"us-isob-east-1" : { },
|
|
38386
|
+
"us-isob-west-1" : { }
|
|
38567
38387
|
}
|
|
38568
38388
|
},
|
|
38569
38389
|
"ram" : {
|
|
38570
38390
|
"endpoints" : {
|
|
38571
|
-
"us-isob-east-1" : { }
|
|
38391
|
+
"us-isob-east-1" : { },
|
|
38392
|
+
"us-isob-west-1" : { }
|
|
38572
38393
|
}
|
|
38573
38394
|
},
|
|
38574
38395
|
"rbin" : {
|
|
@@ -38585,7 +38406,8 @@
|
|
|
38585
38406
|
"hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38586
38407
|
"tags" : [ "fips" ]
|
|
38587
38408
|
} ]
|
|
38588
|
-
}
|
|
38409
|
+
},
|
|
38410
|
+
"us-isob-west-1" : { }
|
|
38589
38411
|
}
|
|
38590
38412
|
},
|
|
38591
38413
|
"rds" : {
|
|
@@ -38609,7 +38431,8 @@
|
|
|
38609
38431
|
},
|
|
38610
38432
|
"deprecated" : true,
|
|
38611
38433
|
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
|
38612
|
-
}
|
|
38434
|
+
},
|
|
38435
|
+
"us-isob-west-1" : { }
|
|
38613
38436
|
}
|
|
38614
38437
|
},
|
|
38615
38438
|
"redshift" : {
|
|
@@ -38619,12 +38442,14 @@
|
|
|
38619
38442
|
"region" : "us-isob-east-1"
|
|
38620
38443
|
},
|
|
38621
38444
|
"hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
|
|
38622
|
-
}
|
|
38445
|
+
},
|
|
38446
|
+
"us-isob-west-1" : { }
|
|
38623
38447
|
}
|
|
38624
38448
|
},
|
|
38625
38449
|
"resource-groups" : {
|
|
38626
38450
|
"endpoints" : {
|
|
38627
|
-
"us-isob-east-1" : { }
|
|
38451
|
+
"us-isob-east-1" : { },
|
|
38452
|
+
"us-isob-west-1" : { }
|
|
38628
38453
|
}
|
|
38629
38454
|
},
|
|
38630
38455
|
"route53" : {
|
|
@@ -38670,7 +38495,8 @@
|
|
|
38670
38495
|
"hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38671
38496
|
"tags" : [ "fips" ]
|
|
38672
38497
|
} ]
|
|
38673
|
-
}
|
|
38498
|
+
},
|
|
38499
|
+
"us-isob-west-1" : { }
|
|
38674
38500
|
}
|
|
38675
38501
|
},
|
|
38676
38502
|
"s3-control" : {
|
|
@@ -38720,7 +38546,8 @@
|
|
|
38720
38546
|
},
|
|
38721
38547
|
"scheduler" : {
|
|
38722
38548
|
"endpoints" : {
|
|
38723
|
-
"us-isob-east-1" : { }
|
|
38549
|
+
"us-isob-east-1" : { },
|
|
38550
|
+
"us-isob-west-1" : { }
|
|
38724
38551
|
}
|
|
38725
38552
|
},
|
|
38726
38553
|
"secretsmanager" : {
|
|
@@ -38732,7 +38559,8 @@
|
|
|
38732
38559
|
},
|
|
38733
38560
|
"us-isob-east-1-fips" : {
|
|
38734
38561
|
"deprecated" : true
|
|
38735
|
-
}
|
|
38562
|
+
},
|
|
38563
|
+
"us-isob-west-1" : { }
|
|
38736
38564
|
}
|
|
38737
38565
|
},
|
|
38738
38566
|
"securityhub" : {
|
|
@@ -38742,12 +38570,14 @@
|
|
|
38742
38570
|
},
|
|
38743
38571
|
"servicediscovery" : {
|
|
38744
38572
|
"endpoints" : {
|
|
38745
|
-
"us-isob-east-1" : { }
|
|
38573
|
+
"us-isob-east-1" : { },
|
|
38574
|
+
"us-isob-west-1" : { }
|
|
38746
38575
|
}
|
|
38747
38576
|
},
|
|
38748
38577
|
"servicequotas" : {
|
|
38749
38578
|
"endpoints" : {
|
|
38750
|
-
"us-isob-east-1" : { }
|
|
38579
|
+
"us-isob-east-1" : { },
|
|
38580
|
+
"us-isob-west-1" : { }
|
|
38751
38581
|
}
|
|
38752
38582
|
},
|
|
38753
38583
|
"snowball" : {
|
|
@@ -38760,7 +38590,8 @@
|
|
|
38760
38590
|
"protocols" : [ "http", "https" ]
|
|
38761
38591
|
},
|
|
38762
38592
|
"endpoints" : {
|
|
38763
|
-
"us-isob-east-1" : { }
|
|
38593
|
+
"us-isob-east-1" : { },
|
|
38594
|
+
"us-isob-west-1" : { }
|
|
38764
38595
|
}
|
|
38765
38596
|
},
|
|
38766
38597
|
"sqs" : {
|
|
@@ -38781,12 +38612,14 @@
|
|
|
38781
38612
|
"hostname" : "sqs.us-isob-east-1.sc2s.sgov.gov",
|
|
38782
38613
|
"tags" : [ "fips" ]
|
|
38783
38614
|
} ]
|
|
38784
|
-
}
|
|
38615
|
+
},
|
|
38616
|
+
"us-isob-west-1" : { }
|
|
38785
38617
|
}
|
|
38786
38618
|
},
|
|
38787
38619
|
"ssm" : {
|
|
38788
38620
|
"endpoints" : {
|
|
38789
|
-
"us-isob-east-1" : { }
|
|
38621
|
+
"us-isob-east-1" : { },
|
|
38622
|
+
"us-isob-west-1" : { }
|
|
38790
38623
|
}
|
|
38791
38624
|
},
|
|
38792
38625
|
"states" : {
|
|
@@ -38803,7 +38636,8 @@
|
|
|
38803
38636
|
"hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38804
38637
|
"tags" : [ "fips" ]
|
|
38805
38638
|
} ]
|
|
38806
|
-
}
|
|
38639
|
+
},
|
|
38640
|
+
"us-isob-west-1" : { }
|
|
38807
38641
|
}
|
|
38808
38642
|
},
|
|
38809
38643
|
"storagegateway" : {
|
|
@@ -38838,12 +38672,14 @@
|
|
|
38838
38672
|
"protocols" : [ "http", "https" ]
|
|
38839
38673
|
},
|
|
38840
38674
|
"endpoints" : {
|
|
38841
|
-
"us-isob-east-1" : { }
|
|
38675
|
+
"us-isob-east-1" : { },
|
|
38676
|
+
"us-isob-west-1" : { }
|
|
38842
38677
|
}
|
|
38843
38678
|
},
|
|
38844
38679
|
"sts" : {
|
|
38845
38680
|
"endpoints" : {
|
|
38846
|
-
"us-isob-east-1" : { }
|
|
38681
|
+
"us-isob-east-1" : { },
|
|
38682
|
+
"us-isob-west-1" : { }
|
|
38847
38683
|
}
|
|
38848
38684
|
},
|
|
38849
38685
|
"support" : {
|
|
@@ -38871,17 +38707,20 @@
|
|
|
38871
38707
|
"hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38872
38708
|
"tags" : [ "fips" ]
|
|
38873
38709
|
} ]
|
|
38874
|
-
}
|
|
38710
|
+
},
|
|
38711
|
+
"us-isob-west-1" : { }
|
|
38875
38712
|
}
|
|
38876
38713
|
},
|
|
38877
38714
|
"synthetics" : {
|
|
38878
38715
|
"endpoints" : {
|
|
38879
|
-
"us-isob-east-1" : { }
|
|
38716
|
+
"us-isob-east-1" : { },
|
|
38717
|
+
"us-isob-west-1" : { }
|
|
38880
38718
|
}
|
|
38881
38719
|
},
|
|
38882
38720
|
"tagging" : {
|
|
38883
38721
|
"endpoints" : {
|
|
38884
|
-
"us-isob-east-1" : { }
|
|
38722
|
+
"us-isob-east-1" : { },
|
|
38723
|
+
"us-isob-west-1" : { }
|
|
38885
38724
|
}
|
|
38886
38725
|
},
|
|
38887
38726
|
"wafv2" : {
|
|
@@ -38908,7 +38747,8 @@
|
|
|
38908
38747
|
},
|
|
38909
38748
|
"xray" : {
|
|
38910
38749
|
"endpoints" : {
|
|
38911
|
-
"us-isob-east-1" : { }
|
|
38750
|
+
"us-isob-east-1" : { },
|
|
38751
|
+
"us-isob-west-1" : { }
|
|
38912
38752
|
}
|
|
38913
38753
|
}
|
|
38914
38754
|
}
|
|
@@ -38976,6 +38816,11 @@
|
|
|
38976
38816
|
"eu-isoe-west-1" : { }
|
|
38977
38817
|
}
|
|
38978
38818
|
},
|
|
38819
|
+
"apigateway" : {
|
|
38820
|
+
"endpoints" : {
|
|
38821
|
+
"eu-isoe-west-1" : { }
|
|
38822
|
+
}
|
|
38823
|
+
},
|
|
38979
38824
|
"appconfig" : {
|
|
38980
38825
|
"endpoints" : {
|
|
38981
38826
|
"eu-isoe-west-1" : { }
|