aws-partitions 1.1052.0 → 1.1059.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: 3d7ae273971a29035995b894d637603177e599a279b8207f43abe60ea0cb61cb
4
- data.tar.gz: be42a02c306a68e641a1b01ef92f5061049b733bcfee8f30b72a27aabab3d650
3
+ metadata.gz: 01b3afdb4c4b7f035d49c171a76a7727985cca3ab5fad6264e67fdaa0a2e5d4a
4
+ data.tar.gz: 399974efaf5a90d1453a0066ce29201ea6248f8e6334a764d034f9bc95b64c22
5
5
  SHA512:
6
- metadata.gz: 52830149811bc80af17d1517d42e266be47fcd939e9943cc6da24cef1e7b3cf6a2544d516ed85c65304160446ca226f12f763d1c376a534ea1473760148dac0c
7
- data.tar.gz: 28831bcf9bab3e9fbd0b5d3eb7f4bb5710e547a4483aff55606c837fe3339b9671907abc1aecd1bea3850156a91fa1a422583df10a8d04ef0ab5dae0601ed465
6
+ metadata.gz: e1818b44ed25260d3ee9ca7018dc9f0a7e1729c238b95200f9dee122aac1f85b24b066e09b1899e58257d36e949e67c8cd3e7bef37828393dc766034e0d85b19
7
+ data.tar.gz: e70071b65e84831a0d56089752eea0c712e5de1d12a3cc8f93025dfaaed2124bdaebed3443ecc1bb04f88cb06596af6502860df13bc88604cae19d6c83ce0980
data/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1059.0 (2025-03-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1058.0 (2025-02-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1057.0 (2025-02-27)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1056.0 (2025-02-26)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1055.0 (2025-02-25)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1054.0 (2025-02-21)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1053.0 (2025-02-20)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
4
39
  1.1052.0 (2025-02-18)
5
40
  ------------------
6
41
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1052.0
1
+ 1.1059.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
@@ -580,12 +580,15 @@
580
580
  "eu-central-1" : { },
581
581
  "eu-central-2" : { },
582
582
  "eu-north-1" : { },
583
+ "eu-south-1" : { },
584
+ "eu-south-2" : { },
583
585
  "eu-west-1" : { },
584
586
  "eu-west-2" : { },
585
587
  "eu-west-3" : { },
586
588
  "sa-east-1" : { },
587
589
  "us-east-1" : { },
588
590
  "us-east-2" : { },
591
+ "us-west-1" : { },
589
592
  "us-west-2" : { }
590
593
  }
591
594
  },
@@ -1147,28 +1150,6 @@
1147
1150
  }
1148
1151
  }
