aws-partitions 1.706.0 → 1.714.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +40 -0
- data/VERSION +1 -1
- data/partitions.json +115 -15
- 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: 940f763c40eebb30635f1b939dbd5fc92e45737cef8fb24527a6e6d481c8a6c7
|
|
4
|
+
data.tar.gz: 47bb30f69adba570157fe3790cbad1937bb1c3abdd1ae01d6de5831fde943c71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77991e695ead23c912fce31b5634bbf12e73a1959e271bd07ed038e8d2405ac163f9b0417d1f7940f04f68b1e99d84a78890cbdb7289fc6116b3c8ff99108567
|
|
7
|
+
data.tar.gz: 3f2704c29a85765be6a6b34143471756045f107b9c38a4a4aaa2ac49354ba72893f477c2571149db45ce2750446195d95cff495dad57b396b2ab7939a457539e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,46 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.714.0 (2023-02-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.713.0 (2023-02-16)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.712.0 (2023-02-15)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.711.0 (2023-02-13)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.710.0 (2023-02-10)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.709.0 (2023-02-09)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.708.0 (2023-02-08)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
38
|
+
|
|
39
|
+
1.707.0 (2023-02-07)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
4
44
|
1.706.0 (2023-02-06)
|
|
5
45
|
------------------
|
|
6
46
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.714.0
|
data/partitions.json
CHANGED
|
@@ -1446,6 +1446,7 @@
|
|
|
1446
1446
|
"ap-south-1" : { },
|
|
1447
1447
|
"ap-southeast-1" : { },
|
|
1448
1448
|
"ap-southeast-2" : { },
|
|
1449
|
+
"ap-southeast-3" : { },
|
|
1449
1450
|
"ca-central-1" : { },
|
|
1450
1451
|
"eu-central-1" : { },
|
|
1451
1452
|
"eu-north-1" : { },
|
|
@@ -1807,6 +1808,7 @@
|
|
|
1807
1808
|
"arc-zonal-shift" : {
|
|
1808
1809
|
"endpoints" : {
|
|
1809
1810
|
"ap-northeast-1" : { },
|
|
1811
|
+
"ap-southeast-1" : { },
|
|
1810
1812
|
"ap-southeast-2" : { },
|
|
1811
1813
|
"ap-southeast-3" : { },
|
|
1812
1814
|
"eu-central-1" : { },
|
|
@@ -2247,6 +2249,11 @@
|
|
|
2247
2249
|
},
|
|
2248
2250
|
"cases" : {
|
|
2249
2251
|
"endpoints" : {
|
|
2252
|
+
"ap-southeast-1" : { },
|
|
2253
|
+
"ap-southeast-2" : { },
|
|
2254
|
+
"ca-central-1" : { },
|
|
2255
|
+
"eu-central-1" : { },
|
|
2256
|
+
"eu-west-2" : { },
|
|
2250
2257
|
"fips-us-east-1" : {
|
|
2251
2258
|
"deprecated" : true
|
|
2252
2259
|
},
|
|
@@ -3635,6 +3642,7 @@
|
|
|
3635
3642
|
"connect-campaigns" : {
|
|
3636
3643
|
"endpoints" : {
|
|
3637
3644
|
"ap-southeast-2" : { },
|
|
3645
|
+
"ca-central-1" : { },
|
|
3638
3646
|
"eu-west-2" : { },
|
|
3639
3647
|
"fips-us-east-1" : {
|
|
3640
3648
|
"credentialScope" : {
|
|
@@ -4123,6 +4131,7 @@
|
|
|
4123
4131
|
"ap-northeast-2" : { },
|
|
4124
4132
|
"ap-northeast-3" : { },
|
|
4125
4133
|
"ap-south-1" : { },
|
|
4134
|
+
"ap-south-2" : { },
|
|
4126
4135
|
"ap-southeast-1" : { },
|
|
4127
4136
|
"ap-southeast-2" : { },
|
|
4128
4137
|
"ap-southeast-3" : { },
|
|
@@ -4133,8 +4142,10 @@
|
|
|
4133
4142
|
} ]
|
|
4134
4143
|
},
|
|
4135
4144
|
"eu-central-1" : { },
|
|
4145
|
+
"eu-central-2" : { },
|
|
4136
4146
|
"eu-north-1" : { },
|
|
4137
4147
|
"eu-south-1" : { },
|
|
4148
|
+
"eu-south-2" : { },
|
|
4138
4149
|
"eu-west-1" : { },
|
|
4139
4150
|
"eu-west-2" : { },
|
|
4140
4151
|
"eu-west-3" : { },
|
|
@@ -5115,13 +5126,16 @@
|
|
|
5115
5126
|
"ap-northeast-2" : { },
|
|
5116
5127
|
"ap-northeast-3" : { },
|
|
5117
5128
|
"ap-south-1" : { },
|
|
5129
|
+
"ap-south-2" : { },
|
|
5118
5130
|
"ap-southeast-1" : { },
|
|
5119
5131
|
"ap-southeast-2" : { },
|
|
5120
5132
|
"ap-southeast-3" : { },
|
|
5121
5133
|
"ca-central-1" : { },
|
|
5122
5134
|
"eu-central-1" : { },
|
|
5135
|
+
"eu-central-2" : { },
|
|
5123
5136
|
"eu-north-1" : { },
|
|
5124
5137
|
"eu-south-1" : { },
|
|
5138
|
+
"eu-south-2" : { },
|
|
5125
5139
|
"eu-west-1" : { },
|
|
5126
5140
|
"eu-west-2" : { },
|
|
5127
5141
|
"eu-west-3" : { },
|
|
@@ -5380,6 +5394,12 @@
|
|
|
5380
5394
|
"tags" : [ "fips" ]
|
|
5381
5395
|
} ]
|
|
5382
5396
|
},
|
|
5397
|
+
"ap-south-2" : {
|
|
5398
|
+
"variants" : [ {
|
|
5399
|
+
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
|
|
5400
|
+
"tags" : [ "fips" ]
|
|
5401
|
+
} ]
|
|
5402
|
+
},
|
|
5383
5403
|
"ap-southeast-1" : {
|
|
5384
5404
|
"variants" : [ {
|
|
5385
5405
|
"hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
|
|
@@ -5494,6 +5514,13 @@
|
|
|
5494
5514
|
"deprecated" : true,
|
|
5495
5515
|
"hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
|
|
5496
5516
|
},
|
|
5517
|
+
"fips-ap-south-2" : {
|
|
5518
|
+
"credentialScope" : {
|
|
5519
|
+
"region" : "ap-south-2"
|
|
5520
|
+
},
|
|
5521
|
+
"deprecated" : true,
|
|
5522
|
+
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
|
|
5523
|
+
},
|
|
5497
5524
|
"fips-ap-southeast-1" : {
|
|
5498
5525
|
"credentialScope" : {
|
|
5499
5526
|
"region" : "ap-southeast-1"
|
|
@@ -7273,6 +7300,7 @@
|
|
|
7273
7300
|
"ap-northeast-2" : { },
|
|
7274
7301
|
"ap-northeast-3" : { },
|
|
7275
7302
|
"ap-south-1" : { },
|
|
7303
|
+
"ap-south-2" : { },
|
|
7276
7304
|
"ap-southeast-1" : { },
|
|
7277
7305
|
"ap-southeast-2" : { },
|
|
7278
7306
|
"ap-southeast-3" : { },
|
|
@@ -7281,6 +7309,7 @@
|
|
|
7281
7309
|
"eu-central-2" : { },
|
|
7282
7310
|
"eu-north-1" : { },
|
|
7283
7311
|
"eu-south-1" : { },
|
|
7312
|
+
"eu-south-2" : { },
|
|
7284
7313
|
"eu-west-1" : { },
|
|
7285
7314
|
"eu-west-2" : { },
|
|
7286
7315
|
"eu-west-3" : { },
|
|
@@ -8210,6 +8239,7 @@
|
|
|
8210
8239
|
},
|
|
8211
8240
|
"kendra" : {
|
|
8212
8241
|
"endpoints" : {
|
|
8242
|
+
"ap-northeast-1" : { },
|
|
8213
8243
|
"ap-south-1" : { },
|
|
8214
8244
|
"ap-southeast-1" : { },
|
|
8215
8245
|
"ap-southeast-2" : { },
|
|
@@ -8272,12 +8302,18 @@
|
|
|
8272
8302
|
"ap-east-1" : {
|
|
8273
8303
|
"hostname" : "kendra-ranking.ap-east-1.api.aws"
|
|
8274
8304
|
},
|
|
8305
|
+
"ap-northeast-1" : {
|
|
8306
|
+
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
|
|
8307
|
+
},
|
|
8275
8308
|
"ap-northeast-2" : {
|
|
8276
8309
|
"hostname" : "kendra-ranking.ap-northeast-2.api.aws"
|
|
8277
8310
|
},
|
|
8278
8311
|
"ap-northeast-3" : {
|
|
8279
8312
|
"hostname" : "kendra-ranking.ap-northeast-3.api.aws"
|
|
8280
8313
|
},
|
|
8314
|
+
"ap-south-1" : {
|
|
8315
|
+
"hostname" : "kendra-ranking.ap-south-1.api.aws"
|
|
8316
|
+
},
|
|
8281
8317
|
"ap-south-2" : {
|
|
8282
8318
|
"hostname" : "kendra-ranking.ap-south-2.api.aws"
|
|
8283
8319
|
},
|
|
@@ -11407,6 +11443,7 @@
|
|
|
11407
11443
|
"ap-southeast-1" : { },
|
|
11408
11444
|
"ap-southeast-2" : { },
|
|
11409
11445
|
"ap-southeast-3" : { },
|
|
11446
|
+
"ap-southeast-4" : { },
|
|
11410
11447
|
"ca-central-1" : {
|
|
11411
11448
|
"variants" : [ {
|
|
11412
11449
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
|
|
@@ -17673,6 +17710,15 @@
|
|
|
17673
17710
|
}
|
|
17674
17711
|
}
|
|
17675
17712
|
},
|
|
17713
|
+
"servicequotas" : {
|
|
17714
|
+
"defaults" : {
|
|
17715
|
+
"protocols" : [ "https" ]
|
|
17716
|
+
},
|
|
17717
|
+
"endpoints" : {
|
|
17718
|
+
"cn-north-1" : { },
|
|
17719
|
+
"cn-northwest-1" : { }
|
|
17720
|
+
}
|
|
17721
|
+
},
|
|
17676
17722
|
"sms" : {
|
|
17677
17723
|
"endpoints" : {
|
|
17678
17724
|
"cn-north-1" : { },
|
|
@@ -19250,12 +19296,34 @@
|
|
|
19250
19296
|
"credentialScope" : {
|
|
19251
19297
|
"region" : "us-gov-east-1"
|
|
19252
19298
|
},
|
|
19299
|
+
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
|
|
19300
|
+
"variants" : [ {
|
|
19301
|
+
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
|
|
19302
|
+
"tags" : [ "fips" ]
|
|
19303
|
+
} ]
|
|
19304
|
+
},
|
|
19305
|
+
"us-gov-east-1-fips" : {
|
|
19306
|
+
"credentialScope" : {
|
|
19307
|
+
"region" : "us-gov-east-1"
|
|
19308
|
+
},
|
|
19309
|
+
"deprecated" : true,
|
|
19253
19310
|
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
|
|
19254
19311
|
},
|
|
19255
19312
|
"us-gov-west-1" : {
|
|
19256
19313
|
"credentialScope" : {
|
|
19257
19314
|
"region" : "us-gov-west-1"
|
|
19258
19315
|
},
|
|
19316
|
+
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
|
|
19317
|
+
"variants" : [ {
|
|
19318
|
+
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
|
|
19319
|
+
"tags" : [ "fips" ]
|
|
19320
|
+
} ]
|
|
19321
|
+
},
|
|
19322
|
+
"us-gov-west-1-fips" : {
|
|
19323
|
+
"credentialScope" : {
|
|
19324
|
+
"region" : "us-gov-west-1"
|
|
19325
|
+
},
|
|
19326
|
+
"deprecated" : true,
|
|
19259
19327
|
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
|
|
19260
19328
|
}
|
|
19261
19329
|
}
|
|
@@ -19577,18 +19645,32 @@
|
|
|
19577
19645
|
},
|
|
19578
19646
|
"glacier" : {
|
|
19579
19647
|
"endpoints" : {
|
|
19580
|
-
"us-gov-east-1" : {
|
|
19648
|
+
"fips-us-gov-east-1" : {
|
|
19581
19649
|
"credentialScope" : {
|
|
19582
19650
|
"region" : "us-gov-east-1"
|
|
19583
19651
|
},
|
|
19652
|
+
"deprecated" : true,
|
|
19584
19653
|
"hostname" : "glacier.us-gov-east-1.amazonaws.com"
|
|
19585
19654
|
},
|
|
19586
|
-
"us-gov-west-1" : {
|
|
19655
|
+
"fips-us-gov-west-1" : {
|
|
19587
19656
|
"credentialScope" : {
|
|
19588
19657
|
"region" : "us-gov-west-1"
|
|
19589
19658
|
},
|
|
19590
|
-
"
|
|
19591
|
-
"
|
|
19659
|
+
"deprecated" : true,
|
|
19660
|
+
"hostname" : "glacier.us-gov-west-1.amazonaws.com"
|
|
19661
|
+
},
|
|
19662
|
+
"us-gov-east-1" : {
|
|
19663
|
+
"variants" : [ {
|
|
19664
|
+
"hostname" : "glacier.us-gov-east-1.amazonaws.com",
|
|
19665
|
+
"tags" : [ "fips" ]
|
|
19666
|
+
} ]
|
|
19667
|
+
},
|
|
19668
|
+
"us-gov-west-1" : {
|
|
19669
|
+
"protocols" : [ "http", "https" ],
|
|
19670
|
+
"variants" : [ {
|
|
19671
|
+
"hostname" : "glacier.us-gov-west-1.amazonaws.com",
|
|
19672
|
+
"tags" : [ "fips" ]
|
|
19673
|
+
} ]
|
|
19592
19674
|
}
|
|
19593
19675
|
}
|
|
19594
19676
|
},
|
|
@@ -19644,23 +19726,26 @@
|
|
|
19644
19726
|
"region" : "us-gov-east-1"
|
|
19645
19727
|
},
|
|
19646
19728
|
"deprecated" : true,
|
|
19647
|
-
"hostname" : "greengrass
|
|
19729
|
+
"hostname" : "greengrass.us-gov-east-1.amazonaws.com"
|
|
19648
19730
|
},
|
|
19649
|
-
"us-gov-
|
|
19731
|
+
"fips-us-gov-west-1" : {
|
|
19650
19732
|
"credentialScope" : {
|
|
19651
|
-
"region" : "us-gov-
|
|
19733
|
+
"region" : "us-gov-west-1"
|
|
19652
19734
|
},
|
|
19653
|
-
"
|
|
19735
|
+
"deprecated" : true,
|
|
19736
|
+
"hostname" : "greengrass.us-gov-west-1.amazonaws.com"
|
|
19737
|
+
},
|
|
19738
|
+
"us-gov-east-1" : {
|
|
19654
19739
|
"variants" : [ {
|
|
19655
|
-
"hostname" : "greengrass
|
|
19740
|
+
"hostname" : "greengrass.us-gov-east-1.amazonaws.com",
|
|
19656
19741
|
"tags" : [ "fips" ]
|
|
19657
19742
|
} ]
|
|
19658
19743
|
},
|
|
19659
19744
|
"us-gov-west-1" : {
|
|
19660
|
-
"
|
|
19661
|
-
"
|
|
19662
|
-
|
|
19663
|
-
|
|
19745
|
+
"variants" : [ {
|
|
19746
|
+
"hostname" : "greengrass.us-gov-west-1.amazonaws.com",
|
|
19747
|
+
"tags" : [ "fips" ]
|
|
19748
|
+
} ]
|
|
19664
19749
|
}
|
|
19665
19750
|
},
|
|
19666
19751
|
"isRegionalized" : true
|
|
@@ -20480,17 +20565,31 @@
|
|
|
20480
20565
|
},
|
|
20481
20566
|
"outposts" : {
|
|
20482
20567
|
"endpoints" : {
|
|
20483
|
-
"us-gov-east-1" : {
|
|
20568
|
+
"fips-us-gov-east-1" : {
|
|
20484
20569
|
"credentialScope" : {
|
|
20485
20570
|
"region" : "us-gov-east-1"
|
|
20486
20571
|
},
|
|
20572
|
+
"deprecated" : true,
|
|
20487
20573
|
"hostname" : "outposts.us-gov-east-1.amazonaws.com"
|
|
20488
20574
|
},
|
|
20489
|
-
"us-gov-west-1" : {
|
|
20575
|
+
"fips-us-gov-west-1" : {
|
|
20490
20576
|
"credentialScope" : {
|
|
20491
20577
|
"region" : "us-gov-west-1"
|
|
20492
20578
|
},
|
|
20579
|
+
"deprecated" : true,
|
|
20493
20580
|
"hostname" : "outposts.us-gov-west-1.amazonaws.com"
|
|
20581
|
+
},
|
|
20582
|
+
"us-gov-east-1" : {
|
|
20583
|
+
"variants" : [ {
|
|
20584
|
+
"hostname" : "outposts.us-gov-east-1.amazonaws.com",
|
|
20585
|
+
"tags" : [ "fips" ]
|
|
20586
|
+
} ]
|
|
20587
|
+
},
|
|
20588
|
+
"us-gov-west-1" : {
|
|
20589
|
+
"variants" : [ {
|
|
20590
|
+
"hostname" : "outposts.us-gov-west-1.amazonaws.com",
|
|
20591
|
+
"tags" : [ "fips" ]
|
|
20592
|
+
} ]
|
|
20494
20593
|
}
|
|
20495
20594
|
}
|
|
20496
20595
|
},
|
|
@@ -20865,6 +20964,7 @@
|
|
|
20865
20964
|
} ]
|
|
20866
20965
|
},
|
|
20867
20966
|
"endpoints" : {
|
|
20967
|
+
"us-gov-east-1" : { },
|
|
20868
20968
|
"us-gov-west-1" : {
|
|
20869
20969
|
"variants" : [ {
|
|
20870
20970
|
"hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com",
|
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.714.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: 2023-02-
|
|
11
|
+
date: 2023-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|