aws-partitions 1.870.0 → 1.877.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: a22a5614a524525af00673027fae2d8362c4a5cd77e47ada9a8babad1d661c2e
4
- data.tar.gz: bfc155d2e08620de4dab6742b2bdf914e9283832fb574b29f0892e0ad5ab9aa1
3
+ metadata.gz: d8cf259f0416058d09c5b4c6ca41a1a146a2d96ebab404aa170ab4b617a7fcd4
4
+ data.tar.gz: 8f5d92787cce36a390e688adb738cc5aaac921db152990d837f170c9e3e52b2d
5
5
  SHA512:
6
- metadata.gz: 688d931b5a1a1dcc3c2e417ca075c91661c7c22f148f7eac51e0ea4d64293b8a3e12aeda96e3658a41af14cd272a96cd85698c16daeb9da75c83c762134f4311
7
- data.tar.gz: 6601b66683b24746915465ba3133977eecc8ed06086bf20ca7615411fc338174916b10c4d4a63ae23055eb0e1c5c84e08d1e620a3c2cb240c86a5d2c69e1a584
6
+ metadata.gz: b89b47b89016a7f87361fc11dd7b206e2282041ea1756b3106225859a2f2dafee95f9516d79f677ffe30e6c286041989fd81b80d22e361e15d79cee4ab998587
7
+ data.tar.gz: 9c31b1ddd9e34820ec6dcf06b55cedc6b6e3bdd3f60f6a7d6bc39d268bd88d2a5ad07bbe779091bc4d1a5f855f56be5c410b2b21ac60e6eedf55e121ed02fc19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.877.0 (2024-01-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.876.0 (2023-12-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.875.0 (2023-12-27)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.874.0 (2023-12-26)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.873.0 (2023-12-22)
25
+ ------------------
26
+
27
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
28
+
29
+ 1.872.0 (2023-12-21)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.871.0 (2023-12-20)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
4
39
  1.870.0 (2023-12-19)
5
40
  ------------------
6
41
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.870.0
1
+ 1.877.0
@@ -497,6 +497,7 @@ module Aws
497
497
  'Neptunedata' => 'neptune-db',
498
498
  'NetworkFirewall' => 'network-firewall',
499
499
  'NetworkManager' => 'networkmanager',
500
+ 'NetworkMonitor' => 'networkmonitor',
500
501
  'NimbleStudio' => 'nimble',
501
502
  'OAM' => 'oam',
502
503
  'OSIS' => 'osis',
@@ -50,6 +50,9 @@
50
50
  "ca-central-1" : {
51
51
  "description" : "Canada (Central)"
52
52
  },
53
+ "ca-west-1" : {
54
+ "description" : "Canada West (Calgary)"
55
+ },
53
56
  "eu-central-1" : {
54
57
  "description" : "Europe (Frankfurt)"
55
58
  },
data/partitions.json CHANGED
@@ -59,6 +59,9 @@
59
59
  "ca-central-1" : {
60
60
  "description" : "Canada (Central)"
61
61
  },
62
+ "ca-west-1" : {
63
+ "description" : "Canada West (Calgary)"
64
+ },
62
65
  "eu-central-1" : {
63
66
  "description" : "Europe (Frankfurt)"
64
67
  },
@@ -133,6 +136,7 @@
133
136
  "tags" : [ "fips" ]
134
137
  } ]
135
138
  },
139
+ "ca-west-1" : { },
136
140
  "eu-central-1" : { },
137
141
  "eu-central-2" : { },
138
142
  "eu-north-1" : { },
@@ -244,6 +248,19 @@
244
248
  "deprecated" : true,
245
249
  "hostname" : "acm-fips.ca-central-1.amazonaws.com"
246
250
  },
251
+ "ca-west-1" : {
252
+ "variants" : [ {
253
+ "hostname" : "acm-fips.ca-west-1.amazonaws.com",
254
+ "tags" : [ "fips" ]
255
+ } ]
256
+ },
257
+ "ca-west-1-fips" : {
258
+ "credentialScope" : {
259
+ "region" : "ca-west-1"
260
+ },
261
+ "deprecated" : true,
262
+ "hostname" : "acm-fips.ca-west-1.amazonaws.com"
263
+ },
247
264
  "eu-central-1" : { },
248
265
  "eu-central-2" : { },
249
266
  "eu-north-1" : { },
@@ -676,6 +693,12 @@
676
693
  },
677
694
  "hostname" : "api.ecr.ca-central-1.amazonaws.com"
678
695
  },
696
+ "ca-west-1" : {
697
+ "credentialScope" : {
698
+ "region" : "ca-west-1"
699
+ },
700
+ "hostname" : "api.ecr.ca-west-1.amazonaws.com"
701
+ },
679
702
  "dkr-us-east-1" : {
680
703
  "credentialScope" : {
681
704
  "region" : "us-east-1"
@@ -1116,6 +1139,7 @@
1116
1139
  "ap-southeast-3" : { },
1117
1140
  "ap-southeast-4" : { },
1118
1141
  "ca-central-1" : { },
1142
+ "ca-west-1" : { },
1119
1143
  "eu-central-1" : { },
1120
1144
  "eu-central-2" : { },
1121
1145
  "eu-north-1" : { },
@@ -1290,6 +1314,12 @@
1290
1314
  "tags" : [ "fips" ]
1291
1315
  } ]
1292
1316
  },
1317
+ "ca-west-1" : {
1318
+ "variants" : [ {
1319
+ "hostname" : "apigateway-fips.ca-west-1.amazonaws.com",
1320
+ "tags" : [ "fips" ]
1321
+ } ]
1322
+ },
1293
1323
  "eu-central-1" : { },
1294
1324
  "eu-central-2" : { },
1295
1325
  "eu-north-1" : { },
@@ -1305,6 +1335,13 @@
1305
1335
  "deprecated" : true,
1306
1336
  "hostname" : "apigateway-fips.ca-central-1.amazonaws.com"
