aws-partitions 1.972.0 → 1.976.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -1
- data/partitions.json +217 -52
- 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: 8935a9f8fe1258812bf37abe70bd8198ccceaad3d5331fe14cc4116303c10e82
|
4
|
+
data.tar.gz: 8fb94f4b98ca0e77954912a92177ad517731bcd5326ae3fde74220e3d2cf30d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f36903f7f23596e08910a61d03afdbad4f50cadf1c5fb950442559c5b172fa7fb03e7d053099abca1742d959137707ab4b64be898dc50b09303f45f422da39c9
|
7
|
+
data.tar.gz: 419ae84916124c8a499ef28362b87068cd1317cdb6086fc19d1654d1809cff07a3faa5cc6c103c7bb3599cb7c65b63f21c663092c9121be636ebe30979dd2115
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.976.0 (2024-09-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.975.0 (2024-09-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.974.0 (2024-09-11)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.973.0 (2024-09-10)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
4
24
|
1.972.0 (2024-09-09)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.976.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -622,7 +622,6 @@ module Aws
|
|
622
622
|
'WAFV2' => 'wafv2',
|
623
623
|
'WellArchitected' => 'wellarchitected',
|
624
624
|
'WorkDocs' => 'workdocs',
|
625
|
-
'WorkLink' => 'worklink',
|
626
625
|
'WorkMail' => 'workmail',
|
627
626
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
628
627
|
'WorkSpaces' => 'workspaces',
|
data/partitions.json
CHANGED
@@ -3051,9 +3051,45 @@
|
|
3051
3051
|
"eu-north-1" : { },
|
3052
3052
|
"eu-west-1" : { },
|
3053
3053
|
"eu-west-2" : { },
|
3054
|
-
"us-east-1" : {
|
3055
|
-
|
3056
|
-
|
3054
|
+
"fips-us-east-1" : {
|
3055
|
+
"credentialScope" : {
|
3056
|
+
"region" : "us-east-1"
|
3057
|
+
},
|
3058
|
+
"deprecated" : true,
|
3059
|
+
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com"
|
3060
|
+
},
|
3061
|
+
"fips-us-east-2" : {
|
3062
|
+
"credentialScope" : {
|
3063
|
+
"region" : "us-east-2"
|
3064
|
+
},
|
3065
|
+
"deprecated" : true,
|
3066
|
+
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com"
|
3067
|
+
},
|
3068
|
+
"fips-us-west-2" : {
|
3069
|
+
"credentialScope" : {
|
3070
|
+
"region" : "us-west-2"
|
3071
|
+
},
|
3072
|
+
"deprecated" : true,
|
3073
|
+
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com"
|
3074
|
+
},
|
3075
|
+
"us-east-1" : {
|
3076
|
+
"variants" : [ {
|
3077
|
+
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
|
3078
|
+
"tags" : [ "fips" ]
|
3079
|
+
} ]
|
3080
|
+
},
|
3081
|
+
"us-east-2" : {
|
3082
|
+
"variants" : [ {
|
3083
|
+
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
|
3084
|
+
"tags" : [ "fips" ]
|
3085
|
+
} ]
|
3086
|
+
},
|
3087
|
+
"us-west-2" : {
|
3088
|
+
"variants" : [ {
|
3089
|
+
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
|
3090
|
+
"tags" : [ "fips" ]
|
3091
|
+
} ]
|
3092
|
+
}
|
3057
3093
|
}
|
3058
3094
|
},
|
3059
3095
|
"cloud9" : {
|
@@ -6385,10 +6421,30 @@
|
|
6385
6421
|
"protocols" : [ "http", "https" ]
|
6386
6422
|
},
|
6387
6423
|
"endpoints" : {
|
6388
|
-
"af-south-1" : {
|
6389
|
-
|
6390
|
-
|
6391
|
-
|
6424
|
+
"af-south-1" : {
|
6425
|
+
"variants" : [ {
|
6426
|
+
"hostname" : "ec2.af-south-1.api.aws",
|
6427
|
+
"tags" : [ "dualstack" ]
|
6428
|
+
} ]
|
6429
|
+
},
|
6430
|
+
"ap-east-1" : {
|
6431
|
+
"variants" : [ {
|
6432
|
+
"hostname" : "ec2.ap-east-1.api.aws",
|
6433
|
+
"tags" : [ "dualstack" ]
|
6434
|
+
} ]
|
6435
|
+
},
|
6436
|
+
"ap-northeast-1" : {
|
6437
|
+
"variants" : [ {
|
6438
|
+
"hostname" : "ec2.ap-northeast-1.api.aws",
|
6439
|
+
"tags" : [ "dualstack" ]
|
6440
|
+
} ]
|
6441
|
+
},
|
6442
|
+
"ap-northeast-2" : {
|
6443
|
+
"variants" : [ {
|
6444
|
+
"hostname" : "ec2.ap-northeast-2.api.aws",
|
6445
|
+
"tags" : [ "dualstack" ]
|
6446
|
+
} ]
|
6447
|
+
},
|
6392
6448
|
"ap-northeast-3" : { },
|
6393
6449
|
"ap-south-1" : {
|
6394
6450
|
"variants" : [ {
|
@@ -6397,14 +6453,28 @@
|
|
6397
6453
|
} ]
|
6398
6454
|
},
|
6399
6455
|
"ap-south-2" : { },
|
6400
|
-
"ap-southeast-1" : {
|
6401
|
-
|
6456
|
+
"ap-southeast-1" : {
|
6457
|
+
"variants" : [ {
|
6458
|
+
"hostname" : "ec2.ap-southeast-1.api.aws",
|
6459
|
+
"tags" : [ "dualstack" ]
|
6460
|
+
} ]
|
6461
|
+
},
|
6462
|
+
"ap-southeast-2" : {
|
6463
|
+
"variants" : [ {
|
6464
|
+
"hostname" : "ec2.ap-southeast-2.api.aws",
|
6465
|
+
"tags" : [ "dualstack" ]
|
6466
|
+
} ]
|
6467
|
+
},
|
6402
6468
|
"ap-southeast-3" : { },
|
6403
6469
|
"ap-southeast-4" : { },
|
6470
|
+
"ap-southeast-5" : { },
|
6404
6471
|
"ca-central-1" : {
|
6405
6472
|
"variants" : [ {
|
6406
6473
|
"hostname" : "ec2-fips.ca-central-1.amazonaws.com",
|
6407
6474
|
"tags" : [ "fips" ]
|
6475
|
+
}, {
|
6476
|
+
"hostname" : "ec2.ca-central-1.api.aws",
|
6477
|
+
"tags" : [ "dualstack" ]
|
6408
6478
|
} ]
|
6409
6479
|
},
|
6410
6480
|
"ca-west-1" : {
|
@@ -6413,10 +6483,25 @@
|
|
6413
6483
|
"tags" : [ "fips" ]
|
6414
6484
|
} ]
|
6415
6485
|
},
|
6416
|
-
"eu-central-1" : {
|
6486
|
+
"eu-central-1" : {
|
6487
|
+
"variants" : [ {
|
6488
|
+
"hostname" : "ec2.eu-central-1.api.aws",
|
6489
|
+
"tags" : [ "dualstack" ]
|
6490
|
+
} ]
|
6491
|
+
},
|
6417
6492
|
"eu-central-2" : { },
|
6418
|
-
"eu-north-1" : {
|
6419
|
-
|
6493
|
+
"eu-north-1" : {
|
6494
|
+
"variants" : [ {
|
6495
|
+
"hostname" : "ec2.eu-north-1.api.aws",
|
6496
|
+
"tags" : [ "dualstack" ]
|
6497
|
+
} ]
|
6498
|
+
},
|
6499
|
+
"eu-south-1" : {
|
6500
|
+
"variants" : [ {
|
6501
|
+
"hostname" : "ec2.eu-south-1.api.aws",
|
6502
|
+
"tags" : [ "dualstack" ]
|
6503
|
+
} ]
|
6504
|
+
},
|
6420
6505
|
"eu-south-2" : { },
|
6421
6506
|
"eu-west-1" : {
|
6422
6507
|
"variants" : [ {
|
@@ -6424,8 +6509,18 @@
|
|
6424
6509
|
"tags" : [ "dualstack" ]
|
6425
6510
|
} ]
|
6426
6511
|
},
|
6427
|
-
"eu-west-2" : {
|
6428
|
-
|
6512
|
+
"eu-west-2" : {
|
6513
|
+
"variants" : [ {
|
6514
|
+
"hostname" : "ec2.eu-west-2.api.aws",
|
6515
|
+
"tags" : [ "dualstack" ]
|
6516
|
+
} ]
|
6517
|
+
},
|
6518
|
+
"eu-west-3" : {
|
6519
|
+
"variants" : [ {
|
6520
|
+
"hostname" : "ec2.eu-west-3.api.aws",
|
6521
|
+
"tags" : [ "dualstack" ]
|
6522
|
+
} ]
|
6523
|
+
},
|
6429
6524
|
"fips-ca-central-1" : {
|
6430
6525
|
"credentialScope" : {
|
6431
6526
|
"region" : "ca-central-1"
|
@@ -6470,7 +6565,12 @@
|
|
6470
6565
|
},
|
6471
6566
|
"il-central-1" : { },
|
6472
6567
|
"me-central-1" : { },
|
6473
|
-
"me-south-1" : {
|
6568
|
+
"me-south-1" : {
|
6569
|
+
"variants" : [ {
|
6570
|
+
"hostname" : "ec2.me-south-1.api.aws",
|
6571
|
+
"tags" : [ "dualstack" ]
|
6572
|
+
} ]
|
6573
|
+
},
|
6474
6574
|
"sa-east-1" : {
|
6475
6575
|
"variants" : [ {
|
6476
6576
|
"hostname" : "ec2.sa-east-1.api.aws",
|
@@ -6499,6 +6599,9 @@
|
|
6499
6599
|
"variants" : [ {
|
6500
6600
|
"hostname" : "ec2-fips.us-west-1.amazonaws.com",
|
6501
6601
|
"tags" : [ "fips" ]
|
6602
|
+
}, {
|
6603
|
+
"hostname" : "ec2.us-west-1.api.aws",
|
6604
|
+
"tags" : [ "dualstack" ]
|
6502
6605
|
} ]
|
6503
6606
|
},
|
6504
6607
|
"us-west-2" : {
|
@@ -7146,6 +7249,12 @@
|
|
7146
7249
|
"tags" : [ "fips" ]
|
7147
7250
|
} ]
|
7148
7251
|
},
|
7252
|
+
"ap-southeast-5" : {
|
7253
|
+
"variants" : [ {
|
7254
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com",
|
7255
|
+
"tags" : [ "fips" ]
|
7256
|
+
} ]
|
7257
|
+
},
|
7149
7258
|
"ca-central-1" : {
|
7150
7259
|
"variants" : [ {
|
7151
7260
|
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
|
@@ -7283,6 +7392,13 @@
|
|
7283
7392
|
"deprecated" : true,
|
7284
7393
|
"hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
|
7285
7394
|
},
|
7395
|
+
"fips-ap-southeast-5" : {
|
7396
|
+
"credentialScope" : {
|
7397
|
+
"region" : "ap-southeast-5"
|
7398
|
+
},
|
7399
|
+
"deprecated" : true,
|
7400
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
|
7401
|
+
},
|
7286
7402
|
"fips-ca-central-1" : {
|
7287
7403
|
"credentialScope" : {
|
7288
7404
|
"region" : "ca-central-1"
|
@@ -12787,6 +12903,7 @@
|
|
12787
12903
|
"ap-northeast-2" : { },
|
12788
12904
|
"ap-northeast-3" : { },
|
12789
12905
|
"ap-south-1" : { },
|
12906
|
+
"ap-south-2" : { },
|
12790
12907
|
"ap-southeast-1" : { },
|
12791
12908
|
"ap-southeast-2" : { },
|
12792
12909
|
"ap-southeast-4" : { },
|
@@ -12796,6 +12913,7 @@
|
|
12796
12913
|
"eu-west-1" : { },
|
12797
12914
|
"eu-west-2" : { },
|
12798
12915
|
"eu-west-3" : { },
|
12916
|
+
"me-central-1" : { },
|
12799
12917
|
"sa-east-1" : { },
|
12800
12918
|
"us-east-1" : { },
|
12801
12919
|
"us-east-2" : { },
|
@@ -15599,6 +15717,7 @@
|
|
15599
15717
|
},
|
15600
15718
|
"redshift-serverless" : {
|
15601
15719
|
"endpoints" : {
|
15720
|
+
"ap-east-1" : { },
|
15602
15721
|
"ap-northeast-1" : { },
|
15603
15722
|
"ap-northeast-2" : { },
|
15604
15723
|
"ap-south-1" : { },
|
@@ -15653,6 +15772,7 @@
|
|
15653
15772
|
"deprecated" : true,
|
15654
15773
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
15655
15774
|
},
|
15775
|
+
"il-central-1" : { },
|
15656
15776
|
"me-central-1" : { },
|
15657
15777
|
"sa-east-1" : { },
|
15658
15778
|
"us-east-1" : {
|
@@ -17584,6 +17704,7 @@
|
|
17584
17704
|
"ap-southeast-2" : { },
|
17585
17705
|
"ap-southeast-3" : { },
|
17586
17706
|
"ap-southeast-4" : { },
|
17707
|
+
"ap-southeast-5" : { },
|
17587
17708
|
"ca-central-1" : { },
|
17588
17709
|
"ca-west-1" : { },
|
17589
17710
|
"eu-central-1" : { },
|
@@ -19389,9 +19510,11 @@
|
|
19389
19510
|
"ap-northeast-2" : { },
|
19390
19511
|
"ap-northeast-3" : { },
|
19391
19512
|
"ap-south-1" : { },
|
19513
|
+
"ap-south-2" : { },
|
19392
19514
|
"ap-southeast-1" : { },
|
19393
19515
|
"ap-southeast-2" : { },
|
19394
19516
|
"ap-southeast-3" : { },
|
19517
|
+
"ap-southeast-4" : { },
|
19395
19518
|
"ca-central-1" : {
|
19396
19519
|
"variants" : [ {
|
19397
19520
|
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
|
@@ -19399,8 +19522,10 @@
|
|
19399
19522
|
} ]
|
19400
19523
|
},
|
19401
19524
|
"eu-central-1" : { },
|
19525
|
+
"eu-central-2" : { },
|
19402
19526
|
"eu-north-1" : { },
|
19403
19527
|
"eu-south-1" : { },
|
19528
|
+
"eu-south-2" : { },
|
19404
19529
|
"eu-west-1" : { },
|
19405
19530
|
"eu-west-2" : { },
|
19406
19531
|
"eu-west-3" : { },
|
@@ -19439,6 +19564,8 @@
|
|
19439
19564
|
"deprecated" : true,
|
19440
19565
|
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
|
19441
19566
|
},
|
19567
|
+
"il-central-1" : { },
|
19568
|
+
"me-central-1" : { },
|
19442
19569
|
"me-south-1" : { },
|
19443
19570
|
"sa-east-1" : { },
|
19444
19571
|
"us-east-1" : {
|
@@ -20345,82 +20472,62 @@
|
|
20345
20472
|
"ap-south-1" : { },
|
20346
20473
|
"ap-southeast-1" : { },
|
20347
20474
|
"ap-southeast-2" : { },
|
20348
|
-
"ca-central-1" : {
|
20349
|
-
"eu-central-1" : { },
|
20350
|
-
"eu-west-1" : { },
|
20351
|
-
"eu-west-2" : { },
|
20352
|
-
"sa-east-1" : { },
|
20353
|
-
"transcribestreaming-ca-central-1" : {
|
20354
|
-
"credentialScope" : {
|
20355
|
-
"region" : "ca-central-1"
|
20356
|
-
},
|
20357
|
-
"deprecated" : true,
|
20475
|
+
"ca-central-1" : {
|
20358
20476
|
"variants" : [ {
|
20359
20477
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
|
20360
20478
|
"tags" : [ "fips" ]
|
20361
20479
|
} ]
|
20362
20480
|
},
|
20363
|
-
"
|
20481
|
+
"eu-central-1" : { },
|
20482
|
+
"eu-west-1" : { },
|
20483
|
+
"eu-west-2" : { },
|
20484
|
+
"fips-ca-central-1" : {
|
20364
20485
|
"credentialScope" : {
|
20365
20486
|
"region" : "ca-central-1"
|
20366
20487
|
},
|
20367
20488
|
"deprecated" : true,
|
20368
20489
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
|
20369
20490
|
},
|
20370
|
-
"
|
20491
|
+
"fips-us-east-1" : {
|
20371
20492
|
"credentialScope" : {
|
20372
20493
|
"region" : "us-east-1"
|
20373
20494
|
},
|
20374
20495
|
"deprecated" : true,
|
20375
20496
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
|
20376
20497
|
},
|
20377
|
-
"
|
20498
|
+
"fips-us-east-2" : {
|
20378
20499
|
"credentialScope" : {
|
20379
20500
|
"region" : "us-east-2"
|
20380
20501
|
},
|
20381
20502
|
"deprecated" : true,
|
20382
20503
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
|
20383
20504
|
},
|
20384
|
-
"
|
20505
|
+
"fips-us-west-2" : {
|
20385
20506
|
"credentialScope" : {
|
20386
20507
|
"region" : "us-west-2"
|
20387
20508
|
},
|
20388
20509
|
"deprecated" : true,
|
20389
20510
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
|
20390
20511
|
},
|
20391
|
-
"
|
20392
|
-
|
20393
|
-
"region" : "us-east-1"
|
20394
|
-
},
|
20395
|
-
"deprecated" : true,
|
20512
|
+
"sa-east-1" : { },
|
20513
|
+
"us-east-1" : {
|
20396
20514
|
"variants" : [ {
|
20397
20515
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
|
20398
20516
|
"tags" : [ "fips" ]
|
20399
20517
|
} ]
|
20400
20518
|
},
|
20401
|
-
"
|
20402
|
-
"credentialScope" : {
|
20403
|
-
"region" : "us-east-2"
|
20404
|
-
},
|
20405
|
-
"deprecated" : true,
|
20519
|
+
"us-east-2" : {
|
20406
20520
|
"variants" : [ {
|
20407
20521
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
|
20408
20522
|
"tags" : [ "fips" ]
|
20409
20523
|
} ]
|
20410
20524
|
},
|
20411
|
-
"
|
20412
|
-
"credentialScope" : {
|
20413
|
-
"region" : "us-west-2"
|
20414
|
-
},
|
20415
|
-
"deprecated" : true,
|
20525
|
+
"us-west-2" : {
|
20416
20526
|
"variants" : [ {
|
20417
20527
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
|
20418
20528
|
"tags" : [ "fips" ]
|
20419
20529
|
} ]
|
20420
|
-
}
|
20421
|
-
"us-east-1" : { },
|
20422
|
-
"us-east-2" : { },
|
20423
|
-
"us-west-2" : { }
|
20530
|
+
}
|
20424
20531
|
}
|
20425
20532
|
},
|
20426
20533
|
"transfer" : {
|
@@ -21995,8 +22102,32 @@
|
|
21995
22102
|
"eu-central-1" : { },
|
21996
22103
|
"eu-west-1" : { },
|
21997
22104
|
"eu-west-2" : { },
|
21998
|
-
"us-east-1" : {
|
21999
|
-
|
22105
|
+
"fips-us-east-1" : {
|
22106
|
+
"credentialScope" : {
|
22107
|
+
"region" : "us-east-1"
|
22108
|
+
},
|
22109
|
+
"deprecated" : true,
|
22110
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com"
|
22111
|
+
},
|
22112
|
+
"fips-us-west-2" : {
|
22113
|
+
"credentialScope" : {
|
22114
|
+
"region" : "us-west-2"
|
22115
|
+
},
|
22116
|
+
"deprecated" : true,
|
22117
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com"
|
22118
|
+
},
|
22119
|
+
"us-east-1" : {
|
22120
|
+
"variants" : [ {
|
22121
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com",
|
22122
|
+
"tags" : [ "fips" ]
|
22123
|
+
} ]
|
22124
|
+
},
|
22125
|
+
"us-west-2" : {
|
22126
|
+
"variants" : [ {
|
22127
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com",
|
22128
|
+
"tags" : [ "fips" ]
|
22129
|
+
} ]
|
22130
|
+
}
|
22000
22131
|
}
|
22001
22132
|
},
|
22002
22133
|
"xray" : {
|
@@ -28541,8 +28672,32 @@
|
|
28541
28672
|
},
|
28542
28673
|
"transcribestreaming" : {
|
28543
28674
|
"endpoints" : {
|
28544
|
-
"us-gov-east-1" : {
|
28545
|
-
|
28675
|
+
"fips-us-gov-east-1" : {
|
28676
|
+
"credentialScope" : {
|
28677
|
+
"region" : "us-gov-east-1"
|
28678
|
+
},
|
28679
|
+
"deprecated" : true,
|
28680
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com"
|
28681
|
+
},
|
28682
|
+
"fips-us-gov-west-1" : {
|
28683
|
+
"credentialScope" : {
|
28684
|
+
"region" : "us-gov-west-1"
|
28685
|
+
},
|
28686
|
+
"deprecated" : true,
|
28687
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com"
|
28688
|
+
},
|
28689
|
+
"us-gov-east-1" : {
|
28690
|
+
"variants" : [ {
|
28691
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
|
28692
|
+
"tags" : [ "fips" ]
|
28693
|
+
} ]
|
28694
|
+
},
|
28695
|
+
"us-gov-west-1" : {
|
28696
|
+
"variants" : [ {
|
28697
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
|
28698
|
+
"tags" : [ "fips" ]
|
28699
|
+
} ]
|
28700
|
+
}
|
28546
28701
|
}
|
28547
28702
|
},
|
28548
28703
|
"transfer" : {
|
@@ -29296,6 +29451,11 @@
|
|
29296
29451
|
"us-iso-west-1" : { }
|
29297
29452
|
}
|
29298
29453
|
},
|
29454
|
+
"oam" : {
|
29455
|
+
"endpoints" : {
|
29456
|
+
"us-iso-east-1" : { }
|
29457
|
+
}
|
29458
|
+
},
|
29299
29459
|
"outposts" : {
|
29300
29460
|
"endpoints" : {
|
29301
29461
|
"us-iso-east-1" : { }
|
@@ -30019,6 +30179,11 @@
|
|
30019
30179
|
"us-isob-east-1" : { }
|
30020
30180
|
}
|
30021
30181
|
},
|
30182
|
+
"oam" : {
|
30183
|
+
"endpoints" : {
|
30184
|
+
"us-isob-east-1" : { }
|
30185
|
+
}
|
30186
|
+
},
|
30022
30187
|
"outposts" : {
|
30023
30188
|
"endpoints" : {
|
30024
30189
|
"us-isob-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.
|
4
|
+
version: 1.976.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-09-
|
11
|
+
date: 2024-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|