aws-partitions 1.972.0 → 1.973.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +146 -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: 3dfe8dac57148e22f3a95abbd37ce138ec3deaa707fb9578663da16542787b39
|
|
4
|
+
data.tar.gz: 12f82c6bd757156b00e4ea9200b4ee374ec2c2dd108872c667e3430d193c377d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05d3a43bcca3a5656fe69a9176acecfb03c74558e38a4adde8ca13e4c661eada4f434cf403daede1c94b948c707b250c632c702f542a19ceff1fa2f789c41270
|
|
7
|
+
data.tar.gz: 7bb01690966c6cf2cf0e827294be40730f362d0f318365cd9b93a58330378ad73bb63b9636a71545ed8d2c9ef8ff076f39f647c3bd74950950dce45ba3893c3f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.973.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" : { },
|
|
@@ -21995,8 +22100,32 @@
|
|
|
21995
22100
|
"eu-central-1" : { },
|
|
21996
22101
|
"eu-west-1" : { },
|
|
21997
22102
|
"eu-west-2" : { },
|
|
21998
|
-
"us-east-1" : {
|
|
21999
|
-
|
|
22103
|
+
"fips-us-east-1" : {
|
|
22104
|
+
"credentialScope" : {
|
|
22105
|
+
"region" : "us-east-1"
|
|
22106
|
+
},
|
|
22107
|
+
"deprecated" : true,
|
|
22108
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com"
|
|
22109
|
+
},
|
|
22110
|
+
"fips-us-west-2" : {
|
|
22111
|
+
"credentialScope" : {
|
|
22112
|
+
"region" : "us-west-2"
|
|
22113
|
+
},
|
|
22114
|
+
"deprecated" : true,
|
|
22115
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com"
|
|
22116
|
+
},
|
|
22117
|
+
"us-east-1" : {
|
|
22118
|
+
"variants" : [ {
|
|
22119
|
+
"hostname" : "workspaces-web-fips.us-east-1.amazonaws.com",
|
|
22120
|
+
"tags" : [ "fips" ]
|
|
22121
|
+
} ]
|
|
22122
|
+
},
|
|
22123
|
+
"us-west-2" : {
|
|
22124
|
+
"variants" : [ {
|
|
22125
|
+
"hostname" : "workspaces-web-fips.us-west-2.amazonaws.com",
|
|
22126
|
+
"tags" : [ "fips" ]
|
|
22127
|
+
} ]
|
|
22128
|
+
}
|
|
22000
22129
|
}
|
|
22001
22130
|
},
|
|
22002
22131
|
"xray" : {
|
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.973.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-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|