1307
1337
  },
1338
+ "fips-ca-west-1" : {
1339
+ "credentialScope" : {
1340
+ "region" : "ca-west-1"
1341
+ },
1342
+ "deprecated" : true,
1343
+ "hostname" : "apigateway-fips.ca-west-1.amazonaws.com"
1344
+ },
1308
1345
  "fips-us-east-1" : {
1309
1346
  "credentialScope" : {
1310
1347
  "region" : "us-east-1"
@@ -1391,6 +1428,7 @@
1391
1428
  "ap-southeast-3" : { },
1392
1429
  "ap-southeast-4" : { },
1393
1430
  "ca-central-1" : { },
1431
+ "ca-west-1" : { },
1394
1432
  "eu-central-1" : { },
1395
1433
  "eu-central-2" : { },
1396
1434
  "eu-north-1" : { },
@@ -1423,6 +1461,7 @@
1423
1461
  "ap-southeast-3" : { },
1424
1462
  "ap-southeast-4" : { },
1425
1463
  "ca-central-1" : { },
1464
+ "ca-west-1" : { },
1426
1465
  "eu-central-1" : { },
1427
1466
  "eu-central-2" : { },
1428
1467
  "eu-north-1" : { },
@@ -1526,6 +1565,7 @@
1526
1565
  "ap-southeast-3" : { },
1527
1566
  "ap-southeast-4" : { },
1528
1567
  "ca-central-1" : { },
1568
+ "ca-west-1" : { },
1529
1569
  "eu-central-1" : { },
1530
1570
  "eu-central-2" : { },
1531
1571
  "eu-north-1" : { },
@@ -1951,6 +1991,7 @@
1951
1991
  "ap-southeast-3" : { },
1952
1992
  "ap-southeast-4" : { },
1953
1993
  "ca-central-1" : { },
1994
+ "ca-west-1" : { },
1954
1995
  "eu-central-1" : { },
1955
1996
  "eu-central-2" : { },
1956
1997
  "eu-north-1" : { },
@@ -2231,6 +2272,12 @@
2231
2272
  "tags" : [ "fips" ]
2232
2273
  } ]
2233
2274
  },
2275
+ "ca-west-1" : {
2276
+ "variants" : [ {
2277
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com",
2278
+ "tags" : [ "fips" ]
2279
+ } ]
2280
+ },
2234
2281
  "eu-central-1" : { },
2235
2282
  "eu-central-2" : { },
2236
2283
  "eu-north-1" : { },
@@ -2246,6 +2293,13 @@
2246
2293
  "deprecated" : true,
2247
2294
  "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2248
2295
  },
2296
+ "fips-ca-west-1" : {
2297
+ "credentialScope" : {
2298
+ "region" : "ca-west-1"
2299
+ },
2300
+ "deprecated" : true,
2301
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com"
2302
+ },
2249
2303
  "fips-us-east-1" : {
2250
2304
  "credentialScope" : {
2251
2305
  "region" : "us-east-1"
@@ -2441,6 +2495,7 @@
2441
2495
  "ap-southeast-3" : { },
2442
2496
  "ap-southeast-4" : { },
2443
2497
  "ca-central-1" : { },
2498
+ "ca-west-1" : { },
2444
2499
  "eu-central-1" : { },
2445
2500
  "eu-central-2" : { },
2446
2501
  "eu-north-1" : { },
@@ -2796,6 +2851,12 @@
2796
2851
  "tags" : [ "fips" ]
2797
2852
  } ]
2798
2853
  },
2854
+ "ca-west-1" : {
2855
+ "variants" : [ {
2856
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
2857
+ "tags" : [ "fips" ]
2858
+ } ]
2859
+ },
2799
2860
  "eu-central-1" : { },
2800
2861
  "eu-central-2" : { },
2801
2862
  "eu-north-1" : { },
@@ -2811,6 +2872,13 @@
2811
2872
  "deprecated" : true,
2812
2873
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
2813
2874
  },
2875
+ "fips-ca-west-1" : {
2876
+ "credentialScope" : {
2877
+ "region" : "ca-west-1"
2878
+ },
2879
+ "deprecated" : true,
2880
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com"
2881
+ },
2814
2882
  "fips-us-east-1" : {
2815
2883
  "credentialScope" : {
2816
2884
  "region" : "us-east-1"
@@ -2896,6 +2964,7 @@
2896
2964
  "ap-southeast-3" : { },
2897
2965
  "ap-southeast-4" : { },
2898
2966
  "ca-central-1" : { },
2967
+ "ca-west-1" : { },
2899
2968
  "eu-central-1" : { },
2900
2969
  "eu-central-2" : { },
2901
2970
  "eu-north-1" : { },
@@ -3043,6 +3112,7 @@
3043
3112
  "ap-southeast-3" : { },
3044
3113
  "ap-southeast-4" : { },
3045
3114
  "ca-central-1" : { },
3115
+ "ca-west-1" : { },
3046
3116
  "eu-central-1" : { },
3047
3117
  "eu-central-2" : { },
3048
3118
  "eu-north-1" : { },
@@ -3351,6 +3421,7 @@
3351
3421
  "ap-southeast-3" : { },
3352
3422
  "ap-southeast-4" : { },
3353
3423
  "ca-central-1" : { },
3424
+ "ca-west-1" : { },
3354
3425
  "eu-central-1" : { },
3355
3426
  "eu-central-2" : { },
3356
3427
  "eu-north-1" : { },
@@ -4034,6 +4105,7 @@
4034
4105
  "ap-southeast-3" : { },
4035
4106
  "ap-southeast-4" : { },
4036
4107
  "ca-central-1" : { },
4108
+ "ca-west-1" : { },
4037
4109
  "eu-central-1" : { },
4038
4110
  "eu-central-2" : { },
4039
4111
  "eu-north-1" : { },
@@ -4679,6 +4751,12 @@
4679
4751
  "tags" : [ "fips" ]
4680
4752
  } ]
4681
4753
  },
4754
+ "ca-west-1" : {
4755
+ "variants" : [ {
4756
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com",
4757
+ "tags" : [ "fips" ]
4758
+ } ]
4759
+ },
4682
4760
  "eu-central-1" : { },
4683
4761
  "eu-central-2" : { },
4684
4762
  "eu-north-1" : { },
@@ -4694,6 +4772,13 @@
4694
4772
  "deprecated" : true,
4695
4773
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com"
4696
4774
  },
4775
+ "fips-ca-west-1" : {
4776
+ "credentialScope" : {
4777
+ "region" : "ca-west-1"
4778
+ },
4779
+ "deprecated" : true,
4780
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com"
4781
+ },
4697
4782
  "fips-us-east-1" : {
4698
4783
  "credentialScope" : {
4699
4784
  "region" : "us-east-1"
@@ -4802,6 +4887,9 @@
4802
4887
  "tags" : [ "fips" ]
4803
4888
  } ]
4804
4889
  },
4890
+ "ca-west-1" : {
4891
+ "hostname" : "datazone.ca-west-1.api.aws"
4892
+ },
4805
4893
  "eu-central-1" : {
4806
4894
  "hostname" : "datazone.eu-central-1.api.aws"
4807
4895
  },
@@ -4983,6 +5071,7 @@
4983
5071
  "ap-southeast-3" : { },
4984
5072
  "ap-southeast-4" : { },
4985
5073
  "ca-central-1" : { },
5074
+ "ca-west-1" : { },
4986
5075
  "eu-central-1" : { },
4987
5076
  "eu-central-2" : { },
4988
5077
  "eu-north-1" : { },
@@ -5074,6 +5163,7 @@
5074
5163
  "ap-southeast-3" : { },
5075
5164
  "ap-southeast-4" : { },
5076
5165
  "ca-central-1" : { },
5166
+ "ca-west-1" : { },
5077
5167
  "eu-central-1" : { },
5078
5168
  "eu-central-2" : { },
5079
5169
  "eu-north-1" : { },
@@ -5106,6 +5196,7 @@
5106
5196
  "ap-southeast-3" : { },
5107
5197
  "ap-southeast-4" : { },
5108
5198
  "ca-central-1" : { },
5199
+ "ca-west-1" : { },
5109
5200
  "dms" : {
5110
5201
  "credentialScope" : {
5111
5202
  "region" : "us-west-1"
@@ -5299,14 +5390,62 @@
5299
5390
  "eu-west-1" : { },
5300
5391
  "eu-west-2" : { },
5301
5392
  "eu-west-3" : { },
5393
+ "fips-us-east-1" : {
5394
+ "credentialScope" : {
5395
+ "region" : "us-east-1"
5396
+ },
5397
+ "deprecated" : true,
5398
+ "hostname" : "drs-fips.us-east-1.amazonaws.com"
5399
+ },
5400
+ "fips-us-east-2" : {
5401
+ "credentialScope" : {
5402
+ "region" : "us-east-2"
5403
+ },
5404
+ "deprecated" : true,
5405
+ "hostname" : "drs-fips.us-east-2.amazonaws.com"
5406
+ },
5407
+ "fips-us-west-1" : {
5408
+ "credentialScope" : {
5409
+ "region" : "us-west-1"
5410
+ },
5411
+ "deprecated" : true,
5412
+ "hostname" : "drs-fips.us-west-1.amazonaws.com"
5413
+ },
5414
+ "fips-us-west-2" : {
5415
+ "credentialScope" : {
5416
+ "region" : "us-west-2"
5417
+ },
5418
+ "deprecated" : true,
5419
+ "hostname" : "drs-fips.us-west-2.amazonaws.com"
5420
+ },
5302
5421
  "il-central-1" : { },
5303
5422
  "me-central-1" : { },
5304
5423
  "me-south-1" : { },
5305
5424
  "sa-east-1" : { },
5306
- "us-east-1" : { },
5307
- "us-east-2" : { },
5308
- "us-west-1" : { },
5309
- "us-west-2" : { }
5425
+ "us-east-1" : {
5426
+ "variants" : [ {
5427
+ "hostname" : "drs-fips.us-east-1.amazonaws.com",
5428
+ "tags" : [ "fips" ]
5429
+ } ]
5430
+ },
5431
+ "us-east-2" : {
5432
+ "variants" : [ {
5433
+ "hostname" : "drs-fips.us-east-2.amazonaws.com",
5434
+ "tags" : [ "fips" ]
5435
+ } ]
5436
+ },
5437
+ "us-west-1" : {
5438
+ "variants" : [ {
5439
+ "hostname" : "drs-fips.us-west-1.amazonaws.com",
5440
+ "tags" : [ "fips" ]
5441
+ } ]
5442
+ },
5443
+ "us-west-2" : {
5444
+ "variants" : [ {
5445
+ "hostname" : "drs-fips.us-west-2.amazonaws.com",
5446
+ "tags" : [ "fips" ]
5447
+ } ]
5448
+ }
5310
5449
  }
5311
5450
  },
5312
5451
  "ds" : {
@@ -5328,6 +5467,12 @@
5328
5467
  "tags" : [ "fips" ]
5329
5468
  } ]
5330
5469
  },
5470
+ "ca-west-1" : {
5471
+ "variants" : [ {
5472
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com",
5473
+ "tags" : [ "fips" ]
5474
+ } ]
5475
+ },
5331
5476
  "eu-central-1" : { },
5332
5477
  "eu-central-2" : { },
5333
5478
  "eu-north-1" : { },
@@ -5343,6 +5488,13 @@
5343
5488
  "deprecated" : true,
5344
5489
  "hostname" : "ds-fips.ca-central-1.amazonaws.com"
5345
5490
  },
