aws-partitions 1.1262.0 → 1.1267.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -4
- data/partitions.json +18 -279
- 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: 9c3157653871b2934618f91a7ca903c3fe32b57e99f4437927386faa515e30aa
|
|
4
|
+
data.tar.gz: b9c2e6d673833cb4864711dac1b6e158a98eff1a3494c762becc8e45e63206c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33848b773f45109e48904cf65e58c867b82e911723117a18af90e133338aeced03b4e12d5768b32bd2d64161e8d624165b1ca7ea6b89f66b1b2067648fa4704e
|
|
7
|
+
data.tar.gz: 81cc2efc4e5aba4c4bac6bcaf18448516877c53f33a4c52384e42f0e9fb485fc157783cbea4b2663012139a1e09ba7eb71a7a13132e05ea16ad347dd993ec95a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1267.0 (2026-07-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::PartnerCentralRevenueMeasurement`.
|
|
8
|
+
|
|
9
|
+
1.1266.0 (2026-07-06)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.1265.0 (2026-07-02)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.1264.0 (2026-07-01)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.1263.0 (2026-06-30)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::SupportAuthZ`.
|
|
28
|
+
|
|
4
29
|
1.1262.0 (2026-06-22)
|
|
5
30
|
------------------
|
|
6
31
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1267.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -439,8 +439,6 @@ module Aws
|
|
|
439
439
|
'Invoicing' => 'invoicing',
|
|
440
440
|
'IoT' => 'iot',
|
|
441
441
|
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
|
|
442
|
-
'IoTEvents' => 'iotevents',
|
|
443
|
-
'IoTEventsData' => 'data.iotevents',
|
|
444
442
|
'IoTFleetWise' => 'iotfleetwise',
|
|
445
443
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
446
444
|
'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
|
|
@@ -538,10 +536,10 @@ module Aws
|
|
|
538
536
|
'Outposts' => 'outposts',
|
|
539
537
|
'PCS' => 'pcs',
|
|
540
538
|
'PI' => 'pi',
|
|
541
|
-
'Panorama' => 'panorama',
|
|
542
539
|
'PartnerCentralAccount' => 'partnercentral-account',
|
|
543
540
|
'PartnerCentralBenefits' => 'partnercentral-benefits',
|
|
544
541
|
'PartnerCentralChannel' => 'partnercentral-channel',
|
|
542
|
+
'PartnerCentralRevenueMeasurement' => 'partnercentral-prm',
|
|
545
543
|
'PartnerCentralSelling' => 'partnercentral-selling',
|
|
546
544
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
|
547
545
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
|
@@ -631,7 +629,6 @@ module Aws
|
|
|
631
629
|
'Signer' => 'signer',
|
|
632
630
|
'SignerData' => 'data-signer',
|
|
633
631
|
'Signin' => 'signin',
|
|
634
|
-
'SimSpaceWeaver' => 'simspaceweaver',
|
|
635
632
|
'SimpleDB' => 'sdb',
|
|
636
633
|
'SimpleDBv2' => 'sdb',
|
|
637
634
|
'SnowDeviceManagement' => 'snow-device-management',
|
|
@@ -643,6 +640,7 @@ module Aws
|
|
|
643
640
|
'SupplyChain' => 'scn',
|
|
644
641
|
'Support' => 'support',
|
|
645
642
|
'SupportApp' => 'supportapp',
|
|
643
|
+
'SupportAuthZ' => 'supportauthz',
|
|
646
644
|
'Sustainability' => 'sustainability',
|
|
647
645
|
'Synthetics' => 'synthetics',
|
|
648
646
|
'TaxSettings' => 'tax',
|
data/partitions.json
CHANGED
|
@@ -5535,6 +5535,7 @@
|
|
|
5535
5535
|
"ap-southeast-3" : { },
|
|
5536
5536
|
"ap-southeast-4" : { },
|
|
5537
5537
|
"ap-southeast-5" : { },
|
|
5538
|
+
"ap-southeast-6" : { },
|
|
5538
5539
|
"ca-central-1" : {
|
|
5539
5540
|
"variants" : [ {
|
|
5540
5541
|
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
|
|
@@ -8243,7 +8244,9 @@
|
|
|
8243
8244
|
"ap-southeast-2" : { },
|
|
8244
8245
|
"ap-southeast-3" : { },
|
|
8245
8246
|
"ap-southeast-4" : { },
|
|
8247
|
+
"ap-southeast-6" : { },
|
|
8246
8248
|
"ca-central-1" : { },
|
|
8249
|
+
"ca-west-1" : { },
|
|
8247
8250
|
"eu-central-1" : { },
|
|
8248
8251
|
"eu-central-2" : { },
|
|
8249
8252
|
"eu-north-1" : { },
|
|
@@ -13309,190 +13312,6 @@
|
|
|
13309
13312
|
}
|
|
13310
13313
|
}
|
|
13311
13314
|
},
|
|
13312
|
-
"iotevents" : {
|
|
13313
|
-
"endpoints" : {
|
|
13314
|
-
"ap-northeast-1" : { },
|
|
13315
|
-
"ap-northeast-2" : { },
|
|
13316
|
-
"ap-south-1" : { },
|
|
13317
|
-
"ap-southeast-1" : { },
|
|
13318
|
-
"ap-southeast-2" : { },
|
|
13319
|
-
"ca-central-1" : {
|
|
13320
|
-
"variants" : [ {
|
|
13321
|
-
"hostname" : "iotevents-fips.ca-central-1.amazonaws.com",
|
|
13322
|
-
"tags" : [ "fips" ]
|
|
13323
|
-
} ]
|
|
13324
|
-
},
|
|
13325
|
-
"eu-central-1" : { },
|
|
13326
|
-
"eu-west-1" : { },
|
|
13327
|
-
"eu-west-2" : { },
|
|
13328
|
-
"fips-ca-central-1" : {
|
|
13329
|
-
"credentialScope" : {
|
|
13330
|
-
"region" : "ca-central-1"
|
|
13331
|
-
},
|
|
13332
|
-
"deprecated" : true,
|
|
13333
|
-
"hostname" : "iotevents-fips.ca-central-1.amazonaws.com"
|
|
13334
|
-
},
|
|
13335
|
-
"fips-us-east-1" : {
|
|
13336
|
-
"credentialScope" : {
|
|
13337
|
-
"region" : "us-east-1"
|
|
13338
|
-
},
|
|
13339
|
-
"deprecated" : true,
|
|
13340
|
-
"hostname" : "iotevents-fips.us-east-1.amazonaws.com"
|
|
13341
|
-
},
|
|
13342
|
-
"fips-us-east-2" : {
|
|
13343
|
-
"credentialScope" : {
|
|
13344
|
-
"region" : "us-east-2"
|
|
13345
|
-
},
|
|
13346
|
-
"deprecated" : true,
|
|
13347
|
-
"hostname" : "iotevents-fips.us-east-2.amazonaws.com"
|
|
13348
|
-
},
|
|
13349
|
-
"fips-us-west-2" : {
|
|
13350
|
-
"credentialScope" : {
|
|
13351
|
-
"region" : "us-west-2"
|
|
13352
|
-
},
|
|
13353
|
-
"deprecated" : true,
|
|
13354
|
-
"hostname" : "iotevents-fips.us-west-2.amazonaws.com"
|
|
13355
|
-
},
|
|
13356
|
-
"us-east-1" : {
|
|
13357
|
-
"variants" : [ {
|
|
13358
|
-
"hostname" : "iotevents-fips.us-east-1.amazonaws.com",
|
|
13359
|
-
"tags" : [ "fips" ]
|
|
13360
|
-
} ]
|
|
13361
|
-
},
|
|
13362
|
-
"us-east-2" : {
|
|
13363
|
-
"variants" : [ {
|
|
13364
|
-
"hostname" : "iotevents-fips.us-east-2.amazonaws.com",
|
|
13365
|
-
"tags" : [ "fips" ]
|
|
13366
|
-
} ]
|
|
13367
|
-
},
|
|
13368
|
-
"us-west-2" : {
|
|
13369
|
-
"variants" : [ {
|
|
13370
|
-
"hostname" : "iotevents-fips.us-west-2.amazonaws.com",
|
|
13371
|
-
"tags" : [ "fips" ]
|
|
13372
|
-
} ]
|
|
13373
|
-
}
|
|
13374
|
-
}
|
|
13375
|
-
},
|
|
13376
|
-
"ioteventsdata" : {
|
|
13377
|
-
"endpoints" : {
|
|
13378
|
-
"ap-northeast-1" : {
|
|
13379
|
-
"credentialScope" : {
|
|
13380
|
-
"region" : "ap-northeast-1"
|
|
13381
|
-
},
|
|
13382
|
-
"hostname" : "data.iotevents.ap-northeast-1.amazonaws.com"
|
|
13383
|
-
},
|
|
13384
|
-
"ap-northeast-2" : {
|
|
13385
|
-
"credentialScope" : {
|
|
13386
|
-
"region" : "ap-northeast-2"
|
|
13387
|
-
},
|
|
13388
|
-
"hostname" : "data.iotevents.ap-northeast-2.amazonaws.com"
|
|
13389
|
-
},
|
|
13390
|
-
"ap-south-1" : {
|
|
13391
|
-
"credentialScope" : {
|
|
13392
|
-
"region" : "ap-south-1"
|
|
13393
|
-
},
|
|
13394
|
-
"hostname" : "data.iotevents.ap-south-1.amazonaws.com"
|
|
13395
|
-
},
|
|
13396
|
-
"ap-southeast-1" : {
|
|
13397
|
-
"credentialScope" : {
|
|
13398
|
-
"region" : "ap-southeast-1"
|
|
13399
|
-
},
|
|
13400
|
-
"hostname" : "data.iotevents.ap-southeast-1.amazonaws.com"
|
|
13401
|
-
},
|
|
13402
|
-
"ap-southeast-2" : {
|
|
13403
|
-
"credentialScope" : {
|
|
13404
|
-
"region" : "ap-southeast-2"
|
|
13405
|
-
},
|
|
13406
|
-
"hostname" : "data.iotevents.ap-southeast-2.amazonaws.com"
|
|
13407
|
-
},
|
|
13408
|
-
"ca-central-1" : {
|
|
13409
|
-
"credentialScope" : {
|
|
13410
|
-
"region" : "ca-central-1"
|
|
13411
|
-
},
|
|
13412
|
-
"hostname" : "data.iotevents.ca-central-1.amazonaws.com",
|
|
13413
|
-
"variants" : [ {
|
|
13414
|
-
"hostname" : "data.iotevents-fips.ca-central-1.amazonaws.com",
|
|
13415
|
-
"tags" : [ "fips" ]
|
|
13416
|
-
} ]
|
|
13417
|
-
},
|
|
13418
|
-
"eu-central-1" : {
|
|
13419
|
-
"credentialScope" : {
|
|
13420
|
-
"region" : "eu-central-1"
|
|
13421
|
-
},
|
|
13422
|
-
"hostname" : "data.iotevents.eu-central-1.amazonaws.com"
|
|
13423
|
-
},
|
|
13424
|
-
"eu-west-1" : {
|
|
13425
|
-
"credentialScope" : {
|
|
13426
|
-
"region" : "eu-west-1"
|
|
13427
|
-
},
|
|
13428
|
-
"hostname" : "data.iotevents.eu-west-1.amazonaws.com"
|
|
13429
|
-
},
|
|
13430
|
-
"eu-west-2" : {
|
|
13431
|
-
"credentialScope" : {
|
|
13432
|
-
"region" : "eu-west-2"
|
|
13433
|
-
},
|
|
13434
|
-
"hostname" : "data.iotevents.eu-west-2.amazonaws.com"
|
|
13435
|
-
},
|
|
13436
|
-
"fips-ca-central-1" : {
|
|
13437
|
-
"credentialScope" : {
|
|
13438
|
-
"region" : "ca-central-1"
|
|
13439
|
-
},
|
|
13440
|
-
"deprecated" : true,
|
|
13441
|
-
"hostname" : "data.iotevents-fips.ca-central-1.amazonaws.com"
|
|
13442
|
-
},
|
|
13443
|
-
"fips-us-east-1" : {
|
|
13444
|
-
"credentialScope" : {
|
|
13445
|
-
"region" : "us-east-1"
|
|
13446
|
-
},
|
|
13447
|
-
"deprecated" : true,
|
|
13448
|
-
"hostname" : "data.iotevents-fips.us-east-1.amazonaws.com"
|
|
13449
|
-
},
|
|
13450
|
-
"fips-us-east-2" : {
|
|
13451
|
-
"credentialScope" : {
|
|
13452
|
-
"region" : "us-east-2"
|
|
13453
|
-
},
|
|
13454
|
-
"deprecated" : true,
|
|
13455
|
-
"hostname" : "data.iotevents-fips.us-east-2.amazonaws.com"
|
|
13456
|
-
},
|
|
13457
|
-
"fips-us-west-2" : {
|
|
13458
|
-
"credentialScope" : {
|
|
13459
|
-
"region" : "us-west-2"
|
|
13460
|
-
},
|
|
13461
|
-
"deprecated" : true,
|
|
13462
|
-
"hostname" : "data.iotevents-fips.us-west-2.amazonaws.com"
|
|
13463
|
-
},
|
|
13464
|
-
"us-east-1" : {
|
|
13465
|
-
"credentialScope" : {
|
|
13466
|
-
"region" : "us-east-1"
|
|
13467
|
-
},
|
|
13468
|
-
"hostname" : "data.iotevents.us-east-1.amazonaws.com",
|
|
13469
|
-
"variants" : [ {
|
|
13470
|
-
"hostname" : "data.iotevents-fips.us-east-1.amazonaws.com",
|
|
13471
|
-
"tags" : [ "fips" ]
|
|
13472
|
-
} ]
|
|
13473
|
-
},
|
|
13474
|
-
"us-east-2" : {
|
|
13475
|
-
"credentialScope" : {
|
|
13476
|
-
"region" : "us-east-2"
|
|
13477
|
-
},
|
|
13478
|
-
"hostname" : "data.iotevents.us-east-2.amazonaws.com",
|
|
13479
|
-
"variants" : [ {
|
|
13480
|
-
"hostname" : "data.iotevents-fips.us-east-2.amazonaws.com",
|
|
13481
|
-
"tags" : [ "fips" ]
|
|
13482
|
-
} ]
|
|
13483
|
-
},
|
|
13484
|
-
"us-west-2" : {
|
|
13485
|
-
"credentialScope" : {
|
|
13486
|
-
"region" : "us-west-2"
|
|
13487
|
-
},
|
|
13488
|
-
"hostname" : "data.iotevents.us-west-2.amazonaws.com",
|
|
13489
|
-
"variants" : [ {
|
|
13490
|
-
"hostname" : "data.iotevents-fips.us-west-2.amazonaws.com",
|
|
13491
|
-
"tags" : [ "fips" ]
|
|
13492
|
-
} ]
|
|
13493
|
-
}
|
|
13494
|
-
}
|
|
13495
|
-
},
|
|
13496
13315
|
"iotfleetwise" : {
|
|
13497
13316
|
"endpoints" : {
|
|
13498
13317
|
"ap-south-1" : {
|
|
@@ -14456,6 +14275,7 @@
|
|
|
14456
14275
|
"eu-west-1" : { },
|
|
14457
14276
|
"eu-west-2" : { },
|
|
14458
14277
|
"eu-west-3" : { },
|
|
14278
|
+
"il-central-1" : { },
|
|
14459
14279
|
"me-south-1" : { },
|
|
14460
14280
|
"sa-east-1" : { },
|
|
14461
14281
|
"us-east-1" : { },
|
|
@@ -24025,18 +23845,6 @@
|
|
|
24025
23845
|
}
|
|
24026
23846
|
}
|
|
24027
23847
|
},
|
|
24028
|
-
"simspaceweaver" : {
|
|
24029
|
-
"endpoints" : {
|
|
24030
|
-
"ap-southeast-1" : { },
|
|
24031
|
-
"ap-southeast-2" : { },
|
|
24032
|
-
"eu-central-1" : { },
|
|
24033
|
-
"eu-north-1" : { },
|
|
24034
|
-
"eu-west-1" : { },
|
|
24035
|
-
"us-east-1" : { },
|
|
24036
|
-
"us-east-2" : { },
|
|
24037
|
-
"us-west-2" : { }
|
|
24038
|
-
}
|
|
24039
|
-
},
|
|
24040
23848
|
"sms-voice" : {
|
|
24041
23849
|
"endpoints" : {
|
|
24042
23850
|
"af-south-1" : {
|
|
@@ -30050,21 +29858,6 @@
|
|
|
30050
29858
|
"cn-northwest-1" : { }
|
|
30051
29859
|
}
|
|
30052
29860
|
},
|
|
30053
|
-
"iotevents" : {
|
|
30054
|
-
"endpoints" : {
|
|
30055
|
-
"cn-north-1" : { }
|
|
30056
|
-
}
|
|
30057
|
-
},
|
|
30058
|
-
"ioteventsdata" : {
|
|
30059
|
-
"endpoints" : {
|
|
30060
|
-
"cn-north-1" : {
|
|
30061
|
-
"credentialScope" : {
|
|
30062
|
-
"region" : "cn-north-1"
|
|
30063
|
-
},
|
|
30064
|
-
"hostname" : "data.iotevents.cn-north-1.amazonaws.com.cn"
|
|
30065
|
-
}
|
|
30066
|
-
}
|
|
30067
|
-
},
|
|
30068
29861
|
"iotsecuredtunneling" : {
|
|
30069
29862
|
"endpoints" : {
|
|
30070
29863
|
"cn-north-1" : { },
|
|
@@ -33718,44 +33511,6 @@
|
|
|
33718
33511
|
}
|
|
33719
33512
|
}
|
|
33720
33513
|
},
|
|
33721
|
-
"iotevents" : {
|
|
33722
|
-
"endpoints" : {
|
|
33723
|
-
"fips-us-gov-west-1" : {
|
|
33724
|
-
"credentialScope" : {
|
|
33725
|
-
"region" : "us-gov-west-1"
|
|
33726
|
-
},
|
|
33727
|
-
"deprecated" : true,
|
|
33728
|
-
"hostname" : "iotevents-fips.us-gov-west-1.amazonaws.com"
|
|
33729
|
-
},
|
|
33730
|
-
"us-gov-west-1" : {
|
|
33731
|
-
"variants" : [ {
|
|
33732
|
-
"hostname" : "iotevents-fips.us-gov-west-1.amazonaws.com",
|
|
33733
|
-
"tags" : [ "fips" ]
|
|
33734
|
-
} ]
|
|
33735
|
-
}
|
|
33736
|
-
}
|
|
33737
|
-
},
|
|
33738
|
-
"ioteventsdata" : {
|
|
33739
|
-
"endpoints" : {
|
|
33740
|
-
"fips-us-gov-west-1" : {
|
|
33741
|
-
"credentialScope" : {
|
|
33742
|
-
"region" : "us-gov-west-1"
|
|
33743
|
-
},
|
|
33744
|
-
"deprecated" : true,
|
|
33745
|
-
"hostname" : "data.iotevents-fips.us-gov-west-1.amazonaws.com"
|
|
33746
|
-
},
|
|
33747
|
-
"us-gov-west-1" : {
|
|
33748
|
-
"credentialScope" : {
|
|
33749
|
-
"region" : "us-gov-west-1"
|
|
33750
|
-
},
|
|
33751
|
-
"hostname" : "data.iotevents.us-gov-west-1.amazonaws.com",
|
|
33752
|
-
"variants" : [ {
|
|
33753
|
-
"hostname" : "data.iotevents-fips.us-gov-west-1.amazonaws.com",
|
|
33754
|
-
"tags" : [ "fips" ]
|
|
33755
|
-
} ]
|
|
33756
|
-
}
|
|
33757
|
-
}
|
|
33758
|
-
},
|
|
33759
33514
|
"iotsecuredtunneling" : {
|
|
33760
33515
|
"defaults" : {
|
|
33761
33516
|
"variants" : [ {
|
|
@@ -35757,36 +35512,6 @@
|
|
|
35757
35512
|
}
|
|
35758
35513
|
}
|
|
35759
35514
|
},
|
|
35760
|
-
"simspaceweaver" : {
|
|
35761
|
-
"endpoints" : {
|
|
35762
|
-
"fips-us-gov-east-1" : {
|
|
35763
|
-
"credentialScope" : {
|
|
35764
|
-
"region" : "us-gov-east-1"
|
|
35765
|
-
},
|
|
35766
|
-
"deprecated" : true,
|
|
35767
|
-
"hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
|
|
35768
|
-
},
|
|
35769
|
-
"fips-us-gov-west-1" : {
|
|
35770
|
-
"credentialScope" : {
|
|
35771
|
-
"region" : "us-gov-west-1"
|
|
35772
|
-
},
|
|
35773
|
-
"deprecated" : true,
|
|
35774
|
-
"hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
|
|
35775
|
-
},
|
|
35776
|
-
"us-gov-east-1" : {
|
|
35777
|
-
"variants" : [ {
|
|
35778
|
-
"hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com",
|
|
35779
|
-
"tags" : [ "fips" ]
|
|
35780
|
-
} ]
|
|
35781
|
-
},
|
|
35782
|
-
"us-gov-west-1" : {
|
|
35783
|
-
"variants" : [ {
|
|
35784
|
-
"hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com",
|
|
35785
|
-
"tags" : [ "fips" ]
|
|
35786
|
-
} ]
|
|
35787
|
-
}
|
|
35788
|
-
}
|
|
35789
|
-
},
|
|
35790
35515
|
"sms-voice" : {
|
|
35791
35516
|
"endpoints" : {
|
|
35792
35517
|
"fips-us-gov-east-1" : {
|
|
@@ -39186,6 +38911,13 @@
|
|
|
39186
38911
|
"eu-isoe-west-1" : { }
|
|
39187
38912
|
}
|
|
39188
38913
|
},
|
|
38914
|
+
"health" : {
|
|
38915
|
+
"endpoints" : {
|
|
38916
|
+
"eu-isoe-west-1" : {
|
|
38917
|
+
"deprecated" : true
|
|
38918
|
+
}
|
|
38919
|
+
}
|
|
38920
|
+
},
|
|
39189
38921
|
"kinesis" : {
|
|
39190
38922
|
"endpoints" : {
|
|
39191
38923
|
"eu-isoe-west-1" : { }
|
|
@@ -39914,6 +39646,13 @@
|
|
|
39914
39646
|
},
|
|
39915
39647
|
"isRegionalized" : true
|
|
39916
39648
|
},
|
|
39649
|
+
"health" : {
|
|
39650
|
+
"endpoints" : {
|
|
39651
|
+
"us-isof-south-1" : {
|
|
39652
|
+
"deprecated" : true
|
|
39653
|
+
}
|
|
39654
|
+
}
|
|
39655
|
+
},
|
|
39917
39656
|
"iam" : {
|
|
39918
39657
|
"endpoints" : {
|
|
39919
39658
|
"aws-iso-f-global" : {
|