aws-partitions 1.1027.0 → 1.1028.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +454 -65
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f19f2646ff7e4e1ccdf6fd3031bff6201d33d6b200bef9f5b10e9ffc2fbba04b
4
- data.tar.gz: 402e77fc749c978984d7d32eecf62881fea9128b54308fbf76af7f532b52f022
3
+ metadata.gz: d8fc1537468ee088a5a5aa5578da500549bf3614edc8c7c915fc7662abe5e191
4
+ data.tar.gz: ddd4c07a3c0fffbaf79e60cd48a93a9be68cd32b4c5d7803fea76d66ebdedc1b
5
5
  SHA512:
6
- metadata.gz: e08727ef86cd568f397a8936e21e857331abbd4e2ecbf2176718696fb6e6c2d3145cc789714e0efb0e097f030dc737e850c339683ff7a08ca81cb4b689c044a9
7
- data.tar.gz: dcf490f08d0cef0805ca7b6fc9c34ed560f9115fa313fdde442b45817f351c910135806207c52aaed0d75bf09f59d1845fb9957f60e297e09f4e95f0413cb8ce
6
+ metadata.gz: '09b2172d4b6500084009f373b9947ebda111fa16a5caffc8c0f2ebf687c5e353f09affcaaed6117e1b46e451b1766795338a72be9bb7feada13b93744e21cdc0'
7
+ data.tar.gz: bc424e0378978aee1dfdb0de43fc5dbc8520f9e61802de7fe81bee55d0c8acddc8a0c72e2d1d1b51ab9253712ec55372bb076ac853c95cb0b18ce7e264963a5a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1028.0 (2024-12-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1027.0 (2024-12-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1027.0
1
+ 1.1028.0
data/partitions.json CHANGED
@@ -10402,28 +10402,138 @@
10402
10402
  },
10403
10403
  "glue" : {
10404
10404
  "endpoints" : {
10405
- "af-south-1" : { },
10406
- "ap-east-1" : { },
10407
- "ap-northeast-1" : { },
10408
- "ap-northeast-2" : { },
10409
- "ap-northeast-3" : { },
10410
- "ap-south-1" : { },
10411
- "ap-south-2" : { },
10412
- "ap-southeast-1" : { },
10413
- "ap-southeast-2" : { },
10414
- "ap-southeast-3" : { },
10415
- "ap-southeast-4" : { },
10416
- "ap-southeast-5" : { },
10417
- "ca-central-1" : { },
10418
- "ca-west-1" : { },
10419
- "eu-central-1" : { },
10420
- "eu-central-2" : { },
10421
- "eu-north-1" : { },
10422
- "eu-south-1" : { },
10423
- "eu-south-2" : { },
10424
- "eu-west-1" : { },
10425
- "eu-west-2" : { },
10426
- "eu-west-3" : { },
10405
+ "af-south-1" : {
10406
+ "variants" : [ {
10407
+ "hostname" : "glue.af-south-1.api.aws",
10408
+ "tags" : [ "dualstack" ]
10409
+ } ]
10410
+ },
10411
+ "ap-east-1" : {
10412
+ "variants" : [ {
10413
+ "hostname" : "glue.ap-east-1.api.aws",
10414
+ "tags" : [ "dualstack" ]
10415
+ } ]
10416
+ },
10417
+ "ap-northeast-1" : {
10418
+ "variants" : [ {
10419
+ "hostname" : "glue.ap-northeast-1.api.aws",
10420
+ "tags" : [ "dualstack" ]
10421
+ } ]
10422
+ },
10423
+ "ap-northeast-2" : {
10424
+ "variants" : [ {
10425
+ "hostname" : "glue.ap-northeast-2.api.aws",
10426
+ "tags" : [ "dualstack" ]
10427
+ } ]
10428
+ },
10429
+ "ap-northeast-3" : {
10430
+ "variants" : [ {
10431
+ "hostname" : "glue.ap-northeast-3.api.aws",
10432
+ "tags" : [ "dualstack" ]
10433
+ } ]
10434
+ },
10435
+ "ap-south-1" : {
10436
+ "variants" : [ {
10437
+ "hostname" : "glue.ap-south-1.api.aws",
10438
+ "tags" : [ "dualstack" ]
10439
+ } ]
10440
+ },
10441
+ "ap-south-2" : {
10442
+ "variants" : [ {
10443
+ "hostname" : "glue.ap-south-2.api.aws",
10444
+ "tags" : [ "dualstack" ]
10445
+ } ]
10446
+ },
10447
+ "ap-southeast-1" : {
10448
+ "variants" : [ {
10449
+ "hostname" : "glue.ap-southeast-1.api.aws",
10450
+ "tags" : [ "dualstack" ]
10451
+ } ]
10452
+ },
10453
+ "ap-southeast-2" : {
10454
+ "variants" : [ {
10455
+ "hostname" : "glue.ap-southeast-2.api.aws",
10456
+ "tags" : [ "dualstack" ]
10457
+ } ]
10458
+ },
10459
+ "ap-southeast-3" : {
10460
+ "variants" : [ {
10461
+ "hostname" : "glue.ap-southeast-3.api.aws",
10462
+ "tags" : [ "dualstack" ]
10463
+ } ]
10464
+ },
10465
+ "ap-southeast-4" : {
10466
+ "variants" : [ {
10467
+ "hostname" : "glue.ap-southeast-4.api.aws",
10468
+ "tags" : [ "dualstack" ]
10469
+ } ]
10470
+ },
10471
+ "ap-southeast-5" : {
10472
+ "variants" : [ {
10473
+ "hostname" : "glue.ap-southeast-5.api.aws",
10474
+ "tags" : [ "dualstack" ]
10475
+ } ]
10476
+ },
10477
+ "ca-central-1" : {
10478
+ "variants" : [ {
10479
+ "hostname" : "glue.ca-central-1.api.aws",
10480
+ "tags" : [ "dualstack" ]
10481
+ } ]
10482
+ },
10483
+ "ca-west-1" : {
10484
+ "variants" : [ {
10485
+ "hostname" : "glue.ca-west-1.api.aws",
10486
+ "tags" : [ "dualstack" ]
10487
+ } ]
10488
+ },
10489
+ "eu-central-1" : {
10490
+ "variants" : [ {
10491
+ "hostname" : "glue.eu-central-1.api.aws",
10492
+ "tags" : [ "dualstack" ]
10493
+ } ]
10494
+ },
10495
+ "eu-central-2" : {
10496
+ "variants" : [ {
10497
+ "hostname" : "glue.eu-central-2.api.aws",
10498
+ "tags" : [ "dualstack" ]
10499
+ } ]
10500
+ },
10501
+ "eu-north-1" : {
10502
+ "variants" : [ {
10503
+ "hostname" : "glue.eu-north-1.api.aws",
10504
+ "tags" : [ "dualstack" ]
10505
+ } ]
10506
+ },
10507
+ "eu-south-1" : {
10508
+ "variants" : [ {
10509
+ "hostname" : "glue.eu-south-1.api.aws",
10510
+ "tags" : [ "dualstack" ]
10511
+ } ]
10512
+ },
10513
+ "eu-south-2" : {
10514
+ "variants" : [ {
10515
+ "hostname" : "glue.eu-south-2.api.aws",
10516
+ "tags" : [ "dualstack" ]
10517
+ } ]
10518
+ },
10519
+ "eu-west-1" : {
10520
+ "variants" : [ {
10521
+ "hostname" : "glue.eu-west-1.api.aws",
10522
+ "tags" : [ "dualstack" ]
10523
+ } ]
10524
+ },
10525
+ "eu-west-2" : {
10526
+ "variants" : [ {
10527
+ "hostname" : "glue.eu-west-2.api.aws",
10528
+ "tags" : [ "dualstack" ]
10529
+ } ]
10530
+ },
10531
+ "eu-west-3" : {
10532
+ "variants" : [ {
10533
+ "hostname" : "glue.eu-west-3.api.aws",
10534
+ "tags" : [ "dualstack" ]
10535
+ } ]
10536
+ },
10427
10537
  "fips-us-east-1" : {
10428
10538
  "credentialScope" : {
10429
10539
  "region" : "us-east-1"
@@ -10452,32 +10562,76 @@
10452
10562
  "deprecated" : true,
10453
10563
  "hostname" : "glue-fips.us-west-2.amazonaws.com"
10454
10564
  },
10455
- "il-central-1" : { },
10456
- "me-central-1" : { },
10457
- "me-south-1" : { },
10458
- "sa-east-1" : { },
10565
+ "il-central-1" : {
10566
+ "variants" : [ {
10567
+ "hostname" : "glue.il-central-1.api.aws",
10568
+ "tags" : [ "dualstack" ]
10569
+ } ]
10570
+ },
10571
+ "me-central-1" : {
10572
+ "variants" : [ {
10573
+ "hostname" : "glue.me-central-1.api.aws",
10574
+ "tags" : [ "dualstack" ]
10575
+ } ]
10576
+ },
10577
+ "me-south-1" : {
10578
+ "variants" : [ {
10579
+ "hostname" : "glue.me-south-1.api.aws",
10580
+ "tags" : [ "dualstack" ]
10581
+ } ]
10582
+ },
10583
+ "sa-east-1" : {
10584
+ "variants" : [ {
10585
+ "hostname" : "glue.sa-east-1.api.aws",
10586
+ "tags" : [ "dualstack" ]
10587
+ } ]
10588
+ },
10459
10589
  "us-east-1" : {
10460
10590
  "variants" : [ {
10461
10591
  "hostname" : "glue-fips.us-east-1.amazonaws.com",
10462
10592
  "tags" : [ "fips" ]
10593
+ }, {
10594
+ "hostname" : "glue-fips.us-east-1.api.aws",
10595
+ "tags" : [ "dualstack", "fips" ]
10596
+ }, {
10597
+ "hostname" : "glue.us-east-1.api.aws",
10598
+ "tags" : [ "dualstack" ]
10463
10599
  } ]
10464
10600
  },
10465
10601
  "us-east-2" : {
10466
10602
  "variants" : [ {
10467
10603
  "hostname" : "glue-fips.us-east-2.amazonaws.com",
10468
10604
  "tags" : [ "fips" ]
10605
+ }, {
10606
+ "hostname" : "glue-fips.us-east-2.api.aws",
10607
+ "tags" : [ "dualstack", "fips" ]
10608
+ }, {
10609
+ "hostname" : "glue.us-east-2.api.aws",
10610
+ "tags" : [ "dualstack" ]
10469
10611
  } ]
10470
10612
  },
10471
10613
  "us-west-1" : {
10472
10614
  "variants" : [ {
10473
10615
  "hostname" : "glue-fips.us-west-1.amazonaws.com",
10474
10616
  "tags" : [ "fips" ]
10617
+ }, {
10618
+ "hostname" : "glue-fips.us-west-1.api.aws",
10619
+ "tags" : [ "dualstack", "fips" ]
10620
+ }, {
10621
+ "hostname" : "glue.us-west-1.api.aws",
10622
+ "tags" : [ "dualstack" ]
10475
10623
  } ]
10476
10624
  },
10477
10625
  "us-west-2" : {
10478
10626
  "variants" : [ {
10479
10627
  "hostname" : "glue-fips.us-west-2.amazonaws.com",
10480
10628
  "tags" : [ "fips" ]
10629
+ }, {
10630
+ "hostname" : "glue-fips.us-west-2.api.aws",
10631
+ "tags" : [ "dualstack", "fips" ]
10632
+ }, {
10633
+ "hostname" : "glue.us-west-2.api.aws",
10634
+ "tags" : [ "dualstack" ]
10481
10635
  } ]
10482
10636
  }
10483
10637
  }
@@ -13991,21 +14145,96 @@
13991
14145
  },
13992
14146
  "macie2" : {
13993
14147
  "endpoints" : {
13994
- "af-south-1" : { },
13995
- "ap-east-1" : { },
13996
- "ap-northeast-1" : { },
13997
- "ap-northeast-2" : { },
13998
- "ap-northeast-3" : { },
13999
- "ap-south-1" : { },
14000
- "ap-southeast-1" : { },
14001
- "ap-southeast-2" : { },
14002
- "ca-central-1" : { },
14003
- "eu-central-1" : { },
14004
- "eu-north-1" : { },
14005
- "eu-south-1" : { },
14006
- "eu-west-1" : { },
14007
- "eu-west-2" : { },
14008
- "eu-west-3" : { },
14148
+ "af-south-1" : {
14149
+ "variants" : [ {
14150
+ "hostname" : "macie2.af-south-1.api.aws",
14151
+ "tags" : [ "dualstack" ]
14152
+ } ]
14153
+ },
14154
+ "ap-east-1" : {
14155
+ "variants" : [ {
14156
+ "hostname" : "macie2.ap-east-1.api.aws",
14157
+ "tags" : [ "dualstack" ]
14158
+ } ]
14159
+ },
14160
+ "ap-northeast-1" : {
14161
+ "variants" : [ {
14162
+ "hostname" : "macie2.ap-northeast-1.api.aws",
14163
+ "tags" : [ "dualstack" ]
14164
+ } ]
14165
+ },
14166
+ "ap-northeast-2" : {
14167
+ "variants" : [ {
14168
+ "hostname" : "macie2.ap-northeast-2.api.aws",
14169
+ "tags" : [ "dualstack" ]
14170
+ } ]
14171
+ },
14172
+ "ap-northeast-3" : {
14173
+ "variants" : [ {
14174
+ "hostname" : "macie2.ap-northeast-3.api.aws",
14175
+ "tags" : [ "dualstack" ]
14176
+ } ]
14177
+ },
14178
+ "ap-south-1" : {
14179
+ "variants" : [ {
14180
+ "hostname" : "macie2.ap-south-1.api.aws",
14181
+ "tags" : [ "dualstack" ]
14182
+ } ]
14183
+ },
14184
+ "ap-southeast-1" : {
14185
+ "variants" : [ {
14186
+ "hostname" : "macie2.ap-southeast-1.api.aws",
14187
+ "tags" : [ "dualstack" ]
14188
+ } ]
14189
+ },
14190
+ "ap-southeast-2" : {
14191
+ "variants" : [ {
14192
+ "hostname" : "macie2.ap-southeast-2.api.aws",
14193
+ "tags" : [ "dualstack" ]
14194
+ } ]
14195
+ },
14196
+ "ca-central-1" : {
14197
+ "variants" : [ {
14198
+ "hostname" : "macie2.ca-central-1.api.aws",
14199
+ "tags" : [ "dualstack" ]
14200
+ } ]
14201
+ },
14202
+ "eu-central-1" : {
14203
+ "variants" : [ {
14204
+ "hostname" : "macie2.eu-central-1.api.aws",
14205
+ "tags" : [ "dualstack" ]
14206
+ } ]
14207
+ },
14208
+ "eu-north-1" : {
14209
+ "variants" : [ {
14210
+ "hostname" : "macie2.eu-north-1.api.aws",
14211
+ "tags" : [ "dualstack" ]
14212
+ } ]
14213
+ },
14214
+ "eu-south-1" : {
14215
+ "variants" : [ {
14216
+ "hostname" : "macie2.eu-south-1.api.aws",
14217
+ "tags" : [ "dualstack" ]
14218
+ } ]
14219
+ },
14220
+ "eu-west-1" : {
14221
+ "variants" : [ {
14222
+ "hostname" : "macie2.eu-west-1.api.aws",
14223
+ "tags" : [ "dualstack" ]
14224
+ } ]
14225
+ },
14226
+ "eu-west-2" : {
14227
+ "variants" : [ {
14228
+ "hostname" : "macie2.eu-west-2.api.aws",
14229
+ "tags" : [ "dualstack" ]
14230
+ } ]
14231
+ },
14232
+ "eu-west-3" : {
14233
+ "variants" : [ {
14234
+ "hostname" : "macie2.eu-west-3.api.aws",
14235
+ "tags" : [ "dualstack" ]
14236
+ } ]
14237
+ },
14009
14238
  "fips-us-east-1" : {
14010
14239
  "credentialScope" : {
14011
14240
  "region" : "us-east-1"
@@ -14034,31 +14263,70 @@
14034
14263
  "deprecated" : true,
14035
14264
  "hostname" : "macie2-fips.us-west-2.amazonaws.com"
14036
14265
  },
14037
- "il-central-1" : { },
14038
- "me-south-1" : { },
14039
- "sa-east-1" : { },
14266
+ "il-central-1" : {
14267
+ "variants" : [ {
14268
+ "hostname" : "macie2.il-central-1.api.aws",
14269
+ "tags" : [ "dualstack" ]
14270
+ } ]
14271
+ },
14272
+ "me-south-1" : {
14273
+ "variants" : [ {
14274
+ "hostname" : "macie2.me-south-1.api.aws",
14275
+ "tags" : [ "dualstack" ]
14276
+ } ]
14277
+ },
14278
+ "sa-east-1" : {
14279
+ "variants" : [ {
14280
+ "hostname" : "macie2.sa-east-1.api.aws",
14281
+ "tags" : [ "dualstack" ]
14282
+ } ]
14283
+ },
14040
14284
  "us-east-1" : {
14041
14285
  "variants" : [ {
14042
14286
  "hostname" : "macie2-fips.us-east-1.amazonaws.com",
14043
14287
  "tags" : [ "fips" ]
14288
+ }, {
14289
+ "hostname" : "macie2-fips.us-east-1.api.aws",
14290
+ "tags" : [ "dualstack", "fips" ]
14291
+ }, {
14292
+ "hostname" : "macie2.us-east-1.api.aws",
14293
+ "tags" : [ "dualstack" ]
14044
14294
  } ]
14045
14295
  },
14046
14296
  "us-east-2" : {
14047
14297
  "variants" : [ {
14048
14298
  "hostname" : "macie2-fips.us-east-2.amazonaws.com",
14049
14299
  "tags" : [ "fips" ]
14300
+ }, {
14301
+ "hostname" : "macie2-fips.us-east-2.api.aws",
14302
+ "tags" : [ "dualstack", "fips" ]
14303
+ }, {
14304
+ "hostname" : "macie2.us-east-2.api.aws",
14305
+ "tags" : [ "dualstack" ]
14050
14306
  } ]
14051
14307
  },
14052
14308
  "us-west-1" : {
14053
14309
  "variants" : [ {
14054
14310
  "hostname" : "macie2-fips.us-west-1.amazonaws.com",
14055
14311
  "tags" : [ "fips" ]
14312
+ }, {
14313
+ "hostname" : "macie2-fips.us-west-1.api.aws",
14314
+ "tags" : [ "dualstack", "fips" ]
14315
+ }, {
14316
+ "hostname" : "macie2.us-west-1.api.aws",
14317
+ "tags" : [ "dualstack" ]
14056
14318
  } ]
14057
14319
  },
14058
14320
  "us-west-2" : {
14059
14321
  "variants" : [ {
14060
14322
  "hostname" : "macie2-fips.us-west-2.amazonaws.com",
14061
14323
  "tags" : [ "fips" ]
14324
+ }, {
14325
+ "hostname" : "macie2-fips.us-west-2.api.aws",
14326
+ "tags" : [ "dualstack", "fips" ]
14327
+ }, {
14328
+ "hostname" : "macie2.us-west-2.api.aws",
14329
+ "tags" : [ "dualstack" ]
14062
14330
  } ]
14063
14331
  }
14064
14332
  }
@@ -14149,25 +14417,96 @@
14149
14417
  },
14150
14418
  "mediaconvert" : {
14151
14419
  "endpoints" : {
14152
- "af-south-1" : { },
14153
- "ap-northeast-1" : { },
14154
- "ap-northeast-2" : { },
14155
- "ap-northeast-3" : { },
14156
- "ap-south-1" : { },
14157
- "ap-southeast-1" : { },
14158
- "ap-southeast-2" : { },
14159
- "ap-southeast-4" : { },
14420
+ "af-south-1" : {
14421
+ "variants" : [ {
14422
+ "hostname" : "mediaconvert.af-south-1.api.aws",
14423
+ "tags" : [ "dualstack" ]
14424
+ } ]
14425
+ },
14426
+ "ap-northeast-1" : {
14427
+ "variants" : [ {
14428
+ "hostname" : "mediaconvert.ap-northeast-1.api.aws",
14429
+ "tags" : [ "dualstack" ]
14430
+ } ]
14431
+ },
14432
+ "ap-northeast-2" : {
14433
+ "variants" : [ {
14434
+ "hostname" : "mediaconvert.ap-northeast-2.api.aws",
14435
+ "tags" : [ "dualstack" ]
14436
+ } ]
14437
+ },
14438
+ "ap-northeast-3" : {
14439
+ "variants" : [ {
14440
+ "hostname" : "mediaconvert.ap-northeast-3.api.aws",
14441
+ "tags" : [ "dualstack" ]
14442
+ } ]
14443
+ },
14444
+ "ap-south-1" : {
14445
+ "variants" : [ {
14446
+ "hostname" : "mediaconvert.ap-south-1.api.aws",
14447
+ "tags" : [ "dualstack" ]
14448
+ } ]
14449
+ },
14450
+ "ap-southeast-1" : {
14451
+ "variants" : [ {
14452
+ "hostname" : "mediaconvert.ap-southeast-1.api.aws",
14453
+ "tags" : [ "dualstack" ]
14454
+ } ]
14455
+ },
14456
+ "ap-southeast-2" : {
14457
+ "variants" : [ {
14458
+ "hostname" : "mediaconvert.ap-southeast-2.api.aws",
14459
+ "tags" : [ "dualstack" ]
14460
+ } ]
14461
+ },
14462
+ "ap-southeast-4" : {
14463
+ "variants" : [ {
14464
+ "hostname" : "mediaconvert.ap-southeast-4.api.aws",
14465
+ "tags" : [ "dualstack" ]
14466
+ } ]
14467
+ },
14160
14468
  "ca-central-1" : {
14161
14469
  "variants" : [ {
14162
14470
  "hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com",
14163
14471
  "tags" : [ "fips" ]
14472
+ }, {
14473
+ "hostname" : "mediaconvert-fips.ca-central-1.api.aws",
14474
+ "tags" : [ "dualstack", "fips" ]
14475
+ }, {
14476
+ "hostname" : "mediaconvert.ca-central-1.api.aws",
14477
+ "tags" : [ "dualstack" ]
14478
+ } ]
14479
+ },
14480
+ "eu-central-1" : {
14481
+ "variants" : [ {
14482
+ "hostname" : "mediaconvert.eu-central-1.api.aws",
14483
+ "tags" : [ "dualstack" ]
14484
+ } ]
14485
+ },
14486
+ "eu-north-1" : {
14487
+ "variants" : [ {
14488
+ "hostname" : "mediaconvert.eu-north-1.api.aws",
14489
+ "tags" : [ "dualstack" ]
14490
+ } ]
14491
+ },
14492
+ "eu-west-1" : {
14493
+ "variants" : [ {
14494
+ "hostname" : "mediaconvert.eu-west-1.api.aws",
14495
+ "tags" : [ "dualstack" ]
14496
+ } ]
14497
+ },
14498
+ "eu-west-2" : {
14499
+ "variants" : [ {
14500
+ "hostname" : "mediaconvert.eu-west-2.api.aws",
14501
+ "tags" : [ "dualstack" ]
14502
+ } ]
14503
+ },
14504
+ "eu-west-3" : {
14505
+ "variants" : [ {
14506
+ "hostname" : "mediaconvert.eu-west-3.api.aws",
14507
+ "tags" : [ "dualstack" ]
14164
14508
  } ]
14165
14509
  },
14166
- "eu-central-1" : { },
14167
- "eu-north-1" : { },
14168
- "eu-west-1" : { },
14169
- "eu-west-2" : { },
14170
- "eu-west-3" : { },
14171
14510
  "fips-ca-central-1" : {
14172
14511
  "credentialScope" : {
14173
14512
  "region" : "ca-central-1"
@@ -14203,30 +14542,64 @@
14203
14542
  "deprecated" : true,
14204
14543
  "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
14205
14544
  },
14206
- "me-central-1" : { },
14207
- "sa-east-1" : { },
14545
+ "me-central-1" : {
14546
+ "variants" : [ {
14547
+ "hostname" : "mediaconvert.me-central-1.api.aws",
14548
+ "tags" : [ "dualstack" ]
14549
+ } ]
14550
+ },
14551
+ "sa-east-1" : {
14552
+ "variants" : [ {
14553
+ "hostname" : "mediaconvert.sa-east-1.api.aws",
14554
+ "tags" : [ "dualstack" ]
14555
+ } ]
14556
+ },
14208
14557
  "us-east-1" : {
14209
14558
  "variants" : [ {
14210
14559
  "hostname" : "mediaconvert-fips.us-east-1.amazonaws.com",
14211
14560
  "tags" : [ "fips" ]
14561
+ }, {
14562
+ "hostname" : "mediaconvert-fips.us-east-1.api.aws",
14563
+ "tags" : [ "dualstack", "fips" ]
14564
+ }, {
14565
+ "hostname" : "mediaconvert.us-east-1.api.aws",
14566
+ "tags" : [ "dualstack" ]
14212
14567
  } ]
14213
14568
  },
14214
14569
  "us-east-2" : {
14215
14570
  "variants" : [ {
14216
14571
  "hostname" : "mediaconvert-fips.us-east-2.amazonaws.com",
14217
14572
  "tags" : [ "fips" ]
14573
+ }, {
14574
+ "hostname" : "mediaconvert-fips.us-east-2.api.aws",
14575
+ "tags" : [ "dualstack", "fips" ]
14576
+ }, {
14577
+ "hostname" : "mediaconvert.us-east-2.api.aws",
14578
+ "tags" : [ "dualstack" ]
14218
14579
  } ]
14219
14580
  },
14220
14581
  "us-west-1" : {
14221
14582
  "variants" : [ {
14222
14583
  "hostname" : "mediaconvert-fips.us-west-1.amazonaws.com",
14223
14584
  "tags" : [ "fips" ]
14585
+ }, {
14586
+ "hostname" : "mediaconvert-fips.us-west-1.api.aws",
14587
+ "tags" : [ "dualstack", "fips" ]
14588
+ }, {
14589
+ "hostname" : "mediaconvert.us-west-1.api.aws",
14590
+ "tags" : [ "dualstack" ]
14224
14591
  } ]
14225
14592
  },
14226
14593
  "us-west-2" : {
14227
14594
  "variants" : [ {
14228
14595
  "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com",
14229
14596
  "tags" : [ "fips" ]
14597
+ }, {
14598
+ "hostname" : "mediaconvert-fips.us-west-2.api.aws",
14599
+ "tags" : [ "dualstack", "fips" ]
14600
+ }, {
14601
+ "hostname" : "mediaconvert.us-west-2.api.aws",
14602
+ "tags" : [ "dualstack" ]
14230
14603
  } ]
14231
14604
  }
14232
14605
  }
@@ -25211,8 +25584,18 @@
25211
25584
  },
25212
25585
  "glue" : {
25213
25586
  "endpoints" : {
25214
- "cn-north-1" : { },
25215
- "cn-northwest-1" : { }
25587
+ "cn-north-1" : {
25588
+ "variants" : [ {
25589
+ "hostname" : "glue.cn-north-1.api.amazonwebservices.com.cn",
25590
+ "tags" : [ "dualstack" ]
25591
+ } ]
25592
+ },
25593
+ "cn-northwest-1" : {
25594
+ "variants" : [ {
25595
+ "hostname" : "glue.cn-northwest-1.api.amazonwebservices.com.cn",
25596
+ "tags" : [ "dualstack" ]
25597
+ } ]
25598
+ }
25216
25599
  }
25217
25600
  },
25218
25601
  "greengrass" : {
@@ -25446,10 +25829,10 @@
25446
25829
  "mediaconvert" : {
25447
25830
  "endpoints" : {
25448
25831
  "cn-northwest-1" : {
25449
- "credentialScope" : {
25450
- "region" : "cn-northwest-1"
25451
- },
25452
- "hostname" : "mediaconvert.cn-northwest-1.amazonaws.com.cn"
25832
+ "variants" : [ {
25833
+ "hostname" : "mediaconvert.cn-northwest-1.api.amazonwebservices.com.cn",
25834
+ "tags" : [ "dualstack" ]
25835
+ } ]
25453
25836
  }
25454
25837
  }
25455
25838
  },
@@ -29265,6 +29648,12 @@
29265
29648
  "variants" : [ {
29266
29649
  "hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
29267
29650
  "tags" : [ "fips" ]
29651
+ }, {
29652
+ "hostname" : "mediaconvert.us-gov-west-1.api.aws",
29653
+ "tags" : [ "dualstack" ]
29654
+ }, {
29655
+ "hostname" : "mediaconvert.us-gov-west-1.api.aws",
29656
+ "tags" : [ "dualstack", "fips" ]
29268
29657
  } ]
29269
29658
  }
29270
29659
  }
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.1027.0
4
+ version: 1.1028.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: 2024-12-20 00:00:00.000000000 Z
11
+ date: 2024-12-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: