aws-partitions 1.658.0 → 1.660.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +100 -1
- 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: abca1daa3d446bbb523aed8ca742009051c197254b4824dd6549545504941079
|
|
4
|
+
data.tar.gz: ad967a2569e8a7888c9becca30a2e3e7ed599fc97c80b5c0834864c985332146
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44ed81db8dd37e67a2332ee0372bd99baa8d8e1e1216d95fec4de69308b50b84c4efe0d589339716a4ea513d0ca306c30ac420b2a35a36a1bf14a27cfc41bdad
|
|
7
|
+
data.tar.gz: ee451645efb76e6b9e76aa6b5558d72342b253e30c492326867f26e42f008944dc82513c8ca72ae38ee6a27c5ab7ccd97ae6d6946a7c8de891ec3d4b922e93de
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.660.0 (2022-11-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.659.0 (2022-11-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Scheduler`.
|
|
13
|
+
|
|
4
14
|
1.658.0 (2022-11-08)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.660.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -527,6 +527,7 @@ module Aws
|
|
|
527
527
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
528
528
|
'SagemakerEdgeManager' => 'edge.sagemaker',
|
|
529
529
|
'SavingsPlans' => 'savingsplans',
|
|
530
|
+
'Scheduler' => 'scheduler',
|
|
530
531
|
'Schemas' => 'schemas',
|
|
531
532
|
'SecretsManager' => 'secretsmanager',
|
|
532
533
|
'SecurityHub' => 'securityhub',
|
data/partitions.json
CHANGED
|
@@ -56,6 +56,9 @@
|
|
|
56
56
|
"eu-central-1" : {
|
|
57
57
|
"description" : "Europe (Frankfurt)"
|
|
58
58
|
},
|
|
59
|
+
"eu-central-2" : {
|
|
60
|
+
"description" : "Europe (Zurich)"
|
|
61
|
+
},
|
|
59
62
|
"eu-north-1" : {
|
|
60
63
|
"description" : "Europe (Stockholm)"
|
|
61
64
|
},
|
|
@@ -117,6 +120,7 @@
|
|
|
117
120
|
} ]
|
|
118
121
|
},
|
|
119
122
|
"eu-central-1" : { },
|
|
123
|
+
"eu-central-2" : { },
|
|
120
124
|
"eu-north-1" : { },
|
|
121
125
|
"eu-south-1" : { },
|
|
122
126
|
"eu-west-1" : { },
|
|
@@ -223,6 +227,7 @@
|
|
|
223
227
|
"hostname" : "acm-fips.ca-central-1.amazonaws.com"
|
|
224
228
|
},
|
|
225
229
|
"eu-central-1" : { },
|
|
230
|
+
"eu-central-2" : { },
|
|
226
231
|
"eu-north-1" : { },
|
|
227
232
|
"eu-south-1" : { },
|
|
228
233
|
"eu-west-1" : { },
|
|
@@ -647,6 +652,12 @@
|
|
|
647
652
|
},
|
|
648
653
|
"hostname" : "api.ecr.eu-central-1.amazonaws.com"
|
|
649
654
|
},
|
|
655
|
+
"eu-central-2" : {
|
|
656
|
+
"credentialScope" : {
|
|
657
|
+
"region" : "eu-central-2"
|
|
658
|
+
},
|
|
659
|
+
"hostname" : "api.ecr.eu-central-2.amazonaws.com"
|
|
660
|
+
},
|
|
650
661
|
"eu-north-1" : {
|
|
651
662
|
"credentialScope" : {
|
|
652
663
|
"region" : "eu-north-1"
|
|
@@ -1162,6 +1173,7 @@
|
|
|
1162
1173
|
} ]
|
|
1163
1174
|
},
|
|
1164
1175
|
"eu-central-1" : { },
|
|
1176
|
+
"eu-central-2" : { },
|
|
1165
1177
|
"eu-north-1" : { },
|
|
1166
1178
|
"eu-south-1" : { },
|
|
1167
1179
|
"eu-west-1" : { },
|
|
@@ -1258,6 +1270,7 @@
|
|
|
1258
1270
|
"ap-southeast-3" : { },
|
|
1259
1271
|
"ca-central-1" : { },
|
|
1260
1272
|
"eu-central-1" : { },
|
|
1273
|
+
"eu-central-2" : { },
|
|
1261
1274
|
"eu-north-1" : { },
|
|
1262
1275
|
"eu-south-1" : { },
|
|
1263
1276
|
"eu-west-1" : { },
|
|
@@ -1333,6 +1346,7 @@
|
|
|
1333
1346
|
"ap-southeast-3" : { },
|
|
1334
1347
|
"ca-central-1" : { },
|
|
1335
1348
|
"eu-central-1" : { },
|
|
1349
|
+
"eu-central-2" : { },
|
|
1336
1350
|
"eu-north-1" : { },
|
|
1337
1351
|
"eu-south-1" : { },
|
|
1338
1352
|
"eu-west-1" : { },
|
|
@@ -1922,6 +1936,7 @@
|
|
|
1922
1936
|
"ap-southeast-3" : { },
|
|
1923
1937
|
"ca-central-1" : { },
|
|
1924
1938
|
"eu-central-1" : { },
|
|
1939
|
+
"eu-central-2" : { },
|
|
1925
1940
|
"eu-north-1" : { },
|
|
1926
1941
|
"eu-south-1" : { },
|
|
1927
1942
|
"eu-west-1" : { },
|
|
@@ -2264,6 +2279,7 @@
|
|
|
2264
2279
|
} ]
|
|
2265
2280
|
},
|
|
2266
2281
|
"eu-central-1" : { },
|
|
2282
|
+
"eu-central-2" : { },
|
|
2267
2283
|
"eu-north-1" : { },
|
|
2268
2284
|
"eu-south-1" : { },
|
|
2269
2285
|
"eu-west-1" : { },
|
|
@@ -2359,6 +2375,7 @@
|
|
|
2359
2375
|
"ap-southeast-3" : { },
|
|
2360
2376
|
"ca-central-1" : { },
|
|
2361
2377
|
"eu-central-1" : { },
|
|
2378
|
+
"eu-central-2" : { },
|
|
2362
2379
|
"eu-north-1" : { },
|
|
2363
2380
|
"eu-south-1" : { },
|
|
2364
2381
|
"eu-west-1" : { },
|
|
@@ -2498,6 +2515,7 @@
|
|
|
2498
2515
|
"ap-southeast-3" : { },
|
|
2499
2516
|
"ca-central-1" : { },
|
|
2500
2517
|
"eu-central-1" : { },
|
|
2518
|
+
"eu-central-2" : { },
|
|
2501
2519
|
"eu-north-1" : { },
|
|
2502
2520
|
"eu-south-1" : { },
|
|
2503
2521
|
"eu-west-1" : { },
|
|
@@ -2756,6 +2774,7 @@
|
|
|
2756
2774
|
"ap-southeast-3" : { },
|
|
2757
2775
|
"ca-central-1" : { },
|
|
2758
2776
|
"eu-central-1" : { },
|
|
2777
|
+
"eu-central-2" : { },
|
|
2759
2778
|
"eu-north-1" : { },
|
|
2760
2779
|
"eu-south-1" : { },
|
|
2761
2780
|
"eu-west-1" : { },
|
|
@@ -3359,6 +3378,7 @@
|
|
|
3359
3378
|
"ap-southeast-3" : { },
|
|
3360
3379
|
"ca-central-1" : { },
|
|
3361
3380
|
"eu-central-1" : { },
|
|
3381
|
+
"eu-central-2" : { },
|
|
3362
3382
|
"eu-north-1" : { },
|
|
3363
3383
|
"eu-south-1" : { },
|
|
3364
3384
|
"eu-west-1" : { },
|
|
@@ -4098,6 +4118,7 @@
|
|
|
4098
4118
|
"ap-southeast-3" : { },
|
|
4099
4119
|
"ca-central-1" : { },
|
|
4100
4120
|
"eu-central-1" : { },
|
|
4121
|
+
"eu-central-2" : { },
|
|
4101
4122
|
"eu-north-1" : { },
|
|
4102
4123
|
"eu-south-1" : { },
|
|
4103
4124
|
"eu-west-1" : { },
|
|
@@ -4227,6 +4248,7 @@
|
|
|
4227
4248
|
"hostname" : "dms-fips.us-west-1.amazonaws.com"
|
|
4228
4249
|
},
|
|
4229
4250
|
"eu-central-1" : { },
|
|
4251
|
+
"eu-central-2" : { },
|
|
4230
4252
|
"eu-north-1" : { },
|
|
4231
4253
|
"eu-south-1" : { },
|
|
4232
4254
|
"eu-west-1" : { },
|
|
@@ -4517,6 +4539,7 @@
|
|
|
4517
4539
|
"hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
|
|
4518
4540
|
},
|
|
4519
4541
|
"eu-central-1" : { },
|
|
4542
|
+
"eu-central-2" : { },
|
|
4520
4543
|
"eu-north-1" : { },
|
|
4521
4544
|
"eu-south-1" : { },
|
|
4522
4545
|
"eu-west-1" : { },
|
|
@@ -4698,6 +4721,7 @@
|
|
|
4698
4721
|
} ]
|
|
4699
4722
|
},
|
|
4700
4723
|
"eu-central-1" : { },
|
|
4724
|
+
"eu-central-2" : { },
|
|
4701
4725
|
"eu-north-1" : { },
|
|
4702
4726
|
"eu-south-1" : { },
|
|
4703
4727
|
"eu-west-1" : {
|
|
@@ -4799,6 +4823,7 @@
|
|
|
4799
4823
|
"ap-southeast-3" : { },
|
|
4800
4824
|
"ca-central-1" : { },
|
|
4801
4825
|
"eu-central-1" : { },
|
|
4826
|
+
"eu-central-2" : { },
|
|
4802
4827
|
"eu-north-1" : { },
|
|
4803
4828
|
"eu-south-1" : { },
|
|
4804
4829
|
"eu-west-1" : { },
|
|
@@ -4966,6 +4991,7 @@
|
|
|
4966
4991
|
"ap-southeast-3" : { },
|
|
4967
4992
|
"ca-central-1" : { },
|
|
4968
4993
|
"eu-central-1" : { },
|
|
4994
|
+
"eu-central-2" : { },
|
|
4969
4995
|
"eu-north-1" : { },
|
|
4970
4996
|
"eu-south-1" : { },
|
|
4971
4997
|
"eu-west-1" : { },
|
|
@@ -5428,6 +5454,7 @@
|
|
|
5428
5454
|
"ap-southeast-3" : { },
|
|
5429
5455
|
"ca-central-1" : { },
|
|
5430
5456
|
"eu-central-1" : { },
|
|
5457
|
+
"eu-central-2" : { },
|
|
5431
5458
|
"eu-north-1" : { },
|
|
5432
5459
|
"eu-south-1" : { },
|
|
5433
5460
|
"eu-west-1" : { },
|
|
@@ -5514,6 +5541,7 @@
|
|
|
5514
5541
|
"eu-central-1" : {
|
|
5515
5542
|
"sslCommonName" : "{service}.{region}.{dnsSuffix}"
|
|
5516
5543
|
},
|
|
5544
|
+
"eu-central-2" : { },
|
|
5517
5545
|
"eu-north-1" : { },
|
|
5518
5546
|
"eu-south-1" : { },
|
|
5519
5547
|
"eu-west-1" : { },
|
|
@@ -5605,6 +5633,7 @@
|
|
|
5605
5633
|
"ap-south-1" : { },
|
|
5606
5634
|
"ap-southeast-1" : { },
|
|
5607
5635
|
"ap-southeast-2" : { },
|
|
5636
|
+
"ap-southeast-3" : { },
|
|
5608
5637
|
"ca-central-1" : { },
|
|
5609
5638
|
"eu-central-1" : { },
|
|
5610
5639
|
"eu-north-1" : { },
|
|
@@ -5827,6 +5856,7 @@
|
|
|
5827
5856
|
"ap-southeast-3" : { },
|
|
5828
5857
|
"ca-central-1" : { },
|
|
5829
5858
|
"eu-central-1" : { },
|
|
5859
|
+
"eu-central-2" : { },
|
|
5830
5860
|
"eu-north-1" : { },
|
|
5831
5861
|
"eu-south-1" : { },
|
|
5832
5862
|
"eu-west-1" : { },
|
|
@@ -5909,6 +5939,7 @@
|
|
|
5909
5939
|
"ap-southeast-3" : { },
|
|
5910
5940
|
"ca-central-1" : { },
|
|
5911
5941
|
"eu-central-1" : { },
|
|
5942
|
+
"eu-central-2" : { },
|
|
5912
5943
|
"eu-north-1" : { },
|
|
5913
5944
|
"eu-south-1" : { },
|
|
5914
5945
|
"eu-west-1" : { },
|
|
@@ -6659,6 +6690,7 @@
|
|
|
6659
6690
|
},
|
|
6660
6691
|
"gamesparks" : {
|
|
6661
6692
|
"endpoints" : {
|
|
6693
|
+
"ap-northeast-1" : { },
|
|
6662
6694
|
"us-east-1" : { }
|
|
6663
6695
|
}
|
|
6664
6696
|
},
|
|
@@ -7967,6 +7999,7 @@
|
|
|
7967
7999
|
"ap-southeast-3" : { },
|
|
7968
8000
|
"ca-central-1" : { },
|
|
7969
8001
|
"eu-central-1" : { },
|
|
8002
|
+
"eu-central-2" : { },
|
|
7970
8003
|
"eu-north-1" : { },
|
|
7971
8004
|
"eu-south-1" : { },
|
|
7972
8005
|
"eu-west-1" : { },
|
|
@@ -8234,6 +8267,12 @@
|
|
|
8234
8267
|
"deprecated" : true,
|
|
8235
8268
|
"hostname" : "kms-fips.eu-central-1.amazonaws.com"
|
|
8236
8269
|
},
|
|
8270
|
+
"eu-central-2" : {
|
|
8271
|
+
"variants" : [ {
|
|
8272
|
+
"hostname" : "kms-fips.eu-central-2.amazonaws.com",
|
|
8273
|
+
"tags" : [ "fips" ]
|
|
8274
|
+
} ]
|
|
8275
|
+
},
|
|
8237
8276
|
"eu-central-2-fips" : {
|
|
8238
8277
|
"credentialScope" : {
|
|
8239
8278
|
"region" : "eu-central-2"
|
|
@@ -8547,6 +8586,12 @@
|
|
|
8547
8586
|
"tags" : [ "dualstack" ]
|
|
8548
8587
|
} ]
|
|
8549
8588
|
},
|
|
8589
|
+
"eu-central-2" : {
|
|
8590
|
+
"variants" : [ {
|
|
8591
|
+
"hostname" : "lambda.eu-central-2.api.aws",
|
|
8592
|
+
"tags" : [ "dualstack" ]
|
|
8593
|
+
} ]
|
|
8594
|
+
},
|
|
8550
8595
|
"eu-north-1" : {
|
|
8551
8596
|
"variants" : [ {
|
|
8552
8597
|
"hostname" : "lambda.eu-north-1.api.aws",
|
|
@@ -8839,6 +8884,7 @@
|
|
|
8839
8884
|
"ap-southeast-3" : { },
|
|
8840
8885
|
"ca-central-1" : { },
|
|
8841
8886
|
"eu-central-1" : { },
|
|
8887
|
+
"eu-central-2" : { },
|
|
8842
8888
|
"eu-north-1" : { },
|
|
8843
8889
|
"eu-south-1" : { },
|
|
8844
8890
|
"eu-west-1" : { },
|
|
@@ -9398,6 +9444,7 @@
|
|
|
9398
9444
|
"ap-southeast-3" : { },
|
|
9399
9445
|
"ca-central-1" : { },
|
|
9400
9446
|
"eu-central-1" : { },
|
|
9447
|
+
"eu-central-2" : { },
|
|
9401
9448
|
"eu-north-1" : { },
|
|
9402
9449
|
"eu-south-1" : { },
|
|
9403
9450
|
"eu-west-1" : { },
|
|
@@ -9552,6 +9599,7 @@
|
|
|
9552
9599
|
"ap-southeast-3" : { },
|
|
9553
9600
|
"ca-central-1" : { },
|
|
9554
9601
|
"eu-central-1" : { },
|
|
9602
|
+
"eu-central-2" : { },
|
|
9555
9603
|
"eu-north-1" : { },
|
|
9556
9604
|
"eu-south-1" : { },
|
|
9557
9605
|
"eu-west-1" : { },
|
|
@@ -9819,7 +9867,6 @@
|
|
|
9819
9867
|
"ap-south-1" : { },
|
|
9820
9868
|
"ap-southeast-1" : { },
|
|
9821
9869
|
"ap-southeast-2" : { },
|
|
9822
|
-
"ap-southeast-3" : { },
|
|
9823
9870
|
"ca-central-1" : {
|
|
9824
9871
|
"variants" : [ {
|
|
9825
9872
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
|
@@ -10242,6 +10289,7 @@
|
|
|
10242
10289
|
"ap-southeast-3" : { },
|
|
10243
10290
|
"ca-central-1" : { },
|
|
10244
10291
|
"eu-central-1" : { },
|
|
10292
|
+
"eu-central-2" : { },
|
|
10245
10293
|
"eu-north-1" : { },
|
|
10246
10294
|
"eu-south-1" : { },
|
|
10247
10295
|
"eu-west-1" : { },
|
|
@@ -10750,6 +10798,7 @@
|
|
|
10750
10798
|
} ]
|
|
10751
10799
|
},
|
|
10752
10800
|
"eu-central-1" : { },
|
|
10801
|
+
"eu-central-2" : { },
|
|
10753
10802
|
"eu-north-1" : { },
|
|
10754
10803
|
"eu-south-1" : { },
|
|
10755
10804
|
"eu-west-1" : { },
|
|
@@ -10844,6 +10893,7 @@
|
|
|
10844
10893
|
"hostname" : "rds-fips.ca-central-1.amazonaws.com"
|
|
10845
10894
|
},
|
|
10846
10895
|
"eu-central-1" : { },
|
|
10896
|
+
"eu-central-2" : { },
|
|
10847
10897
|
"eu-north-1" : { },
|
|
10848
10898
|
"eu-south-1" : { },
|
|
10849
10899
|
"eu-west-1" : { },
|
|
@@ -11076,6 +11126,7 @@
|
|
|
11076
11126
|
} ]
|
|
11077
11127
|
},
|
|
11078
11128
|
"eu-central-1" : { },
|
|
11129
|
+
"eu-central-2" : { },
|
|
11079
11130
|
"eu-north-1" : { },
|
|
11080
11131
|
"eu-south-1" : { },
|
|
11081
11132
|
"eu-west-1" : { },
|
|
@@ -11385,6 +11436,9 @@
|
|
|
11385
11436
|
"eu-central-1" : {
|
|
11386
11437
|
"hostname" : "resource-explorer-2.eu-central-1.api.aws"
|
|
11387
11438
|
},
|
|
11439
|
+
"eu-central-2" : {
|
|
11440
|
+
"hostname" : "resource-explorer-2.eu-central-2.api.aws"
|
|
11441
|
+
},
|
|
11388
11442
|
"eu-north-1" : {
|
|
11389
11443
|
"hostname" : "resource-explorer-2.eu-north-1.api.aws"
|
|
11390
11444
|
},
|
|
@@ -11460,6 +11514,7 @@
|
|
|
11460
11514
|
"deprecated" : true,
|
|
11461
11515
|
"hostname" : "resource-groups-fips.us-west-2.amazonaws.com"
|
|
11462
11516
|
},
|
|
11517
|
+
"me-central-1" : { },
|
|
11463
11518
|
"me-south-1" : { },
|
|
11464
11519
|
"sa-east-1" : { },
|
|
11465
11520
|
"us-east-1" : {
|
|
@@ -11846,6 +11901,12 @@
|
|
|
11846
11901
|
"tags" : [ "dualstack" ]
|
|
11847
11902
|
} ]
|
|
11848
11903
|
},
|
|
11904
|
+
"eu-central-2" : {
|
|
11905
|
+
"variants" : [ {
|
|
11906
|
+
"hostname" : "s3.dualstack.eu-central-2.amazonaws.com",
|
|
11907
|
+
"tags" : [ "dualstack" ]
|
|
11908
|
+
} ]
|
|
11909
|
+
},
|
|
11849
11910
|
"eu-north-1" : {
|
|
11850
11911
|
"variants" : [ {
|
|
11851
11912
|
"hostname" : "s3.dualstack.eu-north-1.amazonaws.com",
|
|
@@ -12345,6 +12406,19 @@
|
|
|
12345
12406
|
"isRegionalized" : false,
|
|
12346
12407
|
"partitionEndpoint" : "aws-global"
|
|
12347
12408
|
},
|
|
12409
|
+
"scheduler" : {
|
|
12410
|
+
"endpoints" : {
|
|
12411
|
+
"ap-northeast-1" : { },
|
|
12412
|
+
"ap-southeast-1" : { },
|
|
12413
|
+
"ap-southeast-2" : { },
|
|
12414
|
+
"eu-central-1" : { },
|
|
12415
|
+
"eu-north-1" : { },
|
|
12416
|
+
"eu-west-1" : { },
|
|
12417
|
+
"us-east-1" : { },
|
|
12418
|
+
"us-east-2" : { },
|
|
12419
|
+
"us-west-2" : { }
|
|
12420
|
+
}
|
|
12421
|
+
},
|
|
12348
12422
|
"schemas" : {
|
|
12349
12423
|
"endpoints" : {
|
|
12350
12424
|
"ap-east-1" : { },
|
|
@@ -12409,6 +12483,7 @@
|
|
|
12409
12483
|
"hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com"
|
|
12410
12484
|
},
|
|
12411
12485
|
"eu-central-1" : { },
|
|
12486
|
+
"eu-central-2" : { },
|
|
12412
12487
|
"eu-north-1" : { },
|
|
12413
12488
|
"eu-south-1" : { },
|
|
12414
12489
|
"eu-west-1" : { },
|
|
@@ -13296,6 +13371,7 @@
|
|
|
13296
13371
|
"ap-southeast-3" : { },
|
|
13297
13372
|
"ca-central-1" : { },
|
|
13298
13373
|
"eu-central-1" : { },
|
|
13374
|
+
"eu-central-2" : { },
|
|
13299
13375
|
"eu-north-1" : { },
|
|
13300
13376
|
"eu-south-1" : { },
|
|
13301
13377
|
"eu-west-1" : { },
|
|
@@ -13375,6 +13451,7 @@
|
|
|
13375
13451
|
"ap-southeast-3" : { },
|
|
13376
13452
|
"ca-central-1" : { },
|
|
13377
13453
|
"eu-central-1" : { },
|
|
13454
|
+
"eu-central-2" : { },
|
|
13378
13455
|
"eu-north-1" : { },
|
|
13379
13456
|
"eu-south-1" : { },
|
|
13380
13457
|
"eu-west-1" : { },
|
|
@@ -13456,6 +13533,7 @@
|
|
|
13456
13533
|
} ]
|
|
13457
13534
|
},
|
|
13458
13535
|
"eu-central-1" : { },
|
|
13536
|
+
"eu-central-2" : { },
|
|
13459
13537
|
"eu-north-1" : { },
|
|
13460
13538
|
"eu-south-1" : { },
|
|
13461
13539
|
"eu-west-1" : { },
|
|
@@ -13581,6 +13659,7 @@
|
|
|
13581
13659
|
"ap-southeast-3" : { },
|
|
13582
13660
|
"ca-central-1" : { },
|
|
13583
13661
|
"eu-central-1" : { },
|
|
13662
|
+
"eu-central-2" : { },
|
|
13584
13663
|
"eu-north-1" : { },
|
|
13585
13664
|
"eu-south-1" : { },
|
|
13586
13665
|
"eu-west-1" : { },
|
|
@@ -13680,6 +13759,7 @@
|
|
|
13680
13759
|
"deprecated" : true,
|
|
13681
13760
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
|
13682
13761
|
},
|
|
13762
|
+
"me-central-1" : { },
|
|
13683
13763
|
"me-south-1" : { },
|
|
13684
13764
|
"sa-east-1" : { },
|
|
13685
13765
|
"us-east-1" : {
|
|
@@ -13755,6 +13835,7 @@
|
|
|
13755
13835
|
"ap-southeast-3" : { },
|
|
13756
13836
|
"ca-central-1" : { },
|
|
13757
13837
|
"eu-central-1" : { },
|
|
13838
|
+
"eu-central-2" : { },
|
|
13758
13839
|
"eu-north-1" : { },
|
|
13759
13840
|
"eu-south-1" : { },
|
|
13760
13841
|
"eu-west-1" : { },
|
|
@@ -13795,6 +13876,7 @@
|
|
|
13795
13876
|
},
|
|
13796
13877
|
"ca-central-1" : { },
|
|
13797
13878
|
"eu-central-1" : { },
|
|
13879
|
+
"eu-central-2" : { },
|
|
13798
13880
|
"eu-north-1" : { },
|
|
13799
13881
|
"eu-south-1" : { },
|
|
13800
13882
|
"eu-west-1" : { },
|
|
@@ -13889,6 +13971,7 @@
|
|
|
13889
13971
|
"ap-southeast-3" : { },
|
|
13890
13972
|
"ca-central-1" : { },
|
|
13891
13973
|
"eu-central-1" : { },
|
|
13974
|
+
"eu-central-2" : { },
|
|
13892
13975
|
"eu-north-1" : { },
|
|
13893
13976
|
"eu-south-1" : { },
|
|
13894
13977
|
"eu-west-1" : { },
|
|
@@ -13964,6 +14047,7 @@
|
|
|
13964
14047
|
"ap-southeast-3" : { },
|
|
13965
14048
|
"ca-central-1" : { },
|
|
13966
14049
|
"eu-central-1" : { },
|
|
14050
|
+
"eu-central-2" : { },
|
|
13967
14051
|
"eu-north-1" : { },
|
|
13968
14052
|
"eu-south-1" : { },
|
|
13969
14053
|
"eu-west-1" : { },
|
|
@@ -14039,6 +14123,7 @@
|
|
|
14039
14123
|
"ap-southeast-3" : { },
|
|
14040
14124
|
"ca-central-1" : { },
|
|
14041
14125
|
"eu-central-1" : { },
|
|
14126
|
+
"eu-central-2" : { },
|
|
14042
14127
|
"eu-north-1" : { },
|
|
14043
14128
|
"eu-south-1" : { },
|
|
14044
14129
|
"eu-west-1" : { },
|
|
@@ -15433,6 +15518,7 @@
|
|
|
15433
15518
|
"ap-southeast-3" : { },
|
|
15434
15519
|
"ca-central-1" : { },
|
|
15435
15520
|
"eu-central-1" : { },
|
|
15521
|
+
"eu-central-2" : { },
|
|
15436
15522
|
"eu-north-1" : { },
|
|
15437
15523
|
"eu-south-1" : { },
|
|
15438
15524
|
"eu-west-1" : { },
|
|
@@ -20700,11 +20786,24 @@
|
|
|
20700
20786
|
"deprecated" : true,
|
|
20701
20787
|
"hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov"
|
|
20702
20788
|
},
|
|
20789
|
+
"fips-us-iso-west-1" : {
|
|
20790
|
+
"credentialScope" : {
|
|
20791
|
+
"region" : "us-iso-west-1"
|
|
20792
|
+
},
|
|
20793
|
+
"deprecated" : true,
|
|
20794
|
+
"hostname" : "elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov"
|
|
20795
|
+
},
|
|
20703
20796
|
"us-iso-east-1" : {
|
|
20704
20797
|
"variants" : [ {
|
|
20705
20798
|
"hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov",
|
|
20706
20799
|
"tags" : [ "fips" ]
|
|
20707
20800
|
} ]
|
|
20801
|
+
},
|
|
20802
|
+
"us-iso-west-1" : {
|
|
20803
|
+
"variants" : [ {
|
|
20804
|
+
"hostname" : "elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov",
|
|
20805
|
+
"tags" : [ "fips" ]
|
|
20806
|
+
} ]
|
|
20708
20807
|
}
|
|
20709
20808
|
}
|
|
20710
20809
|
},
|
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.660.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: 2022-11-
|
|
11
|
+
date: 2022-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|