5491
+ "fips-ca-west-1" : {
5492
+ "credentialScope" : {
5493
+ "region" : "ca-west-1"
5494
+ },
5495
+ "deprecated" : true,
5496
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com"
5497
+ },
5346
5498
  "fips-us-east-1" : {
5347
5499
  "credentialScope" : {
5348
5500
  "region" : "us-east-1"
@@ -5430,6 +5582,19 @@
5430
5582
  "deprecated" : true,
5431
5583
  "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
5432
5584
  },
5585
+ "ca-west-1" : {
5586
+ "variants" : [ {
5587
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com",
5588
+ "tags" : [ "fips" ]
5589
+ } ]
5590
+ },
5591
+ "ca-west-1-fips" : {
5592
+ "credentialScope" : {
5593
+ "region" : "ca-west-1"
5594
+ },
5595
+ "deprecated" : true,
5596
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com"
5597
+ },
5433
5598
  "eu-central-1" : { },
5434
5599
  "eu-central-2" : { },
5435
5600
  "eu-north-1" : { },
@@ -5522,6 +5687,12 @@
5522
5687
  "tags" : [ "fips" ]
5523
5688
  } ]
5524
5689
  },
5690
+ "ca-west-1" : {
5691
+ "variants" : [ {
5692
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com",
5693
+ "tags" : [ "fips" ]
5694
+ } ]
5695
+ },
5525
5696
  "eu-central-1" : { },
5526
5697
  "eu-central-2" : { },
5527
5698
  "eu-north-1" : { },
@@ -5537,6 +5708,13 @@
5537
5708
  "deprecated" : true,
5538
5709
  "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
5539
5710
  },
5711
+ "fips-ca-west-1" : {
5712
+ "credentialScope" : {
5713
+ "region" : "ca-west-1"
5714
+ },
5715
+ "deprecated" : true,
5716
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com"
5717
+ },
5540
5718
  "fips-us-east-1" : {
5541
5719
  "credentialScope" : {
5542
5720
  "region" : "us-east-1"
@@ -5728,6 +5906,7 @@
5728
5906
  "ap-southeast-3" : { },
5729
5907
  "ap-southeast-4" : { },
5730
5908
  "ca-central-1" : { },
5909
+ "ca-west-1" : { },
5731
5910
  "eu-central-1" : { },
5732
5911
  "eu-central-2" : { },
5733
5912
  "eu-north-1" : { },
@@ -5825,6 +6004,7 @@
5825
6004
  "ap-southeast-3" : { },
5826
6005
  "ap-southeast-4" : { },
5827
6006
  "ca-central-1" : { },
6007
+ "ca-west-1" : { },
5828
6008
  "eu-central-1" : { },
5829
6009
  "eu-central-2" : { },
5830
6010
  "eu-north-1" : { },
@@ -5937,6 +6117,9 @@
5937
6117
  "ca-central-1" : {
5938
6118
  "hostname" : "eks-auth.ca-central-1.api.aws"
5939
6119
  },
6120
+ "ca-west-1" : {
6121
+ "hostname" : "eks-auth.ca-west-1.api.aws"
6122
+ },
5940
6123
  "eu-central-1" : {
5941
6124
  "hostname" : "eks-auth.eu-central-1.api.aws"
5942
6125
  },
@@ -6001,6 +6184,7 @@
6001
6184
  "ap-southeast-3" : { },
6002
6185
  "ap-southeast-4" : { },
6003
6186
  "ca-central-1" : { },
6187
+ "ca-west-1" : { },
6004
6188
  "eu-central-1" : { },
6005
6189
  "eu-central-2" : { },
6006
6190
  "eu-north-1" : { },
@@ -6534,6 +6718,7 @@
6534
6718
  "ap-southeast-3" : { },
6535
6719
  "ap-southeast-4" : { },
6536
6720
  "ca-central-1" : { },
6721
+ "ca-west-1" : { },
6537
6722
  "eu-central-1" : { },
6538
6723
  "eu-central-2" : { },
6539
6724
  "eu-north-1" : { },
@@ -6623,6 +6808,12 @@
6623
6808
  "tags" : [ "fips" ]
6624
6809
  } ]
6625
6810
  },
6811
+ "ca-west-1" : {
6812
+ "variants" : [ {
6813
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com",
6814
+ "tags" : [ "fips" ]
6815
+ } ]
6816
+ },
6626
6817
  "eu-central-1" : {
6627
6818
  "sslCommonName" : "{service}.{region}.{dnsSuffix}"
6628
6819
  },
@@ -6640,6 +6831,13 @@
6640
6831
  "deprecated" : true,
6641
6832
  "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com"
6642
6833
  },
6834
+ "fips-ca-west-1" : {
6835
+ "credentialScope" : {
6836
+ "region" : "ca-west-1"
6837
+ },
6838
+ "deprecated" : true,
6839
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com"
6840
+ },
6643
6841
  "fips-us-east-1" : {
6644
6842
  "credentialScope" : {
6645
6843
  "region" : "us-east-1"
@@ -7058,6 +7256,12 @@
7058
7256
  "tags" : [ "dualstack" ]
7059
7257
  } ]
7060
7258
  },
7259
+ "ca-west-1" : {
7260
+ "variants" : [ {
7261
+ "hostname" : "aos.ca-west-1.api.aws",
7262
+ "tags" : [ "dualstack" ]
7263
+ } ]
7264
+ },
7061
7265
  "eu-central-1" : {
7062
7266
  "variants" : [ {
7063
7267
  "hostname" : "aos.eu-central-1.api.aws",
@@ -7217,6 +7421,7 @@
7217
7421
  "ap-southeast-3" : { },
7218
7422
  "ap-southeast-4" : { },
7219
7423
  "ca-central-1" : { },
7424
+ "ca-west-1" : { },
7220
7425
  "eu-central-1" : { },
7221
7426
  "eu-central-2" : { },
7222
7427
  "eu-north-1" : { },
@@ -7351,6 +7556,7 @@
7351
7556
  "ap-southeast-3" : { },
7352
7557
  "ap-southeast-4" : { },
7353
7558
  "ca-central-1" : { },
7559
+ "ca-west-1" : { },
7354
7560
  "eu-central-1" : { },
7355
7561
  "eu-central-2" : { },
7356
7562
  "eu-north-1" : { },
@@ -8848,6 +9054,9 @@
8848
9054
  "tags" : [ "fips" ]
8849
9055
  } ]
8850
9056
  },
9057
+ "ca-west-1" : {
9058
+ "hostname" : "internetmonitor.ca-west-1.api.aws"
9059
+ },
8851
9060
  "eu-central-1" : {
8852
9061
  "hostname" : "internetmonitor.eu-central-1.api.aws"
8853
9062
  },
@@ -9804,6 +10013,9 @@
9804
10013
  "tags" : [ "fips" ]
9805
10014
  } ]
9806
10015
  },
10016
+ "ca-west-1" : {
10017
+ "hostname" : "kendra-ranking.ca-west-1.api.aws"
10018
+ },
9807
10019
  "eu-central-2" : {
9808
10020
  "hostname" : "kendra-ranking.eu-central-2.api.aws"
9809
10021
  },
@@ -9874,6 +10086,7 @@
9874
10086
  "ap-southeast-3" : { },
9875
10087
  "ap-southeast-4" : { },
9876
10088
  "ca-central-1" : { },
10089
+ "ca-west-1" : { },
9877
10090
  "eu-central-1" : { },
9878
10091
  "eu-central-2" : { },
9879
10092
  "eu-north-1" : { },
@@ -10157,6 +10370,19 @@
10157
10370
  "deprecated" : true,
10158
10371
  "hostname" : "kms-fips.ca-central-1.amazonaws.com"
10159
10372
  },
10373
+ "ca-west-1" : {
10374
+ "variants" : [ {
10375
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com",
10376
+ "tags" : [ "fips" ]
10377
+ } ]
10378
+ },
10379
+ "ca-west-1-fips" : {
10380
+ "credentialScope" : {
10381
+ "region" : "ca-west-1"
10382
+ },
10383
+ "deprecated" : true,
10384
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com"
10385
+ },
10160
10386
  "eu-central-1" : {
10161
10387
  "variants" : [ {
10162
10388
  "hostname" : "kms-fips.eu-central-1.amazonaws.com",
@@ -10521,6 +10747,12 @@
10521
10747
  "tags" : [ "dualstack" ]
10522
10748
  } ]
10523
10749
  },
10750
+ "ca-west-1" : {
10751
+ "variants" : [ {
10752
+ "hostname" : "lambda.ca-west-1.api.aws",
10753
+ "tags" : [ "dualstack" ]
10754
+ } ]
10755
+ },
10524
10756
  "eu-central-1" : {
10525
10757
  "variants" : [ {
10526
10758
  "hostname" : "lambda.eu-central-1.api.aws",
@@ -10753,6 +10985,7 @@
10753
10985
  "ap-southeast-3" : { },
10754
10986
  "ap-southeast-4" : { },
10755
10987
  "ca-central-1" : { },
10988
+ "ca-west-1" : { },
10756
10989
  "eu-central-1" : { },
10757
10990
  "eu-central-2" : { },
10758
10991
  "eu-north-1" : { },
@@ -10931,6 +11164,7 @@
10931
11164
  "ap-southeast-3" : { },
10932
11165
  "ap-southeast-4" : { },
10933
11166
  "ca-central-1" : { },
11167
+ "ca-west-1" : { },
10934
11168
  "eu-central-1" : { },
10935
11169
  "eu-central-2" : { },
10936
11170
  "eu-north-1" : { },
@@ -11030,8 +11264,10 @@
11030
11264
  },
11031
11265
  "m2" : {
11032
11266
  "endpoints" : {
11267
+ "af-south-1" : { },
11033
11268
  "ap-northeast-1" : { },
11034
11269
  "ap-northeast-2" : { },
11270
+ "ap-northeast-3" : { },
11035
11271
  "ap-south-1" : { },
11036
11272
  "ap-southeast-1" : { },
11037
11273
  "ap-southeast-2" : { },
@@ -11041,6 +11277,8 @@
11041
11277
  } ]
11042
11278
  },
11043
11279
  "eu-central-1" : { },
11280
+ "eu-north-1" : { },
11281
+ "eu-south-1" : { },
11044
11282
  "eu-west-1" : { },
11045
11283
  "eu-west-2" : { },
11046
11284
  "eu-west-3" : { },
@@ -11385,6 +11623,7 @@
11385
11623
  "ap-south-1" : { },
11386
11624
  "ap-southeast-1" : { },
11387
11625
  "ap-southeast-2" : { },
11626
+ "ap-southeast-4" : { },
11388
11627
  "ca-central-1" : { },
11389
11628
  "eu-central-1" : { },
11390
11629
  "eu-north-1" : { },
@@ -11406,6 +11645,7 @@
11406
11645
  "ap-south-1" : { },
11407
11646
  "ap-southeast-1" : { },
11408
11647
  "ap-southeast-2" : { },
11648
+ "ap-southeast-4" : { },
11409
11649
  "ca-central-1" : { },
11410
11650
  "eu-central-1" : { },
11411
11651
  "eu-north-1" : { },
@@ -11427,6 +11667,7 @@
11427
11667
  "ap-south-1" : { },
11428
11668
  "ap-southeast-1" : { },
11429
11669
  "ap-southeast-2" : { },
11670
+ "ap-southeast-4" : { },
11430
11671
  "ca-central-1" : { },
11431
11672
  "eu-central-1" : { },
11432
11673
  "eu-north-1" : { },
@@ -11589,6 +11830,7 @@
11589
11830
  "ap-southeast-3" : { },
11590
11831
  "ap-southeast-4" : { },
11591
11832
  "ca-central-1" : { },
11833
+ "ca-west-1" : { },
11592
11834
  "eu-central-1" : { },
11593
11835
  "eu-central-2" : { },
11594
11836
  "eu-north-1" : { },
@@ -11802,6 +12044,7 @@
11802
12044
  "ap-southeast-3" : { },
11803
12045
  "ap-southeast-4" : { },
11804
12046
  "ca-central-1" : { },
12047
+ "ca-west-1" : { },
11805
12048
  "eu-central-1" : { },
11806
12049
  "eu-central-2" : { },
11807
12050
  "eu-north-1" : { },
@@ -12213,6 +12456,7 @@
12213
12456
  "ap-southeast-3" : { },
12214
12457
  "ap-southeast-4" : { },
12215
12458
  "ca-central-1" : { },
12459
+ "ca-west-1" : { },
12216
12460
  "eu-central-1" : { },
12217
12461
  "eu-central-2" : { },
12218
12462
  "eu-north-1" : { },
@@ -12674,6 +12918,7 @@
12674
12918
  "ap-southeast-3" : { },
12675
12919
  "ap-southeast-4" : { },
12676
12920
  "ca-central-1" : { },
12921
+ "ca-west-1" : { },
12677
12922
  "eu-central-1" : { },
12678
12923
  "eu-central-2" : { },
12679
12924
  "eu-north-1" : { },
@@ -13149,6 +13394,9 @@
13149
13394
  "ca-central-1" : {
13150
13395
  "hostname" : "qbusiness.ca-central-1.api.aws"
13151
13396
  },
13397
+ "ca-west-1" : {
13398
+ "hostname" : "qbusiness.ca-west-1.api.aws"
13399
+ },
13152
13400
  "eu-central-1" : {
13153
13401
  "hostname" : "qbusiness.eu-central-1.api.aws"
13154
13402
  },
@@ -13300,6 +13548,12 @@
13300
13548
  "tags" : [ "fips" ]
13301
13549
  } ]
13302
13550
  },
13551
+ "ca-west-1" : {
13552
+ "variants" : [ {
13553
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com",
13554
+ "tags" : [ "fips" ]
13555
+ } ]
13556
+ },
13303
13557
  "eu-central-1" : { },
13304
13558
  "eu-central-2" : { },
13305
13559
  "eu-north-1" : { },
@@ -13315,6 +13569,13 @@
13315
13569
  "deprecated" : true,
13316
13570
  "hostname" : "ram-fips.ca-central-1.amazonaws.com"
13317
13571
  },
13572
+ "fips-ca-west-1" : {
13573
+ "credentialScope" : {
13574
+ "region" : "ca-west-1"
13575
+ },
13576
+ "deprecated" : true,
13577
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com"
13578
+ },
13318
13579
  "fips-us-east-1" : {
13319
13580
  "credentialScope" : {
13320
13581
  "region" : "us-east-1"
@@ -13392,6 +13653,12 @@
13392
13653
  "tags" : [ "fips" ]
13393
13654
  } ]
13394
13655
  },
13656
+ "ca-west-1" : {
13657
+ "variants" : [ {
13658
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com",
13659
+ "tags" : [ "fips" ]
13660
+ } ]
13661
+ },
13395
13662
  "eu-central-1" : { },
13396
13663
  "eu-central-2" : { },
13397
13664
  "eu-north-1" : { },
@@ -13407,6 +13674,13 @@
13407
13674
  "deprecated" : true,
13408
13675
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com"
13409
13676
  },
13677
+ "fips-ca-west-1" : {
13678
+ "credentialScope" : {
13679
+ "region" : "ca-west-1"
13680
+ },
13681
+ "deprecated" : true,
13682
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com"
13683
+ },
13410
13684
  "fips-us-east-1" : {
13411
13685
  "credentialScope" : {
13412
13686
  "region" : "us-east-1"
@@ -13491,6 +13765,19 @@
13491
13765
  "deprecated" : true,
13492
13766
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13493
13767
  },
13768
+ "ca-west-1" : {
13769
+ "variants" : [ {
13770
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13771
+ "tags" : [ "fips" ]
13772
+ } ]
13773
+ },
13774
+ "ca-west-1-fips" : {
13775
+ "credentialScope" : {
13776
+ "region" : "ca-west-1"
13777
+ },
13778
+ "deprecated" : true,
13779
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13780
+ },
13494
13781
  "eu-central-1" : { },
13495
13782
  "eu-central-2" : { },
13496
13783
  "eu-north-1" : { },
@@ -13509,6 +13796,13 @@
13509
13796
  "deprecated" : true,
13510
13797
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13511
13798
  },
13799
+ "rds-fips.ca-west-1" : {
13800
+ "credentialScope" : {
13801
+ "region" : "ca-west-1"
13802
+ },
13803
+ "deprecated" : true,
13804
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13805
+ },
13512
13806
  "rds-fips.us-east-1" : {
13513
13807
  "credentialScope" : {
13514
13808
  "region" : "us-east-1"
@@ -13547,6 +13841,16 @@
13547
13841
  "tags" : [ "fips" ]
13548
13842
  } ]
13549
13843
  },
13844
+ "rds.ca-west-1" : {
13845
+ "credentialScope" : {
13846
+ "region" : "ca-west-1"
13847
+ },
13848
+ "deprecated" : true,
13849
+ "variants" : [ {
13850
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13851
+ "tags" : [ "fips" ]
13852
+ } ]
13853
+ },
13550
13854
  "rds.us-east-1" : {
13551
13855
  "credentialScope" : {
13552
13856
  "region" : "us-east-1"
@@ -13728,6 +14032,12 @@
13728
14032
  "tags" : [ "fips" ]
13729
14033
  } ]
13730
14034
  },
14035
+ "ca-west-1" : {
14036
+ "variants" : [ {
14037
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
14038
+ "tags" : [ "fips" ]
14039
+ } ]
14040
+ },
13731
14041
  "eu-central-1" : { },
13732
14042
  "eu-central-2" : { },
13733
14043
  "eu-north-1" : { },
@@ -13743,6 +14053,13 @@
13743
14053
  "deprecated" : true,
13744
14054
  "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
13745
14055
  },
14056
+ "fips-ca-west-1" : {
14057
+ "credentialScope" : {
14058
+ "region" : "ca-west-1"
14059
+ },
14060
+ "deprecated" : true,
14061
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
14062
+ },
13746
14063
  "fips-us-east-1" : {
13747
14064
  "credentialScope" : {
13748
14065
  "region" : "us-east-1"
@@ -14114,6 +14431,7 @@
14114
14431
  "ap-southeast-3" : { },
14115
14432
  "ap-southeast-4" : { },
14116
14433
  "ca-central-1" : { },
14434
+ "ca-west-1" : { },
14117
14435
  "eu-central-1" : { },
14118
14436
  "eu-central-2" : { },
14119
14437
  "eu-north-1" : { },
@@ -14199,13 +14517,17 @@
14199
14517
  "ap-northeast-2" : { },
14200
14518
  "ap-northeast-3" : { },
14201
14519
  "ap-south-1" : { },
14520
+ "ap-south-2" : { },
14202
14521
  "ap-southeast-1" : { },
14203
14522
  "ap-southeast-2" : { },
14204
14523
  "ap-southeast-3" : { },
14524
+ "ap-southeast-4" : { },
14205
14525
  "ca-central-1" : { },
14206
14526
  "eu-central-1" : { },
14527
+ "eu-central-2" : { },
14207
14528
  "eu-north-1" : { },
14208
14529
  "eu-south-1" : { },
14530
+ "eu-south-2" : { },
14209
14531
  "eu-west-1" : { },
14210
14532
  "eu-west-2" : { },
14211
14533
  "eu-west-3" : { },
@@ -14237,6 +14559,8 @@
14237
14559
  "deprecated" : true,
14238
14560
  "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14239
14561
  },
14562
+ "il-central-1" : { },
14563
+ "me-central-1" : { },
14240
14564
  "me-south-1" : { },
14241
14565
  "sa-east-1" : { },
14242
14566
  "us-east-1" : {
@@ -14320,6 +14644,7 @@
14320
14644
  "ap-southeast-3" : { },
14321
14645
  "ap-southeast-4" : { },
14322
14646
  "ca-central-1" : { },
14647
+ "ca-west-1" : { },
14323
14648
  "eu-central-1" : { },
14324
14649
  "eu-central-2" : { },
14325
14650
  "eu-north-1" : { },
@@ -14432,6 +14757,7 @@
14432
14757
  "ap-southeast-3" : { },
14433
14758
  "ap-southeast-4" : { },
14434
14759
  "ca-central-1" : { },
14760
+ "ca-west-1" : { },
14435
14761
  "eu-central-1" : { },
14436
14762
  "eu-central-2" : { },
14437
14763
  "eu-north-1" : { },
@@ -14604,6 +14930,18 @@
14604
14930
  "tags" : [ "dualstack" ]
14605
14931
  } ]
14606
14932
  },
14933
+ "ca-west-1" : {
14934
+ "variants" : [ {
14935
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com",
14936
+ "tags" : [ "fips" ]
14937
+ }, {
14938
+ "hostname" : "s3-fips.dualstack.ca-west-1.amazonaws.com",
14939
+ "tags" : [ "dualstack", "fips" ]
14940
+ }, {
14941
+ "hostname" : "s3.dualstack.ca-west-1.amazonaws.com",
14942
+ "tags" : [ "dualstack" ]
14943
+ } ]
14944
+ },
14607
14945
  "eu-central-1" : {
14608
14946
  "variants" : [ {
14609
14947
  "hostname" : "s3.dualstack.eu-central-1.amazonaws.com",
@@ -14661,6 +14999,13 @@
14661
14999
  "deprecated" : true,
14662
15000
  "hostname" : "s3-fips.ca-central-1.amazonaws.com"
14663
15001
  },
15002
+ "fips-ca-west-1" : {
15003
+ "credentialScope" : {
15004
+ "region" : "ca-west-1"
15005
+ },
15006
+ "deprecated" : true,
15007
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com"
15008
+ },
14664
15009
  "fips-us-east-1" : {
14665
15010
  "credentialScope" : {
14666
15011
  "region" : "us-east-1"
@@ -15372,6 +15717,18 @@
15372
15717
  "ca-central-1-fips" : {
15373
15718
  "deprecated" : true
15374
15719
  },
15720
+ "ca-west-1" : {
15721
+ "variants" : [ {
15722
+ "tags" : [ "dualstack" ]
15723
+ }, {
15724
+ "tags" : [ "dualstack", "fips" ]
15725
+ }, {
15726
+ "tags" : [ "fips" ]
15727
+ } ]
15728
+ },
15729
+ "ca-west-1-fips" : {
15730
+ "deprecated" : true
15731
+ },
15375
15732
  "eu-central-1" : {
15376
15733
  "variants" : [ {
15377
15734
  "tags" : [ "dualstack" ]
@@ -15496,6 +15853,7 @@
15496
15853
  "ap-southeast-3" : { },
15497
15854
  "ap-southeast-4" : { },
15498
15855
  "ca-central-1" : { },
15856
+ "ca-west-1" : { },
15499
15857
  "eu-central-1" : { },
15500
15858
  "eu-central-2" : { },
15501
15859
  "eu-north-1" : { },
@@ -15743,6 +16101,7 @@
15743
16101
  "tags" : [ "fips" ]
15744
16102
  } ]
15745
16103
  },
16104
+ "ca-west-1" : { },
15746
16105
  "eu-central-1" : { },
15747
16106
  "eu-central-2" : { },
15748
16107
  "eu-north-1" : { },
@@ -16070,6 +16429,7 @@
16070
16429
  "ap-southeast-3" : { },
16071
16430
  "ap-southeast-4" : { },
16072
16431
  "ca-central-1" : { },
16432
+ "ca-west-1" : { },
16073
16433
  "eu-central-1" : { },
16074
16434
  "eu-central-2" : { },
16075
16435
  "eu-north-1" : { },
@@ -16696,6 +17056,12 @@
16696
17056
  "ap-southeast-3" : { },
16697
17057
  "ap-southeast-4" : { },
16698
17058
  "ca-central-1" : { },
17059
+ "ca-west-1" : {
17060
+ "variants" : [ {
17061
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com",
17062
+ "tags" : [ "fips" ]
17063
+ } ]
17064
+ },
16699
17065
  "eu-central-1" : { },
16700
17066
  "eu-central-2" : { },
16701
17067
  "eu-north-1" : { },
@@ -16704,6 +17070,13 @@
16704
17070
  "eu-west-1" : { },
16705
17071
  "eu-west-2" : { },
16706
17072
  "eu-west-3" : { },
17073
+ "fips-ca-west-1" : {
17074
+ "credentialScope" : {
17075
+ "region" : "ca-west-1"
17076
+ },
17077
+ "deprecated" : true,
17078
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com"
17079
+ },
16707
17080
  "fips-us-east-1" : {
16708
17081
  "credentialScope" : {
16709
17082
  "region" : "us-east-1"
@@ -16780,6 +17153,7 @@
16780
17153
  "ap-southeast-3" : { },
16781
17154
  "ap-southeast-4" : { },
16782
17155
  "ca-central-1" : { },
17156
+ "ca-west-1" : { },
16783
17157
  "eu-central-1" : { },
16784
17158
  "eu-central-2" : { },
16785
17159
  "eu-north-1" : { },
@@ -16866,6 +17240,12 @@
16866
17240
  "tags" : [ "fips" ]
16867
17241
  } ]
16868
17242
  },
17243
+ "ca-west-1" : {
17244
+ "variants" : [ {
17245
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com",
17246
+ "tags" : [ "fips" ]
17247
+ } ]
17248
+ },
16869
17249
  "eu-central-1" : { },
16870
17250
  "eu-central-2" : { },
16871
17251
  "eu-north-1" : { },
@@ -16881,6 +17261,13 @@
16881
17261
  "deprecated" : true,
16882
17262
  "hostname" : "ssm-fips.ca-central-1.amazonaws.com"
16883
17263
  },
17264
+ "fips-ca-west-1" : {
17265
+ "credentialScope" : {
17266
+ "region" : "ca-west-1"
17267
+ },
17268
+ "deprecated" : true,
17269
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com"
17270
+ },
16884
17271
  "fips-us-east-1" : {
16885
17272
  "credentialScope" : {
16886
17273
  "region" : "us-east-1"
@@ -17215,6 +17602,7 @@
17215
17602
  "ap-southeast-3" : { },
17216
17603
  "ap-southeast-4" : { },
17217
17604
  "ca-central-1" : { },
17605
+ "ca-west-1" : { },
17218
17606
  "eu-central-1" : { },
17219
17607
  "eu-central-2" : { },
17220
17608
  "eu-north-1" : { },
@@ -17393,6 +17781,7 @@
17393
17781
  "ap-southeast-3" : { },
17394
17782
  "ap-southeast-4" : { },
17395
17783
  "ca-central-1" : { },
17784
+ "ca-west-1" : { },
17396
17785
  "eu-central-1" : { },
17397
17786
  "eu-central-2" : { },
17398
17787
  "eu-north-1" : { },
@@ -17438,6 +17827,7 @@
17438
17827
  "hostname" : "sts.amazonaws.com"
17439
17828
  },
17440
17829
  "ca-central-1" : { },
17830
+ "ca-west-1" : { },
17441
17831
  "eu-central-1" : { },
17442
17832
  "eu-central-2" : { },
17443
17833
  "eu-north-1" : { },
@@ -17537,6 +17927,7 @@
17537
17927
  "ap-southeast-3" : { },
17538
17928
  "ap-southeast-4" : { },
17539
17929
  "ca-central-1" : { },
17930
+ "ca-west-1" : { },
17540
17931
  "eu-central-1" : { },
17541
17932
  "eu-central-2" : { },
17542
17933
  "eu-north-1" : { },
@@ -17617,6 +18008,7 @@
17617
18008
  "ap-southeast-3" : { },
17618
18009
  "ap-southeast-4" : { },
17619
18010
  "ca-central-1" : { },
18011
+ "ca-west-1" : { },
17620
18012
  "eu-central-1" : { },
17621
18013
  "eu-central-2" : { },
17622
18014
  "eu-north-1" : { },
@@ -17697,6 +18089,7 @@
17697
18089
  "ap-southeast-3" : { },
17698
18090
  "ap-southeast-4" : { },
17699
18091
  "ca-central-1" : { },
18092
+ "ca-west-1" : { },
17700
18093
  "eu-central-1" : { },
17701
18094
  "eu-central-2" : { },
17702
18095
  "eu-north-1" : { },
@@ -19454,6 +19847,7 @@
19454
19847
  "ap-southeast-3" : { },
19455
19848
  "ap-southeast-4" : { },
19456
19849
  "ca-central-1" : { },
19850
+ "ca-west-1" : { },
19457
19851
  "eu-central-1" : { },
19458
19852
  "eu-central-2" : { },
19459
19853
  "eu-north-1" : { },
@@ -21616,6 +22010,11 @@
21616
22010
  }
21617
22011
  }
21618
22012
  },
22013
+ "bedrock" : {
22014
+ "endpoints" : {
22015
+ "us-gov-west-1" : { }
22016
+ }
22017
+ },
21619
22018
  "cassandra" : {
21620
22019
  "endpoints" : {
21621
22020
  "us-gov-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.870.0
4
+ version: 1.877.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-12-19 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: