aws-partitions 1.1190.0 → 1.1200.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 +50 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -1
- data/partitions.json +521 -13
- 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: 6e77c5a3b2408869ec508d42ea215ba0bd803f20c9429be14620a29dee12ef8c
|
|
4
|
+
data.tar.gz: 119f9d5445a75207e6a484e2ad34ef1000b3eef339a099ec178a5d8eb88ca1bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 964986203533b1c82bbea551040d603b7cf993327bd4263261908f4f5e7fe028f8cc2fa7b76ffc3dbd9db4932dc2e72a49246895590619ebc40999443c036f97
|
|
7
|
+
data.tar.gz: 1d6ee98df327ddf718eb21de41d1fd0b872623f4a2d6088f50462f4618a9302e2ab3046806106783abc8498c699a5cc47df4ff105793c847276a1d413ace1b7b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,56 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1200.0 (2025-12-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1199.0 (2025-12-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.1198.0 (2025-12-19)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::Wickr`.
|
|
18
|
+
|
|
19
|
+
1.1197.0 (2025-12-18)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.1196.0 (2025-12-17)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.1195.0 (2025-12-16)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.1194.0 (2025-12-12)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
38
|
+
|
|
39
|
+
1.1193.0 (2025-12-11)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
44
|
+
1.1192.0 (2025-12-09)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
48
|
+
|
|
49
|
+
1.1191.0 (2025-12-08)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
53
|
+
|
|
4
54
|
1.1190.0 (2025-12-02)
|
|
5
55
|
------------------
|
|
6
56
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1200.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -394,7 +394,6 @@ module Aws
|
|
|
394
394
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
395
395
|
'ElasticLoadBalancing' => 'elasticloadbalancing',
|
|
396
396
|
'ElasticLoadBalancingV2' => 'elasticloadbalancing',
|
|
397
|
-
'ElasticTranscoder' => 'elastictranscoder',
|
|
398
397
|
'ElasticsearchService' => 'es',
|
|
399
398
|
'EntityResolution' => 'entityresolution',
|
|
400
399
|
'EventBridge' => 'events',
|
|
@@ -652,6 +651,7 @@ module Aws
|
|
|
652
651
|
'WAFRegional' => 'waf-regional',
|
|
653
652
|
'WAFV2' => 'wafv2',
|
|
654
653
|
'WellArchitected' => 'wellarchitected',
|
|
654
|
+
'Wickr' => 'admin.wickr',
|
|
655
655
|
'WorkDocs' => 'workdocs',
|
|
656
656
|
'WorkMail' => 'workmail',
|
|
657
657
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
data/partitions.json
CHANGED
|
@@ -1578,6 +1578,7 @@
|
|
|
1578
1578
|
"ap-southeast-3" : { },
|
|
1579
1579
|
"ap-southeast-4" : { },
|
|
1580
1580
|
"ap-southeast-5" : { },
|
|
1581
|
+
"ap-southeast-6" : { },
|
|
1581
1582
|
"ap-southeast-7" : { },
|
|
1582
1583
|
"ca-central-1" : {
|
|
1583
1584
|
"variants" : [ {
|
|
@@ -4106,6 +4107,7 @@
|
|
|
4106
4107
|
},
|
|
4107
4108
|
"cases" : {
|
|
4108
4109
|
"endpoints" : {
|
|
4110
|
+
"af-south-1" : { },
|
|
4109
4111
|
"ap-northeast-1" : { },
|
|
4110
4112
|
"ap-northeast-2" : { },
|
|
4111
4113
|
"ap-southeast-1" : { },
|
|
@@ -4960,12 +4962,14 @@
|
|
|
4960
4962
|
"tags" : [ "dualstack" ]
|
|
4961
4963
|
} ]
|
|
4962
4964
|
},
|
|
4965
|
+
"ap-southeast-5" : { },
|
|
4963
4966
|
"ca-central-1" : {
|
|
4964
4967
|
"variants" : [ {
|
|
4965
4968
|
"hostname" : "cloudhsmv2.ca-central-1.api.aws",
|
|
4966
4969
|
"tags" : [ "dualstack" ]
|
|
4967
4970
|
} ]
|
|
4968
4971
|
},
|
|
4972
|
+
"ca-west-1" : { },
|
|
4969
4973
|
"eu-central-1" : {
|
|
4970
4974
|
"variants" : [ {
|
|
4971
4975
|
"hostname" : "cloudhsmv2.eu-central-1.api.aws",
|
|
@@ -5027,6 +5031,7 @@
|
|
|
5027
5031
|
"tags" : [ "dualstack" ]
|
|
5028
5032
|
} ]
|
|
5029
5033
|
},
|
|
5034
|
+
"mx-central-1" : { },
|
|
5030
5035
|
"sa-east-1" : {
|
|
5031
5036
|
"variants" : [ {
|
|
5032
5037
|
"hostname" : "cloudhsmv2.sa-east-1.api.aws",
|
|
@@ -9254,6 +9259,7 @@
|
|
|
9254
9259
|
"tags" : [ "dualstack" ]
|
|
9255
9260
|
} ]
|
|
9256
9261
|
},
|
|
9262
|
+
"ap-south-2" : { },
|
|
9257
9263
|
"ap-southeast-1" : {
|
|
9258
9264
|
"variants" : [ {
|
|
9259
9265
|
"hostname" : "elasticbeanstalk.ap-southeast-1.api.aws",
|
|
@@ -9272,7 +9278,9 @@
|
|
|
9272
9278
|
"tags" : [ "dualstack" ]
|
|
9273
9279
|
} ]
|
|
9274
9280
|
},
|
|
9281
|
+
"ap-southeast-4" : { },
|
|
9275
9282
|
"ap-southeast-5" : { },
|
|
9283
|
+
"ap-southeast-6" : { },
|
|
9276
9284
|
"ap-southeast-7" : { },
|
|
9277
9285
|
"ca-central-1" : {
|
|
9278
9286
|
"variants" : [ {
|
|
@@ -9280,12 +9288,14 @@
|
|
|
9280
9288
|
"tags" : [ "dualstack" ]
|
|
9281
9289
|
} ]
|
|
9282
9290
|
},
|
|
9291
|
+
"ca-west-1" : { },
|
|
9283
9292
|
"eu-central-1" : {
|
|
9284
9293
|
"variants" : [ {
|
|
9285
9294
|
"hostname" : "elasticbeanstalk.eu-central-1.api.aws",
|
|
9286
9295
|
"tags" : [ "dualstack" ]
|
|
9287
9296
|
} ]
|
|
9288
9297
|
},
|
|
9298
|
+
"eu-central-2" : { },
|
|
9289
9299
|
"eu-north-1" : {
|
|
9290
9300
|
"variants" : [ {
|
|
9291
9301
|
"hostname" : "elasticbeanstalk.eu-north-1.api.aws",
|
|
@@ -10045,18 +10055,6 @@
|
|
|
10045
10055
|
}
|
|
10046
10056
|
}
|
|
10047
10057
|
},
|
|
10048
|
-
"elastictranscoder" : {
|
|
10049
|
-
"endpoints" : {
|
|
10050
|
-
"ap-northeast-1" : { },
|
|
10051
|
-
"ap-south-1" : { },
|
|
10052
|
-
"ap-southeast-1" : { },
|
|
10053
|
-
"ap-southeast-2" : { },
|
|
10054
|
-
"eu-west-1" : { },
|
|
10055
|
-
"us-east-1" : { },
|
|
10056
|
-
"us-west-1" : { },
|
|
10057
|
-
"us-west-2" : { }
|
|
10058
|
-
}
|
|
10059
|
-
},
|
|
10060
10058
|
"email" : {
|
|
10061
10059
|
"endpoints" : {
|
|
10062
10060
|
"af-south-1" : { },
|
|
@@ -13905,6 +13903,7 @@
|
|
|
13905
13903
|
"ap-southeast-3" : { },
|
|
13906
13904
|
"ap-southeast-4" : { },
|
|
13907
13905
|
"ap-southeast-5" : { },
|
|
13906
|
+
"ap-southeast-6" : { },
|
|
13908
13907
|
"ap-southeast-7" : { },
|
|
13909
13908
|
"ca-central-1" : {
|
|
13910
13909
|
"variants" : [ {
|
|
@@ -14319,6 +14318,7 @@
|
|
|
14319
14318
|
"ap-southeast-3" : { },
|
|
14320
14319
|
"ap-southeast-4" : { },
|
|
14321
14320
|
"ap-southeast-5" : { },
|
|
14321
|
+
"ap-southeast-6" : { },
|
|
14322
14322
|
"ap-southeast-7" : { },
|
|
14323
14323
|
"ca-central-1" : {
|
|
14324
14324
|
"variants" : [ {
|
|
@@ -18186,6 +18186,11 @@
|
|
|
18186
18186
|
}
|
|
18187
18187
|
}
|
|
18188
18188
|
},
|
|
18189
|
+
"partnercentral-channel" : {
|
|
18190
|
+
"endpoints" : {
|
|
18191
|
+
"us-east-1" : { }
|
|
18192
|
+
}
|
|
18193
|
+
},
|
|
18189
18194
|
"personalize" : {
|
|
18190
18195
|
"endpoints" : {
|
|
18191
18196
|
"ap-northeast-1" : { },
|
|
@@ -18840,6 +18845,7 @@
|
|
|
18840
18845
|
},
|
|
18841
18846
|
"hostname" : "portal.sso.ap-east-1.amazonaws.com"
|
|
18842
18847
|
},
|
|
18848
|
+
"ap-east-2" : { },
|
|
18843
18849
|
"ap-northeast-1" : {
|
|
18844
18850
|
"credentialScope" : {
|
|
18845
18851
|
"region" : "ap-northeast-1"
|
|
@@ -25844,6 +25850,7 @@
|
|
|
25844
25850
|
"endpoints" : {
|
|
25845
25851
|
"af-south-1" : { },
|
|
25846
25852
|
"ap-east-1" : { },
|
|
25853
|
+
"ap-east-2" : { },
|
|
25847
25854
|
"ap-northeast-1" : { },
|
|
25848
25855
|
"ap-northeast-2" : { },
|
|
25849
25856
|
"ap-northeast-3" : { },
|
|
@@ -27217,6 +27224,7 @@
|
|
|
27217
27224
|
"ap-southeast-3" : { },
|
|
27218
27225
|
"ap-southeast-4" : { },
|
|
27219
27226
|
"ap-southeast-5" : { },
|
|
27227
|
+
"ap-southeast-6" : { },
|
|
27220
27228
|
"ap-southeast-7" : { },
|
|
27221
27229
|
"ca-central-1" : {
|
|
27222
27230
|
"variants" : [ {
|
|
@@ -28377,6 +28385,7 @@
|
|
|
28377
28385
|
"tags" : [ "fips" ]
|
|
28378
28386
|
} ]
|
|
28379
28387
|
},
|
|
28388
|
+
"ap-southeast-6" : { },
|
|
28380
28389
|
"ap-southeast-7" : {
|
|
28381
28390
|
"credentialScope" : {
|
|
28382
28391
|
"region" : "ap-southeast-7"
|
|
@@ -37860,6 +37869,11 @@
|
|
|
37860
37869
|
}
|
|
37861
37870
|
},
|
|
37862
37871
|
"services" : {
|
|
37872
|
+
"agreement-marketplace" : {
|
|
37873
|
+
"endpoints" : {
|
|
37874
|
+
"us-isob-east-1" : { }
|
|
37875
|
+
}
|
|
37876
|
+
},
|
|
37863
37877
|
"api.ecr" : {
|
|
37864
37878
|
"endpoints" : {
|
|
37865
37879
|
"us-isob-east-1" : {
|
|
@@ -39778,6 +39792,11 @@
|
|
|
39778
39792
|
"isRegionalized" : false,
|
|
39779
39793
|
"partitionEndpoint" : "aws-iso-f-global"
|
|
39780
39794
|
},
|
|
39795
|
+
"identitystore" : {
|
|
39796
|
+
"endpoints" : {
|
|
39797
|
+
"us-isof-east-1" : { }
|
|
39798
|
+
}
|
|
39799
|
+
},
|
|
39781
39800
|
"kinesis" : {
|
|
39782
39801
|
"endpoints" : {
|
|
39783
39802
|
"us-isof-east-1" : { },
|
|
@@ -39949,6 +39968,12 @@
|
|
|
39949
39968
|
"us-isof-south-1" : { }
|
|
39950
39969
|
}
|
|
39951
39970
|
},
|
|
39971
|
+
"rolesanywhere" : {
|
|
39972
|
+
"endpoints" : {
|
|
39973
|
+
"us-isof-east-1" : { },
|
|
39974
|
+
"us-isof-south-1" : { }
|
|
39975
|
+
}
|
|
39976
|
+
},
|
|
39952
39977
|
"route53" : {
|
|
39953
39978
|
"endpoints" : {
|
|
39954
39979
|
"aws-iso-f-global" : {
|
|
@@ -40195,7 +40220,490 @@
|
|
|
40195
40220
|
"description" : "EU (Germany)"
|
|
40196
40221
|
}
|
|
40197
40222
|
},
|
|
40198
|
-
"services" : {
|
|
40223
|
+
"services" : {
|
|
40224
|
+
"access-analyzer" : {
|
|
40225
|
+
"endpoints" : {
|
|
40226
|
+
"eusc-de-east-1" : { }
|
|
40227
|
+
}
|
|
40228
|
+
},
|
|
40229
|
+
"acm" : {
|
|
40230
|
+
"endpoints" : {
|
|
40231
|
+
"eusc-de-east-1" : { }
|
|
40232
|
+
}
|
|
40233
|
+
},
|
|
40234
|
+
"acm-pca" : {
|
|
40235
|
+
"endpoints" : {
|
|
40236
|
+
"eusc-de-east-1" : { }
|
|
40237
|
+
}
|
|
40238
|
+
},
|
|
40239
|
+
"agreement-marketplace" : {
|
|
40240
|
+
"endpoints" : {
|
|
40241
|
+
"eusc-de-east-1" : { }
|
|
40242
|
+
}
|
|
40243
|
+
},
|
|
40244
|
+
"api.ecr" : {
|
|
40245
|
+
"endpoints" : {
|
|
40246
|
+
"eusc-de-east-1" : { }
|
|
40247
|
+
}
|
|
40248
|
+
},
|
|
40249
|
+
"api.pricing" : {
|
|
40250
|
+
"endpoints" : {
|
|
40251
|
+
"eusc-de-east-1" : { }
|
|
40252
|
+
}
|
|
40253
|
+
},
|
|
40254
|
+
"api.sagemaker" : {
|
|
40255
|
+
"endpoints" : {
|
|
40256
|
+
"eusc-de-east-1" : { }
|
|
40257
|
+
}
|
|
40258
|
+
},
|
|
40259
|
+
"appconfig" : {
|
|
40260
|
+
"endpoints" : {
|
|
40261
|
+
"eusc-de-east-1" : { }
|
|
40262
|
+
}
|
|
40263
|
+
},
|
|
40264
|
+
"appconfigdata" : {
|
|
40265
|
+
"endpoints" : {
|
|
40266
|
+
"eusc-de-east-1" : { }
|
|
40267
|
+
}
|
|
40268
|
+
},
|
|
40269
|
+
"application-autoscaling" : {
|
|
40270
|
+
"endpoints" : {
|
|
40271
|
+
"eusc-de-east-1" : { }
|
|
40272
|
+
}
|
|
40273
|
+
},
|
|
40274
|
+
"arc-zonal-shift" : {
|
|
40275
|
+
"endpoints" : {
|
|
40276
|
+
"eusc-de-east-1" : { }
|
|
40277
|
+
}
|
|
40278
|
+
},
|
|
40279
|
+
"athena" : {
|
|
40280
|
+
"endpoints" : {
|
|
40281
|
+
"eusc-de-east-1" : { }
|
|
40282
|
+
}
|
|
40283
|
+
},
|
|
40284
|
+
"autoscaling" : {
|
|
40285
|
+
"endpoints" : {
|
|
40286
|
+
"eusc-de-east-1" : { }
|
|
40287
|
+
}
|
|
40288
|
+
},
|
|
40289
|
+
"backup" : {
|
|
40290
|
+
"endpoints" : {
|
|
40291
|
+
"eusc-de-east-1" : { }
|
|
40292
|
+
}
|
|
40293
|
+
},
|
|
40294
|
+
"batch" : {
|
|
40295
|
+
"endpoints" : {
|
|
40296
|
+
"eusc-de-east-1" : { }
|
|
40297
|
+
}
|
|
40298
|
+
},
|
|
40299
|
+
"bedrock" : {
|
|
40300
|
+
"endpoints" : {
|
|
40301
|
+
"eusc-de-east-1" : { }
|
|
40302
|
+
}
|
|
40303
|
+
},
|
|
40304
|
+
"cloudcontrolapi" : {
|
|
40305
|
+
"endpoints" : {
|
|
40306
|
+
"eusc-de-east-1" : { }
|
|
40307
|
+
}
|
|
40308
|
+
},
|
|
40309
|
+
"cloudformation" : {
|
|
40310
|
+
"endpoints" : {
|
|
40311
|
+
"eusc-de-east-1" : { }
|
|
40312
|
+
}
|
|
40313
|
+
},
|
|
40314
|
+
"cloudtrail" : {
|
|
40315
|
+
"endpoints" : {
|
|
40316
|
+
"eusc-de-east-1" : { }
|
|
40317
|
+
}
|
|
40318
|
+
},
|
|
40319
|
+
"codedeploy" : {
|
|
40320
|
+
"endpoints" : {
|
|
40321
|
+
"eusc-de-east-1" : { }
|
|
40322
|
+
}
|
|
40323
|
+
},
|
|
40324
|
+
"compute-optimizer" : {
|
|
40325
|
+
"endpoints" : {
|
|
40326
|
+
"eusc-de-east-1" : { }
|
|
40327
|
+
}
|
|
40328
|
+
},
|
|
40329
|
+
"config" : {
|
|
40330
|
+
"endpoints" : {
|
|
40331
|
+
"eusc-de-east-1" : { }
|
|
40332
|
+
}
|
|
40333
|
+
},
|
|
40334
|
+
"cost-optimization-hub" : {
|
|
40335
|
+
"endpoints" : {
|
|
40336
|
+
"eusc-de-east-1" : { }
|
|
40337
|
+
}
|
|
40338
|
+
},
|
|
40339
|
+
"datasync" : {
|
|
40340
|
+
"endpoints" : {
|
|
40341
|
+
"eusc-de-east-1" : { }
|
|
40342
|
+
}
|
|
40343
|
+
},
|
|
40344
|
+
"datazone" : {
|
|
40345
|
+
"endpoints" : {
|
|
40346
|
+
"eusc-de-east-1" : { }
|
|
40347
|
+
}
|
|
40348
|
+
},
|
|
40349
|
+
"directconnect" : {
|
|
40350
|
+
"endpoints" : {
|
|
40351
|
+
"eusc-de-east-1" : { }
|
|
40352
|
+
}
|
|
40353
|
+
},
|
|
40354
|
+
"dlm" : {
|
|
40355
|
+
"endpoints" : {
|
|
40356
|
+
"eusc-de-east-1" : { }
|
|
40357
|
+
}
|
|
40358
|
+
},
|
|
40359
|
+
"dms" : {
|
|
40360
|
+
"endpoints" : {
|
|
40361
|
+
"eusc-de-east-1" : { }
|
|
40362
|
+
}
|
|
40363
|
+
},
|
|
40364
|
+
"ds" : {
|
|
40365
|
+
"endpoints" : {
|
|
40366
|
+
"eusc-de-east-1" : { }
|
|
40367
|
+
}
|
|
40368
|
+
},
|
|
40369
|
+
"dynamodb" : {
|
|
40370
|
+
"endpoints" : {
|
|
40371
|
+
"eusc-de-east-1" : { }
|
|
40372
|
+
}
|
|
40373
|
+
},
|
|
40374
|
+
"ebs" : {
|
|
40375
|
+
"endpoints" : {
|
|
40376
|
+
"eusc-de-east-1" : { }
|
|
40377
|
+
}
|
|
40378
|
+
},
|
|
40379
|
+
"ec2" : {
|
|
40380
|
+
"endpoints" : {
|
|
40381
|
+
"eusc-de-east-1" : { }
|
|
40382
|
+
}
|
|
40383
|
+
},
|
|
40384
|
+
"ecs" : {
|
|
40385
|
+
"endpoints" : {
|
|
40386
|
+
"eusc-de-east-1" : { }
|
|
40387
|
+
}
|
|
40388
|
+
},
|
|
40389
|
+
"eks" : {
|
|
40390
|
+
"endpoints" : {
|
|
40391
|
+
"eusc-de-east-1" : { }
|
|
40392
|
+
}
|
|
40393
|
+
},
|
|
40394
|
+
"eks-auth" : {
|
|
40395
|
+
"endpoints" : {
|
|
40396
|
+
"eusc-de-east-1" : { }
|
|
40397
|
+
}
|
|
40398
|
+
},
|
|
40399
|
+
"elasticache" : {
|
|
40400
|
+
"endpoints" : {
|
|
40401
|
+
"eusc-de-east-1" : { }
|
|
40402
|
+
}
|
|
40403
|
+
},
|
|
40404
|
+
"elasticfilesystem" : {
|
|
40405
|
+
"endpoints" : {
|
|
40406
|
+
"eusc-de-east-1" : { }
|
|
40407
|
+
}
|
|
40408
|
+
},
|
|
40409
|
+
"elasticloadbalancing" : {
|
|
40410
|
+
"endpoints" : {
|
|
40411
|
+
"eusc-de-east-1" : { }
|
|
40412
|
+
}
|
|
40413
|
+
},
|
|
40414
|
+
"elasticmapreduce" : {
|
|
40415
|
+
"endpoints" : {
|
|
40416
|
+
"eusc-de-east-1" : { }
|
|
40417
|
+
}
|
|
40418
|
+
},
|
|
40419
|
+
"email" : {
|
|
40420
|
+
"endpoints" : {
|
|
40421
|
+
"eusc-de-east-1" : { }
|
|
40422
|
+
}
|
|
40423
|
+
},
|
|
40424
|
+
"entitlement.marketplace" : {
|
|
40425
|
+
"endpoints" : {
|
|
40426
|
+
"eusc-de-east-1" : { }
|
|
40427
|
+
}
|
|
40428
|
+
},
|
|
40429
|
+
"es" : {
|
|
40430
|
+
"endpoints" : {
|
|
40431
|
+
"eusc-de-east-1" : { }
|
|
40432
|
+
}
|
|
40433
|
+
},
|
|
40434
|
+
"events" : {
|
|
40435
|
+
"endpoints" : {
|
|
40436
|
+
"eusc-de-east-1" : { }
|
|
40437
|
+
}
|
|
40438
|
+
},
|
|
40439
|
+
"firehose" : {
|
|
40440
|
+
"endpoints" : {
|
|
40441
|
+
"eusc-de-east-1" : { }
|
|
40442
|
+
}
|
|
40443
|
+
},
|
|
40444
|
+
"gameliftstreams" : {
|
|
40445
|
+
"endpoints" : {
|
|
40446
|
+
"eusc-de-east-1" : { }
|
|
40447
|
+
}
|
|
40448
|
+
},
|
|
40449
|
+
"glue" : {
|
|
40450
|
+
"endpoints" : {
|
|
40451
|
+
"eusc-de-east-1" : { }
|
|
40452
|
+
}
|
|
40453
|
+
},
|
|
40454
|
+
"guardduty" : {
|
|
40455
|
+
"endpoints" : {
|
|
40456
|
+
"eusc-de-east-1" : { }
|
|
40457
|
+
}
|
|
40458
|
+
},
|
|
40459
|
+
"health" : {
|
|
40460
|
+
"endpoints" : {
|
|
40461
|
+
"eusc-de-east-1" : {
|
|
40462
|
+
"deprecated" : true
|
|
40463
|
+
}
|
|
40464
|
+
}
|
|
40465
|
+
},
|
|
40466
|
+
"identitystore" : {
|
|
40467
|
+
"endpoints" : {
|
|
40468
|
+
"eusc-de-east-1" : { }
|
|
40469
|
+
}
|
|
40470
|
+
},
|
|
40471
|
+
"internetmonitor" : {
|
|
40472
|
+
"endpoints" : {
|
|
40473
|
+
"eusc-de-east-1" : { }
|
|
40474
|
+
}
|
|
40475
|
+
},
|
|
40476
|
+
"kafka" : {
|
|
40477
|
+
"endpoints" : {
|
|
40478
|
+
"eusc-de-east-1" : { }
|
|
40479
|
+
}
|
|
40480
|
+
},
|
|
40481
|
+
"kendra-ranking" : {
|
|
40482
|
+
"endpoints" : {
|
|
40483
|
+
"eusc-de-east-1" : { }
|
|
40484
|
+
}
|
|
40485
|
+
},
|
|
40486
|
+
"kinesis" : {
|
|
40487
|
+
"endpoints" : {
|
|
40488
|
+
"eusc-de-east-1" : { }
|
|
40489
|
+
}
|
|
40490
|
+
},
|
|
40491
|
+
"kinesisanalytics" : {
|
|
40492
|
+
"endpoints" : {
|
|
40493
|
+
"eusc-de-east-1" : { }
|
|
40494
|
+
}
|
|
40495
|
+
},
|
|
40496
|
+
"kms" : {
|
|
40497
|
+
"endpoints" : {
|
|
40498
|
+
"eusc-de-east-1" : { }
|
|
40499
|
+
}
|
|
40500
|
+
},
|
|
40501
|
+
"lakeformation" : {
|
|
40502
|
+
"endpoints" : {
|
|
40503
|
+
"eusc-de-east-1" : { }
|
|
40504
|
+
}
|
|
40505
|
+
},
|
|
40506
|
+
"lambda" : {
|
|
40507
|
+
"endpoints" : {
|
|
40508
|
+
"eusc-de-east-1" : { }
|
|
40509
|
+
}
|
|
40510
|
+
},
|
|
40511
|
+
"license-manager" : {
|
|
40512
|
+
"endpoints" : {
|
|
40513
|
+
"eusc-de-east-1" : { }
|
|
40514
|
+
}
|
|
40515
|
+
},
|
|
40516
|
+
"logs" : {
|
|
40517
|
+
"endpoints" : {
|
|
40518
|
+
"eusc-de-east-1" : { }
|
|
40519
|
+
}
|
|
40520
|
+
},
|
|
40521
|
+
"metering.marketplace" : {
|
|
40522
|
+
"endpoints" : {
|
|
40523
|
+
"eusc-de-east-1" : { }
|
|
40524
|
+
}
|
|
40525
|
+
},
|
|
40526
|
+
"metrics.sagemaker" : {
|
|
40527
|
+
"endpoints" : {
|
|
40528
|
+
"eusc-de-east-1" : { }
|
|
40529
|
+
}
|
|
40530
|
+
},
|
|
40531
|
+
"monitoring" : {
|
|
40532
|
+
"endpoints" : {
|
|
40533
|
+
"eusc-de-east-1" : { }
|
|
40534
|
+
}
|
|
40535
|
+
},
|
|
40536
|
+
"notifications" : {
|
|
40537
|
+
"endpoints" : {
|
|
40538
|
+
"eusc-de-east-1" : { }
|
|
40539
|
+
}
|
|
40540
|
+
},
|
|
40541
|
+
"oam" : {
|
|
40542
|
+
"endpoints" : {
|
|
40543
|
+
"eusc-de-east-1" : { }
|
|
40544
|
+
}
|
|
40545
|
+
},
|
|
40546
|
+
"pi" : {
|
|
40547
|
+
"endpoints" : {
|
|
40548
|
+
"eusc-de-east-1" : { }
|
|
40549
|
+
}
|
|
40550
|
+
},
|
|
40551
|
+
"qbusiness" : {
|
|
40552
|
+
"endpoints" : {
|
|
40553
|
+
"eusc-de-east-1" : { }
|
|
40554
|
+
}
|
|
40555
|
+
},
|
|
40556
|
+
"ram" : {
|
|
40557
|
+
"endpoints" : {
|
|
40558
|
+
"eusc-de-east-1" : { }
|
|
40559
|
+
}
|
|
40560
|
+
},
|
|
40561
|
+
"rbin" : {
|
|
40562
|
+
"endpoints" : {
|
|
40563
|
+
"eusc-de-east-1" : { }
|
|
40564
|
+
}
|
|
40565
|
+
},
|
|
40566
|
+
"rds" : {
|
|
40567
|
+
"endpoints" : {
|
|
40568
|
+
"eusc-de-east-1" : { }
|
|
40569
|
+
}
|
|
40570
|
+
},
|
|
40571
|
+
"redshift" : {
|
|
40572
|
+
"endpoints" : {
|
|
40573
|
+
"eusc-de-east-1" : { }
|
|
40574
|
+
}
|
|
40575
|
+
},
|
|
40576
|
+
"resource-groups" : {
|
|
40577
|
+
"endpoints" : {
|
|
40578
|
+
"eusc-de-east-1" : { }
|
|
40579
|
+
}
|
|
40580
|
+
},
|
|
40581
|
+
"rolesanywhere" : {
|
|
40582
|
+
"endpoints" : {
|
|
40583
|
+
"eusc-de-east-1" : { }
|
|
40584
|
+
}
|
|
40585
|
+
},
|
|
40586
|
+
"route53resolver" : {
|
|
40587
|
+
"endpoints" : {
|
|
40588
|
+
"eusc-de-east-1" : { }
|
|
40589
|
+
}
|
|
40590
|
+
},
|
|
40591
|
+
"s3" : {
|
|
40592
|
+
"endpoints" : {
|
|
40593
|
+
"eusc-de-east-1" : { }
|
|
40594
|
+
}
|
|
40595
|
+
},
|
|
40596
|
+
"s3-control" : {
|
|
40597
|
+
"endpoints" : {
|
|
40598
|
+
"eusc-de-east-1" : { }
|
|
40599
|
+
}
|
|
40600
|
+
},
|
|
40601
|
+
"scheduler" : {
|
|
40602
|
+
"endpoints" : {
|
|
40603
|
+
"eusc-de-east-1" : { }
|
|
40604
|
+
}
|
|
40605
|
+
},
|
|
40606
|
+
"secretsmanager" : {
|
|
40607
|
+
"endpoints" : {
|
|
40608
|
+
"eusc-de-east-1" : { }
|
|
40609
|
+
}
|
|
40610
|
+
},
|
|
40611
|
+
"securityhub" : {
|
|
40612
|
+
"endpoints" : {
|
|
40613
|
+
"eusc-de-east-1" : { }
|
|
40614
|
+
}
|
|
40615
|
+
},
|
|
40616
|
+
"servicediscovery" : {
|
|
40617
|
+
"endpoints" : {
|
|
40618
|
+
"eusc-de-east-1" : { }
|
|
40619
|
+
}
|
|
40620
|
+
},
|
|
40621
|
+
"servicequotas" : {
|
|
40622
|
+
"endpoints" : {
|
|
40623
|
+
"eusc-de-east-1" : { }
|
|
40624
|
+
}
|
|
40625
|
+
},
|
|
40626
|
+
"signer" : {
|
|
40627
|
+
"endpoints" : {
|
|
40628
|
+
"eusc-de-east-1" : { }
|
|
40629
|
+
}
|
|
40630
|
+
},
|
|
40631
|
+
"sms-voice" : {
|
|
40632
|
+
"endpoints" : {
|
|
40633
|
+
"eusc-de-east-1" : { }
|
|
40634
|
+
}
|
|
40635
|
+
},
|
|
40636
|
+
"sns" : {
|
|
40637
|
+
"endpoints" : {
|
|
40638
|
+
"eusc-de-east-1" : { }
|
|
40639
|
+
}
|
|
40640
|
+
},
|
|
40641
|
+
"sqs" : {
|
|
40642
|
+
"endpoints" : {
|
|
40643
|
+
"eusc-de-east-1" : { }
|
|
40644
|
+
}
|
|
40645
|
+
},
|
|
40646
|
+
"ssm" : {
|
|
40647
|
+
"endpoints" : {
|
|
40648
|
+
"eusc-de-east-1" : { }
|
|
40649
|
+
}
|
|
40650
|
+
},
|
|
40651
|
+
"states" : {
|
|
40652
|
+
"endpoints" : {
|
|
40653
|
+
"eusc-de-east-1" : { }
|
|
40654
|
+
}
|
|
40655
|
+
},
|
|
40656
|
+
"storagegateway" : {
|
|
40657
|
+
"endpoints" : {
|
|
40658
|
+
"eusc-de-east-1" : { }
|
|
40659
|
+
}
|
|
40660
|
+
},
|
|
40661
|
+
"streams.dynamodb" : {
|
|
40662
|
+
"endpoints" : {
|
|
40663
|
+
"eusc-de-east-1" : { }
|
|
40664
|
+
}
|
|
40665
|
+
},
|
|
40666
|
+
"sts" : {
|
|
40667
|
+
"endpoints" : {
|
|
40668
|
+
"eusc-de-east-1" : { }
|
|
40669
|
+
}
|
|
40670
|
+
},
|
|
40671
|
+
"swf" : {
|
|
40672
|
+
"endpoints" : {
|
|
40673
|
+
"eusc-de-east-1" : { }
|
|
40674
|
+
}
|
|
40675
|
+
},
|
|
40676
|
+
"synthetics" : {
|
|
40677
|
+
"endpoints" : {
|
|
40678
|
+
"eusc-de-east-1" : { }
|
|
40679
|
+
}
|
|
40680
|
+
},
|
|
40681
|
+
"tagging" : {
|
|
40682
|
+
"endpoints" : {
|
|
40683
|
+
"eusc-de-east-1" : { }
|
|
40684
|
+
}
|
|
40685
|
+
},
|
|
40686
|
+
"transfer" : {
|
|
40687
|
+
"endpoints" : {
|
|
40688
|
+
"eusc-de-east-1" : { }
|
|
40689
|
+
}
|
|
40690
|
+
},
|
|
40691
|
+
"trustedadvisor" : {
|
|
40692
|
+
"endpoints" : {
|
|
40693
|
+
"eusc-de-east-1" : { }
|
|
40694
|
+
}
|
|
40695
|
+
},
|
|
40696
|
+
"wafv2" : {
|
|
40697
|
+
"endpoints" : {
|
|
40698
|
+
"eusc-de-east-1" : { }
|
|
40699
|
+
}
|
|
40700
|
+
},
|
|
40701
|
+
"xray" : {
|
|
40702
|
+
"endpoints" : {
|
|
40703
|
+
"eusc-de-east-1" : { }
|
|
40704
|
+
}
|
|
40705
|
+
}
|
|
40706
|
+
}
|
|
40199
40707
|
} ],
|
|
40200
40708
|
"version" : 3
|
|
40201
40709
|
}
|