aws-partitions 1.1181.0 → 1.1192.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 +63 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +9 -0
- data/partitions.json +511 -1
- 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: 260d74ae3a0760107652db6cd2e916375ad4d263e6004acd4d4de5e2d9737075
|
|
4
|
+
data.tar.gz: 1b9dd4a59a2902fcbdf4cc82a08a8a3d82ffc217b8cf8f7b7656833a628c81ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e4d876098250894b0bda3dde19c96ab9631cf4ec382d652a10fb250d881ec47ebbf92d6baed9cd37b19e816d15eb00de910c5fd7b736178efe0f85f502b60db
|
|
7
|
+
data.tar.gz: 135fe7f37e5ff9a6e99ea673b208b873bf7b9500b722f69565f0dc1a81b9b259527463499226cc54b0db08987078a12ae6736a9e7696aa94fa4aa34bcba221ac
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,69 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1192.0 (2025-12-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1191.0 (2025-12-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.1190.0 (2025-12-02)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::NovaAct`.
|
|
18
|
+
|
|
19
|
+
1.1189.0 (2025-12-01)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::Route53GlobalResolver`.
|
|
23
|
+
|
|
24
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralBenefits`.
|
|
25
|
+
|
|
26
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralAccount`.
|
|
27
|
+
|
|
28
|
+
1.1188.0 (2025-11-25)
|
|
29
|
+
------------------
|
|
30
|
+
|
|
31
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
32
|
+
|
|
33
|
+
1.1187.0 (2025-11-21)
|
|
34
|
+
------------------
|
|
35
|
+
|
|
36
|
+
* Feature - Added support for enumerating regions for `Aws::SageMakerRuntimeHTTP2`.
|
|
37
|
+
|
|
38
|
+
* Feature - Added support for enumerating regions for `Aws::ComputeOptimizerAutomation`.
|
|
39
|
+
|
|
40
|
+
1.1186.0 (2025-11-20)
|
|
41
|
+
------------------
|
|
42
|
+
|
|
43
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
44
|
+
|
|
45
|
+
1.1185.0 (2025-11-19)
|
|
46
|
+
------------------
|
|
47
|
+
|
|
48
|
+
* Feature - Added support for enumerating regions for `Aws::Signin`.
|
|
49
|
+
|
|
50
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralChannel`.
|
|
51
|
+
|
|
52
|
+
1.1184.0 (2025-11-18)
|
|
53
|
+
------------------
|
|
54
|
+
|
|
55
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
56
|
+
|
|
57
|
+
1.1183.0 (2025-11-17)
|
|
58
|
+
------------------
|
|
59
|
+
|
|
60
|
+
* Feature - Added support for enumerating regions for `Aws::MWAAServerless`.
|
|
61
|
+
|
|
62
|
+
1.1182.0 (2025-11-14)
|
|
63
|
+
------------------
|
|
64
|
+
|
|
65
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
66
|
+
|
|
4
67
|
1.1181.0 (2025-11-06)
|
|
5
68
|
------------------
|
|
6
69
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1192.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -343,6 +343,7 @@ module Aws
|
|
|
343
343
|
'Comprehend' => 'comprehend',
|
|
344
344
|
'ComprehendMedical' => 'comprehendmedical',
|
|
345
345
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
346
|
+
'ComputeOptimizerAutomation' => 'aco-automation',
|
|
346
347
|
'ConfigService' => 'config',
|
|
347
348
|
'Connect' => 'connect',
|
|
348
349
|
'ConnectCampaignService' => 'connect-campaigns',
|
|
@@ -480,6 +481,7 @@ module Aws
|
|
|
480
481
|
'MQ' => 'mq',
|
|
481
482
|
'MTurk' => 'mturk-requester',
|
|
482
483
|
'MWAA' => 'airflow',
|
|
484
|
+
'MWAAServerless' => 'airflow-serverless',
|
|
483
485
|
'MachineLearning' => 'machinelearning',
|
|
484
486
|
'Macie2' => 'macie2',
|
|
485
487
|
'MailManager' => 'mail-manager',
|
|
@@ -520,6 +522,7 @@ module Aws
|
|
|
520
522
|
'NetworkMonitor' => 'networkmonitor',
|
|
521
523
|
'Notifications' => 'notifications',
|
|
522
524
|
'NotificationsContacts' => 'notifications-contacts',
|
|
525
|
+
'NovaAct' => 'nova-act',
|
|
523
526
|
'OAM' => 'oam',
|
|
524
527
|
'OSIS' => 'osis',
|
|
525
528
|
'ObservabilityAdmin' => 'observabilityadmin',
|
|
@@ -532,6 +535,9 @@ module Aws
|
|
|
532
535
|
'PCS' => 'pcs',
|
|
533
536
|
'PI' => 'pi',
|
|
534
537
|
'Panorama' => 'panorama',
|
|
538
|
+
'PartnerCentralAccount' => 'partnercentral-account',
|
|
539
|
+
'PartnerCentralBenefits' => 'partnercentral-benefits',
|
|
540
|
+
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
535
541
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
536
542
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
537
543
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
|
@@ -570,6 +576,7 @@ module Aws
|
|
|
570
576
|
'RolesAnywhere' => 'rolesanywhere',
|
|
571
577
|
'Route53' => 'route53',
|
|
572
578
|
'Route53Domains' => 'route53domains',
|
|
579
|
+
'Route53GlobalResolver' => 'route53globalresolver',
|
|
573
580
|
'Route53Profiles' => 'route53profiles',
|
|
574
581
|
'Route53RecoveryCluster' => 'route53-recovery-cluster',
|
|
575
582
|
'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
|
|
@@ -599,6 +606,7 @@ module Aws
|
|
|
599
606
|
'SageMakerGeospatial' => 'sagemaker-geospatial',
|
|
600
607
|
'SageMakerMetrics' => 'metrics.sagemaker',
|
|
601
608
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
609
|
+
'SageMakerRuntimeHTTP2' => 'runtime.sagemaker',
|
|
602
610
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
603
611
|
'SavingsPlans' => 'savingsplans',
|
|
604
612
|
'Scheduler' => 'scheduler',
|
|
@@ -613,6 +621,7 @@ module Aws
|
|
|
613
621
|
'ServiceQuotas' => 'servicequotas',
|
|
614
622
|
'Shield' => 'shield',
|
|
615
623
|
'Signer' => 'signer',
|
|
624
|
+
'Signin' => 'signin',
|
|
616
625
|
'SimSpaceWeaver' => 'simspaceweaver',
|
|
617
626
|
'SimpleDB' => 'sdb',
|
|
618
627
|
'SnowDeviceManagement' => 'snow-device-management',
|
data/partitions.json
CHANGED
|
@@ -2720,8 +2720,11 @@
|
|
|
2720
2720
|
"ap-south-1" : { },
|
|
2721
2721
|
"ap-southeast-1" : { },
|
|
2722
2722
|
"ap-southeast-2" : { },
|
|
2723
|
+
"ap-southeast-5" : { },
|
|
2723
2724
|
"ca-central-1" : { },
|
|
2724
2725
|
"eu-central-1" : { },
|
|
2726
|
+
"eu-south-1" : { },
|
|
2727
|
+
"eu-south-2" : { },
|
|
2725
2728
|
"eu-west-1" : { },
|
|
2726
2729
|
"eu-west-2" : { },
|
|
2727
2730
|
"eu-west-3" : { },
|
|
@@ -2732,6 +2735,7 @@
|
|
|
2732
2735
|
"deprecated" : true,
|
|
2733
2736
|
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
|
|
2734
2737
|
},
|
|
2738
|
+
"il-central-1" : { },
|
|
2735
2739
|
"sa-east-1" : { },
|
|
2736
2740
|
"us-east-1" : {
|
|
2737
2741
|
"variants" : [ {
|
|
@@ -3720,6 +3724,7 @@
|
|
|
3720
3724
|
},
|
|
3721
3725
|
"bedrock" : {
|
|
3722
3726
|
"endpoints" : {
|
|
3727
|
+
"af-south-1" : { },
|
|
3723
3728
|
"ap-east-2" : { },
|
|
3724
3729
|
"ap-northeast-1" : { },
|
|
3725
3730
|
"ap-northeast-2" : { },
|
|
@@ -4021,6 +4026,7 @@
|
|
|
4021
4026
|
"hostname" : "bedrock.us-west-2.amazonaws.com"
|
|
4022
4027
|
},
|
|
4023
4028
|
"ca-central-1" : { },
|
|
4029
|
+
"ca-west-1" : { },
|
|
4024
4030
|
"eu-central-1" : { },
|
|
4025
4031
|
"eu-central-2" : { },
|
|
4026
4032
|
"eu-north-1" : { },
|
|
@@ -4031,6 +4037,8 @@
|
|
|
4031
4037
|
"eu-west-3" : { },
|
|
4032
4038
|
"il-central-1" : { },
|
|
4033
4039
|
"me-central-1" : { },
|
|
4040
|
+
"me-south-1" : { },
|
|
4041
|
+
"mx-central-1" : { },
|
|
4034
4042
|
"sa-east-1" : { },
|
|
4035
4043
|
"us-east-1" : { },
|
|
4036
4044
|
"us-east-2" : { },
|
|
@@ -9246,6 +9254,7 @@
|
|
|
9246
9254
|
"tags" : [ "dualstack" ]
|
|
9247
9255
|
} ]
|
|
9248
9256
|
},
|
|
9257
|
+
"ap-south-2" : { },
|
|
9249
9258
|
"ap-southeast-1" : {
|
|
9250
9259
|
"variants" : [ {
|
|
9251
9260
|
"hostname" : "elasticbeanstalk.ap-southeast-1.api.aws",
|
|
@@ -9264,7 +9273,9 @@
|
|
|
9264
9273
|
"tags" : [ "dualstack" ]
|
|
9265
9274
|
} ]
|
|
9266
9275
|
},
|
|
9276
|
+
"ap-southeast-4" : { },
|
|
9267
9277
|
"ap-southeast-5" : { },
|
|
9278
|
+
"ap-southeast-6" : { },
|
|
9268
9279
|
"ap-southeast-7" : { },
|
|
9269
9280
|
"ca-central-1" : {
|
|
9270
9281
|
"variants" : [ {
|
|
@@ -9272,12 +9283,14 @@
|
|
|
9272
9283
|
"tags" : [ "dualstack" ]
|
|
9273
9284
|
} ]
|
|
9274
9285
|
},
|
|
9286
|
+
"ca-west-1" : { },
|
|
9275
9287
|
"eu-central-1" : {
|
|
9276
9288
|
"variants" : [ {
|
|
9277
9289
|
"hostname" : "elasticbeanstalk.eu-central-1.api.aws",
|
|
9278
9290
|
"tags" : [ "dualstack" ]
|
|
9279
9291
|
} ]
|
|
9280
9292
|
},
|
|
9293
|
+
"eu-central-2" : { },
|
|
9281
9294
|
"eu-north-1" : {
|
|
9282
9295
|
"variants" : [ {
|
|
9283
9296
|
"hostname" : "elasticbeanstalk.eu-north-1.api.aws",
|
|
@@ -10060,12 +10073,14 @@
|
|
|
10060
10073
|
"ap-southeast-1" : { },
|
|
10061
10074
|
"ap-southeast-2" : { },
|
|
10062
10075
|
"ap-southeast-3" : { },
|
|
10076
|
+
"ap-southeast-5" : { },
|
|
10063
10077
|
"ca-central-1" : {
|
|
10064
10078
|
"variants" : [ {
|
|
10065
10079
|
"hostname" : "email-fips.ca-central-1.amazonaws.com",
|
|
10066
10080
|
"tags" : [ "fips" ]
|
|
10067
10081
|
} ]
|
|
10068
10082
|
},
|
|
10083
|
+
"ca-west-1" : { },
|
|
10069
10084
|
"eu-central-1" : { },
|
|
10070
10085
|
"eu-central-2" : { },
|
|
10071
10086
|
"eu-north-1" : { },
|
|
@@ -12697,6 +12712,7 @@
|
|
|
12697
12712
|
"ap-southeast-3" : { },
|
|
12698
12713
|
"ap-southeast-4" : { },
|
|
12699
12714
|
"ap-southeast-5" : { },
|
|
12715
|
+
"ap-southeast-6" : { },
|
|
12700
12716
|
"ap-southeast-7" : { },
|
|
12701
12717
|
"ca-central-1" : { },
|
|
12702
12718
|
"ca-west-1" : { },
|
|
@@ -17471,6 +17487,7 @@
|
|
|
17471
17487
|
"ap-southeast-3" : { },
|
|
17472
17488
|
"ap-southeast-4" : { },
|
|
17473
17489
|
"ap-southeast-5" : { },
|
|
17490
|
+
"ap-southeast-6" : { },
|
|
17474
17491
|
"ap-southeast-7" : { },
|
|
17475
17492
|
"ca-central-1" : {
|
|
17476
17493
|
"variants" : [ {
|
|
@@ -17704,6 +17721,11 @@
|
|
|
17704
17721
|
"isRegionalized" : false,
|
|
17705
17722
|
"partitionEndpoint" : "aws-global"
|
|
17706
17723
|
},
|
|
17724
|
+
"nova-act" : {
|
|
17725
|
+
"endpoints" : {
|
|
17726
|
+
"us-east-1" : { }
|
|
17727
|
+
}
|
|
17728
|
+
},
|
|
17707
17729
|
"oam" : {
|
|
17708
17730
|
"endpoints" : {
|
|
17709
17731
|
"af-south-1" : { },
|
|
@@ -17756,6 +17778,7 @@
|
|
|
17756
17778
|
},
|
|
17757
17779
|
"hostname" : "oidc.ap-east-1.amazonaws.com"
|
|
17758
17780
|
},
|
|
17781
|
+
"ap-east-2" : { },
|
|
17759
17782
|
"ap-northeast-1" : {
|
|
17760
17783
|
"credentialScope" : {
|
|
17761
17784
|
"region" : "ap-northeast-1"
|
|
@@ -18168,6 +18191,11 @@
|
|
|
18168
18191
|
}
|
|
18169
18192
|
}
|
|
18170
18193
|
},
|
|
18194
|
+
"partnercentral-channel" : {
|
|
18195
|
+
"endpoints" : {
|
|
18196
|
+
"us-east-1" : { }
|
|
18197
|
+
}
|
|
18198
|
+
},
|
|
18171
18199
|
"personalize" : {
|
|
18172
18200
|
"endpoints" : {
|
|
18173
18201
|
"ap-northeast-1" : { },
|
|
@@ -20583,6 +20611,7 @@
|
|
|
20583
20611
|
"ap-southeast-3" : { },
|
|
20584
20612
|
"ap-southeast-4" : { },
|
|
20585
20613
|
"ap-southeast-5" : { },
|
|
20614
|
+
"ap-southeast-6" : { },
|
|
20586
20615
|
"ap-southeast-7" : { },
|
|
20587
20616
|
"ca-central-1" : {
|
|
20588
20617
|
"variants" : [ {
|
|
@@ -37924,6 +37953,11 @@
|
|
|
37924
37953
|
"us-isob-west-1" : { }
|
|
37925
37954
|
}
|
|
37926
37955
|
},
|
|
37956
|
+
"bedrock" : {
|
|
37957
|
+
"endpoints" : {
|
|
37958
|
+
"us-isob-east-1" : { }
|
|
37959
|
+
}
|
|
37960
|
+
},
|
|
37927
37961
|
"budgets" : {
|
|
37928
37962
|
"endpoints" : {
|
|
37929
37963
|
"aws-iso-b-global" : {
|
|
@@ -40152,6 +40186,14 @@
|
|
|
40152
40186
|
"dnsSuffix" : "amazonaws.eu",
|
|
40153
40187
|
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
40154
40188
|
"tags" : [ "fips" ]
|
|
40189
|
+
}, {
|
|
40190
|
+
"dnsSuffix" : "api.amazonwebservices.eu",
|
|
40191
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
40192
|
+
"tags" : [ "dualstack", "fips" ]
|
|
40193
|
+
}, {
|
|
40194
|
+
"dnsSuffix" : "api.amazonwebservices.eu",
|
|
40195
|
+
"hostname" : "{service}.{region}.{dnsSuffix}",
|
|
40196
|
+
"tags" : [ "dualstack" ]
|
|
40155
40197
|
} ]
|
|
40156
40198
|
},
|
|
40157
40199
|
"dnsSuffix" : "amazonaws.eu",
|
|
@@ -40163,7 +40205,475 @@
|
|
|
40163
40205
|
"description" : "EU (Germany)"
|
|
40164
40206
|
}
|
|
40165
40207
|
},
|
|
40166
|
-
"services" : {
|
|
40208
|
+
"services" : {
|
|
40209
|
+
"access-analyzer" : {
|
|
40210
|
+
"endpoints" : {
|
|
40211
|
+
"eusc-de-east-1" : { }
|
|
40212
|
+
}
|
|
40213
|
+
},
|
|
40214
|
+
"acm" : {
|
|
40215
|
+
"endpoints" : {
|
|
40216
|
+
"eusc-de-east-1" : { }
|
|
40217
|
+
}
|
|
40218
|
+
},
|
|
40219
|
+
"acm-pca" : {
|
|
40220
|
+
"endpoints" : {
|
|
40221
|
+
"eusc-de-east-1" : { }
|
|
40222
|
+
}
|
|
40223
|
+
},
|
|
40224
|
+
"agreement-marketplace" : {
|
|
40225
|
+
"endpoints" : {
|
|
40226
|
+
"eusc-de-east-1" : { }
|
|
40227
|
+
}
|
|
40228
|
+
},
|
|
40229
|
+
"api.ecr" : {
|
|
40230
|
+
"endpoints" : {
|
|
40231
|
+
"eusc-de-east-1" : { }
|
|
40232
|
+
}
|
|
40233
|
+
},
|
|
40234
|
+
"api.pricing" : {
|
|
40235
|
+
"endpoints" : {
|
|
40236
|
+
"eusc-de-east-1" : { }
|
|
40237
|
+
}
|
|
40238
|
+
},
|
|
40239
|
+
"api.sagemaker" : {
|
|
40240
|
+
"endpoints" : {
|
|
40241
|
+
"eusc-de-east-1" : { }
|
|
40242
|
+
}
|
|
40243
|
+
},
|
|
40244
|
+
"appconfig" : {
|
|
40245
|
+
"endpoints" : {
|
|
40246
|
+
"eusc-de-east-1" : { }
|
|
40247
|
+
}
|
|
40248
|
+
},
|
|
40249
|
+
"appconfigdata" : {
|
|
40250
|
+
"endpoints" : {
|
|
40251
|
+
"eusc-de-east-1" : { }
|
|
40252
|
+
}
|
|
40253
|
+
},
|
|
40254
|
+
"application-autoscaling" : {
|
|
40255
|
+
"endpoints" : {
|
|
40256
|
+
"eusc-de-east-1" : { }
|
|
40257
|
+
}
|
|
40258
|
+
},
|
|
40259
|
+
"arc-zonal-shift" : {
|
|
40260
|
+
"endpoints" : {
|
|
40261
|
+
"eusc-de-east-1" : { }
|
|
40262
|
+
}
|
|
40263
|
+
},
|
|
40264
|
+
"athena" : {
|
|
40265
|
+
"endpoints" : {
|
|
40266
|
+
"eusc-de-east-1" : { }
|
|
40267
|
+
}
|
|
40268
|
+
},
|
|
40269
|
+
"autoscaling" : {
|
|
40270
|
+
"endpoints" : {
|
|
40271
|
+
"eusc-de-east-1" : { }
|
|
40272
|
+
}
|
|
40273
|
+
},
|
|
40274
|
+
"backup" : {
|
|
40275
|
+
"endpoints" : {
|
|
40276
|
+
"eusc-de-east-1" : { }
|
|
40277
|
+
}
|
|
40278
|
+
},
|
|
40279
|
+
"batch" : {
|
|
40280
|
+
"endpoints" : {
|
|
40281
|
+
"eusc-de-east-1" : { }
|
|
40282
|
+
}
|
|
40283
|
+
},
|
|
40284
|
+
"bedrock" : {
|
|
40285
|
+
"endpoints" : {
|
|
40286
|
+
"eusc-de-east-1" : { }
|
|
40287
|
+
}
|
|
40288
|
+
},
|
|
40289
|
+
"cloudcontrolapi" : {
|
|
40290
|
+
"endpoints" : {
|
|
40291
|
+
"eusc-de-east-1" : { }
|
|
40292
|
+
}
|
|
40293
|
+
},
|
|
40294
|
+
"cloudformation" : {
|
|
40295
|
+
"endpoints" : {
|
|
40296
|
+
"eusc-de-east-1" : { }
|
|
40297
|
+
}
|
|
40298
|
+
},
|
|
40299
|
+
"cloudtrail" : {
|
|
40300
|
+
"endpoints" : {
|
|
40301
|
+
"eusc-de-east-1" : { }
|
|
40302
|
+
}
|
|
40303
|
+
},
|
|
40304
|
+
"codedeploy" : {
|
|
40305
|
+
"endpoints" : {
|
|
40306
|
+
"eusc-de-east-1" : { }
|
|
40307
|
+
}
|
|
40308
|
+
},
|
|
40309
|
+
"compute-optimizer" : {
|
|
40310
|
+
"endpoints" : {
|
|
40311
|
+
"eusc-de-east-1" : { }
|
|
40312
|
+
}
|
|
40313
|
+
},
|
|
40314
|
+
"config" : {
|
|
40315
|
+
"endpoints" : {
|
|
40316
|
+
"eusc-de-east-1" : { }
|
|
40317
|
+
}
|
|
40318
|
+
},
|
|
40319
|
+
"cost-optimization-hub" : {
|
|
40320
|
+
"endpoints" : {
|
|
40321
|
+
"eusc-de-east-1" : { }
|
|
40322
|
+
}
|
|
40323
|
+
},
|
|
40324
|
+
"datasync" : {
|
|
40325
|
+
"endpoints" : {
|
|
40326
|
+
"eusc-de-east-1" : { }
|
|
40327
|
+
}
|
|
40328
|
+
},
|
|
40329
|
+
"datazone" : {
|
|
40330
|
+
"endpoints" : {
|
|
40331
|
+
"eusc-de-east-1" : { }
|
|
40332
|
+
}
|
|
40333
|
+
},
|
|
40334
|
+
"directconnect" : {
|
|
40335
|
+
"endpoints" : {
|
|
40336
|
+
"eusc-de-east-1" : { }
|
|
40337
|
+
}
|
|
40338
|
+
},
|
|
40339
|
+
"dlm" : {
|
|
40340
|
+
"endpoints" : {
|
|
40341
|
+
"eusc-de-east-1" : { }
|
|
40342
|
+
}
|
|
40343
|
+
},
|
|
40344
|
+
"dms" : {
|
|
40345
|
+
"endpoints" : {
|
|
40346
|
+
"eusc-de-east-1" : { }
|
|
40347
|
+
}
|
|
40348
|
+
},
|
|
40349
|
+
"ds" : {
|
|
40350
|
+
"endpoints" : {
|
|
40351
|
+
"eusc-de-east-1" : { }
|
|
40352
|
+
}
|
|
40353
|
+
},
|
|
40354
|
+
"dynamodb" : {
|
|
40355
|
+
"endpoints" : {
|
|
40356
|
+
"eusc-de-east-1" : { }
|
|
40357
|
+
}
|
|
40358
|
+
},
|
|
40359
|
+
"ebs" : {
|
|
40360
|
+
"endpoints" : {
|
|
40361
|
+
"eusc-de-east-1" : { }
|
|
40362
|
+
}
|
|
40363
|
+
},
|
|
40364
|
+
"ec2" : {
|
|
40365
|
+
"endpoints" : {
|
|
40366
|
+
"eusc-de-east-1" : { }
|
|
40367
|
+
}
|
|
40368
|
+
},
|
|
40369
|
+
"ecs" : {
|
|
40370
|
+
"endpoints" : {
|
|
40371
|
+
"eusc-de-east-1" : { }
|
|
40372
|
+
}
|
|
40373
|
+
},
|
|
40374
|
+
"eks" : {
|
|
40375
|
+
"endpoints" : {
|
|
40376
|
+
"eusc-de-east-1" : { }
|
|
40377
|
+
}
|
|
40378
|
+
},
|
|
40379
|
+
"eks-auth" : {
|
|
40380
|
+
"endpoints" : {
|
|
40381
|
+
"eusc-de-east-1" : { }
|
|
40382
|
+
}
|
|
40383
|
+
},
|
|
40384
|
+
"elasticache" : {
|
|
40385
|
+
"endpoints" : {
|
|
40386
|
+
"eusc-de-east-1" : { }
|
|
40387
|
+
}
|
|
40388
|
+
},
|
|
40389
|
+
"elasticfilesystem" : {
|
|
40390
|
+
"endpoints" : {
|
|
40391
|
+
"eusc-de-east-1" : { }
|
|
40392
|
+
}
|
|
40393
|
+
},
|
|
40394
|
+
"elasticloadbalancing" : {
|
|
40395
|
+
"endpoints" : {
|
|
40396
|
+
"eusc-de-east-1" : { }
|
|
40397
|
+
}
|
|
40398
|
+
},
|
|
40399
|
+
"elasticmapreduce" : {
|
|
40400
|
+
"endpoints" : {
|
|
40401
|
+
"eusc-de-east-1" : { }
|
|
40402
|
+
}
|
|
40403
|
+
},
|
|
40404
|
+
"email" : {
|
|
40405
|
+
"endpoints" : {
|
|
40406
|
+
"eusc-de-east-1" : { }
|
|
40407
|
+
}
|
|
40408
|
+
},
|
|
40409
|
+
"entitlement.marketplace" : {
|
|
40410
|
+
"endpoints" : {
|
|
40411
|
+
"eusc-de-east-1" : { }
|
|
40412
|
+
}
|
|
40413
|
+
},
|
|
40414
|
+
"es" : {
|
|
40415
|
+
"endpoints" : {
|
|
40416
|
+
"eusc-de-east-1" : { }
|
|
40417
|
+
}
|
|
40418
|
+
},
|
|
40419
|
+
"events" : {
|
|
40420
|
+
"endpoints" : {
|
|
40421
|
+
"eusc-de-east-1" : { }
|
|
40422
|
+
}
|
|
40423
|
+
},
|
|
40424
|
+
"firehose" : {
|
|
40425
|
+
"endpoints" : {
|
|
40426
|
+
"eusc-de-east-1" : { }
|
|
40427
|
+
}
|
|
40428
|
+
},
|
|
40429
|
+
"gameliftstreams" : {
|
|
40430
|
+
"endpoints" : {
|
|
40431
|
+
"eusc-de-east-1" : { }
|
|
40432
|
+
}
|
|
40433
|
+
},
|
|
40434
|
+
"glue" : {
|
|
40435
|
+
"endpoints" : {
|
|
40436
|
+
"eusc-de-east-1" : { }
|
|
40437
|
+
}
|
|
40438
|
+
},
|
|
40439
|
+
"health" : {
|
|
40440
|
+
"endpoints" : {
|
|
40441
|
+
"eusc-de-east-1" : {
|
|
40442
|
+
"deprecated" : true
|
|
40443
|
+
}
|
|
40444
|
+
}
|
|
40445
|
+
},
|
|
40446
|
+
"identitystore" : {
|
|
40447
|
+
"endpoints" : {
|
|
40448
|
+
"eusc-de-east-1" : { }
|
|
40449
|
+
}
|
|
40450
|
+
},
|
|
40451
|
+
"internetmonitor" : {
|
|
40452
|
+
"endpoints" : {
|
|
40453
|
+
"eusc-de-east-1" : { }
|
|
40454
|
+
}
|
|
40455
|
+
},
|
|
40456
|
+
"kafka" : {
|
|
40457
|
+
"endpoints" : {
|
|
40458
|
+
"eusc-de-east-1" : { }
|
|
40459
|
+
}
|
|
40460
|
+
},
|
|
40461
|
+
"kendra-ranking" : {
|
|
40462
|
+
"endpoints" : {
|
|
40463
|
+
"eusc-de-east-1" : { }
|
|
40464
|
+
}
|
|
40465
|
+
},
|
|
40466
|
+
"kinesis" : {
|
|
40467
|
+
"endpoints" : {
|
|
40468
|
+
"eusc-de-east-1" : { }
|
|
40469
|
+
}
|
|
40470
|
+
},
|
|
40471
|
+
"kinesisanalytics" : {
|
|
40472
|
+
"endpoints" : {
|
|
40473
|
+
"eusc-de-east-1" : { }
|
|
40474
|
+
}
|
|
40475
|
+
},
|
|
40476
|
+
"kms" : {
|
|
40477
|
+
"endpoints" : {
|
|
40478
|
+
"eusc-de-east-1" : { }
|
|
40479
|
+
}
|
|
40480
|
+
},
|
|
40481
|
+
"lakeformation" : {
|
|
40482
|
+
"endpoints" : {
|
|
40483
|
+
"eusc-de-east-1" : { }
|
|
40484
|
+
}
|
|
40485
|
+
},
|
|
40486
|
+
"lambda" : {
|
|
40487
|
+
"endpoints" : {
|
|
40488
|
+
"eusc-de-east-1" : { }
|
|
40489
|
+
}
|
|
40490
|
+
},
|
|
40491
|
+
"license-manager" : {
|
|
40492
|
+
"endpoints" : {
|
|
40493
|
+
"eusc-de-east-1" : { }
|
|
40494
|
+
}
|
|
40495
|
+
},
|
|
40496
|
+
"logs" : {
|
|
40497
|
+
"endpoints" : {
|
|
40498
|
+
"eusc-de-east-1" : { }
|
|
40499
|
+
}
|
|
40500
|
+
},
|
|
40501
|
+
"metering.marketplace" : {
|
|
40502
|
+
"endpoints" : {
|
|
40503
|
+
"eusc-de-east-1" : { }
|
|
40504
|
+
}
|
|
40505
|
+
},
|
|
40506
|
+
"metrics.sagemaker" : {
|
|
40507
|
+
"endpoints" : {
|
|
40508
|
+
"eusc-de-east-1" : { }
|
|
40509
|
+
}
|
|
40510
|
+
},
|
|
40511
|
+
"monitoring" : {
|
|
40512
|
+
"endpoints" : {
|
|
40513
|
+
"eusc-de-east-1" : { }
|
|
40514
|
+
}
|
|
40515
|
+
},
|
|
40516
|
+
"notifications" : {
|
|
40517
|
+
"endpoints" : {
|
|
40518
|
+
"eusc-de-east-1" : { }
|
|
40519
|
+
}
|
|
40520
|
+
},
|
|
40521
|
+
"oam" : {
|
|
40522
|
+
"endpoints" : {
|
|
40523
|
+
"eusc-de-east-1" : { }
|
|
40524
|
+
}
|
|
40525
|
+
},
|
|
40526
|
+
"pi" : {
|
|
40527
|
+
"endpoints" : {
|
|
40528
|
+
"eusc-de-east-1" : { }
|
|
40529
|
+
}
|
|
40530
|
+
},
|
|
40531
|
+
"qbusiness" : {
|
|
40532
|
+
"endpoints" : {
|
|
40533
|
+
"eusc-de-east-1" : { }
|
|
40534
|
+
}
|
|
40535
|
+
},
|
|
40536
|
+
"ram" : {
|
|
40537
|
+
"endpoints" : {
|
|
40538
|
+
"eusc-de-east-1" : { }
|
|
40539
|
+
}
|
|
40540
|
+
},
|
|
40541
|
+
"rbin" : {
|
|
40542
|
+
"endpoints" : {
|
|
40543
|
+
"eusc-de-east-1" : { }
|
|
40544
|
+
}
|
|
40545
|
+
},
|
|
40546
|
+
"rds" : {
|
|
40547
|
+
"endpoints" : {
|
|
40548
|
+
"eusc-de-east-1" : { }
|
|
40549
|
+
}
|
|
40550
|
+
},
|
|
40551
|
+
"redshift" : {
|
|
40552
|
+
"endpoints" : {
|
|
40553
|
+
"eusc-de-east-1" : { }
|
|
40554
|
+
}
|
|
40555
|
+
},
|
|
40556
|
+
"resource-groups" : {
|
|
40557
|
+
"endpoints" : {
|
|
40558
|
+
"eusc-de-east-1" : { }
|
|
40559
|
+
}
|
|
40560
|
+
},
|
|
40561
|
+
"rolesanywhere" : {
|
|
40562
|
+
"endpoints" : {
|
|
40563
|
+
"eusc-de-east-1" : { }
|
|
40564
|
+
}
|
|
40565
|
+
},
|
|
40566
|
+
"route53resolver" : {
|
|
40567
|
+
"endpoints" : {
|
|
40568
|
+
"eusc-de-east-1" : { }
|
|
40569
|
+
}
|
|
40570
|
+
},
|
|
40571
|
+
"s3" : {
|
|
40572
|
+
"endpoints" : {
|
|
40573
|
+
"eusc-de-east-1" : { }
|
|
40574
|
+
}
|
|
40575
|
+
},
|
|
40576
|
+
"s3-control" : {
|
|
40577
|
+
"endpoints" : {
|
|
40578
|
+
"eusc-de-east-1" : { }
|
|
40579
|
+
}
|
|
40580
|
+
},
|
|
40581
|
+
"scheduler" : {
|
|
40582
|
+
"endpoints" : {
|
|
40583
|
+
"eusc-de-east-1" : { }
|
|
40584
|
+
}
|
|
40585
|
+
},
|
|
40586
|
+
"secretsmanager" : {
|
|
40587
|
+
"endpoints" : {
|
|
40588
|
+
"eusc-de-east-1" : { }
|
|
40589
|
+
}
|
|
40590
|
+
},
|
|
40591
|
+
"servicediscovery" : {
|
|
40592
|
+
"endpoints" : {
|
|
40593
|
+
"eusc-de-east-1" : { }
|
|
40594
|
+
}
|
|
40595
|
+
},
|
|
40596
|
+
"servicequotas" : {
|
|
40597
|
+
"endpoints" : {
|
|
40598
|
+
"eusc-de-east-1" : { }
|
|
40599
|
+
}
|
|
40600
|
+
},
|
|
40601
|
+
"signer" : {
|
|
40602
|
+
"endpoints" : {
|
|
40603
|
+
"eusc-de-east-1" : { }
|
|
40604
|
+
}
|
|
40605
|
+
},
|
|
40606
|
+
"sms-voice" : {
|
|
40607
|
+
"endpoints" : {
|
|
40608
|
+
"eusc-de-east-1" : { }
|
|
40609
|
+
}
|
|
40610
|
+
},
|
|
40611
|
+
"sns" : {
|
|
40612
|
+
"endpoints" : {
|
|
40613
|
+
"eusc-de-east-1" : { }
|
|
40614
|
+
}
|
|
40615
|
+
},
|
|
40616
|
+
"sqs" : {
|
|
40617
|
+
"endpoints" : {
|
|
40618
|
+
"eusc-de-east-1" : { }
|
|
40619
|
+
}
|
|
40620
|
+
},
|
|
40621
|
+
"ssm" : {
|
|
40622
|
+
"endpoints" : {
|
|
40623
|
+
"eusc-de-east-1" : { }
|
|
40624
|
+
}
|
|
40625
|
+
},
|
|
40626
|
+
"states" : {
|
|
40627
|
+
"endpoints" : {
|
|
40628
|
+
"eusc-de-east-1" : { }
|
|
40629
|
+
}
|
|
40630
|
+
},
|
|
40631
|
+
"storagegateway" : {
|
|
40632
|
+
"endpoints" : {
|
|
40633
|
+
"eusc-de-east-1" : { }
|
|
40634
|
+
}
|
|
40635
|
+
},
|
|
40636
|
+
"streams.dynamodb" : {
|
|
40637
|
+
"endpoints" : {
|
|
40638
|
+
"eusc-de-east-1" : { }
|
|
40639
|
+
}
|
|
40640
|
+
},
|
|
40641
|
+
"sts" : {
|
|
40642
|
+
"endpoints" : {
|
|
40643
|
+
"eusc-de-east-1" : { }
|
|
40644
|
+
}
|
|
40645
|
+
},
|
|
40646
|
+
"swf" : {
|
|
40647
|
+
"endpoints" : {
|
|
40648
|
+
"eusc-de-east-1" : { }
|
|
40649
|
+
}
|
|
40650
|
+
},
|
|
40651
|
+
"synthetics" : {
|
|
40652
|
+
"endpoints" : {
|
|
40653
|
+
"eusc-de-east-1" : { }
|
|
40654
|
+
}
|
|
40655
|
+
},
|
|
40656
|
+
"tagging" : {
|
|
40657
|
+
"endpoints" : {
|
|
40658
|
+
"eusc-de-east-1" : { }
|
|
40659
|
+
}
|
|
40660
|
+
},
|
|
40661
|
+
"transfer" : {
|
|
40662
|
+
"endpoints" : {
|
|
40663
|
+
"eusc-de-east-1" : { }
|
|
40664
|
+
}
|
|
40665
|
+
},
|
|
40666
|
+
"trustedadvisor" : {
|
|
40667
|
+
"endpoints" : {
|
|
40668
|
+
"eusc-de-east-1" : { }
|
|
40669
|
+
}
|
|
40670
|
+
},
|
|
40671
|
+
"xray" : {
|
|
40672
|
+
"endpoints" : {
|
|
40673
|
+
"eusc-de-east-1" : { }
|
|
40674
|
+
}
|
|
40675
|
+
}
|
|
40676
|
+
}
|
|
40167
40677
|
} ],
|
|
40168
40678
|
"version" : 3
|
|
40169
40679
|
}
|