aws-partitions 1.972.0 → 1.974.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +157 -17
- 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: 2a1d036f94ea6baf894e46fea777ce848bd561b57c3f5e5617d83f7e5422b028
|
4
|
+
data.tar.gz: 19d4209468777e393b27c8f271db5ee9dbc37af002d8eb8aeafac8d5ccaf2947
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2056af2a30730de1d8af1a985ff2eb8bcad204590d3ddff202460cc86dbae866ad90ab1c136f1caa10f3755915ac05495f7ebf9fbfe45814e60fbfe860ee6b2f
|
7
|
+
data.tar.gz: ab9b6ebefb44d121370313fe764ace33d88c3ea11fdb2af62300ed3b0ca03f6b802dc404cb0425401e1d39cdc92202e5f8dd1c29ee245570b312f2cfa19c7960
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.974.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.973.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.972.0 (2024-09-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.974.0
|
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" : {
|
@@ -12787,6 +12890,7 @@
|
|
12787
12890
|
"ap-northeast-2" : { },
|
12788
12891
|
"ap-northeast-3" : { },
|
12789
12892
|
"ap-south-1" : { },
|
12893
|
+
"ap-south-2" : { },
|
12790
12894
|
"ap-southeast-1" : { },
|
12791
12895
|
"ap-southeast-2" : { },
|
12792
12896
|
"ap-southeast-4" : { },
|
@@ -12796,6 +12900,7 @@
|
|
12796
12900
|
"eu-west-1" : { },
|
12797
12901
|
"eu-west-2" : { },
|
12798
12902
|
"eu-west-3" : { },
|
12903
|
+
"me-central-1" : { },
|
12799
12904
|
"sa-east-1" : { },
|
12800
12905
|
"us-east-1" : { },
|
12801
12906
|
"us-east-2" : { },
|
@@ -17584,6 +17689,7 @@
|
|
17584
17689
|
"ap-southeast-2" : { },
|
17585
17690
|
"ap-southeast-3" : { },
|
17586
17691
|
"ap-southeast-4" : { },
|
17692
|
+
"ap-southeast-5" : { },
|
17587
17693
|
"ca-central-1" : { },
|
17588
17694
|
"ca-west-1" : { },
|
17589
17695
|
"eu-central-1" : { },
|
@@ -21995,8 +22101,32 @@
|
|
21995
22101
|
"eu-central-1" : { },
|
21996
22102
|
"eu-west-1" : { },
|
21997
22103
|
"eu-west-2" : { },
|
21998
|
-
"us-east-1" : {
|
21999
|
-
|
22104
|
+
"fips-us-east-1" : {
|
22105
|
+
"credentialScope" : {
|
22106
|
+
"region" : "us-east-1"
|
22107
|
+
},
|
22108
|
+
"deprecated" : true,
|
22109
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com"
|
22110
|
+
},
|
22111
|
+
"fips-us-west-2" : {
|
22112
|
+
"credentialScope" : {
|
22113
|
+
"region" : "us-west-2"
|
22114
|
+
},
|
22115
|
+
"deprecated" : true,
|
22116
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com"
|
22117
|
+
},
|
22118
|
+
"us-east-1" : {
|
22119
|
+
"variants" : [ {
|
22120
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com",
|
22121
|
+
"tags" : [ "fips" ]
|
22122
|
+
} ]
|
22123
|
+
},
|
22124
|
+
"us-west-2" : {
|
22125
|
+
"variants" : [ {
|
22126
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com",
|
22127
|
+
"tags" : [ "fips" ]
|
22128
|
+
} ]
|
22129
|
+
}
|
22000
22130
|
}
|
22001
22131
|
},
|
22002
22132
|
"xray" : {
|
@@ -29296,6 +29426,11 @@
|
|
29296
29426
|
"us-iso-west-1" : { }
|
29297
29427
|
}
|
29298
29428
|
},
|
29429
|
+
"oam" : {
|
29430
|
+
"endpoints" : {
|
29431
|
+
"us-iso-east-1" : { }
|
29432
|
+
}
|
29433
|
+
},
|
29299
29434
|
"outposts" : {
|
29300
29435
|
"endpoints" : {
|
29301
29436
|
"us-iso-east-1" : { }
|
@@ -30019,6 +30154,11 @@
|
|
30019
30154
|
"us-isob-east-1" : { }
|
30020
30155
|
}
|
30021
30156
|
},
|
30157
|
+
"oam" : {
|
30158
|
+
"endpoints" : {
|
30159
|
+
"us-isob-east-1" : { }
|
30160
|
+
}
|
30161
|
+
},
|
30022
30162
|
"outposts" : {
|
30023
30163
|
"endpoints" : {
|
30024
30164
|
"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.974.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-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|