aws-partitions 1.847.0 → 1.855.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a6382f1e48bbb4eed47372c3cbdb6ab9eada60894fb77221ee3fc37af6685be
4
- data.tar.gz: a8e88ab61da9c3cfb5a5ffffa37175446d6f328480b011b96b01dd3226c8966a
3
+ metadata.gz: 40c36ce576fc40f6ad48fdebd4897a8eecf1afb394aa8716f4dea3084c0de7e9
4
+ data.tar.gz: 0d97e263ab9ff1be3a0b576b298a691f92adcdb0fe77a0e6d749da6f3d9fa118
5
5
  SHA512:
6
- metadata.gz: 8a28a727c7d0086cb3f78fd4975f191f1110c0d7bc06dd71e6dbd69bc393a56846e126cf61080a25798581cd9da6d08b687ee42aea16544f8fc2e7d173d67808
7
- data.tar.gz: 300d59b7c1d652a3408b4730e263322b68ba3be98de3ed71b29a4be0b779e76cb55a97c9c33dfd3811b7e591bcf665e2d798e4b9f616c9f096d94f5c3af25272
6
+ metadata.gz: ce9bb0fd85a20220ed5cb4fcb88508a6e4def2945a7b7201c7343fb360ebb007dfc36b3176663600f2ea598d22f2ad5ea0c10b5e132e83937990a3e0e1127c95
7
+ data.tar.gz: ecd1f2eceb67f335c9cb6a3818fd78bbca40a35992393d1d624a12cbbcea11ee25b199610f82f6d349253054b49254b35907d1f46384ca6c0f7ec7cfe681cd9e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,48 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.855.0 (2023-11-21)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::InspectorScan`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::CloudFrontKeyValueStore`.
10
+
11
+ 1.854.0 (2023-11-20)
12
+ ------------------
13
+
14
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
15
+
16
+ 1.853.0 (2023-11-17)
17
+ ------------------
18
+
19
+ * Feature - Added support for enumerating regions for `Aws::TrustedAdvisor`.
20
+
21
+ 1.852.0 (2023-11-16)
22
+ ------------------
23
+
24
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
25
+
26
+ 1.851.0 (2023-11-15)
27
+ ------------------
28
+
29
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
30
+
31
+ 1.850.0 (2023-11-14)
32
+ ------------------
33
+
34
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
35
+
36
+ 1.849.0 (2023-11-13)
37
+ ------------------
38
+
39
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
40
+
41
+ 1.848.0 (2023-11-08)
42
+ ------------------
43
+
44
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
45
+
4
46
  1.847.0 (2023-11-07)
5
47
  ------------------
6
48
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.847.0
1
+ 1.855.0
@@ -296,6 +296,7 @@ module Aws
296
296
  'CloudDirectory' => 'clouddirectory',
297
297
  'CloudFormation' => 'cloudformation',
298
298
  'CloudFront' => 'cloudfront',
299
+ 'CloudFrontKeyValueStore' => 'cloudfront-keyvaluestore',
299
300
  'CloudHSM' => 'cloudhsm',
300
301
  'CloudHSMV2' => 'cloudhsmv2',
301
302
  'CloudSearch' => 'cloudsearch',
@@ -401,6 +402,7 @@ module Aws
401
402
  'ImportExport' => 'importexport',
402
403
  'Inspector' => 'inspector',
403
404
  'Inspector2' => 'inspector2',
405
+ 'InspectorScan' => 'inspector-scan',
404
406
  'InternetMonitor' => 'internetmonitor',
405
407
  'IoT' => 'iot',
406
408
  'IoT1ClickDevicesService' => 'devices.iot1click',
@@ -453,7 +455,6 @@ module Aws
453
455
  'MTurk' => 'mturk-requester',
454
456
  'MWAA' => 'airflow',
455
457
  'MachineLearning' => 'machinelearning',
456
- 'Macie' => 'macie',
457
458
  'Macie2' => 'macie2',
