aws-partitions 1.1189.0 → 1.1196.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 +35 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +512 -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: fbcba25e0a9765491e0435e053be2ab1a1bd1a276db185c4c67cea73ef93678b
|
|
4
|
+
data.tar.gz: 770bb8f31f6651e1fdcbfb5fc3a606a1ee0daf4d7fdd0dc94c99b37af6440e40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 392549053cf7ac32b6f79a116a1ee16b2425717ace129ebfb9e19fac3f0938d7ca4366a2b8c11be0a6ca6e4e6d478bd758bb44bfa0e3516444afe6bd07aac6cd
|
|
7
|
+
data.tar.gz: a7b7e125af6dc988413212ba033189e4f48fb126ec49a2abb7a7de82e151ee5cff3af5d06a23181348aa2725dfa6a6798868f57c8810b43c0490ddcaf27a6e20
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,41 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1196.0 (2025-12-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1195.0 (2025-12-16)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.1194.0 (2025-12-12)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.1193.0 (2025-12-11)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.1192.0 (2025-12-09)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.1191.0 (2025-12-08)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.1190.0 (2025-12-02)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Added support for enumerating regions for `Aws::NovaAct`.
|
|
38
|
+
|
|
4
39
|
1.1189.0 (2025-12-01)
|
|
5
40
|
------------------
|
|
6
41
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1196.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -522,6 +522,7 @@ module Aws
|
|
|
522
522
|
'NetworkMonitor' => 'networkmonitor',
|
|
523
523
|
'Notifications' => 'notifications',
|
|
524
524
|
'NotificationsContacts' => 'notifications-contacts',
|
|
525
|
+
'NovaAct' => 'nova-act',
|
|
525
526
|
'OAM' => 'oam',
|
|
526
527
|
'OSIS' => 'osis',
|
|
527
528
|
'ObservabilityAdmin' => 'observabilityadmin',
|
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" : [ {
|
|
@@ -4960,12 +4961,14 @@
|
|
|
4960
4961
|
"tags" : [ "dualstack" ]
|
|
4961
4962
|
} ]
|
|
4962
4963
|
},
|
|
4964
|
+
"ap-southeast-5" : { },
|
|
4963
4965
|
"ca-central-1" : {
|
|
4964
4966
|
"variants" : [ {
|
|
4965
4967
|
"hostname" : "cloudhsmv2.ca-central-1.api.aws",
|
|
4966
4968
|
"tags" : [ "dualstack" ]
|
|
4967
4969
|
} ]
|
|
4968
4970
|
},
|
|
4971
|
+
"ca-west-1" : { },
|
|
4969
4972
|
"eu-central-1" : {
|
|
4970
4973
|
"variants" : [ {
|
|
4971
4974
|
"hostname" : "cloudhsmv2.eu-central-1.api.aws",
|
|
@@ -5027,6 +5030,7 @@
|
|
|
5027
5030
|
"tags" : [ "dualstack" ]
|
|
5028
5031
|
} ]
|
|
5029
5032
|
},
|
|
5033
|
+
"mx-central-1" : { },
|
|
5030
5034
|
"sa-east-1" : {
|
|
5031
5035
|
"variants" : [ {
|
|
5032
5036
|
"hostname" : "cloudhsmv2.sa-east-1.api.aws",
|
|
@@ -9254,6 +9258,7 @@
|
|
|
9254
9258
|
"tags" : [ "dualstack" ]
|
|
9255
9259
|
} ]
|
|
9256
9260
|
},
|
|
9261
|
+
"ap-south-2" : { },
|
|
9257
9262
|
"ap-southeast-1" : {
|
|
9258
9263
|
"variants" : [ {
|
|
9259
9264
|
"hostname" : "elasticbeanstalk.ap-southeast-1.api.aws",
|
|
@@ -9272,7 +9277,9 @@
|
|
|
9272
9277
|
"tags" : [ "dualstack" ]
|
|
9273
9278
|
} ]
|
|
9274
9279
|
},
|
|
9280
|
+
"ap-southeast-4" : { },
|
|
9275
9281
|
"ap-southeast-5" : { },
|
|
9282
|
+
"ap-southeast-6" : { },
|
|
9276
9283
|
"ap-southeast-7" : { },
|
|
9277
9284
|
"ca-central-1" : {
|
|
9278
9285
|
"variants" : [ {
|
|
@@ -9280,12 +9287,14 @@
|
|
|
9280
9287
|
"tags" : [ "dualstack" ]
|
|
9281
9288
|
} ]
|
|
9282
9289
|
},
|
|
9290
|
+
"ca-west-1" : { },
|
|
9283
9291
|
"eu-central-1" : {
|
|
9284
9292
|
"variants" : [ {
|
|
9285
9293
|
"hostname" : "elasticbeanstalk.eu-central-1.api.aws",
|
|
9286
9294
|
"tags" : [ "dualstack" ]
|
|
9287
9295
|
} ]
|
|
9288
9296
|
},
|
|
9297
|
+
"eu-central-2" : { },
|
|
9289
9298
|
"eu-north-1" : {
|
|
9290
9299
|
"variants" : [ {
|
|
9291
9300
|
"hostname" : "elasticbeanstalk.eu-north-1.api.aws",
|
|
@@ -14319,6 +14328,7 @@
|
|
|
14319
14328
|
"ap-southeast-3" : { },
|
|
14320
14329
|
"ap-southeast-4" : { },
|
|
14321
14330
|
"ap-southeast-5" : { },
|
|
14331
|
+
"ap-southeast-6" : { },
|
|
14322
14332
|
"ap-southeast-7" : { },
|
|
14323
14333
|
"ca-central-1" : {
|
|
14324
14334
|
"variants" : [ {
|
|
@@ -17716,6 +17726,11 @@
|
|
|
17716
17726
|
"isRegionalized" : false,
|
|
17717
17727
|
"partitionEndpoint" : "aws-global"
|
|
17718
17728
|
},
|
|
17729
|
+
"nova-act" : {
|
|
17730
|
+
"endpoints" : {
|
|
17731
|
+
"us-east-1" : { }
|
|
17732
|
+
}
|
|
17733
|
+
},
|
|
17719
17734
|
"oam" : {
|
|
17720
17735
|
"endpoints" : {
|
|
17721
17736
|
"af-south-1" : { },
|
|
@@ -18181,6 +18196,11 @@
|
|
|
18181
18196
|
}
|
|
18182
18197
|
}
|
|
18183
18198
|
},
|
|
18199
|
+
"partnercentral-channel" : {
|
|
18200
|
+
"endpoints" : {
|
|
18201
|
+
"us-east-1" : { }
|
|
18202
|
+
}
|
|
18203
|
+
},
|
|
18184
18204
|
"personalize" : {
|
|
18185
18205
|
"endpoints" : {
|
|
18186
18206
|
"ap-northeast-1" : { },
|
|
@@ -18835,6 +18855,7 @@
|
|
|
18835
18855
|
},
|
|
18836
18856
|
"hostname" : "portal.sso.ap-east-1.amazonaws.com"
|
|
18837
18857
|
},
|
|
18858
|
+
"ap-east-2" : { },
|
|
18838
18859
|
"ap-northeast-1" : {
|
|
18839
18860
|
"credentialScope" : {
|
|
18840
18861
|
"region" : "ap-northeast-1"
|
|
@@ -20596,6 +20617,7 @@
|
|
|
20596
20617
|
"ap-southeast-3" : { },
|
|
20597
20618
|
"ap-southeast-4" : { },
|
|
20598
20619
|
"ap-southeast-5" : { },
|
|
20620
|
+
"ap-southeast-6" : { },
|
|
20599
20621
|
"ap-southeast-7" : { },
|
|
20600
20622
|
"ca-central-1" : {
|
|
20601
20623
|
"variants" : [ {
|
|
@@ -39943,6 +39965,12 @@
|
|
|
39943
39965
|
"us-isof-south-1" : { }
|
|
39944
39966
|
}
|
|
39945
39967
|
},
|
|
39968
|
+
"rolesanywhere" : {
|
|
39969
|
+
"endpoints" : {
|
|
39970
|
+
"us-isof-east-1" : { },
|
|
39971
|
+
"us-isof-south-1" : { }
|
|
39972
|
+
}
|
|
39973
|
+
},
|
|
39946
39974
|
"route53" : {
|
|
39947
39975
|
"endpoints" : {
|
|
39948
39976
|
"aws-iso-f-global" : {
|
|
@@ -40189,7 +40217,490 @@
|
|
|
40189
40217
|
"description" : "EU (Germany)"
|
|
40190
40218
|
}
|
|
40191
40219
|
},
|
|
40192
|
-
"services" : {
|
|
40220
|
+
"services" : {
|
|
40221
|
+
"access-analyzer" : {
|
|
40222
|
+
"endpoints" : {
|
|
40223
|
+
"eusc-de-east-1" : { }
|
|
40224
|
+
}
|
|
40225
|
+
},
|
|
40226
|
+
"acm" : {
|
|
40227
|
+
"endpoints" : {
|
|
40228
|
+
"eusc-de-east-1" : { }
|
|
40229
|
+
}
|
|
40230
|
+
},
|
|
40231
|
+
"acm-pca" : {
|
|
40232
|
+
"endpoints" : {
|
|
40233
|
+
"eusc-de-east-1" : { }
|
|
40234
|
+
}
|
|
40235
|
+
},
|
|
40236
|
+
"agreement-marketplace" : {
|
|
40237
|
+
"endpoints" : {
|
|
40238
|
+
"eusc-de-east-1" : { }
|
|
40239
|
+
}
|
|
40240
|
+
},
|
|
40241
|
+
"api.ecr" : {
|
|
40242
|
+
"endpoints" : {
|
|
40243
|
+
"eusc-de-east-1" : { }
|
|
40244
|
+
}
|
|
40245
|
+
},
|
|
40246
|
+
"api.pricing" : {
|
|
40247
|
+
"endpoints" : {
|
|
40248
|
+
"eusc-de-east-1" : { }
|
|
40249
|
+
}
|
|
40250
|
+
},
|
|
40251
|
+
"api.sagemaker" : {
|
|
40252
|
+
"endpoints" : {
|
|
40253
|
+
"eusc-de-east-1" : { }
|
|
40254
|
+
}
|
|
40255
|
+
},
|
|
40256
|
+
"appconfig" : {
|
|
40257
|
+
"endpoints" : {
|
|
40258
|
+
"eusc-de-east-1" : { }
|
|
40259
|
+
}
|
|
40260
|
+
},
|
|
40261
|
+
"appconfigdata" : {
|
|
40262
|
+
"endpoints" : {
|
|
40263
|
+
"eusc-de-east-1" : { }
|
|
40264
|
+
}
|
|
40265
|
+
},
|
|
40266
|
+
"application-autoscaling" : {
|
|
40267
|
+
"endpoints" : {
|
|
40268
|
+
"eusc-de-east-1" : { }
|
|
40269
|
+
}
|
|
40270
|
+
},
|
|
40271
|
+
"arc-zonal-shift" : {
|
|
40272
|
+
"endpoints" : {
|
|
40273
|
+
"eusc-de-east-1" : { }
|
|
40274
|
+
}
|
|
40275
|
+
},
|
|
40276
|
+
"athena" : {
|
|
40277
|
+
"endpoints" : {
|
|
40278
|
+
"eusc-de-east-1" : { }
|
|
40279
|
+
}
|
|
40280
|
+
},
|
|
40281
|
+
"autoscaling" : {
|
|
40282
|
+
"endpoints" : {
|
|
40283
|
+
"eusc-de-east-1" : { }
|
|
40284
|
+
}
|
|
40285
|
+
},
|
|
40286
|
+
"backup" : {
|
|
40287
|
+
"endpoints" : {
|
|
40288
|
+
"eusc-de-east-1" : { }
|
|
40289
|
+
}
|
|
40290
|
+
},
|
|
40291
|
+
"batch" : {
|
|
40292
|
+
"endpoints" : {
|
|
40293
|
+
"eusc-de-east-1" : { }
|
|
40294
|
+
}
|
|
40295
|
+
},
|
|
40296
|
+
"bedrock" : {
|
|
40297
|
+
"endpoints" : {
|
|
40298
|
+
"eusc-de-east-1" : { }
|
|
40299
|
+
}
|
|
40300
|
+
},
|
|
40301
|
+
"cloudcontrolapi" : {
|
|
40302
|
+
"endpoints" : {
|
|
40303
|
+
"eusc-de-east-1" : { }
|
|
40304
|
+
}
|
|
40305
|
+
},
|
|
40306
|
+
"cloudformation" : {
|
|
40307
|
+
"endpoints" : {
|
|
40308
|
+
"eusc-de-east-1" : { }
|
|
40309
|
+
}
|
|
40310
|
+
},
|
|
40311
|
+
"cloudtrail" : {
|
|
40312
|
+
"endpoints" : {
|
|
40313
|
+
"eusc-de-east-1" : { }
|
|
40314
|
+
}
|
|
40315
|
+
},
|
|
40316
|
+
"codedeploy" : {
|
|
40317
|
+
"endpoints" : {
|
|
40318
|
+
"eusc-de-east-1" : { }
|
|
40319
|
+
}
|
|
40320
|
+
},
|
|
40321
|
+
"compute-optimizer" : {
|
|
40322
|
+
"endpoints" : {
|
|
40323
|
+
"eusc-de-east-1" : { }
|
|
40324
|
+
}
|
|
40325
|
+
},
|
|
40326
|
+
"config" : {
|
|
40327
|
+
"endpoints" : {
|
|
40328
|
+
"eusc-de-east-1" : { }
|
|
40329
|
+
}
|
|
40330
|
+
},
|
|
40331
|
+
"cost-optimization-hub" : {
|
|
40332
|
+
"endpoints" : {
|
|
40333
|
+
"eusc-de-east-1" : { }
|
|
40334
|
+
}
|
|
40335
|
+
},
|
|
40336
|
+
"datasync" : {
|
|
40337
|
+
"endpoints" : {
|
|
40338
|
+
"eusc-de-east-1" : { }
|
|
40339
|
+
}
|
|
40340
|
+
},
|
|
40341
|
+
"datazone" : {
|
|
40342
|
+
"endpoints" : {
|
|
40343
|
+
"eusc-de-east-1" : { }
|
|
40344
|
+
}
|
|
40345
|
+
},
|
|
40346
|
+
"directconnect" : {
|
|
40347
|
+
"endpoints" : {
|
|
40348
|
+
"eusc-de-east-1" : { }
|
|
40349
|
+
}
|
|
40350
|
+
},
|
|
40351
|
+
"dlm" : {
|
|
40352
|
+
"endpoints" : {
|
|
40353
|
+
"eusc-de-east-1" : { }
|
|
40354
|
+
}
|
|
40355
|
+
},
|
|
40356
|
+
"dms" : {
|
|
40357
|
+
"endpoints" : {
|
|
40358
|
+
"eusc-de-east-1" : { }
|
|
40359
|
+
}
|
|
40360
|
+
},
|
|
40361
|
+
"ds" : {
|
|
40362
|
+
"endpoints" : {
|
|
40363
|
+
"eusc-de-east-1" : { }
|
|
40364
|
+
}
|
|
40365
|
+
},
|
|
40366
|
+
"dynamodb" : {
|
|
40367
|
+
"endpoints" : {
|
|
40368
|
+
"eusc-de-east-1" : { }
|
|
40369
|
+
}
|
|
40370
|
+
},
|
|
40371
|
+
"ebs" : {
|
|
40372
|
+
"endpoints" : {
|
|
40373
|
+
"eusc-de-east-1" : { }
|
|
40374
|
+
}
|
|
40375
|
+
},
|
|
40376
|
+
"ec2" : {
|
|
40377
|
+
"endpoints" : {
|
|
40378
|
+
"eusc-de-east-1" : { }
|
|
40379
|
+
}
|
|
40380
|
+
},
|
|
40381
|
+
"ecs" : {
|
|
40382
|
+
"endpoints" : {
|
|
40383
|
+
"eusc-de-east-1" : { }
|
|
40384
|
+
}
|
|
40385
|
+
},
|
|
40386
|
+
"eks" : {
|
|
40387
|
+
"endpoints" : {
|
|
40388
|
+
"eusc-de-east-1" : { }
|
|
40389
|
+
}
|
|
40390
|
+
},
|
|
40391
|
+
"eks-auth" : {
|
|
40392
|
+
"endpoints" : {
|
|
40393
|
+
"eusc-de-east-1" : { }
|
|
40394
|
+
}
|
|
40395
|
+
},
|
|
40396
|
+
"elasticache" : {
|
|
40397
|
+
"endpoints" : {
|
|
40398
|
+
"eusc-de-east-1" : { }
|
|
40399
|
+
}
|
|
40400
|
+
},
|
|
40401
|
+
"elasticfilesystem" : {
|
|
40402
|
+
"endpoints" : {
|
|
40403
|
+
"eusc-de-east-1" : { }
|
|
40404
|
+
}
|
|
40405
|
+
},
|
|
40406
|
+
"elasticloadbalancing" : {
|
|
40407
|
+
"endpoints" : {
|
|
40408
|
+
"eusc-de-east-1" : { }
|
|
40409
|
+
}
|
|
40410
|
+
},
|
|
40411
|
+
"elasticmapreduce" : {
|
|
40412
|
+
"endpoints" : {
|
|
40413
|
+
"eusc-de-east-1" : { }
|
|
40414
|
+
}
|
|
40415
|
+
},
|
|
40416
|
+
"email" : {
|
|
40417
|
+
"endpoints" : {
|
|
40418
|
+
"eusc-de-east-1" : { }
|
|
40419
|
+
}
|
|
40420
|
+
},
|
|
40421
|
+
"entitlement.marketplace" : {
|
|
40422
|
+
"endpoints" : {
|
|
40423
|
+
"eusc-de-east-1" : { }
|
|
40424
|
+
}
|
|
40425
|
+
},
|
|
40426
|
+
"es" : {
|
|
40427
|
+
"endpoints" : {
|
|
40428
|
+
"eusc-de-east-1" : { }
|
|
40429
|
+
}
|
|
40430
|
+
},
|
|
40431
|
+
"events" : {
|
|
40432
|
+
"endpoints" : {
|
|
40433
|
+
"eusc-de-east-1" : { }
|
|
40434
|
+
}
|
|
40435
|
+
},
|
|
40436
|
+
"firehose" : {
|
|
40437
|
+
"endpoints" : {
|
|
40438
|
+
"eusc-de-east-1" : { }
|
|
40439
|
+
}
|
|
40440
|
+
},
|
|
40441
|
+
"gameliftstreams" : {
|
|
40442
|
+
"endpoints" : {
|
|
40443
|
+
"eusc-de-east-1" : { }
|
|
40444
|
+
}
|
|
40445
|
+
},
|
|
40446
|
+
"glue" : {
|
|
40447
|
+
"endpoints" : {
|
|
40448
|
+
"eusc-de-east-1" : { }
|
|
40449
|
+
}
|
|
40450
|
+
},
|
|
40451
|
+
"guardduty" : {
|
|
40452
|
+
"endpoints" : {
|
|
40453
|
+
"eusc-de-east-1" : { }
|
|
40454
|
+
}
|
|
40455
|
+
},
|
|
40456
|
+
"health" : {
|
|
40457
|
+
"endpoints" : {
|
|
40458
|
+
"eusc-de-east-1" : {
|
|
40459
|
+
"deprecated" : true
|
|
40460
|
+
}
|
|
40461
|
+
}
|
|
40462
|
+
},
|
|
40463
|
+
"identitystore" : {
|
|
40464
|
+
"endpoints" : {
|
|
40465
|
+
"eusc-de-east-1" : { }
|
|
40466
|
+
}
|
|
40467
|
+
},
|
|
40468
|
+
"internetmonitor" : {
|
|
40469
|
+
"endpoints" : {
|
|
40470
|
+
"eusc-de-east-1" : { }
|
|
40471
|
+
}
|
|
40472
|
+
},
|
|
40473
|
+
"kafka" : {
|
|
40474
|
+
"endpoints" : {
|
|
40475
|
+
"eusc-de-east-1" : { }
|
|
40476
|
+
}
|
|
40477
|
+
},
|
|
40478
|
+
"kendra-ranking" : {
|
|
40479
|
+
"endpoints" : {
|
|
40480
|
+
"eusc-de-east-1" : { }
|
|
40481
|
+
}
|
|
40482
|
+
},
|
|
40483
|
+
"kinesis" : {
|
|
40484
|
+
"endpoints" : {
|
|
40485
|
+
"eusc-de-east-1" : { }
|
|
40486
|
+
}
|
|
40487
|
+
},
|
|
40488
|
+
"kinesisanalytics" : {
|
|
40489
|
+
"endpoints" : {
|
|
40490
|
+
"eusc-de-east-1" : { }
|
|
40491
|
+
}
|
|
40492
|
+
},
|
|
40493
|
+
"kms" : {
|
|
40494
|
+
"endpoints" : {
|
|
40495
|
+
"eusc-de-east-1" : { }
|
|
40496
|
+
}
|
|
40497
|
+
},
|
|
40498
|
+
"lakeformation" : {
|
|
40499
|
+
"endpoints" : {
|
|
40500
|
+
"eusc-de-east-1" : { }
|
|
40501
|
+
}
|
|
40502
|
+
},
|
|
40503
|
+
"lambda" : {
|
|
40504
|
+
"endpoints" : {
|
|
40505
|
+
"eusc-de-east-1" : { }
|
|
40506
|
+
}
|
|
40507
|
+
},
|
|
40508
|
+
"license-manager" : {
|
|
40509
|
+
"endpoints" : {
|
|
40510
|
+
"eusc-de-east-1" : { }
|
|
40511
|
+
}
|
|
40512
|
+
},
|
|
40513
|
+
"logs" : {
|
|
40514
|
+
"endpoints" : {
|
|
40515
|
+
"eusc-de-east-1" : { }
|
|
40516
|
+
}
|
|
40517
|
+
},
|
|
40518
|
+
"metering.marketplace" : {
|
|
40519
|
+
"endpoints" : {
|
|
40520
|
+
"eusc-de-east-1" : { }
|
|
40521
|
+
}
|
|
40522
|
+
},
|
|
40523
|
+
"metrics.sagemaker" : {
|
|
40524
|
+
"endpoints" : {
|
|
40525
|
+
"eusc-de-east-1" : { }
|
|
40526
|
+
}
|
|
40527
|
+
},
|
|
40528
|
+
"monitoring" : {
|
|
40529
|
+
"endpoints" : {
|
|
40530
|
+
"eusc-de-east-1" : { }
|
|
40531
|
+
}
|
|
40532
|
+
},
|
|
40533
|
+
"notifications" : {
|
|
40534
|
+
"endpoints" : {
|
|
40535
|
+
"eusc-de-east-1" : { }
|
|
40536
|
+
}
|
|
40537
|
+
},
|
|
40538
|
+
"oam" : {
|
|
40539
|
+
"endpoints" : {
|
|
40540
|
+
"eusc-de-east-1" : { }
|
|
40541
|
+
}
|
|
40542
|
+
},
|
|
40543
|
+
"pi" : {
|
|
40544
|
+
"endpoints" : {
|
|
40545
|
+
"eusc-de-east-1" : { }
|
|
40546
|
+
}
|
|
40547
|
+
},
|
|
40548
|
+
"qbusiness" : {
|
|
40549
|
+
"endpoints" : {
|
|
40550
|
+
"eusc-de-east-1" : { }
|
|
40551
|
+
}
|
|
40552
|
+
},
|
|
40553
|
+
"ram" : {
|
|
40554
|
+
"endpoints" : {
|
|
40555
|
+
"eusc-de-east-1" : { }
|
|
40556
|
+
}
|
|
40557
|
+
},
|
|
40558
|
+
"rbin" : {
|
|
40559
|
+
"endpoints" : {
|
|
40560
|
+
"eusc-de-east-1" : { }
|
|
40561
|
+
}
|
|
40562
|
+
},
|
|
40563
|
+
"rds" : {
|
|
40564
|
+
"endpoints" : {
|
|
40565
|
+
"eusc-de-east-1" : { }
|
|
40566
|
+
}
|
|
40567
|
+
},
|
|
40568
|
+
"redshift" : {
|
|
40569
|
+
"endpoints" : {
|
|
40570
|
+
"eusc-de-east-1" : { }
|
|
40571
|
+
}
|
|
40572
|
+
},
|
|
40573
|
+
"resource-groups" : {
|
|
40574
|
+
"endpoints" : {
|
|
40575
|
+
"eusc-de-east-1" : { }
|
|
40576
|
+
}
|
|
40577
|
+
},
|
|
40578
|
+
"rolesanywhere" : {
|
|
40579
|
+
"endpoints" : {
|
|
40580
|
+
"eusc-de-east-1" : { }
|
|
40581
|
+
}
|
|
40582
|
+
},
|
|
40583
|
+
"route53resolver" : {
|
|
40584
|
+
"endpoints" : {
|
|
40585
|
+
"eusc-de-east-1" : { }
|
|
40586
|
+
}
|
|
40587
|
+
},
|
|
40588
|
+
"s3" : {
|
|
40589
|
+
"endpoints" : {
|
|
40590
|
+
"eusc-de-east-1" : { }
|
|
40591
|
+
}
|
|
40592
|
+
},
|
|
40593
|
+
"s3-control" : {
|
|
40594
|
+
"endpoints" : {
|
|
40595
|
+
"eusc-de-east-1" : { }
|
|
40596
|
+
}
|
|
40597
|
+
},
|
|
40598
|
+
"scheduler" : {
|
|
40599
|
+
"endpoints" : {
|
|
40600
|
+
"eusc-de-east-1" : { }
|
|
40601
|
+
}
|
|
40602
|
+
},
|
|
40603
|
+
"secretsmanager" : {
|
|
40604
|
+
"endpoints" : {
|
|
40605
|
+
"eusc-de-east-1" : { }
|
|
40606
|
+
}
|
|
40607
|
+
},
|
|
40608
|
+
"securityhub" : {
|
|
40609
|
+
"endpoints" : {
|
|
40610
|
+
"eusc-de-east-1" : { }
|
|
40611
|
+
}
|
|
40612
|
+
},
|
|
40613
|
+
"servicediscovery" : {
|
|
40614
|
+
"endpoints" : {
|
|
40615
|
+
"eusc-de-east-1" : { }
|
|
40616
|
+
}
|
|
40617
|
+
},
|
|
40618
|
+
"servicequotas" : {
|
|
40619
|
+
"endpoints" : {
|
|
40620
|
+
"eusc-de-east-1" : { }
|
|
40621
|
+
}
|
|
40622
|
+
},
|
|
40623
|
+
"signer" : {
|
|
40624
|
+
"endpoints" : {
|
|
40625
|
+
"eusc-de-east-1" : { }
|
|
40626
|
+
}
|
|
40627
|
+
},
|
|
40628
|
+
"sms-voice" : {
|
|
40629
|
+
"endpoints" : {
|
|
40630
|
+
"eusc-de-east-1" : { }
|
|
40631
|
+
}
|
|
40632
|
+
},
|
|
40633
|
+
"sns" : {
|
|
40634
|
+
"endpoints" : {
|
|
40635
|
+
"eusc-de-east-1" : { }
|
|
40636
|
+
}
|
|
40637
|
+
},
|
|
40638
|
+
"sqs" : {
|
|
40639
|
+
"endpoints" : {
|
|
40640
|
+
"eusc-de-east-1" : { }
|
|
40641
|
+
}
|
|
40642
|
+
},
|
|
40643
|
+
"ssm" : {
|
|
40644
|
+
"endpoints" : {
|
|
40645
|
+
"eusc-de-east-1" : { }
|
|
40646
|
+
}
|
|
40647
|
+
},
|
|
40648
|
+
"states" : {
|
|
40649
|
+
"endpoints" : {
|
|
40650
|
+
"eusc-de-east-1" : { }
|
|
40651
|
+
}
|
|
40652
|
+
},
|
|
40653
|
+
"storagegateway" : {
|
|
40654
|
+
"endpoints" : {
|
|
40655
|
+
"eusc-de-east-1" : { }
|
|
40656
|
+
}
|
|
40657
|
+
},
|
|
40658
|
+
"streams.dynamodb" : {
|
|
40659
|
+
"endpoints" : {
|
|
40660
|
+
"eusc-de-east-1" : { }
|
|
40661
|
+
}
|
|
40662
|
+
},
|
|
40663
|
+
"sts" : {
|
|
40664
|
+
"endpoints" : {
|
|
40665
|
+
"eusc-de-east-1" : { }
|
|
40666
|
+
}
|
|
40667
|
+
},
|
|
40668
|
+
"swf" : {
|
|
40669
|
+
"endpoints" : {
|
|
40670
|
+
"eusc-de-east-1" : { }
|
|
40671
|
+
}
|
|
40672
|
+
},
|
|
40673
|
+
"synthetics" : {
|
|
40674
|
+
"endpoints" : {
|
|
40675
|
+
"eusc-de-east-1" : { }
|
|
40676
|
+
}
|
|
40677
|
+
},
|
|
40678
|
+
"tagging" : {
|
|
40679
|
+
"endpoints" : {
|
|
40680
|
+
"eusc-de-east-1" : { }
|
|
40681
|
+
}
|
|
40682
|
+
},
|
|
40683
|
+
"transfer" : {
|
|
40684
|
+
"endpoints" : {
|
|
40685
|
+
"eusc-de-east-1" : { }
|
|
40686
|
+
}
|
|
40687
|
+
},
|
|
40688
|
+
"trustedadvisor" : {
|
|
40689
|
+
"endpoints" : {
|
|
40690
|
+
"eusc-de-east-1" : { }
|
|
40691
|
+
}
|
|
40692
|
+
},
|
|
40693
|
+
"wafv2" : {
|
|
40694
|
+
"endpoints" : {
|
|
40695
|
+
"eusc-de-east-1" : { }
|
|
40696
|
+
}
|
|
40697
|
+
},
|
|
40698
|
+
"xray" : {
|
|
40699
|
+
"endpoints" : {
|
|
40700
|
+
"eusc-de-east-1" : { }
|
|
40701
|
+
}
|
|
40702
|
+
}
|
|
40703
|
+
}
|
|
40193
40704
|
} ],
|
|
40194
40705
|
"version" : 3
|
|
40195
40706
|
}
|