aws-partitions 1.1054.0 → 1.1055.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -1
- data/partitions.json +289 -53
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4a041170cd9d1c145d3b9a4973769544e5aadea1e17426320fbc93fc21aab5f
|
4
|
+
data.tar.gz: 25a6da523d467e3dc0762a9c01da6d3e2877b0ec4f9e1aaa4513e5367285af18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a2fd040491eabe0f0b469e8b6822992d19f887eea0d30da4cefaa0fa39859ead24e2f2f86e98e6373a4761e0ae4ae18422d2b61f68511fbd9d0f69eda445736
|
7
|
+
data.tar.gz: c960c504fed825fb540a57ac7d4d799b9ae29748f09dcd57db7883e7027dc08c308e3858228ef643482da4319f1dbe9d7a7734ec901e9d59f0e664a1670c9022
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1055.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -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" : { },
|
@@ -24348,24 +24350,90 @@
|
|
24348
24350
|
} ]
|
24349
24351
|
},
|
24350
24352
|
"endpoints" : {
|
24351
|
-
"af-south-1" : {
|
24352
|
-
|
24353
|
-
|
24354
|
-
|
24355
|
-
|
24356
|
-
|
24357
|
-
"ap-
|
24353
|
+
"af-south-1" : {
|
24354
|
+
"variants" : [ {
|
24355
|
+
"hostname" : "transcribe.af-south-1.api.aws",
|
24356
|
+
"tags" : [ "dualstack" ]
|
24357
|
+
} ]
|
24358
|
+
},
|
24359
|
+
"ap-east-1" : {
|
24360
|
+
"variants" : [ {
|
24361
|
+
"hostname" : "transcribe.ap-east-1.api.aws",
|
24362
|
+
"tags" : [ "dualstack" ]
|
24363
|
+
} ]
|
24364
|
+
},
|
24365
|
+
"ap-northeast-1" : {
|
24366
|
+
"variants" : [ {
|
24367
|
+
"hostname" : "transcribe.ap-northeast-1.api.aws",
|
24368
|
+
"tags" : [ "dualstack" ]
|
24369
|
+
} ]
|
24370
|
+
},
|
24371
|
+
"ap-northeast-2" : {
|
24372
|
+
"variants" : [ {
|
24373
|
+
"hostname" : "transcribe.ap-northeast-2.api.aws",
|
24374
|
+
"tags" : [ "dualstack" ]
|
24375
|
+
} ]
|
24376
|
+
},
|
24377
|
+
"ap-south-1" : {
|
24378
|
+
"variants" : [ {
|
24379
|
+
"hostname" : "transcribe.ap-south-1.api.aws",
|
24380
|
+
"tags" : [ "dualstack" ]
|
24381
|
+
} ]
|
24382
|
+
},
|
24383
|
+
"ap-southeast-1" : {
|
24384
|
+
"variants" : [ {
|
24385
|
+
"hostname" : "transcribe.ap-southeast-1.api.aws",
|
24386
|
+
"tags" : [ "dualstack" ]
|
24387
|
+
} ]
|
24388
|
+
},
|
24389
|
+
"ap-southeast-2" : {
|
24390
|
+
"variants" : [ {
|
24391
|
+
"hostname" : "transcribe.ap-southeast-2.api.aws",
|
24392
|
+
"tags" : [ "dualstack" ]
|
24393
|
+
} ]
|
24394
|
+
},
|
24358
24395
|
"ca-central-1" : {
|
24359
24396
|
"variants" : [ {
|
24360
24397
|
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
|
24361
24398
|
"tags" : [ "fips" ]
|
24399
|
+
}, {
|
24400
|
+
"hostname" : "transcribe-fips.ca-central-1.api.aws",
|
24401
|
+
"tags" : [ "dualstack", "fips" ]
|
24402
|
+
}, {
|
24403
|
+
"hostname" : "transcribe.ca-central-1.api.aws",
|
24404
|
+
"tags" : [ "dualstack" ]
|
24405
|
+
} ]
|
24406
|
+
},
|
24407
|
+
"eu-central-1" : {
|
24408
|
+
"variants" : [ {
|
24409
|
+
"hostname" : "transcribe.eu-central-1.api.aws",
|
24410
|
+
"tags" : [ "dualstack" ]
|
24411
|
+
} ]
|
24412
|
+
},
|
24413
|
+
"eu-north-1" : {
|
24414
|
+
"variants" : [ {
|
24415
|
+
"hostname" : "transcribe.eu-north-1.api.aws",
|
24416
|
+
"tags" : [ "dualstack" ]
|
24417
|
+
} ]
|
24418
|
+
},
|
24419
|
+
"eu-west-1" : {
|
24420
|
+
"variants" : [ {
|
24421
|
+
"hostname" : "transcribe.eu-west-1.api.aws",
|
24422
|
+
"tags" : [ "dualstack" ]
|
24423
|
+
} ]
|
24424
|
+
},
|
24425
|
+
"eu-west-2" : {
|
24426
|
+
"variants" : [ {
|
24427
|
+
"hostname" : "transcribe.eu-west-2.api.aws",
|
24428
|
+
"tags" : [ "dualstack" ]
|
24429
|
+
} ]
|
24430
|
+
},
|
24431
|
+
"eu-west-3" : {
|
24432
|
+
"variants" : [ {
|
24433
|
+
"hostname" : "transcribe.eu-west-3.api.aws",
|
24434
|
+
"tags" : [ "dualstack" ]
|
24362
24435
|
} ]
|
24363
24436
|
},
|
24364
|
-
"eu-central-1" : { },
|
24365
|
-
"eu-north-1" : { },
|
24366
|
-
"eu-west-1" : { },
|
24367
|
-
"eu-west-2" : { },
|
24368
|
-
"eu-west-3" : { },
|
24369
24437
|
"fips-ca-central-1" : {
|
24370
24438
|
"credentialScope" : {
|
24371
24439
|
"region" : "ca-central-1"
|
@@ -24401,30 +24469,64 @@
|
|
24401
24469
|
"deprecated" : true,
|
24402
24470
|
"hostname" : "fips.transcribe.us-west-2.amazonaws.com"
|
24403
24471
|
},
|
24404
|
-
"me-south-1" : {
|
24405
|
-
|
24472
|
+
"me-south-1" : {
|
24473
|
+
"variants" : [ {
|
24474
|
+
"hostname" : "transcribe.me-south-1.api.aws",
|
24475
|
+
"tags" : [ "dualstack" ]
|
24476
|
+
} ]
|
24477
|
+
},
|
24478
|
+
"sa-east-1" : {
|
24479
|
+
"variants" : [ {
|
24480
|
+
"hostname" : "transcribe.sa-east-1.api.aws",
|
24481
|
+
"tags" : [ "dualstack" ]
|
24482
|
+
} ]
|
24483
|
+
},
|
24406
24484
|
"us-east-1" : {
|
24407
24485
|
"variants" : [ {
|
24408
24486
|
"hostname" : "fips.transcribe.us-east-1.amazonaws.com",
|
24409
24487
|
"tags" : [ "fips" ]
|
24488
|
+
}, {
|
24489
|
+
"hostname" : "transcribe-fips.us-east-1.api.aws",
|
24490
|
+
"tags" : [ "dualstack", "fips" ]
|
24491
|
+
}, {
|
24492
|
+
"hostname" : "transcribe.us-east-1.api.aws",
|
24493
|
+
"tags" : [ "dualstack" ]
|
24410
24494
|
} ]
|
24411
24495
|
},
|
24412
24496
|
"us-east-2" : {
|
24413
24497
|
"variants" : [ {
|
24414
24498
|
"hostname" : "fips.transcribe.us-east-2.amazonaws.com",
|
24415
24499
|
"tags" : [ "fips" ]
|
24500
|
+
}, {
|
24501
|
+
"hostname" : "transcribe-fips.us-east-2.api.aws",
|
24502
|
+
"tags" : [ "dualstack", "fips" ]
|
24503
|
+
}, {
|
24504
|
+
"hostname" : "transcribe.us-east-2.api.aws",
|
24505
|
+
"tags" : [ "dualstack" ]
|
24416
24506
|
} ]
|
24417
24507
|
},
|
24418
24508
|
"us-west-1" : {
|
24419
24509
|
"variants" : [ {
|
24420
24510
|
"hostname" : "fips.transcribe.us-west-1.amazonaws.com",
|
24421
24511
|
"tags" : [ "fips" ]
|
24512
|
+
}, {
|
24513
|
+
"hostname" : "transcribe-fips.us-west-1.api.aws",
|
24514
|
+
"tags" : [ "dualstack", "fips" ]
|
24515
|
+
}, {
|
24516
|
+
"hostname" : "transcribe.us-west-1.api.aws",
|
24517
|
+
"tags" : [ "dualstack" ]
|
24422
24518
|
} ]
|
24423
24519
|
},
|
24424
24520
|
"us-west-2" : {
|
24425
24521
|
"variants" : [ {
|
24426
24522
|
"hostname" : "fips.transcribe.us-west-2.amazonaws.com",
|
24427
24523
|
"tags" : [ "fips" ]
|
24524
|
+
}, {
|
24525
|
+
"hostname" : "transcribe-fips.us-west-2.api.aws",
|
24526
|
+
"tags" : [ "dualstack", "fips" ]
|
24527
|
+
}, {
|
24528
|
+
"hostname" : "transcribe.us-west-2.api.aws",
|
24529
|
+
"tags" : [ "dualstack" ]
|
24428
24530
|
} ]
|
24429
24531
|
}
|
24430
24532
|
}
|
@@ -24606,22 +24708,88 @@
|
|
24606
24708
|
"protocols" : [ "https" ]
|
24607
24709
|
},
|
24608
24710
|
"endpoints" : {
|
24609
|
-
"ap-east-1" : {
|
24610
|
-
|
24611
|
-
|
24612
|
-
|
24613
|
-
|
24614
|
-
|
24615
|
-
"
|
24616
|
-
|
24617
|
-
|
24618
|
-
|
24619
|
-
|
24620
|
-
|
24711
|
+
"ap-east-1" : {
|
24712
|
+
"variants" : [ {
|
24713
|
+
"hostname" : "translate.ap-east-1.api.aws",
|
24714
|
+
"tags" : [ "dualstack" ]
|
24715
|
+
} ]
|
24716
|
+
},
|
24717
|
+
"ap-northeast-1" : {
|
24718
|
+
"variants" : [ {
|
24719
|
+
"hostname" : "translate.ap-northeast-1.api.aws",
|
24720
|
+
"tags" : [ "dualstack" ]
|
24721
|
+
} ]
|
24722
|
+
},
|
24723
|
+
"ap-northeast-2" : {
|
24724
|
+
"variants" : [ {
|
24725
|
+
"hostname" : "translate.ap-northeast-2.api.aws",
|
24726
|
+
"tags" : [ "dualstack" ]
|
24727
|
+
} ]
|
24728
|
+
},
|
24729
|
+
"ap-south-1" : {
|
24730
|
+
"variants" : [ {
|
24731
|
+
"hostname" : "translate.ap-south-1.api.aws",
|
24732
|
+
"tags" : [ "dualstack" ]
|
24733
|
+
} ]
|
24734
|
+
},
|
24735
|
+
"ap-southeast-1" : {
|
24736
|
+
"variants" : [ {
|
24737
|
+
"hostname" : "translate.ap-southeast-1.api.aws",
|
24738
|
+
"tags" : [ "dualstack" ]
|
24739
|
+
} ]
|
24740
|
+
},
|
24741
|
+
"ap-southeast-2" : {
|
24742
|
+
"variants" : [ {
|
24743
|
+
"hostname" : "translate.ap-southeast-2.api.aws",
|
24744
|
+
"tags" : [ "dualstack" ]
|
24745
|
+
} ]
|
24746
|
+
},
|
24747
|
+
"ca-central-1" : {
|
24748
|
+
"variants" : [ {
|
24749
|
+
"hostname" : "translate.ca-central-1.api.aws",
|
24750
|
+
"tags" : [ "dualstack" ]
|
24751
|
+
} ]
|
24752
|
+
},
|
24753
|
+
"eu-central-1" : {
|
24754
|
+
"variants" : [ {
|
24755
|
+
"hostname" : "translate.eu-central-1.api.aws",
|
24756
|
+
"tags" : [ "dualstack" ]
|
24757
|
+
} ]
|
24758
|
+
},
|
24759
|
+
"eu-north-1" : {
|
24760
|
+
"variants" : [ {
|
24761
|
+
"hostname" : "translate.eu-north-1.api.aws",
|
24762
|
+
"tags" : [ "dualstack" ]
|
24763
|
+
} ]
|
24764
|
+
},
|
24765
|
+
"eu-west-1" : {
|
24766
|
+
"variants" : [ {
|
24767
|
+
"hostname" : "translate.eu-west-1.api.aws",
|
24768
|
+
"tags" : [ "dualstack" ]
|
24769
|
+
} ]
|
24770
|
+
},
|
24771
|
+
"eu-west-2" : {
|
24772
|
+
"variants" : [ {
|
24773
|
+
"hostname" : "translate.eu-west-2.api.aws",
|
24774
|
+
"tags" : [ "dualstack" ]
|
24775
|
+
} ]
|
24776
|
+
},
|
24777
|
+
"eu-west-3" : {
|
24778
|
+
"variants" : [ {
|
24779
|
+
"hostname" : "translate.eu-west-3.api.aws",
|
24780
|
+
"tags" : [ "dualstack" ]
|
24781
|
+
} ]
|
24782
|
+
},
|
24621
24783
|
"us-east-1" : {
|
24622
24784
|
"variants" : [ {
|
24623
24785
|
"hostname" : "translate-fips.us-east-1.amazonaws.com",
|
24624
24786
|
"tags" : [ "fips" ]
|
24787
|
+
}, {
|
24788
|
+
"hostname" : "translate-fips.us-east-1.api.aws",
|
24789
|
+
"tags" : [ "dualstack", "fips" ]
|
24790
|
+
}, {
|
24791
|
+
"hostname" : "translate.us-east-1.api.aws",
|
24792
|
+
"tags" : [ "dualstack" ]
|
24625
24793
|
} ]
|
24626
24794
|
},
|
24627
24795
|
"us-east-1-fips" : {
|
@@ -24635,6 +24803,12 @@
|
|
24635
24803
|
"variants" : [ {
|
24636
24804
|
"hostname" : "translate-fips.us-east-2.amazonaws.com",
|
24637
24805
|
"tags" : [ "fips" ]
|
24806
|
+
}, {
|
24807
|
+
"hostname" : "translate-fips.us-east-2.api.aws",
|
24808
|
+
"tags" : [ "dualstack", "fips" ]
|
24809
|
+
}, {
|
24810
|
+
"hostname" : "translate.us-east-2.api.aws",
|
24811
|
+
"tags" : [ "dualstack" ]
|
24638
24812
|
} ]
|
24639
24813
|
},
|
24640
24814
|
"us-east-2-fips" : {
|
@@ -24648,6 +24822,12 @@
|
|
24648
24822
|
"variants" : [ {
|
24649
24823
|
"hostname" : "translate-fips.us-west-1.amazonaws.com",
|
24650
24824
|
"tags" : [ "fips" ]
|
24825
|
+
}, {
|
24826
|
+
"hostname" : "translate-fips.us-west-1.api.aws",
|
24827
|
+
"tags" : [ "dualstack", "fips" ]
|
24828
|
+
}, {
|
24829
|
+
"hostname" : "translate.us-west-1.api.aws",
|
24830
|
+
"tags" : [ "dualstack" ]
|
24651
24831
|
} ]
|
24652
24832
|
},
|
24653
24833
|
"us-west-1-fips" : {
|
@@ -24661,6 +24841,12 @@
|
|
24661
24841
|
"variants" : [ {
|
24662
24842
|
"hostname" : "translate-fips.us-west-2.amazonaws.com",
|
24663
24843
|
"tags" : [ "fips" ]
|
24844
|
+
}, {
|
24845
|
+
"hostname" : "translate-fips.us-west-2.api.aws",
|
24846
|
+
"tags" : [ "dualstack", "fips" ]
|
24847
|
+
}, {
|
24848
|
+
"hostname" : "translate.us-west-2.api.aws",
|
24849
|
+
"tags" : [ "dualstack" ]
|
24664
24850
|
} ]
|
24665
24851
|
},
|
24666
24852
|
"us-west-2-fips" : {
|
@@ -27808,13 +27994,21 @@
|
|
27808
27994
|
"credentialScope" : {
|
27809
27995
|
"region" : "cn-north-1"
|
27810
27996
|
},
|
27811
|
-
"hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn"
|
27997
|
+
"hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn",
|
27998
|
+
"variants" : [ {
|
27999
|
+
"hostname" : "transcribe.cn-north-1.api.amazonwebservices.com.cn",
|
28000
|
+
"tags" : [ "dualstack" ]
|
28001
|
+
} ]
|
27812
28002
|
},
|
27813
28003
|
"cn-northwest-1" : {
|
27814
28004
|
"credentialScope" : {
|
27815
28005
|
"region" : "cn-northwest-1"
|
27816
28006
|
},
|
27817
|
-
"hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
|
28007
|
+
"hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn",
|
28008
|
+
"variants" : [ {
|
28009
|
+
"hostname" : "transcribe.cn-northwest-1.api.amazonwebservices.com.cn",
|
28010
|
+
"tags" : [ "dualstack" ]
|
28011
|
+
} ]
|
27818
28012
|
}
|
27819
28013
|
}
|
27820
28014
|
},
|
@@ -33015,12 +33209,24 @@
|
|
33015
33209
|
"variants" : [ {
|
33016
33210
|
"hostname" : "fips.transcribe.us-gov-east-1.amazonaws.com",
|
33017
33211
|
"tags" : [ "fips" ]
|
33212
|
+
}, {
|
33213
|
+
"hostname" : "transcribe-fips.us-gov-east-1.api.aws",
|
33214
|
+
"tags" : [ "dualstack", "fips" ]
|
33215
|
+
}, {
|
33216
|
+
"hostname" : "transcribe.us-gov-east-1.api.aws",
|
33217
|
+
"tags" : [ "dualstack" ]
|
33018
33218
|
} ]
|
33019
33219
|
},
|
33020
33220
|
"us-gov-west-1" : {
|
33021
33221
|
"variants" : [ {
|
33022
33222
|
"hostname" : "fips.transcribe.us-gov-west-1.amazonaws.com",
|
33023
33223
|
"tags" : [ "fips" ]
|
33224
|
+
}, {
|
33225
|
+
"hostname" : "transcribe-fips.us-gov-west-1.api.aws",
|
33226
|
+
"tags" : [ "dualstack", "fips" ]
|
33227
|
+
}, {
|
33228
|
+
"hostname" : "transcribe.us-gov-west-1.api.aws",
|
33229
|
+
"tags" : [ "dualstack" ]
|
33024
33230
|
} ]
|
33025
33231
|
}
|
33026
33232
|
}
|
@@ -33094,6 +33300,12 @@
|
|
33094
33300
|
"variants" : [ {
|
33095
33301
|
"hostname" : "translate-fips.us-gov-west-1.amazonaws.com",
|
33096
33302
|
"tags" : [ "fips" ]
|
33303
|
+
}, {
|
33304
|
+
"hostname" : "translate-fips.us-gov-west-1.api.aws",
|
33305
|
+
"tags" : [ "dualstack", "fips" ]
|
33306
|
+
}, {
|
33307
|
+
"hostname" : "translate.us-gov-west-1.api.aws",
|
33308
|
+
"tags" : [ "dualstack" ]
|
33097
33309
|
} ]
|
33098
33310
|
},
|
33099
33311
|
"us-gov-west-1-fips" : {
|
@@ -33929,7 +34141,19 @@
|
|
33929
34141
|
},
|
33930
34142
|
"medialive" : {
|
33931
34143
|
"endpoints" : {
|
33932
|
-
"us-iso-east-1" : {
|
34144
|
+
"fips-us-iso-east-1" : {
|
34145
|
+
"credentialScope" : {
|
34146
|
+
"region" : "us-iso-east-1"
|
34147
|
+
},
|
34148
|
+
"deprecated" : true,
|
34149
|
+
"hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov"
|
34150
|
+
},
|
34151
|
+
"us-iso-east-1" : {
|
34152
|
+
"variants" : [ {
|
34153
|
+
"hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov",
|
34154
|
+
"tags" : [ "fips" ]
|
34155
|
+
} ]
|
34156
|
+
}
|
33933
34157
|
}
|
33934
34158
|
},
|
33935
34159
|
"mediapackage" : {
|
@@ -34758,7 +34982,19 @@
|
|
34758
34982
|
},
|
34759
34983
|
"medialive" : {
|
34760
34984
|
"endpoints" : {
|
34761
|
-
"us-isob-east-1" : {
|
34985
|
+
"fips-us-isob-east-1" : {
|
34986
|
+
"credentialScope" : {
|
34987
|
+
"region" : "us-isob-east-1"
|
34988
|
+
},
|
34989
|
+
"deprecated" : true,
|
34990
|
+
"hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov"
|
34991
|
+
},
|
34992
|
+
"us-isob-east-1" : {
|
34993
|
+
"variants" : [ {
|
34994
|
+
"hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov",
|
34995
|
+
"tags" : [ "fips" ]
|
34996
|
+
} ]
|
34997
|
+
}
|
34762
34998
|
}
|
34763
34999
|
},
|
34764
35000
|
"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.
|
4
|
+
version: 1.1055.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-
|
11
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|