458
459
  'MainframeModernization' => 'm2',
459
460
  'ManagedBlockchain' => 'managedblockchain',
@@ -588,6 +589,7 @@ module Aws
588
589
  'TranscribeStreamingService' => 'transcribestreaming',
589
590
  'Transfer' => 'transfer',
590
591
  'Translate' => 'translate',
592
+ 'TrustedAdvisor' => 'trustedadvisor',
591
593
  'VPCLattice' => 'vpc-lattice',
592
594
  'VerifiedPermissions' => 'verifiedpermissions',
593
595
  'VoiceID' => 'voiceid',
data/partitions.json CHANGED
@@ -515,7 +515,19 @@
515
515
  "ap-south-1" : { },
516
516
  "ap-southeast-1" : { },
517
517
  "ap-southeast-2" : { },
518
- "ca-central-1" : { },
518
+ "ca-central-1" : {
519
+ "variants" : [ {
520
+ "hostname" : "api.detective-fips.ca-central-1.amazonaws.com",
521
+ "tags" : [ "fips" ]
522
+ } ]
523
+ },
524
+ "ca-central-1-fips" : {
525
+ "credentialScope" : {
526
+ "region" : "ca-central-1"
527
+ },
528
+ "deprecated" : true,
529
+ "hostname" : "api.detective-fips.ca-central-1.amazonaws.com"
530
+ },
519
531
  "eu-central-1" : { },
520
532
  "eu-north-1" : { },
521
533
  "eu-south-1" : { },
@@ -1767,10 +1779,13 @@
1767
1779
  "apprunner" : {
1768
1780
  "endpoints" : {
1769
1781
  "ap-northeast-1" : { },
1782
+ "ap-south-1" : { },
1770
1783
  "ap-southeast-1" : { },
1771
1784
  "ap-southeast-2" : { },
1772
1785
  "eu-central-1" : { },
1773
1786
  "eu-west-1" : { },
1787
+ "eu-west-2" : { },
1788
+ "eu-west-3" : { },
1774
1789
  "fips-us-east-1" : {
1775
1790
  "credentialScope" : {
1776
1791
  "region" : "us-east-1"
@@ -2205,7 +2220,12 @@
2205
2220
  "ap-southeast-2" : { },
2206
2221
  "ap-southeast-3" : { },
2207
2222
  "ap-southeast-4" : { },
2208
- "ca-central-1" : { },
2223
+ "ca-central-1" : {
2224
+ "variants" : [ {
2225
+ "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
2226
+ "tags" : [ "fips" ]
2227
+ } ]
2228
+ },
2209
2229
  "eu-central-1" : { },
2210
2230
  "eu-central-2" : { },
2211
2231
  "eu-north-1" : { },
@@ -2214,14 +2234,69 @@
2214
2234
  "eu-west-1" : { },
2215
2235
  "eu-west-2" : { },
2216
2236
  "eu-west-3" : { },
2237
+ "fips-ca-central-1" : {
2238
+ "credentialScope" : {
2239
+ "region" : "ca-central-1"
2240
+ },
2241
+ "deprecated" : true,
2242
+ "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2243
+ },
2244
+ "fips-us-east-1" : {
2245
+ "credentialScope" : {
2246
+ "region" : "us-east-1"
2247
+ },
2248
+ "deprecated" : true,
2249
+ "hostname" : "autoscaling-fips.us-east-1.amazonaws.com"
2250
+ },
2251
+ "fips-us-east-2" : {
2252
+ "credentialScope" : {
2253
+ "region" : "us-east-2"
2254
+ },
2255
+ "deprecated" : true,
2256
+ "hostname" : "autoscaling-fips.us-east-2.amazonaws.com"
2257
+ },
2258
+ "fips-us-west-1" : {
2259
+ "credentialScope" : {
2260
+ "region" : "us-west-1"
2261
+ },
2262
+ "deprecated" : true,
2263
+ "hostname" : "autoscaling-fips.us-west-1.amazonaws.com"
2264
+ },
2265
+ "fips-us-west-2" : {
2266
+ "credentialScope" : {
2267
+ "region" : "us-west-2"
2268
+ },
2269
+ "deprecated" : true,
2270
+ "hostname" : "autoscaling-fips.us-west-2.amazonaws.com"
2271
+ },
2217
2272
  "il-central-1" : { },
2218
2273
  "me-central-1" : { },
2219
2274
  "me-south-1" : { },
2220
2275
  "sa-east-1" : { },
2221
- "us-east-1" : { },
2222
- "us-east-2" : { },
2223
- "us-west-1" : { },
2224
- "us-west-2" : { }
2276
+ "us-east-1" : {
2277
+ "variants" : [ {
2278
+ "hostname" : "autoscaling-fips.us-east-1.amazonaws.com",
2279
+ "tags" : [ "fips" ]
2280
+ } ]
2281
+ },
2282
+ "us-east-2" : {
2283
+ "variants" : [ {
2284
+ "hostname" : "autoscaling-fips.us-east-2.amazonaws.com",
2285
+ "tags" : [ "fips" ]
2286
+ } ]
2287
+ },
2288
+ "us-west-1" : {
2289
+ "variants" : [ {
2290
+ "hostname" : "autoscaling-fips.us-west-1.amazonaws.com",
2291
+ "tags" : [ "fips" ]
2292
+ } ]
2293
+ },
2294
+ "us-west-2" : {
2295
+ "variants" : [ {
2296
+ "hostname" : "autoscaling-fips.us-west-2.amazonaws.com",
2297
+ "tags" : [ "fips" ]
2298
+ } ]
2299
+ }
2225
2300
  }
2226
2301
  },
2227
2302
  "autoscaling-plans" : {
@@ -3355,9 +3430,13 @@
3355
3430
  "ap-east-1" : { },
3356
3431
  "ap-northeast-1" : { },
3357
3432
  "ap-northeast-2" : { },
3433
+ "ap-northeast-3" : { },
3358
3434
  "ap-south-1" : { },
3435
+ "ap-south-2" : { },
3359
3436
  "ap-southeast-1" : { },
3360
3437
  "ap-southeast-2" : { },
3438
+ "ap-southeast-3" : { },
3439
+ "ap-southeast-4" : { },
3361
3440
  "ca-central-1" : {
3362
3441
  "variants" : [ {
3363
3442
  "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -3368,6 +3447,7 @@
3368
3447
  "eu-central-2" : { },
3369
3448
  "eu-north-1" : { },
3370
3449
  "eu-south-1" : { },
3450
+ "eu-south-2" : { },
3371
3451
  "eu-west-1" : { },
3372
3452
  "eu-west-2" : { },
3373
3453
  "eu-west-3" : { },
@@ -3406,6 +3486,8 @@
3406
3486
  "deprecated" : true,
3407
3487
  "hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
3408
3488
  },
3489
+ "il-central-1" : { },
3490
+ "me-central-1" : { },
3409
3491
  "me-south-1" : { },
3410
3492
  "sa-east-1" : { },
3411
3493
  "us-east-1" : {
@@ -3793,6 +3875,12 @@
3793
3875
  },
3794
3876
  "hostname" : "compute-optimizer.ap-south-1.amazonaws.com"
3795
3877
  },
3878
+ "ap-south-2" : {
3879
+ "credentialScope" : {
3880
+ "region" : "ap-south-2"
3881
+ },
3882
+ "hostname" : "compute-optimizer.ap-south-2.amazonaws.com"
3883
+ },
3796
3884
  "ap-southeast-1" : {
3797
3885
  "credentialScope" : {
3798
3886
  "region" : "ap-southeast-1"
@@ -3805,6 +3893,18 @@
3805
3893
  },
3806
3894
  "hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com"
3807
3895
  },
3896
+ "ap-southeast-3" : {
3897
+ "credentialScope" : {
3898
+ "region" : "ap-southeast-3"
3899
+ },
3900
+ "hostname" : "compute-optimizer.ap-southeast-3.amazonaws.com"
3901
+ },
3902
+ "ap-southeast-4" : {
3903
+ "credentialScope" : {
3904
+ "region" : "ap-southeast-4"
3905
+ },
3906
+ "hostname" : "compute-optimizer.ap-southeast-4.amazonaws.com"
3907
+ },
3808
3908
  "ca-central-1" : {
3809
3909
  "credentialScope" : {
3810
3910
  "region" : "ca-central-1"
@@ -3817,6 +3917,12 @@
3817
3917
  },
3818
3918
  "hostname" : "compute-optimizer.eu-central-1.amazonaws.com"
3819
3919
  },
3920
+ "eu-central-2" : {
3921
+ "credentialScope" : {
3922
+ "region" : "eu-central-2"
3923
+ },
3924
+ "hostname" : "compute-optimizer.eu-central-2.amazonaws.com"
3925
+ },
3820
3926
  "eu-north-1" : {
3821
3927
  "credentialScope" : {
3822
3928
  "region" : "eu-north-1"
@@ -3829,6 +3935,12 @@
3829
3935
  },
3830
3936
  "hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
3831
3937
  },
3938
+ "eu-south-2" : {
3939
+ "credentialScope" : {
3940
+ "region" : "eu-south-2"
3941
+ },
3942
+ "hostname" : "compute-optimizer.eu-south-2.amazonaws.com"
3943
+ },
3832
3944
  "eu-west-1" : {
3833
3945
  "credentialScope" : {
3834
3946
  "region" : "eu-west-1"
@@ -3847,6 +3959,18 @@
3847
3959
  },
3848
3960
  "hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
3849
3961
  },
3962
+ "il-central-1" : {
3963
+ "credentialScope" : {
3964
+ "region" : "il-central-1"
3965
+ },
3966
+ "hostname" : "compute-optimizer.il-central-1.amazonaws.com"
3967
+ },
3968
+ "me-central-1" : {
3969
+ "credentialScope" : {
3970
+ "region" : "me-central-1"
3971
+ },
3972
+ "hostname" : "compute-optimizer.me-central-1.amazonaws.com"
3973
+ },
3850
3974
  "me-south-1" : {
3851
3975
  "credentialScope" : {
3852
3976
  "region" : "me-south-1"
@@ -6568,6 +6692,7 @@
6568
6692
  "ap-south-1" : { },
6569
6693
  "ap-southeast-1" : { },
6570
6694
  "ap-southeast-2" : { },
6695
+ "ap-southeast-3" : { },
6571
6696
  "ca-central-1" : {
6572
6697
  "variants" : [ {
6573
6698
  "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com",
@@ -6615,6 +6740,7 @@
6615
6740
  "deprecated" : true,
6616
6741
  "hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
6617
6742
  },
6743
+ "me-central-1" : { },
6618
6744
  "me-south-1" : { },
6619
6745
  "sa-east-1" : { },
6620
6746
  "us-east-1" : {
@@ -6645,12 +6771,15 @@
6645
6771
  },
6646
6772
  "emr-serverless" : {
6647
6773
  "endpoints" : {
6774
+ "af-south-1" : { },
6648
6775
  "ap-east-1" : { },
6649
6776
  "ap-northeast-1" : { },
6650
6777
  "ap-northeast-2" : { },
6778
+ "ap-northeast-3" : { },
6651
6779
  "ap-south-1" : { },
6652
6780
  "ap-southeast-1" : { },
6653
6781
  "ap-southeast-2" : { },
6782
+ "ap-southeast-3" : { },
6654
6783
  "ca-central-1" : {
6655
6784
  "variants" : [ {
6656
6785
  "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
@@ -6659,6 +6788,7 @@
6659
6788
  },
6660
6789
  "eu-central-1" : { },
6661
6790
  "eu-north-1" : { },
6791
+ "eu-south-1" : { },
6662
6792
  "eu-west-1" : { },
6663
6793
  "eu-west-2" : { },
6664
6794
  "eu-west-3" : { },
@@ -10426,6 +10556,7 @@
10426
10556
  "eu-central-2" : { },
10427
10557
  "eu-north-1" : { },
10428
10558
  "eu-south-1" : { },
10559
+ "eu-south-2" : { },
10429
10560
  "eu-west-1" : { },
10430
10561
  "eu-west-2" : { },
10431
10562
  "eu-west-3" : { },
@@ -10585,6 +10716,7 @@
10585
10716
  "eu-central-2" : { },
10586
10717
  "eu-north-1" : { },
10587
10718
  "eu-south-1" : { },
10719
+ "eu-south-2" : { },
10588
10720
  "eu-west-1" : { },
10589
10721
  "eu-west-2" : { },
10590
10722
  "eu-west-3" : { },
@@ -10835,36 +10967,6 @@
10835
10967
  "us-east-1" : { }
10836
10968
  }
10837
10969
  },
10838
- "macie" : {
10839
- "endpoints" : {
10840
- "fips-us-east-1" : {
10841
- "credentialScope" : {
10842
- "region" : "us-east-1"
10843
- },
10844
- "deprecated" : true,
10845
- "hostname" : "macie-fips.us-east-1.amazonaws.com"
10846
- },
10847
- "fips-us-west-2" : {
10848
- "credentialScope" : {
10849
- "region" : "us-west-2"
10850
- },
10851
- "deprecated" : true,
10852
- "hostname" : "macie-fips.us-west-2.amazonaws.com"
10853
- },
10854
- "us-east-1" : {
10855
- "variants" : [ {
10856
- "hostname" : "macie-fips.us-east-1.amazonaws.com",
10857
- "tags" : [ "fips" ]
10858
- } ]
10859
- },
10860
- "us-west-2" : {
10861
- "variants" : [ {
10862
- "hostname" : "macie-fips.us-west-2.amazonaws.com",
10863
- "tags" : [ "fips" ]
10864
- } ]
10865
- }
10866
- }
10867
- },
10868
10970
  "macie2" : {
10869
10971
  "endpoints" : {
10870
10972
  "af-south-1" : { },
@@ -12278,8 +12380,11 @@
12278
12380
  "osis" : {
12279
12381
  "endpoints" : {
12280
12382
  "ap-northeast-1" : { },
12383
+ "ap-northeast-2" : { },
12384
+ "ap-south-1" : { },
12281
12385
  "ap-southeast-1" : { },
12282
12386
  "ap-southeast-2" : { },
12387
+ "ca-central-1" : { },
12283
12388
  "eu-central-1" : { },
12284
12389
  "eu-west-1" : { },
12285
12390
  "eu-west-2" : { },
@@ -15233,6 +15338,7 @@
15233
15338
  "deprecated" : true,
15234
15339
  "hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
15235
15340
  },
15341
+ "il-central-1" : { },
15236
15342
  "me-central-1" : { },
15237
15343
  "me-south-1" : { },
15238
15344
  "sa-east-1" : { },
@@ -18701,6 +18807,7 @@
18701
18807
  "deprecated" : true,
18702
18808
  "hostname" : "workspaces-fips.us-west-2.amazonaws.com"
18703
18809
  },
18810
+ "il-central-1" : { },
18704
18811
  "sa-east-1" : { },
18705
18812
  "us-east-1" : {
18706
18813
  "variants" : [ {
@@ -20588,8 +20695,32 @@
20588
20695
  },
20589
20696
  "appconfigdata" : {
20590
20697
  "endpoints" : {
20591
- "us-gov-east-1" : { },
20592
- "us-gov-west-1" : { }
20698
+ "fips-us-gov-east-1" : {
20699
+ "credentialScope" : {
20700
+ "region" : "us-gov-east-1"
20701
+ },
20702
+ "deprecated" : true,
20703
+ "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com"
20704
+ },
20705
+ "fips-us-gov-west-1" : {
20706
+ "credentialScope" : {
20707
+ "region" : "us-gov-west-1"
20708
+ },
20709
+ "deprecated" : true,
20710
+ "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com"
20711
+ },
20712
+ "us-gov-east-1" : {
20713
+ "variants" : [ {
20714
+ "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com",
20715
+ "tags" : [ "fips" ]
20716
+ } ]
20717
+ },
20718
+ "us-gov-west-1" : {
20719
+ "variants" : [ {
20720
+ "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com",
20721
+ "tags" : [ "fips" ]
20722
+ } ]
20723
+ }
20593
20724
  }
20594
20725
  },
20595
20726
  "application-autoscaling" : {
@@ -24100,17 +24231,31 @@
24100
24231
  },
24101
24232
  "simspaceweaver" : {
24102
24233
  "endpoints" : {
24103
- "us-gov-east-1" : {
24234
+ "fips-us-gov-east-1" : {
24104
24235
  "credentialScope" : {
24105
24236
  "region" : "us-gov-east-1"
24106
24237
  },
24238
+ "deprecated" : true,
24107
24239
  "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
24108
24240
  },
24109
- "us-gov-west-1" : {
24241
+ "fips-us-gov-west-1" : {
24110
24242
  "credentialScope" : {
24111
24243
  "region" : "us-gov-west-1"
24112
24244
  },
24245
+ "deprecated" : true,
24113
24246
  "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
24247
+ },
24248
+ "us-gov-east-1" : {
24249
+ "variants" : [ {
24250
+ "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com",
24251
+ "tags" : [ "fips" ]
24252
+ } ]
24253
+ },
24254
+ "us-gov-west-1" : {
24255
+ "variants" : [ {
24256
+ "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com",
24257
+ "tags" : [ "fips" ]
24258
+ } ]
24114
24259
  }
24115
24260
  }
24116
24261
  },
@@ -24275,12 +24420,34 @@
24275
24420
  "credentialScope" : {
24276
24421
  "region" : "us-gov-east-1"
24277
24422
  },
24423
+ "hostname" : "sso.us-gov-east-1.amazonaws.com",
24424
+ "variants" : [ {
24425
+ "hostname" : "sso.us-gov-east-1.amazonaws.com",
24426
+ "tags" : [ "fips" ]
24427
+ } ]
24428
+ },
24429
+ "us-gov-east-1-fips" : {
24430
+ "credentialScope" : {
24431
+ "region" : "us-gov-east-1"
24432
+ },
24433
+ "deprecated" : true,
24278
24434
  "hostname" : "sso.us-gov-east-1.amazonaws.com"
24279
24435
  },
24280
24436
  "us-gov-west-1" : {
24281
24437
  "credentialScope" : {
24282
24438
  "region" : "us-gov-west-1"
24283
24439
  },
24440
+ "hostname" : "sso.us-gov-west-1.amazonaws.com",
24441
+ "variants" : [ {
24442
+ "hostname" : "sso.us-gov-west-1.amazonaws.com",
24443
+ "tags" : [ "fips" ]
24444
+ } ]
24445
+ },
24446
+ "us-gov-west-1-fips" : {
24447
+ "credentialScope" : {
24448
+ "region" : "us-gov-west-1"
24449
+ },
24450
+ "deprecated" : true,
24284
24451
  "hostname" : "sso.us-gov-west-1.amazonaws.com"
24285
24452
  }
24286
24453
  }
@@ -25003,7 +25170,8 @@
25003
25170
  },
25004
25171
  "ebs" : {
25005
25172
  "endpoints" : {
25006
- "us-iso-east-1" : { }
25173
+ "us-iso-east-1" : { },
25174
+ "us-iso-west-1" : { }
25007
25175
  }
25008
25176
  },
25009
25177
  "ec2" : {
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.847.0
4
+ version: 1.855.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-11-07 00:00:00.000000000 Z
11
+ date: 2023-11-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: