aws-partitions 1.965.0 → 1.971.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions-metadata.json +4 -1
- data/partitions.json +187 -21
- 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: 7468f146b8cc53320261b356f8d9a0beec58d7b45ef5f5ce0d6b08e1fd07ba75
|
4
|
+
data.tar.gz: 4bd11a2cce44100c45f9b9629fc7fcf18fb68e2934db90b08ba8611e894c2edb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 586d69c4f30871663937fe20c89f67b29c92d245aad8692dba81cd7814a8d341809bbbd65441c2f9f244fff05e28c99d877a12d0e3024606a0bbcb3309daf4a0
|
7
|
+
data.tar.gz: e2c1cfb37913ebff4736c15f8b7cb81e91e18c73b8db89dbae66811cdb3bd434201c2cdfc5ca050d5cbc54b7b9b27e6f53d0190779c09ee6952193335a6e6388
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.971.0 (2024-09-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.970.0 (2024-08-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.969.0 (2024-08-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::PCS`.
|
18
|
+
|
19
|
+
1.968.0 (2024-08-22)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.967.0 (2024-08-21)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.966.0 (2024-08-19)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
4
34
|
1.965.0 (2024-08-16)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.971.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions-metadata.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"supportsDualStack" : true,
|
10
10
|
"supportsFIPS" : true
|
11
11
|
},
|
12
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
|
12
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
13
13
|
"regions" : {
|
14
14
|
"af-south-1" : {
|
15
15
|
"description" : "Africa (Cape Town)"
|
@@ -44,6 +44,9 @@
|
|
44
44
|
"ap-southeast-4" : {
|
45
45
|
"description" : "Asia Pacific (Melbourne)"
|
46
46
|
},
|
47
|
+
"ap-southeast-5" : {
|
48
|
+
"description" : "Asia Pacific (Malaysia)"
|
49
|
+
},
|
47
50
|
"aws-global" : {
|
48
51
|
"description" : "AWS Standard global region"
|
49
52
|
},
|
data/partitions.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
"dnsSuffix" : "amazonaws.com",
|
22
22
|
"partition" : "aws",
|
23
23
|
"partitionName" : "AWS Standard",
|
24
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
|
24
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
25
25
|
"regions" : {
|
26
26
|
"af-south-1" : {
|
27
27
|
"description" : "Africa (Cape Town)"
|
@@ -56,6 +56,9 @@
|
|
56
56
|
"ap-southeast-4" : {
|
57
57
|
"description" : "Asia Pacific (Melbourne)"
|
58
58
|
},
|
59
|
+
"ap-southeast-5" : {
|
60
|
+
"description" : "Asia Pacific (Malaysia)"
|
61
|
+
},
|
59
62
|
"ca-central-1" : {
|
60
63
|
"description" : "Canada (Central)"
|
61
64
|
},
|
@@ -125,6 +128,7 @@
|
|
125
128
|
"ap-southeast-2" : { },
|
126
129
|
"ap-southeast-3" : { },
|
127
130
|
"ap-southeast-4" : { },
|
131
|
+
"ap-southeast-5" : { },
|
128
132
|
"ca-central-1" : {
|
129
133
|
"variants" : [ {
|
130
134
|
"hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com",
|
@@ -242,6 +246,7 @@
|
|
242
246
|
"ap-southeast-2" : { },
|
243
247
|
"ap-southeast-3" : { },
|
244
248
|
"ap-southeast-4" : { },
|
249
|
+
"ap-southeast-5" : { },
|
245
250
|
"ca-central-1" : {
|
246
251
|
"variants" : [ {
|
247
252
|
"hostname" : "acm-fips.ca-central-1.amazonaws.com",
|
@@ -350,6 +355,7 @@
|
|
350
355
|
"ap-southeast-2" : { },
|
351
356
|
"ap-southeast-3" : { },
|
352
357
|
"ap-southeast-4" : { },
|
358
|
+
"ap-southeast-5" : { },
|
353
359
|
"ca-central-1" : {
|
354
360
|
"variants" : [ {
|
355
361
|
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
|
@@ -729,6 +735,12 @@
|
|
729
735
|
},
|
730
736
|
"hostname" : "api.ecr.ap-southeast-4.amazonaws.com"
|
731
737
|
},
|
738
|
+
"ap-southeast-5" : {
|
739
|
+
"credentialScope" : {
|
740
|
+
"region" : "ap-southeast-5"
|
741
|
+
},
|
742
|
+
"hostname" : "api.ecr.ap-southeast-5.amazonaws.com"
|
743
|
+
},
|
732
744
|
"ca-central-1" : {
|
733
745
|
"credentialScope" : {
|
734
746
|
"region" : "ca-central-1"
|
@@ -1352,6 +1364,7 @@
|
|
1352
1364
|
"ap-southeast-2" : { },
|
1353
1365
|
"ap-southeast-3" : { },
|
1354
1366
|
"ap-southeast-4" : { },
|
1367
|
+
"ap-southeast-5" : { },
|
1355
1368
|
"ca-central-1" : {
|
1356
1369
|
"variants" : [ {
|
1357
1370
|
"hostname" : "apigateway-fips.ca-central-1.amazonaws.com",
|
@@ -1471,6 +1484,7 @@
|
|
1471
1484
|
"ap-southeast-2" : { },
|
1472
1485
|
"ap-southeast-3" : { },
|
1473
1486
|
"ap-southeast-4" : { },
|
1487
|
+
"ap-southeast-5" : { },
|
1474
1488
|
"ca-central-1" : { },
|
1475
1489
|
"ca-west-1" : { },
|
1476
1490
|
"eu-central-1" : { },
|
@@ -1504,6 +1518,7 @@
|
|
1504
1518
|
"ap-southeast-2" : { },
|
1505
1519
|
"ap-southeast-3" : { },
|
1506
1520
|
"ap-southeast-4" : { },
|
1521
|
+
"ap-southeast-5" : { },
|
1507
1522
|
"ca-central-1" : { },
|
1508
1523
|
"ca-west-1" : { },
|
1509
1524
|
"eu-central-1" : { },
|
@@ -1608,6 +1623,7 @@
|
|
1608
1623
|
"ap-southeast-2" : { },
|
1609
1624
|
"ap-southeast-3" : { },
|
1610
1625
|
"ap-southeast-4" : { },
|
1626
|
+
"ap-southeast-5" : { },
|
1611
1627
|
"ca-central-1" : { },
|
1612
1628
|
"ca-west-1" : { },
|
1613
1629
|
"eu-central-1" : { },
|
@@ -2038,6 +2054,7 @@
|
|
2038
2054
|
"ap-southeast-2" : { },
|
2039
2055
|
"ap-southeast-3" : { },
|
2040
2056
|
"ap-southeast-4" : { },
|
2057
|
+
"ap-southeast-5" : { },
|
2041
2058
|
"ca-central-1" : { },
|
2042
2059
|
"ca-west-1" : { },
|
2043
2060
|
"eu-central-1" : { },
|
@@ -2394,6 +2411,7 @@
|
|
2394
2411
|
"ap-southeast-2" : { },
|
2395
2412
|
"ap-southeast-3" : { },
|
2396
2413
|
"ap-southeast-4" : { },
|
2414
|
+
"ap-southeast-5" : { },
|
2397
2415
|
"ca-central-1" : {
|
2398
2416
|
"variants" : [ {
|
2399
2417
|
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
|
@@ -2592,6 +2610,7 @@
|
|
2592
2610
|
"ap-southeast-2" : { },
|
2593
2611
|
"ap-southeast-3" : { },
|
2594
2612
|
"ap-southeast-4" : { },
|
2613
|
+
"ap-southeast-5" : { },
|
2595
2614
|
"ca-central-1" : { },
|
2596
2615
|
"ca-west-1" : { },
|
2597
2616
|
"eu-central-1" : { },
|
@@ -3257,6 +3276,12 @@
|
|
3257
3276
|
"tags" : [ "dualstack" ]
|
3258
3277
|
} ]
|
3259
3278
|
},
|
3279
|
+
"ap-southeast-5" : {
|
3280
|
+
"variants" : [ {
|
3281
|
+
"hostname" : "cloudcontrolapi.ap-southeast-5.api.aws",
|
3282
|
+
"tags" : [ "dualstack" ]
|
3283
|
+
} ]
|
3284
|
+
},
|
3260
3285
|
"ca-central-1" : {
|
3261
3286
|
"variants" : [ {
|
3262
3287
|
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
|
@@ -3471,6 +3496,7 @@
|
|
3471
3496
|
"ap-southeast-2" : { },
|
3472
3497
|
"ap-southeast-3" : { },
|
3473
3498
|
"ap-southeast-4" : { },
|
3499
|
+
"ap-southeast-5" : { },
|
3474
3500
|
"ca-central-1" : { },
|
3475
3501
|
"ca-west-1" : { },
|
3476
3502
|
"eu-central-1" : { },
|
@@ -3619,6 +3645,7 @@
|
|
3619
3645
|
"ap-southeast-2" : { },
|
3620
3646
|
"ap-southeast-3" : { },
|
3621
3647
|
"ap-southeast-4" : { },
|
3648
|
+
"ap-southeast-5" : { },
|
3622
3649
|
"ca-central-1" : { },
|
3623
3650
|
"ca-west-1" : { },
|
3624
3651
|
"eu-central-1" : { },
|
@@ -3929,6 +3956,7 @@
|
|
3929
3956
|
"ap-southeast-2" : { },
|
3930
3957
|
"ap-southeast-3" : { },
|
3931
3958
|
"ap-southeast-4" : { },
|
3959
|
+
"ap-southeast-5" : { },
|
3932
3960
|
"ca-central-1" : { },
|
3933
3961
|
"ca-west-1" : { },
|
3934
3962
|
"eu-central-1" : { },
|
@@ -4103,23 +4131,6 @@
|
|
4103
4131
|
}
|
4104
4132
|
}
|
4105
4133
|
},
|
4106
|
-
"codestar" : {
|
4107
|
-
"endpoints" : {
|
4108
|
-
"ap-northeast-1" : { },
|
4109
|
-
"ap-northeast-2" : { },
|
4110
|
-
"ap-southeast-1" : { },
|
4111
|
-
"ap-southeast-2" : { },
|
4112
|
-
"ca-central-1" : { },
|
4113
|
-
"eu-central-1" : { },
|
4114
|
-
"eu-north-1" : { },
|
4115
|
-
"eu-west-1" : { },
|
4116
|
-
"eu-west-2" : { },
|
4117
|
-
"us-east-1" : { },
|
4118
|
-
"us-east-2" : { },
|
4119
|
-
"us-west-1" : { },
|
4120
|
-
"us-west-2" : { }
|
4121
|
-
}
|
4122
|
-
},
|
4123
4134
|
"codestar-connections" : {
|
4124
4135
|
"endpoints" : {
|
4125
4136
|
"ap-northeast-1" : { },
|
@@ -4639,6 +4650,7 @@
|
|
4639
4650
|
"ap-southeast-2" : { },
|
4640
4651
|
"ap-southeast-3" : { },
|
4641
4652
|
"ap-southeast-4" : { },
|
4653
|
+
"ap-southeast-5" : { },
|
4642
4654
|
"ca-central-1" : { },
|
4643
4655
|
"ca-west-1" : { },
|
4644
4656
|
"eu-central-1" : { },
|
@@ -5293,6 +5305,7 @@
|
|
5293
5305
|
"ap-southeast-2" : { },
|
5294
5306
|
"ap-southeast-3" : { },
|
5295
5307
|
"ap-southeast-4" : { },
|
5308
|
+
"ap-southeast-5" : { },
|
5296
5309
|
"ca-central-1" : {
|
5297
5310
|
"variants" : [ {
|
5298
5311
|
"hostname" : "datasync-fips.ca-central-1.amazonaws.com",
|
@@ -5419,6 +5432,9 @@
|
|
5419
5432
|
"ap-southeast-4" : {
|
5420
5433
|
"hostname" : "datazone.ap-southeast-4.api.aws"
|
5421
5434
|
},
|
5435
|
+
"ap-southeast-5" : {
|
5436
|
+
"hostname" : "datazone.ap-southeast-5.api.aws"
|
5437
|
+
},
|
5422
5438
|
"ca-central-1" : {
|
5423
5439
|
"hostname" : "datazone.ca-central-1.api.aws",
|
5424
5440
|
"variants" : [ {
|
@@ -5605,6 +5621,7 @@
|
|
5605
5621
|
"ap-southeast-2" : { },
|
5606
5622
|
"ap-southeast-3" : { },
|
5607
5623
|
"ap-southeast-4" : { },
|
5624
|
+
"ap-southeast-5" : { },
|
5608
5625
|
"ca-central-1" : {
|
5609
5626
|
"variants" : [ {
|
5610
5627
|
"hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
|
@@ -5721,6 +5738,7 @@
|
|
5721
5738
|
"ap-southeast-2" : { },
|
5722
5739
|
"ap-southeast-3" : { },
|
5723
5740
|
"ap-southeast-4" : { },
|
5741
|
+
"ap-southeast-5" : { },
|
5724
5742
|
"ca-central-1" : { },
|
5725
5743
|
"ca-west-1" : { },
|
5726
5744
|
"eu-central-1" : { },
|
@@ -5754,6 +5772,7 @@
|
|
5754
5772
|
"ap-southeast-2" : { },
|
5755
5773
|
"ap-southeast-3" : { },
|
5756
5774
|
"ap-southeast-4" : { },
|
5775
|
+
"ap-southeast-5" : { },
|
5757
5776
|
"ca-central-1" : { },
|
5758
5777
|
"ca-west-1" : { },
|
5759
5778
|
"dms" : {
|
@@ -6128,6 +6147,7 @@
|
|
6128
6147
|
"ap-southeast-2" : { },
|
6129
6148
|
"ap-southeast-3" : { },
|
6130
6149
|
"ap-southeast-4" : { },
|
6150
|
+
"ap-southeast-5" : { },
|
6131
6151
|
"ca-central-1" : {
|
6132
6152
|
"variants" : [ {
|
6133
6153
|
"hostname" : "dynamodb-fips.ca-central-1.amazonaws.com",
|
@@ -6240,6 +6260,7 @@
|
|
6240
6260
|
"ap-southeast-2" : { },
|
6241
6261
|
"ap-southeast-3" : { },
|
6242
6262
|
"ap-southeast-4" : { },
|
6263
|
+
"ap-southeast-5" : { },
|
6243
6264
|
"ca-central-1" : {
|
6244
6265
|
"variants" : [ {
|
6245
6266
|
"hostname" : "ebs-fips.ca-central-1.amazonaws.com",
|
@@ -6477,6 +6498,7 @@
|
|
6477
6498
|
"ap-southeast-2" : { },
|
6478
6499
|
"ap-southeast-3" : { },
|
6479
6500
|
"ap-southeast-4" : { },
|
6501
|
+
"ap-southeast-5" : { },
|
6480
6502
|
"ca-central-1" : { },
|
6481
6503
|
"ca-west-1" : { },
|
6482
6504
|
"eu-central-1" : { },
|
@@ -6575,6 +6597,7 @@
|
|
6575
6597
|
"ap-southeast-2" : { },
|
6576
6598
|
"ap-southeast-3" : { },
|
6577
6599
|
"ap-southeast-4" : { },
|
6600
|
+
"ap-southeast-5" : { },
|
6578
6601
|
"ca-central-1" : { },
|
6579
6602
|
"ca-west-1" : { },
|
6580
6603
|
"eu-central-1" : { },
|
@@ -6686,6 +6709,9 @@
|
|
6686
6709
|
"ap-southeast-4" : {
|
6687
6710
|
"hostname" : "eks-auth.ap-southeast-4.api.aws"
|
6688
6711
|
},
|
6712
|
+
"ap-southeast-5" : {
|
6713
|
+
"hostname" : "eks-auth.ap-southeast-5.api.aws"
|
6714
|
+
},
|
6689
6715
|
"ca-central-1" : {
|
6690
6716
|
"hostname" : "eks-auth.ca-central-1.api.aws"
|
6691
6717
|
},
|
@@ -6755,6 +6781,7 @@
|
|
6755
6781
|
"ap-southeast-2" : { },
|
6756
6782
|
"ap-southeast-3" : { },
|
6757
6783
|
"ap-southeast-4" : { },
|
6784
|
+
"ap-southeast-5" : { },
|
6758
6785
|
"ca-central-1" : { },
|
6759
6786
|
"ca-west-1" : { },
|
6760
6787
|
"eu-central-1" : { },
|
@@ -7302,6 +7329,7 @@
|
|
7302
7329
|
"ap-southeast-2" : { },
|
7303
7330
|
"ap-southeast-3" : { },
|
7304
7331
|
"ap-southeast-4" : { },
|
7332
|
+
"ap-southeast-5" : { },
|
7305
7333
|
"ca-central-1" : { },
|
7306
7334
|
"ca-west-1" : { },
|
7307
7335
|
"eu-central-1" : { },
|
@@ -7387,6 +7415,7 @@
|
|
7387
7415
|
"ap-southeast-2" : { },
|
7388
7416
|
"ap-southeast-3" : { },
|
7389
7417
|
"ap-southeast-4" : { },
|
7418
|
+
"ap-southeast-5" : { },
|
7390
7419
|
"ca-central-1" : {
|
7391
7420
|
"variants" : [ {
|
7392
7421
|
"hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com",
|
@@ -7838,6 +7867,12 @@
|
|
7838
7867
|
"tags" : [ "dualstack" ]
|
7839
7868
|
} ]
|
7840
7869
|
},
|
7870
|
+
"ap-southeast-5" : {
|
7871
|
+
"variants" : [ {
|
7872
|
+
"hostname" : "aos.ap-southeast-5.api.aws",
|
7873
|
+
"tags" : [ "dualstack" ]
|
7874
|
+
} ]
|
7875
|
+
},
|
7841
7876
|
"ca-central-1" : {
|
7842
7877
|
"variants" : [ {
|
7843
7878
|
"hostname" : "aos.ca-central-1.api.aws",
|
@@ -8008,6 +8043,7 @@
|
|
8008
8043
|
"ap-southeast-2" : { },
|
8009
8044
|
"ap-southeast-3" : { },
|
8010
8045
|
"ap-southeast-4" : { },
|
8046
|
+
"ap-southeast-5" : { },
|
8011
8047
|
"ca-central-1" : { },
|
8012
8048
|
"ca-west-1" : { },
|
8013
8049
|
"eu-central-1" : { },
|
@@ -8143,6 +8179,7 @@
|
|
8143
8179
|
"ap-southeast-2" : { },
|
8144
8180
|
"ap-southeast-3" : { },
|
8145
8181
|
"ap-southeast-4" : { },
|
8182
|
+
"ap-southeast-5" : { },
|
8146
8183
|
"ca-central-1" : { },
|
8147
8184
|
"ca-west-1" : { },
|
8148
8185
|
"eu-central-1" : { },
|
@@ -9688,6 +9725,9 @@
|
|
9688
9725
|
"ap-southeast-4" : {
|
9689
9726
|
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
|
9690
9727
|
},
|
9728
|
+
"ap-southeast-5" : {
|
9729
|
+
"hostname" : "internetmonitor.ap-southeast-5.api.aws"
|
9730
|
+
},
|
9691
9731
|
"ca-central-1" : {
|
9692
9732
|
"hostname" : "internetmonitor.ca-central-1.api.aws",
|
9693
9733
|
"variants" : [ {
|
@@ -10666,6 +10706,9 @@
|
|
10666
10706
|
"ap-southeast-4" : {
|
10667
10707
|
"hostname" : "kendra-ranking.ap-southeast-4.api.aws"
|
10668
10708
|
},
|
10709
|
+
"ap-southeast-5" : {
|
10710
|
+
"hostname" : "kendra-ranking.ap-southeast-5.api.aws"
|
10711
|
+
},
|
10669
10712
|
"ca-central-1" : {
|
10670
10713
|
"hostname" : "kendra-ranking.ca-central-1.api.aws",
|
10671
10714
|
"variants" : [ {
|
@@ -10745,6 +10788,7 @@
|
|
10745
10788
|
"ap-southeast-2" : { },
|
10746
10789
|
"ap-southeast-3" : { },
|
10747
10790
|
"ap-southeast-4" : { },
|
10791
|
+
"ap-southeast-5" : { },
|
10748
10792
|
"ca-central-1" : { },
|
10749
10793
|
"ca-west-1" : { },
|
10750
10794
|
"eu-central-1" : { },
|
@@ -11090,6 +11134,19 @@
|
|
11090
11134
|
"deprecated" : true,
|
11091
11135
|
"hostname" : "kms-fips.ap-southeast-4.amazonaws.com"
|
11092
11136
|
},
|
11137
|
+
"ap-southeast-5" : {
|
11138
|
+
"variants" : [ {
|
11139
|
+
"hostname" : "kms-fips.ap-southeast-5.amazonaws.com",
|
11140
|
+
"tags" : [ "fips" ]
|
11141
|
+
} ]
|
11142
|
+
},
|
11143
|
+
"ap-southeast-5-fips" : {
|
11144
|
+
"credentialScope" : {
|
11145
|
+
"region" : "ap-southeast-5"
|
11146
|
+
},
|
11147
|
+
"deprecated" : true,
|
11148
|
+
"hostname" : "kms-fips.ap-southeast-5.amazonaws.com"
|
11149
|
+
},
|
11093
11150
|
"ca-central-1" : {
|
11094
11151
|
"variants" : [ {
|
11095
11152
|
"hostname" : "kms-fips.ca-central-1.amazonaws.com",
|
@@ -11475,6 +11532,12 @@
|
|
11475
11532
|
"tags" : [ "dualstack" ]
|
11476
11533
|
} ]
|
11477
11534
|
},
|
11535
|
+
"ap-southeast-5" : {
|
11536
|
+
"variants" : [ {
|
11537
|
+
"hostname" : "lambda.ap-southeast-5.api.aws",
|
11538
|
+
"tags" : [ "dualstack" ]
|
11539
|
+
} ]
|
11540
|
+
},
|
11478
11541
|
"ca-central-1" : {
|
11479
11542
|
"variants" : [ {
|
11480
11543
|
"hostname" : "lambda.ca-central-1.api.aws",
|
@@ -11954,6 +12017,12 @@
|
|
11954
12017
|
"tags" : [ "dualstack" ]
|
11955
12018
|
} ]
|
11956
12019
|
},
|
12020
|
+
"ap-southeast-5" : {
|
12021
|
+
"variants" : [ {
|
12022
|
+
"hostname" : "logs.ap-southeast-5.api.aws",
|
12023
|
+
"tags" : [ "dualstack" ]
|
12024
|
+
} ]
|
12025
|
+
},
|
11957
12026
|
"ca-central-1" : {
|
11958
12027
|
"variants" : [ {
|
11959
12028
|
"hostname" : "logs-fips.ca-central-1.amazonaws.com",
|
@@ -12963,6 +13032,7 @@
|
|
12963
13032
|
"ap-southeast-2" : { },
|
12964
13033
|
"ap-southeast-3" : { },
|
12965
13034
|
"ap-southeast-4" : { },
|
13035
|
+
"ap-southeast-5" : { },
|
12966
13036
|
"ca-central-1" : { },
|
12967
13037
|
"ca-west-1" : { },
|
12968
13038
|
"eu-central-1" : { },
|
@@ -13377,6 +13447,7 @@
|
|
13377
13447
|
"ap-southeast-2" : { },
|
13378
13448
|
"ap-southeast-3" : { },
|
13379
13449
|
"ap-southeast-4" : { },
|
13450
|
+
"ap-southeast-5" : { },
|
13380
13451
|
"ca-central-1" : { },
|
13381
13452
|
"ca-west-1" : { },
|
13382
13453
|
"eu-central-1" : { },
|
@@ -13937,6 +14008,13 @@
|
|
13937
14008
|
"tags" : [ "dualstack" ]
|
13938
14009
|
} ]
|
13939
14010
|
},
|
14011
|
+
"ap-southeast-5" : {
|
14012
|
+
"protocols" : [ "https" ],
|
14013
|
+
"variants" : [ {
|
14014
|
+
"hostname" : "pi.ap-southeast-5.api.aws",
|
14015
|
+
"tags" : [ "dualstack" ]
|
14016
|
+
} ]
|
14017
|
+
},
|
13940
14018
|
"ca-central-1" : {
|
13941
14019
|
"protocols" : [ "https" ],
|
13942
14020
|
"variants" : [ {
|
@@ -14634,6 +14712,9 @@
|
|
14634
14712
|
"ap-southeast-4" : {
|
14635
14713
|
"hostname" : "qbusiness.ap-southeast-4.api.aws"
|
14636
14714
|
},
|
14715
|
+
"ap-southeast-5" : {
|
14716
|
+
"hostname" : "qbusiness.ap-southeast-5.api.aws"
|
14717
|
+
},
|
14637
14718
|
"ca-central-1" : {
|
14638
14719
|
"hostname" : "qbusiness.ca-central-1.api.aws"
|
14639
14720
|
},
|
@@ -14790,6 +14871,7 @@
|
|
14790
14871
|
"ap-southeast-2" : { },
|
14791
14872
|
"ap-southeast-3" : { },
|
14792
14873
|
"ap-southeast-4" : { },
|
14874
|
+
"ap-southeast-5" : { },
|
14793
14875
|
"ca-central-1" : {
|
14794
14876
|
"variants" : [ {
|
14795
14877
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
|
@@ -14895,6 +14977,7 @@
|
|
14895
14977
|
"ap-southeast-2" : { },
|
14896
14978
|
"ap-southeast-3" : { },
|
14897
14979
|
"ap-southeast-4" : { },
|
14980
|
+
"ap-southeast-5" : { },
|
14898
14981
|
"ca-central-1" : {
|
14899
14982
|
"variants" : [ {
|
14900
14983
|
"hostname" : "rbin-fips.ca-central-1.amazonaws.com",
|
@@ -15000,6 +15083,7 @@
|
|
15000
15083
|
"ap-southeast-2" : { },
|
15001
15084
|
"ap-southeast-3" : { },
|
15002
15085
|
"ap-southeast-4" : { },
|
15086
|
+
"ap-southeast-5" : { },
|
15003
15087
|
"ca-central-1" : {
|
15004
15088
|
"variants" : [ {
|
15005
15089
|
"hostname" : "rds-fips.ca-central-1.amazonaws.com",
|
@@ -15274,6 +15358,7 @@
|
|
15274
15358
|
"ap-southeast-2" : { },
|
15275
15359
|
"ap-southeast-3" : { },
|
15276
15360
|
"ap-southeast-4" : { },
|
15361
|
+
"ap-southeast-5" : { },
|
15277
15362
|
"ca-central-1" : {
|
15278
15363
|
"variants" : [ {
|
15279
15364
|
"hostname" : "redshift-fips.ca-central-1.amazonaws.com",
|
@@ -15373,6 +15458,7 @@
|
|
15373
15458
|
"ap-south-1" : { },
|
15374
15459
|
"ap-southeast-1" : { },
|
15375
15460
|
"ap-southeast-2" : { },
|
15461
|
+
"ap-southeast-3" : { },
|
15376
15462
|
"ca-central-1" : {
|
15377
15463
|
"variants" : [ {
|
15378
15464
|
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -15682,6 +15768,7 @@
|
|
15682
15768
|
"ap-southeast-2" : { },
|
15683
15769
|
"ap-southeast-3" : { },
|
15684
15770
|
"ap-southeast-4" : { },
|
15771
|
+
"ap-southeast-5" : { },
|
15685
15772
|
"ca-central-1" : { },
|
15686
15773
|
"ca-west-1" : { },
|
15687
15774
|
"eu-central-1" : { },
|
@@ -15896,6 +15983,7 @@
|
|
15896
15983
|
"ap-southeast-2" : { },
|
15897
15984
|
"ap-southeast-3" : { },
|
15898
15985
|
"ap-southeast-4" : { },
|
15986
|
+
"ap-southeast-5" : { },
|
15899
15987
|
"ca-central-1" : { },
|
15900
15988
|
"ca-west-1" : { },
|
15901
15989
|
"eu-central-1" : { },
|
@@ -16180,6 +16268,12 @@
|
|
16180
16268
|
"tags" : [ "dualstack" ]
|
16181
16269
|
} ]
|
16182
16270
|
},
|
16271
|
+
"ap-southeast-5" : {
|
16272
|
+
"variants" : [ {
|
16273
|
+
"hostname" : "s3.dualstack.ap-southeast-5.amazonaws.com",
|
16274
|
+
"tags" : [ "dualstack" ]
|
16275
|
+
} ]
|
16276
|
+
},
|
16183
16277
|
"aws-global" : {
|
16184
16278
|
"credentialScope" : {
|
16185
16279
|
"region" : "us-east-1"
|
@@ -17120,6 +17214,11 @@
|
|
17120
17214
|
"tags" : [ "dualstack" ]
|
17121
17215
|
} ]
|
17122
17216
|
},
|
17217
|
+
"ap-southeast-5" : {
|
17218
|
+
"variants" : [ {
|
17219
|
+
"tags" : [ "dualstack" ]
|
17220
|
+
} ]
|
17221
|
+
},
|
17123
17222
|
"ca-central-1" : {
|
17124
17223
|
"variants" : [ {
|
17125
17224
|
"tags" : [ "dualstack" ]
|
@@ -17428,7 +17527,18 @@
|
|
17428
17527
|
"protocols" : [ "https" ]
|
17429
17528
|
},
|
17430
17529
|
"ca-central-1" : {
|
17431
|
-
"protocols" : [ "https" ]
|
17530
|
+
"protocols" : [ "https" ],
|
17531
|
+
"variants" : [ {
|
17532
|
+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com",
|
17533
|
+
"tags" : [ "fips" ]
|
17534
|
+
} ]
|
17535
|
+
},
|
17536
|
+
"ca-central-1-fips" : {
|
17537
|
+
"credentialScope" : {
|
17538
|
+
"region" : "ca-central-1"
|
17539
|
+
},
|
17540
|
+
"deprecated" : true,
|
17541
|
+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com"
|
17432
17542
|
},
|
17433
17543
|
"eu-central-1" : {
|
17434
17544
|
"protocols" : [ "https" ]
|
@@ -17750,6 +17860,12 @@
|
|
17750
17860
|
"tags" : [ "dualstack" ]
|
17751
17861
|
} ]
|
17752
17862
|
},
|
17863
|
+
"ap-southeast-5" : {
|
17864
|
+
"variants" : [ {
|
17865
|
+
"hostname" : "servicediscovery.ap-southeast-5.api.aws",
|
17866
|
+
"tags" : [ "dualstack" ]
|
17867
|
+
} ]
|
17868
|
+
},
|
17753
17869
|
"ca-central-1" : {
|
17754
17870
|
"variants" : [ {
|
17755
17871
|
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
|
@@ -17954,6 +18070,7 @@
|
|
17954
18070
|
"ap-southeast-2" : { },
|
17955
18071
|
"ap-southeast-3" : { },
|
17956
18072
|
"ap-southeast-4" : { },
|
18073
|
+
"ap-southeast-5" : { },
|
17957
18074
|
"ca-central-1" : { },
|
17958
18075
|
"ca-west-1" : { },
|
17959
18076
|
"eu-central-1" : { },
|
@@ -18624,6 +18741,7 @@
|
|
18624
18741
|
"ap-southeast-2" : { },
|
18625
18742
|
"ap-southeast-3" : { },
|
18626
18743
|
"ap-southeast-4" : { },
|
18744
|
+
"ap-southeast-5" : { },
|
18627
18745
|
"ca-central-1" : { },
|
18628
18746
|
"ca-west-1" : {
|
18629
18747
|
"variants" : [ {
|
@@ -18721,6 +18839,7 @@
|
|
18721
18839
|
"ap-southeast-2" : { },
|
18722
18840
|
"ap-southeast-3" : { },
|
18723
18841
|
"ap-southeast-4" : { },
|
18842
|
+
"ap-southeast-5" : { },
|
18724
18843
|
"ca-central-1" : { },
|
18725
18844
|
"ca-west-1" : { },
|
18726
18845
|
"eu-central-1" : { },
|
@@ -18803,6 +18922,7 @@
|
|
18803
18922
|
"ap-southeast-2" : { },
|
18804
18923
|
"ap-southeast-3" : { },
|
18805
18924
|
"ap-southeast-4" : { },
|
18925
|
+
"ap-southeast-5" : { },
|
18806
18926
|
"ca-central-1" : {
|
18807
18927
|
"variants" : [ {
|
18808
18928
|
"hostname" : "ssm-fips.ca-central-1.amazonaws.com",
|
@@ -19175,6 +19295,7 @@
|
|
19175
19295
|
"ap-southeast-2" : { },
|
19176
19296
|
"ap-southeast-3" : { },
|
19177
19297
|
"ap-southeast-4" : { },
|
19298
|
+
"ap-southeast-5" : { },
|
19178
19299
|
"ca-central-1" : { },
|
19179
19300
|
"ca-west-1" : { },
|
19180
19301
|
"eu-central-1" : { },
|
@@ -19367,6 +19488,7 @@
|
|
19367
19488
|
"ap-southeast-2" : { },
|
19368
19489
|
"ap-southeast-3" : { },
|
19369
19490
|
"ap-southeast-4" : { },
|
19491
|
+
"ap-southeast-5" : { },
|
19370
19492
|
"ca-central-1" : { },
|
19371
19493
|
"ca-west-1" : { },
|
19372
19494
|
"eu-central-1" : { },
|
@@ -19407,6 +19529,7 @@
|
|
19407
19529
|
"ap-southeast-2" : { },
|
19408
19530
|
"ap-southeast-3" : { },
|
19409
19531
|
"ap-southeast-4" : { },
|
19532
|
+
"ap-southeast-5" : { },
|
19410
19533
|
"aws-global" : {
|
19411
19534
|
"credentialScope" : {
|
19412
19535
|
"region" : "us-east-1"
|
@@ -19513,6 +19636,7 @@
|
|
19513
19636
|
"ap-southeast-2" : { },
|
19514
19637
|
"ap-southeast-3" : { },
|
19515
19638
|
"ap-southeast-4" : { },
|
19639
|
+
"ap-southeast-5" : { },
|
19516
19640
|
"ca-central-1" : { },
|
19517
19641
|
"ca-west-1" : { },
|
19518
19642
|
"eu-central-1" : { },
|
@@ -19594,8 +19718,19 @@
|
|
19594
19718
|
"ap-southeast-2" : { },
|
19595
19719
|
"ap-southeast-3" : { },
|
19596
19720
|
"ap-southeast-4" : { },
|
19597
|
-
"
|
19598
|
-
"ca-
|
19721
|
+
"ap-southeast-5" : { },
|
19722
|
+
"ca-central-1" : {
|
19723
|
+
"variants" : [ {
|
19724
|
+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
|
19725
|
+
"tags" : [ "fips" ]
|
19726
|
+
} ]
|
19727
|
+
},
|
19728
|
+
"ca-west-1" : {
|
19729
|
+
"variants" : [ {
|
19730
|
+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
|
19731
|
+
"tags" : [ "fips" ]
|
19732
|
+
} ]
|
19733
|
+
},
|
19599
19734
|
"eu-central-1" : { },
|
19600
19735
|
"eu-central-2" : { },
|
19601
19736
|
"eu-north-1" : { },
|
@@ -19604,6 +19739,20 @@
|
|
19604
19739
|
"eu-west-1" : { },
|
19605
19740
|
"eu-west-2" : { },
|
19606
19741
|
"eu-west-3" : { },
|
19742
|
+
"fips-ca-central-1" : {
|
19743
|
+
"credentialScope" : {
|
19744
|
+
"region" : "ca-central-1"
|
19745
|
+
},
|
19746
|
+
"deprecated" : true,
|
19747
|
+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
|
19748
|
+
},
|
19749
|
+
"fips-ca-west-1" : {
|
19750
|
+
"credentialScope" : {
|
19751
|
+
"region" : "ca-west-1"
|
19752
|
+
},
|
19753
|
+
"deprecated" : true,
|
19754
|
+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
|
19755
|
+
},
|
19607
19756
|
"fips-us-east-1" : {
|
19608
19757
|
"credentialScope" : {
|
19609
19758
|
"region" : "us-east-1"
|
@@ -19675,6 +19824,7 @@
|
|
19675
19824
|
"ap-southeast-2" : { },
|
19676
19825
|
"ap-southeast-3" : { },
|
19677
19826
|
"ap-southeast-4" : { },
|
19827
|
+
"ap-southeast-5" : { },
|
19678
19828
|
"ca-central-1" : { },
|
19679
19829
|
"ca-west-1" : { },
|
19680
19830
|
"eu-central-1" : { },
|
@@ -21644,6 +21794,7 @@
|
|
21644
21794
|
"ap-southeast-2" : { },
|
21645
21795
|
"ap-southeast-3" : { },
|
21646
21796
|
"ap-southeast-4" : { },
|
21797
|
+
"ap-southeast-5" : { },
|
21647
21798
|
"ca-central-1" : { },
|
21648
21799
|
"ca-west-1" : { },
|
21649
21800
|
"eu-central-1" : { },
|
@@ -23384,6 +23535,11 @@
|
|
23384
23535
|
}
|
23385
23536
|
}
|
23386
23537
|
},
|
23538
|
+
"aoss" : {
|
23539
|
+
"endpoints" : {
|
23540
|
+
"us-gov-west-1" : { }
|
23541
|
+
}
|
23542
|
+
},
|
23387
23543
|
"api.detective" : {
|
23388
23544
|
"defaults" : {
|
23389
23545
|
"protocols" : [ "https" ]
|
@@ -29358,6 +29514,16 @@
|
|
29358
29514
|
"us-isob-east-1" : { }
|
29359
29515
|
}
|
29360
29516
|
},
|
29517
|
+
"budgets" : {
|
29518
|
+
"endpoints" : {
|
29519
|
+
"us-isob-east-1" : {
|
29520
|
+
"credentialScope" : {
|
29521
|
+
"region" : "us-isob-east-1"
|
29522
|
+
},
|
29523
|
+
"hostname" : "budgets.us-isob-east-1.sc2s.sgov.gov"
|
29524
|
+
}
|
29525
|
+
}
|
29526
|
+
},
|
29361
29527
|
"cloudcontrolapi" : {
|
29362
29528
|
"endpoints" : {
|
29363
29529
|
"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.971.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-
|
11
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|