1149
1152
  },
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
1153
  "api.fleethub.iot" : {
1173
1154
  "endpoints" : {
1174
1155
  "ap-northeast-1" : { },
@@ -3068,7 +3049,9 @@
3068
3049
  "endpoints" : {
3069
3050
  "ap-northeast-1" : { },
3070
3051
  "ap-northeast-2" : { },
3052
+ "ap-northeast-3" : { },
3071
3053
  "ap-south-1" : { },
3054
+ "ap-south-2" : { },
3072
3055
  "ap-southeast-1" : { },
3073
3056
  "ap-southeast-2" : { },
3074
3057
  "bedrock-ap-northeast-1" : {
@@ -3083,12 +3066,24 @@
3083
3066
  },
3084
3067
  "hostname" : "bedrock.ap-northeast-2.amazonaws.com"
3085
3068
  },
3069
+ "bedrock-ap-northeast-3" : {
3070
+ "credentialScope" : {
3071
+ "region" : "ap-northeast-3"
3072
+ },
3073
+ "hostname" : "bedrock.ap-northeast-3.amazonaws.com"
3074
+ },
3086
3075
  "bedrock-ap-south-1" : {
3087
3076
  "credentialScope" : {
3088
3077
  "region" : "ap-south-1"
3089
3078
  },
3090
3079
  "hostname" : "bedrock.ap-south-1.amazonaws.com"
3091
3080
  },
3081
+ "bedrock-ap-south-2" : {
3082
+ "credentialScope" : {
3083
+ "region" : "ap-south-2"
3084
+ },
3085
+ "hostname" : "bedrock.ap-south-2.amazonaws.com"
3086
+ },
3092
3087
  "bedrock-ap-southeast-1" : {
3093
3088
  "credentialScope" : {
3094
3089
  "region" : "ap-southeast-1"
@@ -3119,6 +3114,12 @@
3119
3114
  },
3120
3115
  "hostname" : "bedrock.eu-central-2.amazonaws.com"
3121
3116
  },
3117
+ "bedrock-eu-north-1" : {
3118
+ "credentialScope" : {
3119
+ "region" : "eu-north-1"
3120
+ },
3121
+ "hostname" : "bedrock.eu-north-1.amazonaws.com"
3122
+ },
3122
3123
  "bedrock-eu-west-1" : {
3123
3124
  "credentialScope" : {
3124
3125
  "region" : "eu-west-1"
@@ -3173,12 +3174,24 @@
3173
3174
  },
3174
3175
  "hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
3175
3176
  },
3177
+ "bedrock-runtime-ap-northeast-3" : {
3178
+ "credentialScope" : {
3179
+ "region" : "ap-northeast-3"
3180
+ },
3181
+ "hostname" : "bedrock-runtime.ap-northeast-3.amazonaws.com"
3182
+ },
3176
3183
  "bedrock-runtime-ap-south-1" : {
3177
3184
  "credentialScope" : {
3178
3185
  "region" : "ap-south-1"
3179
3186
  },
3180
3187
  "hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
3181
3188
  },
3189
+ "bedrock-runtime-ap-south-2" : {
3190
+ "credentialScope" : {
3191
+ "region" : "ap-south-2"
3192
+ },
3193
+ "hostname" : "bedrock-runtime.ap-south-2.amazonaws.com"
3194
+ },
3182
3195
  "bedrock-runtime-ap-southeast-1" : {
3183
3196
  "credentialScope" : {
3184
3197
  "region" : "ap-southeast-1"
@@ -3209,6 +3222,12 @@
3209
3222
  },
3210
3223
  "hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
3211
3224
  },
3225
+ "bedrock-runtime-eu-north-1" : {
3226
+ "credentialScope" : {
3227
+ "region" : "eu-north-1"
3228
+ },
3229
+ "hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230
+ },
3212
3231
  "bedrock-runtime-eu-west-1" : {
3213
3232
  "credentialScope" : {
3214
3233
  "region" : "eu-west-1"
@@ -3302,6 +3321,7 @@
3302
3321
  "ca-central-1" : { },
3303
3322
  "eu-central-1" : { },
3304
3323
  "eu-central-2" : { },
3324
+ "eu-north-1" : { },
3305
3325
  "eu-west-1" : { },
3306
3326
  "eu-west-2" : { },
3307
3327
  "eu-west-3" : { },
@@ -3780,6 +3800,12 @@
3780
3800
  "tags" : [ "dualstack" ]
3781
3801
  } ]
3782
3802
  },
3803
+ "ap-southeast-7" : {
3804
+ "variants" : [ {
3805
+ "hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
3806
+ "tags" : [ "dualstack" ]
3807
+ } ]
3808
+ },
3783
3809
  "ca-central-1" : {
3784
3810
  "variants" : [ {
3785
3811
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
@@ -3912,6 +3938,12 @@
3912
3938
  "tags" : [ "dualstack" ]
3913
3939
  } ]
3914
3940
  },
3941
+ "mx-central-1" : {
3942
+ "variants" : [ {
3943
+ "hostname" : "cloudcontrolapi.mx-central-1.api.aws",
3944
+ "tags" : [ "dualstack" ]
3945
+ } ]
3946
+ },
3915
3947
  "sa-east-1" : {
3916
3948
  "variants" : [ {
3917
3949
  "hostname" : "cloudcontrolapi.sa-east-1.api.aws",
@@ -9814,6 +9846,12 @@
9814
9846
  } ]
9815
9847
  },
9816
9848
  "ap-southeast-5" : { },
9849
+ "ap-southeast-7" : {
9850
+ "variants" : [ {
9851
+ "hostname" : "firehose.ap-southeast-7.api.aws",
9852
+ "tags" : [ "dualstack" ]
9853
+ } ]
9854
+ },
9817
9855
  "ca-central-1" : {
9818
9856
  "variants" : [ {
9819
9857
  "hostname" : "firehose.ca-central-1.api.aws",
@@ -9920,6 +9958,12 @@
9920
9958
  "tags" : [ "dualstack" ]
9921
9959
  } ]
9922
9960
  },
9961
+ "mx-central-1" : {
9962
+ "variants" : [ {
9963
+ "hostname" : "firehose.mx-central-1.api.aws",
9964
+ "tags" : [ "dualstack" ]
9965
+ } ]
9966
+ },
9923
9967
  "sa-east-1" : {
9924
9968
  "variants" : [ {
9925
9969
  "hostname" : "firehose.sa-east-1.api.aws",
@@ -11203,7 +11247,19 @@
11203
11247
  "ap-southeast-4" : { },
11204
11248
  "ap-southeast-5" : { },
11205
11249
  "ca-central-1" : { },
11206
- "ca-west-1" : { },
11250
+ "ca-west-1" : {
11251
+ "variants" : [ {
11252
+ "hostname" : "guardduty-fips.ca-west-1.amazonaws.com",
11253
+ "tags" : [ "fips" ]
11254
+ } ]
11255
+ },
11256
+ "ca-west-1-fips" : {
11257
+ "credentialScope" : {
11258
+ "region" : "ca-west-1"
11259
+ },
11260
+ "deprecated" : true,
11261
+ "hostname" : "guardduty-fips.ca-west-1.amazonaws.com"
11262
+ },
11207
11263
  "eu-central-1" : { },
11208
11264
  "eu-central-2" : { },
11209
11265
  "eu-north-1" : { },
@@ -15340,6 +15396,7 @@
15340
15396
  "ap-southeast-3" : { },
15341
15397
  "ap-southeast-4" : { },
15342
15398
  "ap-southeast-5" : { },
15399
+ "ap-southeast-7" : { },
15343
15400
  "ca-central-1" : {
15344
15401
  "variants" : [ {
15345
15402
  "hostname" : "metrics-fips.sagemaker.ca-central-1.amazonaws.com",
@@ -15377,6 +15434,7 @@
15377
15434
  "il-central-1" : { },
15378
15435
  "me-central-1" : { },
15379
15436
  "me-south-1" : { },
15437
+ "mx-central-1" : { },
15380
15438
  "sa-east-1" : { },
15381
15439
  "us-east-1" : {
15382
15440
  "variants" : [ {
@@ -19281,6 +19339,184 @@
19281
19339
  "us-east-1" : { }
19282
19340
  }
19283
19341
  },
19342
+ "route53profiles" : {
19343
+ "endpoints" : {
19344
+ "af-south-1" : {
19345
+ "variants" : [ {
19346
+ "hostname" : "route53profiles.af-south-1.api.aws",
19347
+ "tags" : [ "dualstack" ]
19348
+ } ]
19349
+ },
19350
+ "ap-east-1" : {
19351
+ "variants" : [ {
19352
+ "hostname" : "route53profiles.ap-east-1.api.aws",
19353
+ "tags" : [ "dualstack" ]
19354
+ } ]
19355
+ },
19356
+ "ap-northeast-1" : {
19357
+ "variants" : [ {
19358
+ "hostname" : "route53profiles.ap-northeast-1.api.aws",
19359
+ "tags" : [ "dualstack" ]
19360
+ } ]
19361
+ },
19362
+ "ap-northeast-2" : {
19363
+ "variants" : [ {
19364
+ "hostname" : "route53profiles.ap-northeast-2.api.aws",
19365
+ "tags" : [ "dualstack" ]
19366
+ } ]
19367
+ },
19368
+ "ap-northeast-3" : {
19369
+ "variants" : [ {
19370
+ "hostname" : "route53profiles.ap-northeast-3.api.aws",
19371
+ "tags" : [ "dualstack" ]
19372
+ } ]
19373
+ },
19374
+ "ap-south-1" : {
19375
+ "variants" : [ {
19376
+ "hostname" : "route53profiles.ap-south-1.api.aws",
19377
+ "tags" : [ "dualstack" ]
19378
+ } ]
19379
+ },
19380
+ "ap-south-2" : {
19381
+ "variants" : [ {
19382
+ "hostname" : "route53profiles.ap-south-2.api.aws",
19383
+ "tags" : [ "dualstack" ]
19384
+ } ]
19385
+ },
19386
+ "ap-southeast-1" : {
19387
+ "variants" : [ {
19388
+ "hostname" : "route53profiles.ap-southeast-1.api.aws",
19389
+ "tags" : [ "dualstack" ]
19390
+ } ]
19391
+ },
19392
+ "ap-southeast-2" : {
19393
+ "variants" : [ {
19394
+ "hostname" : "route53profiles.ap-southeast-2.api.aws",
19395
+ "tags" : [ "dualstack" ]
19396
+ } ]
19397
+ },
19398
+ "ap-southeast-3" : {
19399
+ "variants" : [ {
19400
+ "hostname" : "route53profiles.ap-southeast-3.api.aws",
19401
+ "tags" : [ "dualstack" ]
19402
+ } ]
19403
+ },
19404
+ "ap-southeast-4" : {
19405
+ "variants" : [ {
19406
+ "hostname" : "route53profiles.ap-southeast-4.api.aws",
19407
+ "tags" : [ "dualstack" ]
19408
+ } ]
19409
+ },
19410
+ "ca-central-1" : {
19411
+ "variants" : [ {
19412
+ "hostname" : "route53profiles.ca-central-1.api.aws",
19413
+ "tags" : [ "dualstack" ]
19414
+ } ]
19415
+ },
19416
+ "ca-west-1" : {
19417
+ "variants" : [ {
19418
+ "hostname" : "route53profiles.ca-west-1.api.aws",
19419
+ "tags" : [ "dualstack" ]
19420
+ } ]
19421
+ },
19422
+ "eu-central-1" : {
19423
+ "variants" : [ {
19424
+ "hostname" : "route53profiles.eu-central-1.api.aws",
19425
+ "tags" : [ "dualstack" ]
19426
+ } ]
19427
+ },
19428
+ "eu-central-2" : {
19429
+ "variants" : [ {
19430
+ "hostname" : "route53profiles.eu-central-2.api.aws",
19431
+ "tags" : [ "dualstack" ]
19432
+ } ]
19433
+ },
19434
+ "eu-north-1" : {
19435
+ "variants" : [ {
19436
+ "hostname" : "route53profiles.eu-north-1.api.aws",
19437
+ "tags" : [ "dualstack" ]
19438
+ } ]
19439
+ },
19440
+ "eu-south-1" : {
19441
+ "variants" : [ {
19442
+ "hostname" : "route53profiles.eu-south-1.api.aws",
19443
+ "tags" : [ "dualstack" ]
19444
+ } ]
19445
+ },
19446
+ "eu-south-2" : {
19447
+ "variants" : [ {
19448
+ "hostname" : "route53profiles.eu-south-2.api.aws",
19449
+ "tags" : [ "dualstack" ]
19450
+ } ]
19451
+ },
19452
+ "eu-west-1" : {
19453
+ "variants" : [ {
19454
+ "hostname" : "route53profiles.eu-west-1.api.aws",
19455
+ "tags" : [ "dualstack" ]
19456
+ } ]
19457
+ },
19458
+ "eu-west-2" : {
19459
+ "variants" : [ {
19460
+ "hostname" : "route53profiles.eu-west-2.api.aws",
19461
+ "tags" : [ "dualstack" ]
19462
+ } ]
19463
+ },
19464
+ "eu-west-3" : {
19465
+ "variants" : [ {
19466
+ "hostname" : "route53profiles.eu-west-3.api.aws",
19467
+ "tags" : [ "dualstack" ]
19468
+ } ]
19469
+ },
19470
+ "il-central-1" : {
19471
+ "variants" : [ {
19472
+ "hostname" : "route53profiles.il-central-1.api.aws",
19473
+ "tags" : [ "dualstack" ]
19474
+ } ]
19475
+ },
19476
+ "me-central-1" : {
19477
+ "variants" : [ {
19478
+ "hostname" : "route53profiles.me-central-1.api.aws",
19479
+ "tags" : [ "dualstack" ]
19480
+ } ]
19481
+ },
19482
+ "me-south-1" : {
19483
+ "variants" : [ {
19484
+ "hostname" : "route53profiles.me-south-1.api.aws",
19485
+ "tags" : [ "dualstack" ]
19486
+ } ]
19487
+ },
19488
+ "sa-east-1" : {
19489
+ "variants" : [ {
19490
+ "hostname" : "route53profiles.sa-east-1.api.aws",
19491
+ "tags" : [ "dualstack" ]
19492
+ } ]
19493
+ },
19494
+ "us-east-1" : {
19495
+ "variants" : [ {
19496
+ "hostname" : "route53profiles.us-east-1.api.aws",
19497
+ "tags" : [ "dualstack" ]
19498
+ } ]
19499
+ },
19500
+ "us-east-2" : {
19501
+ "variants" : [ {
19502
+ "hostname" : "route53profiles.us-east-2.api.aws",
19503
+ "tags" : [ "dualstack" ]
19504
+ } ]
19505
+ },
19506
+ "us-west-1" : {
19507
+ "variants" : [ {
19508
+ "hostname" : "route53profiles.us-west-1.api.aws",
19509
+ "tags" : [ "dualstack" ]
19510
+ } ]
19511
+ },
19512
+ "us-west-2" : {
19513
+ "variants" : [ {
19514
+ "hostname" : "route53profiles.us-west-2.api.aws",
19515
+ "tags" : [ "dualstack" ]
19516
+ } ]
19517
+ }
19518
+ }
19519
+ },
19284
19520
  "route53resolver" : {
19285
19521
  "defaults" : {
19286
19522
  "protocols" : [ "https" ]
@@ -24310,24 +24546,90 @@
24310
24546
  } ]
24311
24547
  },
24312
24548
  "endpoints" : {
24313
- "af-south-1" : { },
24314
- "ap-east-1" : { },
24315
- "ap-northeast-1" : { },
24316
- "ap-northeast-2" : { },
24317
- "ap-south-1" : { },
24318
- "ap-southeast-1" : { },
24319
- "ap-southeast-2" : { },
24549
+ "af-south-1" : {
24550
+ "variants" : [ {
24551
+ "hostname" : "transcribe.af-south-1.api.aws",
24552
+ "tags" : [ "dualstack" ]
24553
+ } ]
24554
+ },
24555
+ "ap-east-1" : {
24556
+ "variants" : [ {
24557
+ "hostname" : "transcribe.ap-east-1.api.aws",
24558
+ "tags" : [ "dualstack" ]
24559
+ } ]
24560
+ },
24561
+ "ap-northeast-1" : {
24562
+ "variants" : [ {
24563
+ "hostname" : "transcribe.ap-northeast-1.api.aws",
24564
+ "tags" : [ "dualstack" ]
24565
+ } ]
24566
+ },
24567
+ "ap-northeast-2" : {
24568
+ "variants" : [ {
24569
+ "hostname" : "transcribe.ap-northeast-2.api.aws",
24570
+ "tags" : [ "dualstack" ]
24571
+ } ]
24572
+ },
24573
+ "ap-south-1" : {
24574
+ "variants" : [ {
24575
+ "hostname" : "transcribe.ap-south-1.api.aws",
24576
+ "tags" : [ "dualstack" ]
24577
+ } ]
24578
+ },
24579
+ "ap-southeast-1" : {
24580
+ "variants" : [ {
24581
+ "hostname" : "transcribe.ap-southeast-1.api.aws",
24582
+ "tags" : [ "dualstack" ]
24583
+ } ]
24584
+ },
24585
+ "ap-southeast-2" : {
24586
+ "variants" : [ {
24587
+ "hostname" : "transcribe.ap-southeast-2.api.aws",
24588
+ "tags" : [ "dualstack" ]
24589
+ } ]
24590
+ },
24320
24591
  "ca-central-1" : {
24321
24592
  "variants" : [ {
24322
24593
  "hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
24323
24594
  "tags" : [ "fips" ]
24595
+ }, {
24596
+ "hostname" : "transcribe-fips.ca-central-1.api.aws",
24597
+ "tags" : [ "dualstack", "fips" ]
24598
+ }, {
24599
+ "hostname" : "transcribe.ca-central-1.api.aws",
24600
+ "tags" : [ "dualstack" ]
24601
+ } ]
24602
+ },
24603
+ "eu-central-1" : {
24604
+ "variants" : [ {
24605
+ "hostname" : "transcribe.eu-central-1.api.aws",
24606
+ "tags" : [ "dualstack" ]
24607
+ } ]
24608
+ },
24609
+ "eu-north-1" : {
24610
+ "variants" : [ {
24611
+ "hostname" : "transcribe.eu-north-1.api.aws",
24612
+ "tags" : [ "dualstack" ]
24613
+ } ]
24614
+ },
24615
+ "eu-west-1" : {
24616
+ "variants" : [ {
24617
+ "hostname" : "transcribe.eu-west-1.api.aws",
24618
+ "tags" : [ "dualstack" ]
24619
+ } ]
24620
+ },
24621
+ "eu-west-2" : {
24622
+ "variants" : [ {
24623
+ "hostname" : "transcribe.eu-west-2.api.aws",
24624
+ "tags" : [ "dualstack" ]
24625
+ } ]
24626
+ },
24627
+ "eu-west-3" : {
24628
+ "variants" : [ {
24629
+ "hostname" : "transcribe.eu-west-3.api.aws",
24630
+ "tags" : [ "dualstack" ]
24324
24631
  } ]
24325
24632
  },
24326
- "eu-central-1" : { },
24327
- "eu-north-1" : { },
24328
- "eu-west-1" : { },
24329
- "eu-west-2" : { },
24330
- "eu-west-3" : { },
24331
24633
  "fips-ca-central-1" : {
24332
24634
  "credentialScope" : {
24333
24635
  "region" : "ca-central-1"
@@ -24363,30 +24665,64 @@
24363
24665
  "deprecated" : true,
24364
24666
  "hostname" : "fips.transcribe.us-west-2.amazonaws.com"
24365
24667
  },
24366
- "me-south-1" : { },
24367
- "sa-east-1" : { },
24668
+ "me-south-1" : {
24669
+ "variants" : [ {
24670
+ "hostname" : "transcribe.me-south-1.api.aws",
24671
+ "tags" : [ "dualstack" ]
24672
+ } ]
24673
+ },
24674
+ "sa-east-1" : {
24675
+ "variants" : [ {
24676
+ "hostname" : "transcribe.sa-east-1.api.aws",
24677
+ "tags" : [ "dualstack" ]
24678
+ } ]
24679
+ },
24368
24680
  "us-east-1" : {
24369
24681
  "variants" : [ {
24370
24682
  "hostname" : "fips.transcribe.us-east-1.amazonaws.com",
24371
24683
  "tags" : [ "fips" ]
24684
+ }, {
24685
+ "hostname" : "transcribe-fips.us-east-1.api.aws",
24686
+ "tags" : [ "dualstack", "fips" ]
24687
+ }, {
24688
+ "hostname" : "transcribe.us-east-1.api.aws",
24689
+ "tags" : [ "dualstack" ]
24372
24690
  } ]
24373
24691
  },
24374
24692
  "us-east-2" : {
24375
24693
  "variants" : [ {
24376
24694
  "hostname" : "fips.transcribe.us-east-2.amazonaws.com",
24377
24695
  "tags" : [ "fips" ]
24696
+ }, {
24697
+ "hostname" : "transcribe-fips.us-east-2.api.aws",
24698
+ "tags" : [ "dualstack", "fips" ]
24699
+ }, {
24700
+ "hostname" : "transcribe.us-east-2.api.aws",
24701
+ "tags" : [ "dualstack" ]
24378
24702
  } ]
24379
24703
  },
24380
24704
  "us-west-1" : {
24381
24705
  "variants" : [ {
24382
24706
  "hostname" : "fips.transcribe.us-west-1.amazonaws.com",
24383
24707
  "tags" : [ "fips" ]
24708
+ }, {
24709
+ "hostname" : "transcribe-fips.us-west-1.api.aws",
24710
+ "tags" : [ "dualstack", "fips" ]
24711
+ }, {
24712
+ "hostname" : "transcribe.us-west-1.api.aws",
24713
+ "tags" : [ "dualstack" ]
24384
24714
  } ]
24385
24715
  },
24386
24716
  "us-west-2" : {
24387
24717
  "variants" : [ {
24388
24718
  "hostname" : "fips.transcribe.us-west-2.amazonaws.com",
24389
24719
  "tags" : [ "fips" ]
24720
+ }, {
24721
+ "hostname" : "transcribe-fips.us-west-2.api.aws",
24722
+ "tags" : [ "dualstack", "fips" ]
24723
+ }, {
24724
+ "hostname" : "transcribe.us-west-2.api.aws",
24725
+ "tags" : [ "dualstack" ]
24390
24726
  } ]
24391
24727
  }
24392
24728
  }
@@ -24568,22 +24904,88 @@
24568
24904
  "protocols" : [ "https" ]
24569
24905
  },
24570
24906
  "endpoints" : {
24571
- "ap-east-1" : { },
24572
- "ap-northeast-1" : { },
24573
- "ap-northeast-2" : { },
24574
- "ap-south-1" : { },
24575
- "ap-southeast-1" : { },
24576
- "ap-southeast-2" : { },
24577
- "ca-central-1" : { },
24578
- "eu-central-1" : { },
24579
- "eu-north-1" : { },
24580
- "eu-west-1" : { },
24581
- "eu-west-2" : { },
24582
- "eu-west-3" : { },
24907
+ "ap-east-1" : {
24908
+ "variants" : [ {
24909
+ "hostname" : "translate.ap-east-1.api.aws",
24910
+ "tags" : [ "dualstack" ]
24911
+ } ]
24912
+ },
24913
+ "ap-northeast-1" : {
24914
+ "variants" : [ {
24915
+ "hostname" : "translate.ap-northeast-1.api.aws",
24916
+ "tags" : [ "dualstack" ]
24917
+ } ]
24918
+ },
24919
+ "ap-northeast-2" : {
24920
+ "variants" : [ {
24921
+ "hostname" : "translate.ap-northeast-2.api.aws",
24922
+ "tags" : [ "dualstack" ]
24923
+ } ]
24924
+ },
24925
+ "ap-south-1" : {
24926
+ "variants" : [ {
24927
+ "hostname" : "translate.ap-south-1.api.aws",
24928
+ "tags" : [ "dualstack" ]
24929
+ } ]
24930
+ },
24931
+ "ap-southeast-1" : {
24932
+ "variants" : [ {
24933
+ "hostname" : "translate.ap-southeast-1.api.aws",
24934
+ "tags" : [ "dualstack" ]
24935
+ } ]
24936
+ },
24937
+ "ap-southeast-2" : {
24938
+ "variants" : [ {
24939
+ "hostname" : "translate.ap-southeast-2.api.aws",
24940
+ "tags" : [ "dualstack" ]
24941
+ } ]
24942
+ },
24943
+ "ca-central-1" : {
24944
+ "variants" : [ {
24945
+ "hostname" : "translate.ca-central-1.api.aws",
24946
+ "tags" : [ "dualstack" ]
24947
+ } ]
24948
+ },
24949
+ "eu-central-1" : {
24950
+ "variants" : [ {
24951
+ "hostname" : "translate.eu-central-1.api.aws",
24952
+ "tags" : [ "dualstack" ]
24953
+ } ]
24954
+ },
24955
+ "eu-north-1" : {
24956
+ "variants" : [ {
24957
+ "hostname" : "translate.eu-north-1.api.aws",
24958
+ "tags" : [ "dualstack" ]
24959
+ } ]
24960
+ },
24961
+ "eu-west-1" : {
24962
+ "variants" : [ {
24963
+ "hostname" : "translate.eu-west-1.api.aws",
24964
+ "tags" : [ "dualstack" ]
24965
+ } ]
24966
+ },
24967
+ "eu-west-2" : {
24968
+ "variants" : [ {
24969
+ "hostname" : "translate.eu-west-2.api.aws",
24970
+ "tags" : [ "dualstack" ]
24971
+ } ]
24972
+ },
24973
+ "eu-west-3" : {
24974
+ "variants" : [ {
24975
+ "hostname" : "translate.eu-west-3.api.aws",
24976
+ "tags" : [ "dualstack" ]
24977
+ } ]
24978
+ },
24583
24979
  "us-east-1" : {
24584
24980
  "variants" : [ {
24585
24981
  "hostname" : "translate-fips.us-east-1.amazonaws.com",
24586
24982
  "tags" : [ "fips" ]
24983
+ }, {
24984
+ "hostname" : "translate-fips.us-east-1.api.aws",
24985
+ "tags" : [ "dualstack", "fips" ]
24986
+ }, {
24987
+ "hostname" : "translate.us-east-1.api.aws",
24988
+ "tags" : [ "dualstack" ]
24587
24989
  } ]
24588
24990
  },
24589
24991
  "us-east-1-fips" : {
@@ -24597,6 +24999,12 @@
24597
24999
  "variants" : [ {
24598
25000
  "hostname" : "translate-fips.us-east-2.amazonaws.com",
24599
25001
  "tags" : [ "fips" ]
25002
+ }, {
25003
+ "hostname" : "translate-fips.us-east-2.api.aws",
25004
+ "tags" : [ "dualstack", "fips" ]
25005
+ }, {
25006
+ "hostname" : "translate.us-east-2.api.aws",
25007
+ "tags" : [ "dualstack" ]
24600
25008
  } ]
24601
25009
  },
24602
25010
  "us-east-2-fips" : {
@@ -24610,6 +25018,12 @@
24610
25018
  "variants" : [ {
24611
25019
  "hostname" : "translate-fips.us-west-1.amazonaws.com",
24612
25020
  "tags" : [ "fips" ]
25021
+ }, {
25022
+ "hostname" : "translate-fips.us-west-1.api.aws",
25023
+ "tags" : [ "dualstack", "fips" ]
25024
+ }, {
25025
+ "hostname" : "translate.us-west-1.api.aws",
25026
+ "tags" : [ "dualstack" ]
24613
25027
  } ]
24614
25028
  },
24615
25029
  "us-west-1-fips" : {
@@ -24623,6 +25037,12 @@
24623
25037
  "variants" : [ {
24624
25038
  "hostname" : "translate-fips.us-west-2.amazonaws.com",
24625
25039
  "tags" : [ "fips" ]
25040
+ }, {
25041
+ "hostname" : "translate-fips.us-west-2.api.aws",
25042
+ "tags" : [ "dualstack", "fips" ]
25043
+ }, {
25044
+ "hostname" : "translate.us-west-2.api.aws",
25045
+ "tags" : [ "dualstack" ]
24626
25046
  } ]
24627
25047
  },
24628
25048
  "us-west-2-fips" : {
@@ -27770,13 +28190,21 @@
27770
28190
  "credentialScope" : {
27771
28191
  "region" : "cn-north-1"
27772
28192
  },
27773
- "hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn"
28193
+ "hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn",
28194
+ "variants" : [ {
28195
+ "hostname" : "transcribe.cn-north-1.api.amazonwebservices.com.cn",
28196
+ "tags" : [ "dualstack" ]
28197
+ } ]
27774
28198
  },
27775
28199
  "cn-northwest-1" : {
27776
28200
  "credentialScope" : {
27777
28201
  "region" : "cn-northwest-1"
27778
28202
  },
27779
- "hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
28203
+ "hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn",
28204
+ "variants" : [ {
28205
+ "hostname" : "transcribe.cn-northwest-1.api.amazonwebservices.com.cn",
28206
+ "tags" : [ "dualstack" ]
28207
+ } ]
27780
28208
  }
27781
28209
  }
27782
28210
  },
@@ -31528,6 +31956,7 @@
31528
31956
  },
31529
31957
  "quicksight" : {
31530
31958
  "endpoints" : {
31959
+ "us-gov-east-1" : { },
31531
31960
  "us-gov-west-1" : { }
31532
31961
  }
31533
31962
  },
@@ -31887,6 +32316,22 @@
31887
32316
  "isRegionalized" : false,
31888
32317
  "partitionEndpoint" : "aws-us-gov-global"
31889
32318
  },
32319
+ "route53profiles" : {
32320
+ "endpoints" : {
32321
+ "us-gov-east-1" : {
32322
+ "variants" : [ {
32323
+ "hostname" : "route53profiles.us-gov-east-1.api.aws",
32324
+ "tags" : [ "dualstack" ]
32325
+ } ]
32326
+ },
32327
+ "us-gov-west-1" : {
32328
+ "variants" : [ {
32329
+ "hostname" : "route53profiles.us-gov-west-1.api.aws",
32330
+ "tags" : [ "dualstack" ]
32331
+ } ]
32332
+ }
32333
+ }
32334
+ },
31890
32335
  "route53resolver" : {
31891
32336
  "endpoints" : {
31892
32337
  "us-gov-east-1" : {
@@ -32977,12 +33422,24 @@
32977
33422
  "variants" : [ {
32978
33423
  "hostname" : "fips.transcribe.us-gov-east-1.amazonaws.com",
32979
33424
  "tags" : [ "fips" ]
33425
+ }, {
33426
+ "hostname" : "transcribe-fips.us-gov-east-1.api.aws",
33427
+ "tags" : [ "dualstack", "fips" ]
33428
+ }, {
33429
+ "hostname" : "transcribe.us-gov-east-1.api.aws",
33430
+ "tags" : [ "dualstack" ]
32980
33431
  } ]
32981
33432
  },
32982
33433
  "us-gov-west-1" : {
32983
33434
  "variants" : [ {
32984
33435
  "hostname" : "fips.transcribe.us-gov-west-1.amazonaws.com",
32985
33436
  "tags" : [ "fips" ]
33437
+ }, {
33438
+ "hostname" : "transcribe-fips.us-gov-west-1.api.aws",
33439
+ "tags" : [ "dualstack", "fips" ]
33440
+ }, {
33441
+ "hostname" : "transcribe.us-gov-west-1.api.aws",
33442
+ "tags" : [ "dualstack" ]
32986
33443
  } ]
32987
33444
  }
32988
33445
  }
@@ -33056,6 +33513,12 @@
33056
33513
  "variants" : [ {
33057
33514
  "hostname" : "translate-fips.us-gov-west-1.amazonaws.com",
33058
33515
  "tags" : [ "fips" ]
33516
+ }, {
33517
+ "hostname" : "translate-fips.us-gov-west-1.api.aws",
33518
+ "tags" : [ "dualstack", "fips" ]
33519
+ }, {
33520
+ "hostname" : "translate.us-gov-west-1.api.aws",
33521
+ "tags" : [ "dualstack" ]
33059
33522
  } ]
33060
33523
  },
33061
33524
  "us-gov-west-1-fips" : {
@@ -33469,8 +33932,32 @@
33469
33932
  },
33470
33933
  "config" : {
33471
33934
  "endpoints" : {
33472
- "us-iso-east-1" : { },
33473
- "us-iso-west-1" : { }
33935
+ "fips-us-iso-east-1" : {
33936
+ "credentialScope" : {
33937
+ "region" : "us-iso-east-1"
33938
+ },
33939
+ "deprecated" : true,
33940
+ "hostname" : "config-fips.us-iso-east-1.c2s.ic.gov"
33941
+ },
33942
+ "fips-us-iso-west-1" : {
33943
+ "credentialScope" : {
33944
+ "region" : "us-iso-west-1"
33945
+ },
33946
+ "deprecated" : true,
33947
+ "hostname" : "config-fips.us-iso-west-1.c2s.ic.gov"
33948
+ },
33949
+ "us-iso-east-1" : {
33950
+ "variants" : [ {
33951
+ "hostname" : "config-fips.us-iso-east-1.c2s.ic.gov",
33952
+ "tags" : [ "fips" ]
33953
+ } ]
33954
+ },
33955
+ "us-iso-west-1" : {
33956
+ "variants" : [ {
33957
+ "hostname" : "config-fips.us-iso-west-1.c2s.ic.gov",
33958
+ "tags" : [ "fips" ]
33959
+ } ]
33960
+ }
33474
33961
  }
33475
33962
  },
33476
33963
  "datapipeline" : {
@@ -33867,7 +34354,19 @@
33867
34354
  },
33868
34355
  "medialive" : {
33869
34356
  "endpoints" : {
33870
- "us-iso-east-1" : { }
34357
+ "fips-us-iso-east-1" : {
34358
+ "credentialScope" : {
34359
+ "region" : "us-iso-east-1"
34360
+ },
34361
+ "deprecated" : true,
34362
+ "hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov"
34363
+ },
34364
+ "us-iso-east-1" : {
34365
+ "variants" : [ {
34366
+ "hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov",
34367
+ "tags" : [ "fips" ]
34368
+ } ]
34369
+ }
33871
34370
  }
33872
34371
  },
33873
34372
  "mediapackage" : {
@@ -34451,7 +34950,19 @@
34451
34950
  },
34452
34951
  "config" : {
34453
34952
  "endpoints" : {
34454
- "us-isob-east-1" : { }
34953
+ "fips-us-isob-east-1" : {
34954
+ "credentialScope" : {
34955
+ "region" : "us-isob-east-1"
34956
+ },
34957
+ "deprecated" : true,
34958
+ "hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov"
34959
+ },
34960
+ "us-isob-east-1" : {
34961
+ "variants" : [ {
34962
+ "hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
34963
+ "tags" : [ "fips" ]
34964
+ } ]
34965
+ }
34455
34966
  }
34456
34967
  },
34457
34968
  "directconnect" : {
@@ -34684,7 +35195,19 @@
34684
35195
  },
34685
35196
  "medialive" : {
34686
35197
  "endpoints" : {
34687
- "us-isob-east-1" : { }
35198
+ "fips-us-isob-east-1" : {
35199
+ "credentialScope" : {
35200
+ "region" : "us-isob-east-1"
35201
+ },
35202
+ "deprecated" : true,
35203
+ "hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov"
35204
+ },
35205
+ "us-isob-east-1" : {
35206
+ "variants" : [ {
35207
+ "hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov",
35208
+ "tags" : [ "fips" ]
35209
+ } ]
35210
+ }
34688
35211
  }
34689
35212
  },
34690
35213
  "mediapackage" : {
@@ -35676,6 +36199,12 @@
35676
36199
  "us-isof-south-1" : { }
35677
36200
  }
35678
36201
  },
36202
+ "schemas" : {
36203
+ "endpoints" : {
36204
+ "us-isof-east-1" : { },
36205
+ "us-isof-south-1" : { }
36206
+ }
36207
+ },
35679
36208
  "secretsmanager" : {
35680
36209
  "endpoints" : {
35681
36210
  "us-isof-east-1" : {
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.1052.0
4
+ version: 1.1059.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-18 00:00:00.000000000 Z
11
+ date: 2025-03-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: