aws-partitions 1.1054.0 → 1.1056.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f4ccaf5cdd4dd5e1f779cd45670e044364691fff53c08afb2c2a0fd1964d047
4
- data.tar.gz: 2f9cd466853ad739e809dffd49abb7d64158460ce380c5a3d84a71c3c9000236
3
+ metadata.gz: 3339a7e5b0221afadd37d4498ddfb6b2dfd39b6908e41f1ee6dcc2187f28ca39
4
+ data.tar.gz: 96758a15d689d48eaabc66404a0fcfc00250e37eb5d11fb374d1f4b45245f707
5
5
  SHA512:
6
- metadata.gz: 92f6396aeb7379c1484f9429b812d36b2bee2e7ce69ae13f2055df07807375f5897244e7d8a5ed2a288649ee0939fa8dc63bc209d9b2357dcd6677191848af2c
7
- data.tar.gz: 3eb8741e02e2a92bee834e658bdb89e0ca9f94dcabdb2577a78e3eff5d8a318a6c6bdc8e57b6c1ce21adacf8574dd0568d7d79c5677d3381cd48c485dc2fe92a
6
+ metadata.gz: 30a4bba66914537a7e5cf7b30d2e024d41265efa2e9ec1842143c0e4ad69065e518881d33ddc81025a9db7b87695712c68f5b2bcc5dd4ce07993ec170a9b79c9
7
+ data.tar.gz: 1854ba6d1ea8137798d8050e12f37e4fbab6b2ea7f5e2f4a09022549607f4658faacd51a14c367acaaed033e891f1699490beb38ebe21bb7ea7030ae7fdfdf2b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1056.0 (2025-02-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1055.0 (2025-02-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1054.0 (2025-02-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1054.0
1
+ 1.1056.0
@@ -386,7 +386,6 @@ module Aws
386
386
  'EMRServerless' => 'emr-serverless',
387
387
  'ElastiCache' => 'elasticache',
388
388
  'ElasticBeanstalk' => 'elasticbeanstalk',
389
- 'ElasticInference' => 'api.elastic-inference',
390
389
  'ElasticLoadBalancing' => 'elasticloadbalancing',
391
390
  'ElasticLoadBalancingV2' => 'elasticloadbalancing',
392
391
  'ElasticTranscoder' => 'elastictranscoder',
data/partitions.json CHANGED
@@ -1147,28 +1147,6 @@
1147
1147
  }
1148
1148
  }
1149
1149
  },
1150
- "api.elastic-inference" : {
1151
- "endpoints" : {
1152
- "ap-northeast-1" : {
1153
- "hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
1154
- },
1155
- "ap-northeast-2" : {
1156
- "hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
1157
- },
1158
- "eu-west-1" : {
1159
- "hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
1160
- },
1161
- "us-east-1" : {
1162
- "hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
1163
- },
1164
- "us-east-2" : {
1165
- "hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
1166
- },
1167
- "us-west-2" : {
1168
- "hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
1169
- }
1170
- }
1171
- },
1172
1150
  "api.fleethub.iot" : {
1173
1151
  "endpoints" : {
1174
1152
  "ap-northeast-1" : { },
@@ -9852,6 +9830,12 @@
9852
9830
  } ]
9853
9831
  },
9854
9832
  "ap-southeast-5" : { },
9833
+ "ap-southeast-7" : {
9834
+ "variants" : [ {
9835
+ "hostname" : "firehose.ap-southeast-7.api.aws",
9836
+ "tags" : [ "dualstack" ]
9837
+ } ]
9838
+ },
9855
9839
  "ca-central-1" : {
9856
9840
  "variants" : [ {
9857
9841
  "hostname" : "firehose.ca-central-1.api.aws",
@@ -9958,6 +9942,12 @@
9958
9942
  "tags" : [ "dualstack" ]
9959
9943
  } ]
9960
9944
  },
9945
+ "mx-central-1" : {
9946
+ "variants" : [ {
9947
+ "hostname" : "firehose.mx-central-1.api.aws",
9948
+ "tags" : [ "dualstack" ]
9949
+ } ]
9950
+ },
9961
9951
  "sa-east-1" : {
9962
9952
  "variants" : [ {
9963
9953
  "hostname" : "firehose.sa-east-1.api.aws",
@@ -11241,7 +11231,19 @@
11241
11231
  "ap-southeast-4" : { },
11242
11232
  "ap-southeast-5" : { },
11243
11233
  "ca-central-1" : { },
11244
- "ca-west-1" : { },
11234
+ "ca-west-1" : {
11235
+ "variants" : [ {
11236
+ "hostname" : "guardduty-fips.ca-west-1.amazonaws.com",
11237
+ "tags" : [ "fips" ]
11238
+ } ]
11239
+ },
11240
+ "ca-west-1-fips" : {
11241
+ "credentialScope" : {
11242
+ "region" : "ca-west-1"
11243
+ },
11244
+ "deprecated" : true,
11245
+ "hostname" : "guardduty-fips.ca-west-1.amazonaws.com"
11246
+ },
11245
11247
  "eu-central-1" : { },
11246
11248
  "eu-central-2" : { },
11247
11249
  "eu-north-1" : { },
@@ -19319,6 +19321,184 @@
19319
19321
  "us-east-1" : { }
19320
19322
  }
19321
19323
  },
19324
+ "route53profiles" : {
19325
+ "endpoints" : {
19326
+ "af-south-1" : {
19327
+ "variants" : [ {
19328
+ "hostname" : "route53profiles.af-south-1.api.aws",
19329
+ "tags" : [ "dualstack" ]
19330
+ } ]
19331
+ },
19332
+ "ap-east-1" : {
19333
+ "variants" : [ {
19334
+ "hostname" : "route53profiles.ap-east-1.api.aws",
19335
+ "tags" : [ "dualstack" ]
19336
+ } ]
19337
+ },
19338
+ "ap-northeast-1" : {
19339
+ "variants" : [ {
19340
+ "hostname" : "route53profiles.ap-northeast-1.api.aws",
19341
+ "tags" : [ "dualstack" ]
19342
+ } ]
19343
+ },
19344
+ "ap-northeast-2" : {
19345
+ "variants" : [ {
19346
+ "hostname" : "route53profiles.ap-northeast-2.api.aws",
19347
+ "tags" : [ "dualstack" ]
19348
+ } ]
19349
+ },
19350
+ "ap-northeast-3" : {
19351
+ "variants" : [ {
19352
+ "hostname" : "route53profiles.ap-northeast-3.api.aws",
19353
+ "tags" : [ "dualstack" ]
19354
+ } ]
19355
+ },
19356
+ "ap-south-1" : {
19357
+ "variants" : [ {
19358
+ "hostname" : "route53profiles.ap-south-1.api.aws",
19359
+ "tags" : [ "dualstack" ]
19360
+ } ]
19361
+ },
19362
+ "ap-south-2" : {
19363
+ "variants" : [ {
19364
+ "hostname" : "route53profiles.ap-south-2.api.aws",
19365
+ "tags" : [ "dualstack" ]
19366
+ } ]
19367
+ },
19368
+ "ap-southeast-1" : {
19369
+ "variants" : [ {
19370
+ "hostname" : "route53profiles.ap-southeast-1.api.aws",
19371
+ "tags" : [ "dualstack" ]
19372
+ } ]
19373
+ },
19374
+ "ap-southeast-2" : {
19375
+ "variants" : [ {
19376
+ "hostname" : "route53profiles.ap-southeast-2.api.aws",
19377
+ "tags" : [ "dualstack" ]
19378
+ } ]
19379
+ },
19380
+ "ap-southeast-3" : {
19381
+ "variants" : [ {
19382
+ "hostname" : "route53profiles.ap-southeast-3.api.aws",
19383
+ "tags" : [ "dualstack" ]
19384
+ } ]
19385
+ },
19386
+ "ap-southeast-4" : {
19387
+ "variants" : [ {
19388
+ "hostname" : "route53profiles.ap-southeast-4.api.aws",
19389
+ "tags" : [ "dualstack" ]
19390
+ } ]
19391
+ },
19392
+ "ca-central-1" : {
19393
+ "variants" : [ {
19394
+ "hostname" : "route53profiles.ca-central-1.api.aws",
19395
+ "tags" : [ "dualstack" ]
19396
+ } ]
19397
+ },
19398
+ "ca-west-1" : {
19399
+ "variants" : [ {
19400
+ "hostname" : "route53profiles.ca-west-1.api.aws",
19401
+ "tags" : [ "dualstack" ]
19402
+ } ]
19403
+ },
19404
+ "eu-central-1" : {
19405
+ "variants" : [ {
19406
+ "hostname" : "route53profiles.eu-central-1.api.aws",
19407
+ "tags" : [ "dualstack" ]
19408
+ } ]
19409
+ },
19410
+ "eu-central-2" : {
19411
+ "variants" : [ {
19412
+ "hostname" : "route53profiles.eu-central-2.api.aws",
19413
+ "tags" : [ "dualstack" ]
19414
+ } ]
19415
+ },
19416
+ "eu-north-1" : {
19417
+ "variants" : [ {
19418
+ "hostname" : "route53profiles.eu-north-1.api.aws",
19419
+ "tags" : [ "dualstack" ]
19420
+ } ]
19421
+ },
19422
+ "eu-south-1" : {
19423
+ "variants" : [ {
19424
+ "hostname" : "route53profiles.eu-south-1.api.aws",
19425
+ "tags" : [ "dualstack" ]
19426
+ } ]
19427
+ },
19428
+ "eu-south-2" : {
19429
+ "variants" : [ {
19430
+ "hostname" : "route53profiles.eu-south-2.api.aws",
19431
+ "tags" : [ "dualstack" ]
19432
+ } ]
19433
+ },
19434
+ "eu-west-1" : {
19435
+ "variants" : [ {
19436
+ "hostname" : "route53profiles.eu-west-1.api.aws",
19437
+ "tags" : [ "dualstack" ]
19438
+ } ]
19439
+ },
19440
+ "eu-west-2" : {
19441
+ "variants" : [ {
19442
+ "hostname" : "route53profiles.eu-west-2.api.aws",
19443
+ "tags" : [ "dualstack" ]
19444
+ } ]
19445
+ },
19446
+ "eu-west-3" : {
19447
+ "variants" : [ {
19448
+ "hostname" : "route53profiles.eu-west-3.api.aws",
19449
+ "tags" : [ "dualstack" ]
19450
+ } ]
19451
+ },
19452
+ "il-central-1" : {
19453
+ "variants" : [ {
19454
+ "hostname" : "route53profiles.il-central-1.api.aws",
19455
+ "tags" : [ "dualstack" ]
19456
+ } ]
19457
+ },
19458
+ "me-central-1" : {
19459
+ "variants" : [ {
19460
+ "hostname" : "route53profiles.me-central-1.api.aws",
19461
+ "tags" : [ "dualstack" ]
19462
+ } ]
19463
+ },
19464
+ "me-south-1" : {
19465
+ "variants" : [ {
19466
+ "hostname" : "route53profiles.me-south-1.api.aws",
19467
+ "tags" : [ "dualstack" ]
19468
+ } ]
19469
+ },
19470
+ "sa-east-1" : {
19471
+ "variants" : [ {
19472
+ "hostname" : "route53profiles.sa-east-1.api.aws",
19473
+ "tags" : [ "dualstack" ]
19474
+ } ]
19475
+ },
19476
+ "us-east-1" : {
19477
+ "variants" : [ {
19478
+ "hostname" : "route53profiles.us-east-1.api.aws",
19479
+ "tags" : [ "dualstack" ]
19480
+ } ]
19481
+ },
19482
+ "us-east-2" : {
19483
+ "variants" : [ {
19484
+ "hostname" : "route53profiles.us-east-2.api.aws",
19485
+ "tags" : [ "dualstack" ]
19486
+ } ]
19487
+ },
19488
+ "us-west-1" : {
19489
+ "variants" : [ {
19490
+ "hostname" : "route53profiles.us-west-1.api.aws",
19491
+ "tags" : [ "dualstack" ]
19492
+ } ]
19493
+ },
19494
+ "us-west-2" : {
19495
+ "variants" : [ {
19496
+ "hostname" : "route53profiles.us-west-2.api.aws",
19497
+ "tags" : [ "dualstack" ]
19498
+ } ]
19499
+ }
19500
+ }
19501
+ },
19322
19502
  "route53resolver" : {
19323
19503
  "defaults" : {
19324
19504
  "protocols" : [ "https" ]
@@ -24348,24 +24528,90 @@
24348
24528
  } ]
24349
24529
  },
24350
24530
  "endpoints" : {
24351
- "af-south-1" : { },
24352
- "ap-east-1" : { },
24353
- "ap-northeast-1" : { },
24354
- "ap-northeast-2" : { },
24355
- "ap-south-1" : { },
24356
- "ap-southeast-1" : { },
24357
- "ap-southeast-2" : { },
24531
+ "af-south-1" : {
24532
+ "variants" : [ {
24533
+ "hostname" : "transcribe.af-south-1.api.aws",
24534
+ "tags" : [ "dualstack" ]
24535
+ } ]
24536
+ },
24537
+ "ap-east-1" : {
24538
+ "variants" : [ {
24539
+ "hostname" : "transcribe.ap-east-1.api.aws",
24540
+ "tags" : [ "dualstack" ]
24541
+ } ]
24542
+ },
24543
+ "ap-northeast-1" : {
24544
+ "variants" : [ {
24545
+ "hostname" : "transcribe.ap-northeast-1.api.aws",
24546
+ "tags" : [ "dualstack" ]
24547
+ } ]
24548
+ },
24549
+ "ap-northeast-2" : {
24550
+ "variants" : [ {
24551
+ "hostname" : "transcribe.ap-northeast-2.api.aws",
24552
+ "tags" : [ "dualstack" ]
24553
+ } ]
24554
+ },
24555
+ "ap-south-1" : {
24556
+ "variants" : [ {
24557
+ "hostname" : "transcribe.ap-south-1.api.aws",
24558
+ "tags" : [ "dualstack" ]
24559
+ } ]
24560
+ },
24561
+ "ap-southeast-1" : {
24562
+ "variants" : [ {
24563
+ "hostname" : "transcribe.ap-southeast-1.api.aws",
24564
+ "tags" : [ "dualstack" ]
24565
+ } ]
24566
+ },
24567
+ "ap-southeast-2" : {
24568
+ "variants" : [ {
24569
+ "hostname" : "transcribe.ap-southeast-2.api.aws",
24570
+ "tags" : [ "dualstack" ]
24571
+ } ]
24572
+ },
24358
24573
  "ca-central-1" : {
24359
24574
  "variants" : [ {
24360
24575
  "hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
24361
24576
  "tags" : [ "fips" ]
24577
+ }, {
24578
+ "hostname" : "transcribe-fips.ca-central-1.api.aws",
24579
+ "tags" : [ "dualstack", "fips" ]
24580
+ }, {
24581
+ "hostname" : "transcribe.ca-central-1.api.aws",
24582
+ "tags" : [ "dualstack" ]
24583
+ } ]
24584
+ },
24585
+ "eu-central-1" : {
24586
+ "variants" : [ {
24587
+ "hostname" : "transcribe.eu-central-1.api.aws",
24588
+ "tags" : [ "dualstack" ]
24589
+ } ]
24590
+ },
24591
+ "eu-north-1" : {
24592
+ "variants" : [ {
24593
+ "hostname" : "transcribe.eu-north-1.api.aws",
24594
+ "tags" : [ "dualstack" ]
24595
+ } ]
24596
+ },
24597
+ "eu-west-1" : {
24598
+ "variants" : [ {
24599
+ "hostname" : "transcribe.eu-west-1.api.aws",
24600
+ "tags" : [ "dualstack" ]
24601
+ } ]
24602
+ },
24603
+ "eu-west-2" : {
24604
+ "variants" : [ {
24605
+ "hostname" : "transcribe.eu-west-2.api.aws",
24606
+ "tags" : [ "dualstack" ]
24607
+ } ]
24608
+ },
24609
+ "eu-west-3" : {
24610
+ "variants" : [ {
24611
+ "hostname" : "transcribe.eu-west-3.api.aws",
24612
+ "tags" : [ "dualstack" ]
24362
24613
  } ]
24363
24614
  },
24364
- "eu-central-1" : { },
24365
- "eu-north-1" : { },
24366
- "eu-west-1" : { },
24367
- "eu-west-2" : { },
24368
- "eu-west-3" : { },
24369
24615
  "fips-ca-central-1" : {
24370
24616
  "credentialScope" : {
24371
24617
  "region" : "ca-central-1"
@@ -24401,30 +24647,64 @@
24401
24647
  "deprecated" : true,
24402
24648
  "hostname" : "fips.transcribe.us-west-2.amazonaws.com"
24403
24649
  },
24404
- "me-south-1" : { },
24405
- "sa-east-1" : { },
24650
+ "me-south-1" : {
24651
+ "variants" : [ {
24652
+ "hostname" : "transcribe.me-south-1.api.aws",
24653
+ "tags" : [ "dualstack" ]
24654
+ } ]
24655
+ },
24656
+ "sa-east-1" : {
24657
+ "variants" : [ {
24658
+ "hostname" : "transcribe.sa-east-1.api.aws",
24659
+ "tags" : [ "dualstack" ]
24660
+ } ]
24661
+ },
24406
24662
  "us-east-1" : {
24407
24663
  "variants" : [ {
24408
24664
  "hostname" : "fips.transcribe.us-east-1.amazonaws.com",
24409
24665
  "tags" : [ "fips" ]
24666
+ }, {
24667
+ "hostname" : "transcribe-fips.us-east-1.api.aws",
24668
+ "tags" : [ "dualstack", "fips" ]
24669
+ }, {
24670
+ "hostname" : "transcribe.us-east-1.api.aws",
24671
+ "tags" : [ "dualstack" ]
24410
24672
  } ]
24411
24673
  },
24412
24674
  "us-east-2" : {
24413
24675
  "variants" : [ {
24414
24676
  "hostname" : "fips.transcribe.us-east-2.amazonaws.com",
24415
24677
  "tags" : [ "fips" ]
24678
+ }, {
24679
+ "hostname" : "transcribe-fips.us-east-2.api.aws",
24680
+ "tags" : [ "dualstack", "fips" ]
24681
+ }, {
24682
+ "hostname" : "transcribe.us-east-2.api.aws",
24683
+ "tags" : [ "dualstack" ]
24416
24684
  } ]
24417
24685
  },
24418
24686
  "us-west-1" : {
24419
24687
  "variants" : [ {
24420
24688
  "hostname" : "fips.transcribe.us-west-1.amazonaws.com",
24421
24689
  "tags" : [ "fips" ]
24690
+ }, {
24691
+ "hostname" : "transcribe-fips.us-west-1.api.aws",
24692
+ "tags" : [ "dualstack", "fips" ]
24693
+ }, {
24694
+ "hostname" : "transcribe.us-west-1.api.aws",
24695
+ "tags" : [ "dualstack" ]
24422
24696
  } ]
24423
24697
  },
24424
24698
  "us-west-2" : {
24425
24699
  "variants" : [ {
24426
24700
  "hostname" : "fips.transcribe.us-west-2.amazonaws.com",
24427
24701
  "tags" : [ "fips" ]
24702
+ }, {
24703
+ "hostname" : "transcribe-fips.us-west-2.api.aws",
24704
+ "tags" : [ "dualstack", "fips" ]
24705
+ }, {
24706
+ "hostname" : "transcribe.us-west-2.api.aws",
24707
+ "tags" : [ "dualstack" ]
24428
24708
  } ]
24429
24709
  }
24430
24710
  }
@@ -24606,22 +24886,88 @@
24606
24886
  "protocols" : [ "https" ]
24607
24887
  },
24608
24888
  "endpoints" : {
24609
- "ap-east-1" : { },
24610
- "ap-northeast-1" : { },
24611
- "ap-northeast-2" : { },
24612
- "ap-south-1" : { },
24613
- "ap-southeast-1" : { },
24614
- "ap-southeast-2" : { },
24615
- "ca-central-1" : { },
24616
- "eu-central-1" : { },
24617
- "eu-north-1" : { },
24618
- "eu-west-1" : { },
24619
- "eu-west-2" : { },
24620
- "eu-west-3" : { },
24889
+ "ap-east-1" : {
24890
+ "variants" : [ {
24891
+ "hostname" : "translate.ap-east-1.api.aws",
24892
+ "tags" : [ "dualstack" ]
24893
+ } ]
24894
+ },
24895
+ "ap-northeast-1" : {
24896
+ "variants" : [ {
24897
+ "hostname" : "translate.ap-northeast-1.api.aws",
24898
+ "tags" : [ "dualstack" ]
24899
+ } ]
24900
+ },
24901
+ "ap-northeast-2" : {
24902
+ "variants" : [ {
24903
+ "hostname" : "translate.ap-northeast-2.api.aws",
24904
+ "tags" : [ "dualstack" ]
24905
+ } ]
24906
+ },
24907
+ "ap-south-1" : {
24908
+ "variants" : [ {
24909
+ "hostname" : "translate.ap-south-1.api.aws",
24910
+ "tags" : [ "dualstack" ]
24911
+ } ]
24912
+ },
24913
+ "ap-southeast-1" : {
24914
+ "variants" : [ {
24915
+ "hostname" : "translate.ap-southeast-1.api.aws",
24916
+ "tags" : [ "dualstack" ]
24917
+ } ]
24918
+ },
24919
+ "ap-southeast-2" : {
24920
+ "variants" : [ {
24921
+ "hostname" : "translate.ap-southeast-2.api.aws",
24922
+ "tags" : [ "dualstack" ]
24923
+ } ]
24924
+ },
24925
+ "ca-central-1" : {
24926
+ "variants" : [ {
24927
+ "hostname" : "translate.ca-central-1.api.aws",
24928
+ "tags" : [ "dualstack" ]
24929
+ } ]
24930
+ },
24931
+ "eu-central-1" : {
24932
+ "variants" : [ {
24933
+ "hostname" : "translate.eu-central-1.api.aws",
24934
+ "tags" : [ "dualstack" ]
24935
+ } ]
24936
+ },
24937
+ "eu-north-1" : {
24938
+ "variants" : [ {
24939
+ "hostname" : "translate.eu-north-1.api.aws",
24940
+ "tags" : [ "dualstack" ]
24941
+ } ]
24942
+ },
24943
+ "eu-west-1" : {
24944
+ "variants" : [ {
24945
+ "hostname" : "translate.eu-west-1.api.aws",
24946
+ "tags" : [ "dualstack" ]
24947
+ } ]
24948
+ },
24949
+ "eu-west-2" : {
24950
+ "variants" : [ {
24951
+ "hostname" : "translate.eu-west-2.api.aws",
24952
+ "tags" : [ "dualstack" ]
24953
+ } ]
24954
+ },
24955
+ "eu-west-3" : {
24956
+ "variants" : [ {
24957
+ "hostname" : "translate.eu-west-3.api.aws",
24958
+ "tags" : [ "dualstack" ]
24959
+ } ]
24960
+ },
24621
24961
  "us-east-1" : {
24622
24962
  "variants" : [ {
24623
24963
  "hostname" : "translate-fips.us-east-1.amazonaws.com",
24624
24964
  "tags" : [ "fips" ]
24965
+ }, {
24966
+ "hostname" : "translate-fips.us-east-1.api.aws",
24967
+ "tags" : [ "dualstack", "fips" ]
24968
+ }, {
24969
+ "hostname" : "translate.us-east-1.api.aws",
24970
+ "tags" : [ "dualstack" ]
24625
24971
  } ]
24626
24972
  },
24627
24973
  "us-east-1-fips" : {
@@ -24635,6 +24981,12 @@
24635
24981
  "variants" : [ {
24636
24982
  "hostname" : "translate-fips.us-east-2.amazonaws.com",
24637
24983
  "tags" : [ "fips" ]
24984
+ }, {
24985
+ "hostname" : "translate-fips.us-east-2.api.aws",
24986
+ "tags" : [ "dualstack", "fips" ]
24987
+ }, {
24988
+ "hostname" : "translate.us-east-2.api.aws",
24989
+ "tags" : [ "dualstack" ]
24638
24990
  } ]
24639
24991
  },
24640
24992
  "us-east-2-fips" : {
@@ -24648,6 +25000,12 @@
24648
25000
  "variants" : [ {
24649
25001
  "hostname" : "translate-fips.us-west-1.amazonaws.com",
24650
25002
  "tags" : [ "fips" ]
25003
+ }, {
25004
+ "hostname" : "translate-fips.us-west-1.api.aws",
25005
+ "tags" : [ "dualstack", "fips" ]
25006
+ }, {
25007
+ "hostname" : "translate.us-west-1.api.aws",
25008
+ "tags" : [ "dualstack" ]
24651
25009
  } ]
24652
25010
  },
24653
25011
  "us-west-1-fips" : {
@@ -24661,6 +25019,12 @@
24661
25019
  "variants" : [ {
24662
25020
  "hostname" : "translate-fips.us-west-2.amazonaws.com",
24663
25021
  "tags" : [ "fips" ]
25022
+ }, {
25023
+ "hostname" : "translate-fips.us-west-2.api.aws",
25024
+ "tags" : [ "dualstack", "fips" ]
25025
+ }, {
25026
+ "hostname" : "translate.us-west-2.api.aws",
25027
+ "tags" : [ "dualstack" ]
24664
25028
  } ]
24665
25029
  },
24666
25030
  "us-west-2-fips" : {
@@ -27808,13 +28172,21 @@
27808
28172
  "credentialScope" : {
27809
28173
  "region" : "cn-north-1"
27810
28174
  },
27811
- "hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn"
28175
+ "hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn",
28176
+ "variants" : [ {
28177
+ "hostname" : "transcribe.cn-north-1.api.amazonwebservices.com.cn",
28178
+ "tags" : [ "dualstack" ]
28179
+ } ]
27812
28180
  },
27813
28181
  "cn-northwest-1" : {
27814
28182
  "credentialScope" : {
27815
28183
  "region" : "cn-northwest-1"
27816
28184
  },
27817
- "hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
28185
+ "hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn",
28186
+ "variants" : [ {
28187
+ "hostname" : "transcribe.cn-northwest-1.api.amazonwebservices.com.cn",
28188
+ "tags" : [ "dualstack" ]
28189
+ } ]
27818
28190
  }
27819
28191
  }
27820
28192
  },
@@ -31925,6 +32297,22 @@
31925
32297
  "isRegionalized" : false,
31926
32298
  "partitionEndpoint" : "aws-us-gov-global"
31927
32299
  },
32300
+ "route53profiles" : {
32301
+ "endpoints" : {
32302
+ "us-gov-east-1" : {
32303
+ "variants" : [ {
32304
+ "hostname" : "route53profiles.us-gov-east-1.api.aws",
32305
+ "tags" : [ "dualstack" ]
32306
+ } ]
32307
+ },
32308
+ "us-gov-west-1" : {
32309
+ "variants" : [ {
32310
+ "hostname" : "route53profiles.us-gov-west-1.api.aws",
32311
+ "tags" : [ "dualstack" ]
32312
+ } ]
32313
+ }
32314
+ }
32315
+ },
31928
32316
  "route53resolver" : {
31929
32317
  "endpoints" : {
31930
32318
  "us-gov-east-1" : {
@@ -33015,12 +33403,24 @@
33015
33403
  "variants" : [ {
33016
33404
  "hostname" : "fips.transcribe.us-gov-east-1.amazonaws.com",
33017
33405
  "tags" : [ "fips" ]
33406
+ }, {
33407
+ "hostname" : "transcribe-fips.us-gov-east-1.api.aws",
33408
+ "tags" : [ "dualstack", "fips" ]
33409
+ }, {
33410
+ "hostname" : "transcribe.us-gov-east-1.api.aws",
33411
+ "tags" : [ "dualstack" ]
33018
33412
  } ]
33019
33413
  },
33020
33414
  "us-gov-west-1" : {
33021
33415
  "variants" : [ {
33022
33416
  "hostname" : "fips.transcribe.us-gov-west-1.amazonaws.com",
33023
33417
  "tags" : [ "fips" ]
33418
+ }, {
33419
+ "hostname" : "transcribe-fips.us-gov-west-1.api.aws",
33420
+ "tags" : [ "dualstack", "fips" ]
33421
+ }, {
33422
+ "hostname" : "transcribe.us-gov-west-1.api.aws",
33423
+ "tags" : [ "dualstack" ]
33024
33424
  } ]
33025
33425
  }
33026
33426
  }
@@ -33094,6 +33494,12 @@
33094
33494
  "variants" : [ {
33095
33495
  "hostname" : "translate-fips.us-gov-west-1.amazonaws.com",
33096
33496
  "tags" : [ "fips" ]
33497
+ }, {
33498
+ "hostname" : "translate-fips.us-gov-west-1.api.aws",
33499
+ "tags" : [ "dualstack", "fips" ]
33500
+ }, {
33501
+ "hostname" : "translate.us-gov-west-1.api.aws",
33502
+ "tags" : [ "dualstack" ]
33097
33503
  } ]
33098
33504
  },
33099
33505
  "us-gov-west-1-fips" : {
@@ -33929,7 +34335,19 @@
33929
34335
  },
33930
34336
  "medialive" : {
33931
34337
  "endpoints" : {
33932
- "us-iso-east-1" : { }
34338
+ "fips-us-iso-east-1" : {
34339
+ "credentialScope" : {
34340
+ "region" : "us-iso-east-1"
34341
+ },
34342
+ "deprecated" : true,
34343
+ "hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov"
34344
+ },
34345
+ "us-iso-east-1" : {
34346
+ "variants" : [ {
34347
+ "hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov",
34348
+ "tags" : [ "fips" ]
34349
+ } ]
34350
+ }
33933
34351
  }
33934
34352
  },
33935
34353
  "mediapackage" : {
@@ -34758,7 +35176,19 @@
34758
35176
  },
34759
35177
  "medialive" : {
34760
35178
  "endpoints" : {
34761
- "us-isob-east-1" : { }
35179
+ "fips-us-isob-east-1" : {
35180
+ "credentialScope" : {
35181
+ "region" : "us-isob-east-1"
35182
+ },
35183
+ "deprecated" : true,
35184
+ "hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov"
35185
+ },
35186
+ "us-isob-east-1" : {
35187
+ "variants" : [ {
35188
+ "hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov",
35189
+ "tags" : [ "fips" ]
35190
+ } ]
35191
+ }
34762
35192
  }
34763
35193
  },
34764
35194
  "mediapackage" : {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1054.0
4
+ version: 1.1056.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-21 00:00:00.000000000 Z
11
+ date: 2025-02-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: