aws-partitions 1.869.0 → 1.873.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: a98ac3500c4b8ee1bb40bd5db9370e5b629440366c86a246e6ae72630ab9f05a
4
- data.tar.gz: 6d8325f25a55b94d3a0cc969a561a6fba8c5ab822064547ae32eca324f8e582c
3
+ metadata.gz: 3143aeead3d6c350558f5e105ca112d0d95555bd920728967a57db5271b92c91
4
+ data.tar.gz: 81b1ccfc9ac6d8083856a14343cd9592f192829b007d460c491d83cf8a88cfc0
5
5
  SHA512:
6
- metadata.gz: c558c0db2f90812c0bc4e28b3dd817b1ba24cf9483f822897406687d9176c77f7e80c22362705fe3aaf57193a5726331a20974f369c1ea0bafbe0864f44c42dd
7
- data.tar.gz: aa44b993eafae72660eaf0f4b83eb2ec85a9cf7f0cb7eed7c0beb06e043b308f917e60f6136255fc371da897db1985d37cce37b766ec4fa84d78a41d6ce320b5
6
+ metadata.gz: c7feff22af92b557b46a3b04cfeb93dab6d6e6391d90227c02d4a314791fc40d583e79702d0047cc0d893babb06b933d0fe810e8213a150d59571e31938992ea
7
+ data.tar.gz: e7b3521da763701645982244a4aff06c7ba482d666cbe1bcbaf041a7f567dd4c0f00a0c593d5b31bae9cc43182c7336130b07785f1a727d50704ed0c260e30f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.873.0 (2023-12-22)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
8
+
9
+ 1.872.0 (2023-12-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.871.0 (2023-12-20)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.870.0 (2023-12-19)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.869.0 (2023-12-18)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.869.0
1
+ 1.873.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"
@@ -1290,6 +1313,12 @@
1290
1313
  "tags" : [ "fips" ]
1291
1314
  } ]
1292
1315
  },
1316
+ "ca-west-1" : {
1317
+ "variants" : [ {
1318
+ "hostname" : "apigateway-fips.ca-west-1.amazonaws.com",
1319
+ "tags" : [ "fips" ]
1320
+ } ]
1321
+ },
1293
1322
  "eu-central-1" : { },
1294
1323
  "eu-central-2" : { },
1295
1324
  "eu-north-1" : { },
@@ -1305,6 +1334,13 @@
1305
1334
  "deprecated" : true,
1306
1335
  "hostname" : "apigateway-fips.ca-central-1.amazonaws.com"
1307
1336
  },
1337
+ "fips-ca-west-1" : {
1338
+ "credentialScope" : {
1339
+ "region" : "ca-west-1"
1340
+ },
1341
+ "deprecated" : true,
1342
+ "hostname" : "apigateway-fips.ca-west-1.amazonaws.com"
1343
+ },
1308
1344
  "fips-us-east-1" : {
1309
1345
  "credentialScope" : {
1310
1346
  "region" : "us-east-1"
@@ -1391,6 +1427,7 @@
1391
1427
  "ap-southeast-3" : { },
1392
1428
  "ap-southeast-4" : { },
1393
1429
  "ca-central-1" : { },
1430
+ "ca-west-1" : { },
1394
1431
  "eu-central-1" : { },
1395
1432
  "eu-central-2" : { },
1396
1433
  "eu-north-1" : { },
@@ -1423,6 +1460,7 @@
1423
1460
  "ap-southeast-3" : { },
1424
1461
  "ap-southeast-4" : { },
1425
1462
  "ca-central-1" : { },
1463
+ "ca-west-1" : { },
1426
1464
  "eu-central-1" : { },
1427
1465
  "eu-central-2" : { },
1428
1466
  "eu-north-1" : { },
@@ -1526,6 +1564,7 @@
1526
1564
  "ap-southeast-3" : { },
1527
1565
  "ap-southeast-4" : { },
1528
1566
  "ca-central-1" : { },
1567
+ "ca-west-1" : { },
1529
1568
  "eu-central-1" : { },
1530
1569
  "eu-central-2" : { },
1531
1570
  "eu-north-1" : { },
@@ -1951,6 +1990,7 @@
1951
1990
  "ap-southeast-3" : { },
1952
1991
  "ap-southeast-4" : { },
1953
1992
  "ca-central-1" : { },
1993
+ "ca-west-1" : { },
1954
1994
  "eu-central-1" : { },
1955
1995
  "eu-central-2" : { },
1956
1996
  "eu-north-1" : { },
@@ -2231,6 +2271,12 @@
2231
2271
  "tags" : [ "fips" ]
2232
2272
  } ]
2233
2273
  },
2274
+ "ca-west-1" : {
2275
+ "variants" : [ {
2276
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com",
2277
+ "tags" : [ "fips" ]
2278
+ } ]
2279
+ },
2234
2280
  "eu-central-1" : { },
2235
2281
  "eu-central-2" : { },
2236
2282
  "eu-north-1" : { },
@@ -2246,6 +2292,13 @@
2246
2292
  "deprecated" : true,
2247
2293
  "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2248
2294
  },
2295
+ "fips-ca-west-1" : {
2296
+ "credentialScope" : {
2297
+ "region" : "ca-west-1"
2298
+ },
2299
+ "deprecated" : true,
2300
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com"
2301
+ },
2249
2302
  "fips-us-east-1" : {
2250
2303
  "credentialScope" : {
2251
2304
  "region" : "us-east-1"
@@ -2441,6 +2494,7 @@
2441
2494
  "ap-southeast-3" : { },
2442
2495
  "ap-southeast-4" : { },
2443
2496
  "ca-central-1" : { },
2497
+ "ca-west-1" : { },
2444
2498
  "eu-central-1" : { },
2445
2499
  "eu-central-2" : { },
2446
2500
  "eu-north-1" : { },
@@ -2796,6 +2850,12 @@
2796
2850
  "tags" : [ "fips" ]
2797
2851
  } ]
2798
2852
  },
2853
+ "ca-west-1" : {
2854
+ "variants" : [ {
2855
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
2856
+ "tags" : [ "fips" ]
2857
+ } ]
2858
+ },
2799
2859
  "eu-central-1" : { },
2800
2860
  "eu-central-2" : { },
2801
2861
  "eu-north-1" : { },
@@ -2811,6 +2871,13 @@
2811
2871
  "deprecated" : true,
2812
2872
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
2813
2873
  },
2874
+ "fips-ca-west-1" : {
2875
+ "credentialScope" : {
2876
+ "region" : "ca-west-1"
2877
+ },
2878
+ "deprecated" : true,
2879
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com"
2880
+ },
2814
2881
  "fips-us-east-1" : {
2815
2882
  "credentialScope" : {
2816
2883
  "region" : "us-east-1"
@@ -2896,6 +2963,7 @@
2896
2963
  "ap-southeast-3" : { },
2897
2964
  "ap-southeast-4" : { },
2898
2965
  "ca-central-1" : { },
2966
+ "ca-west-1" : { },
2899
2967
  "eu-central-1" : { },
2900
2968
  "eu-central-2" : { },
2901
2969
  "eu-north-1" : { },
@@ -3043,6 +3111,7 @@
3043
3111
  "ap-southeast-3" : { },
3044
3112
  "ap-southeast-4" : { },
3045
3113
  "ca-central-1" : { },
3114
+ "ca-west-1" : { },
3046
3115
  "eu-central-1" : { },
3047
3116
  "eu-central-2" : { },
3048
3117
  "eu-north-1" : { },
@@ -3351,6 +3420,7 @@
3351
3420
  "ap-southeast-3" : { },
3352
3421
  "ap-southeast-4" : { },
3353
3422
  "ca-central-1" : { },
3423
+ "ca-west-1" : { },
3354
3424
  "eu-central-1" : { },
3355
3425
  "eu-central-2" : { },
3356
3426
  "eu-north-1" : { },
@@ -4034,6 +4104,7 @@
4034
4104
  "ap-southeast-3" : { },
4035
4105
  "ap-southeast-4" : { },
4036
4106
  "ca-central-1" : { },
4107
+ "ca-west-1" : { },
4037
4108
  "eu-central-1" : { },
4038
4109
  "eu-central-2" : { },
4039
4110
  "eu-north-1" : { },
@@ -4679,6 +4750,12 @@
4679
4750
  "tags" : [ "fips" ]
4680
4751
  } ]
4681
4752
  },
4753
+ "ca-west-1" : {
4754
+ "variants" : [ {
4755
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com",
4756
+ "tags" : [ "fips" ]
4757
+ } ]
4758
+ },
4682
4759
  "eu-central-1" : { },
4683
4760
  "eu-central-2" : { },
4684
4761
  "eu-north-1" : { },
@@ -4694,6 +4771,13 @@
4694
4771
  "deprecated" : true,
4695
4772
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com"
4696
4773
  },
4774
+ "fips-ca-west-1" : {
4775
+ "credentialScope" : {
4776
+ "region" : "ca-west-1"
4777
+ },
4778
+ "deprecated" : true,
4779
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com"
4780
+ },
4697
4781
  "fips-us-east-1" : {
4698
4782
  "credentialScope" : {
4699
4783
  "region" : "us-east-1"
@@ -4802,6 +4886,9 @@
4802
4886
  "tags" : [ "fips" ]
4803
4887
  } ]
4804
4888
  },
4889
+ "ca-west-1" : {
4890
+ "hostname" : "datazone.ca-west-1.api.aws"
4891
+ },
4805
4892
  "eu-central-1" : {
4806
4893
  "hostname" : "datazone.eu-central-1.api.aws"
4807
4894
  },
@@ -4983,6 +5070,7 @@
4983
5070
  "ap-southeast-3" : { },
4984
5071
  "ap-southeast-4" : { },
4985
5072
  "ca-central-1" : { },
5073
+ "ca-west-1" : { },
4986
5074
  "eu-central-1" : { },
4987
5075
  "eu-central-2" : { },
4988
5076
  "eu-north-1" : { },
@@ -5074,6 +5162,7 @@
5074
5162
  "ap-southeast-3" : { },
5075
5163
  "ap-southeast-4" : { },
5076
5164
  "ca-central-1" : { },
5165
+ "ca-west-1" : { },
5077
5166
  "eu-central-1" : { },
5078
5167
  "eu-central-2" : { },
5079
5168
  "eu-north-1" : { },
@@ -5106,6 +5195,7 @@
5106
5195
  "ap-southeast-3" : { },
5107
5196
  "ap-southeast-4" : { },
5108
5197
  "ca-central-1" : { },
5198
+ "ca-west-1" : { },
5109
5199
  "dms" : {
5110
5200
  "credentialScope" : {
5111
5201
  "region" : "us-west-1"
@@ -5328,6 +5418,7 @@
5328
5418
  "tags" : [ "fips" ]
5329
5419
  } ]
5330
5420
  },
5421
+ "ca-west-1" : { },
5331
5422
  "eu-central-1" : { },
5332
5423
  "eu-central-2" : { },
5333
5424
  "eu-north-1" : { },
@@ -5430,6 +5521,19 @@
5430
5521
  "deprecated" : true,
5431
5522
  "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
5432
5523
  },
5524
+ "ca-west-1" : {
5525
+ "variants" : [ {
5526
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com",
5527
+ "tags" : [ "fips" ]
5528
+ } ]
5529
+ },
5530
+ "ca-west-1-fips" : {
5531
+ "credentialScope" : {
5532
+ "region" : "ca-west-1"
5533
+ },
5534
+ "deprecated" : true,
5535
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com"
5536
+ },
5433
5537
  "eu-central-1" : { },
5434
5538
  "eu-central-2" : { },
5435
5539
  "eu-north-1" : { },
@@ -5522,6 +5626,12 @@
5522
5626
  "tags" : [ "fips" ]
5523
5627
  } ]
5524
5628
  },
5629
+ "ca-west-1" : {
5630
+ "variants" : [ {
5631
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com",
5632
+ "tags" : [ "fips" ]
5633
+ } ]
5634
+ },
5525
5635
  "eu-central-1" : { },
5526
5636
  "eu-central-2" : { },
5527
5637
  "eu-north-1" : { },
@@ -5537,6 +5647,13 @@
5537
5647
  "deprecated" : true,
5538
5648
  "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
5539
5649
  },
5650
+ "fips-ca-west-1" : {
5651
+ "credentialScope" : {
5652
+ "region" : "ca-west-1"
5653
+ },
5654
+ "deprecated" : true,
5655
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com"
5656
+ },
5540
5657
  "fips-us-east-1" : {
5541
5658
  "credentialScope" : {
5542
5659
  "region" : "us-east-1"
@@ -5728,6 +5845,7 @@
5728
5845
  "ap-southeast-3" : { },
5729
5846
  "ap-southeast-4" : { },
5730
5847
  "ca-central-1" : { },
5848
+ "ca-west-1" : { },
5731
5849
  "eu-central-1" : { },
5732
5850
  "eu-central-2" : { },
5733
5851
  "eu-north-1" : { },
@@ -5825,6 +5943,7 @@
5825
5943
  "ap-southeast-3" : { },
5826
5944
  "ap-southeast-4" : { },
5827
5945
  "ca-central-1" : { },
5946
+ "ca-west-1" : { },
5828
5947
  "eu-central-1" : { },
5829
5948
  "eu-central-2" : { },
5830
5949
  "eu-north-1" : { },
@@ -5937,6 +6056,9 @@
5937
6056
  "ca-central-1" : {
5938
6057
  "hostname" : "eks-auth.ca-central-1.api.aws"
5939
6058
  },
6059
+ "ca-west-1" : {
6060
+ "hostname" : "eks-auth.ca-west-1.api.aws"
6061
+ },
5940
6062
  "eu-central-1" : {
5941
6063
  "hostname" : "eks-auth.eu-central-1.api.aws"
5942
6064
  },
@@ -6001,6 +6123,7 @@
6001
6123
  "ap-southeast-3" : { },
6002
6124
  "ap-southeast-4" : { },
6003
6125
  "ca-central-1" : { },
6126
+ "ca-west-1" : { },
6004
6127
  "eu-central-1" : { },
6005
6128
  "eu-central-2" : { },
6006
6129
  "eu-north-1" : { },
@@ -6534,6 +6657,7 @@
6534
6657
  "ap-southeast-3" : { },
6535
6658
  "ap-southeast-4" : { },
6536
6659
  "ca-central-1" : { },
6660
+ "ca-west-1" : { },
6537
6661
  "eu-central-1" : { },
6538
6662
  "eu-central-2" : { },
6539
6663
  "eu-north-1" : { },
@@ -6623,6 +6747,12 @@
6623
6747
  "tags" : [ "fips" ]
6624
6748
  } ]
6625
6749
  },
6750
+ "ca-west-1" : {
6751
+ "variants" : [ {
6752
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com",
6753
+ "tags" : [ "fips" ]
6754
+ } ]
6755
+ },
6626
6756
  "eu-central-1" : {
6627
6757
  "sslCommonName" : "{service}.{region}.{dnsSuffix}"
6628
6758
  },
@@ -6640,6 +6770,13 @@
6640
6770
  "deprecated" : true,
6641
6771
  "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com"
6642
6772
  },
6773
+ "fips-ca-west-1" : {
6774
+ "credentialScope" : {
6775
+ "region" : "ca-west-1"
6776
+ },
6777
+ "deprecated" : true,
6778
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com"
6779
+ },
6643
6780
  "fips-us-east-1" : {
6644
6781
  "credentialScope" : {
6645
6782
  "region" : "us-east-1"
@@ -7058,6 +7195,12 @@
7058
7195
  "tags" : [ "dualstack" ]
7059
7196
  } ]
7060
7197
  },
7198
+ "ca-west-1" : {
7199
+ "variants" : [ {
7200
+ "hostname" : "aos.ca-west-1.api.aws",
7201
+ "tags" : [ "dualstack" ]
7202
+ } ]
7203
+ },
7061
7204
  "eu-central-1" : {
7062
7205
  "variants" : [ {
7063
7206
  "hostname" : "aos.eu-central-1.api.aws",
@@ -7217,6 +7360,7 @@
7217
7360
  "ap-southeast-3" : { },
7218
7361
  "ap-southeast-4" : { },
7219
7362
  "ca-central-1" : { },
7363
+ "ca-west-1" : { },
7220
7364
  "eu-central-1" : { },
7221
7365
  "eu-central-2" : { },
7222
7366
  "eu-north-1" : { },
@@ -7351,6 +7495,7 @@
7351
7495
  "ap-southeast-3" : { },
7352
7496
  "ap-southeast-4" : { },
7353
7497
  "ca-central-1" : { },
7498
+ "ca-west-1" : { },
7354
7499
  "eu-central-1" : { },
7355
7500
  "eu-central-2" : { },
7356
7501
  "eu-north-1" : { },
@@ -8564,6 +8709,7 @@
8564
8709
  "ap-southeast-1" : { },
8565
8710
  "ap-southeast-2" : { },
8566
8711
  "ap-southeast-3" : { },
8712
+ "ap-southeast-4" : { },
8567
8713
  "ca-central-1" : { },
8568
8714
  "eu-central-1" : { },
8569
8715
  "eu-central-2" : { },
@@ -8847,6 +8993,9 @@
8847
8993
  "tags" : [ "fips" ]
8848
8994
  } ]
8849
8995
  },
8996
+ "ca-west-1" : {
8997
+ "hostname" : "internetmonitor.ca-west-1.api.aws"
8998
+ },
8850
8999
  "eu-central-1" : {
8851
9000
  "hostname" : "internetmonitor.eu-central-1.api.aws"
8852
9001
  },
@@ -9803,6 +9952,9 @@
9803
9952
  "tags" : [ "fips" ]
9804
9953
  } ]
9805
9954
  },
9955
+ "ca-west-1" : {
9956
+ "hostname" : "kendra-ranking.ca-west-1.api.aws"
9957
+ },
9806
9958
  "eu-central-2" : {
9807
9959
  "hostname" : "kendra-ranking.eu-central-2.api.aws"
9808
9960
  },
@@ -9873,6 +10025,7 @@
9873
10025
  "ap-southeast-3" : { },
9874
10026
  "ap-southeast-4" : { },
9875
10027
  "ca-central-1" : { },
10028
+ "ca-west-1" : { },
9876
10029
  "eu-central-1" : { },
9877
10030
  "eu-central-2" : { },
9878
10031
  "eu-north-1" : { },
@@ -10156,6 +10309,19 @@
10156
10309
  "deprecated" : true,
10157
10310
  "hostname" : "kms-fips.ca-central-1.amazonaws.com"
10158
10311
  },
10312
+ "ca-west-1" : {
10313
+ "variants" : [ {
10314
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com",
10315
+ "tags" : [ "fips" ]
10316
+ } ]
10317
+ },
10318
+ "ca-west-1-fips" : {
10319
+ "credentialScope" : {
10320
+ "region" : "ca-west-1"
10321
+ },
10322
+ "deprecated" : true,
10323
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com"
10324
+ },
10159
10325
  "eu-central-1" : {
10160
10326
  "variants" : [ {
10161
10327
  "hostname" : "kms-fips.eu-central-1.amazonaws.com",
@@ -10520,6 +10686,12 @@
10520
10686
  "tags" : [ "dualstack" ]
10521
10687
  } ]
10522
10688
  },
10689
+ "ca-west-1" : {
10690
+ "variants" : [ {
10691
+ "hostname" : "lambda.ca-west-1.api.aws",
10692
+ "tags" : [ "dualstack" ]
10693
+ } ]
10694
+ },
10523
10695
  "eu-central-1" : {
10524
10696
  "variants" : [ {
10525
10697
  "hostname" : "lambda.eu-central-1.api.aws",
@@ -10752,6 +10924,7 @@
10752
10924
  "ap-southeast-3" : { },
10753
10925
  "ap-southeast-4" : { },
10754
10926
  "ca-central-1" : { },
10927
+ "ca-west-1" : { },
10755
10928
  "eu-central-1" : { },
10756
10929
  "eu-central-2" : { },
10757
10930
  "eu-north-1" : { },
@@ -10930,6 +11103,7 @@
10930
11103
  "ap-southeast-3" : { },
10931
11104
  "ap-southeast-4" : { },
10932
11105
  "ca-central-1" : { },
11106
+ "ca-west-1" : { },
10933
11107
  "eu-central-1" : { },
10934
11108
  "eu-central-2" : { },
10935
11109
  "eu-north-1" : { },
@@ -11221,14 +11395,17 @@
11221
11395
  "ap-northeast-2" : { },
11222
11396
  "ap-northeast-3" : { },
11223
11397
  "ap-south-1" : { },
11398
+ "ap-south-2" : { },
11224
11399
  "ap-southeast-1" : { },
11225
11400
  "ap-southeast-2" : { },
11401
+ "ap-southeast-4" : { },
11226
11402
  "ca-central-1" : { },
11227
11403
  "eu-central-1" : { },
11228
11404
  "eu-north-1" : { },
11229
11405
  "eu-west-1" : { },
11230
11406
  "eu-west-2" : { },
11231
11407
  "eu-west-3" : { },
11408
+ "me-central-1" : { },
11232
11409
  "sa-east-1" : { },
11233
11410
  "us-east-1" : { },
11234
11411
  "us-east-2" : { },
@@ -11585,6 +11762,7 @@
11585
11762
  "ap-southeast-3" : { },
11586
11763
  "ap-southeast-4" : { },
11587
11764
  "ca-central-1" : { },
11765
+ "ca-west-1" : { },
11588
11766
  "eu-central-1" : { },
11589
11767
  "eu-central-2" : { },
11590
11768
  "eu-north-1" : { },
@@ -11798,6 +11976,7 @@
11798
11976
  "ap-southeast-3" : { },
11799
11977
  "ap-southeast-4" : { },
11800
11978
  "ca-central-1" : { },
11979
+ "ca-west-1" : { },
11801
11980
  "eu-central-1" : { },
11802
11981
  "eu-central-2" : { },
11803
11982
  "eu-north-1" : { },
@@ -12209,6 +12388,7 @@
12209
12388
  "ap-southeast-3" : { },
12210
12389
  "ap-southeast-4" : { },
12211
12390
  "ca-central-1" : { },
12391
+ "ca-west-1" : { },
12212
12392
  "eu-central-1" : { },
12213
12393
  "eu-central-2" : { },
12214
12394
  "eu-north-1" : { },
@@ -12670,6 +12850,7 @@
12670
12850
  "ap-southeast-3" : { },
12671
12851
  "ap-southeast-4" : { },
12672
12852
  "ca-central-1" : { },
12853
+ "ca-west-1" : { },
12673
12854
  "eu-central-1" : { },
12674
12855
  "eu-central-2" : { },
12675
12856
  "eu-north-1" : { },
@@ -13145,6 +13326,9 @@
13145
13326
  "ca-central-1" : {
13146
13327
  "hostname" : "qbusiness.ca-central-1.api.aws"
13147
13328
  },
13329
+ "ca-west-1" : {
13330
+ "hostname" : "qbusiness.ca-west-1.api.aws"
13331
+ },
13148
13332
  "eu-central-1" : {
13149
13333
  "hostname" : "qbusiness.eu-central-1.api.aws"
13150
13334
  },
@@ -13296,6 +13480,12 @@
13296
13480
  "tags" : [ "fips" ]
13297
13481
  } ]
13298
13482
  },
13483
+ "ca-west-1" : {
13484
+ "variants" : [ {
13485
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com",
13486
+ "tags" : [ "fips" ]
13487
+ } ]
13488
+ },
13299
13489
  "eu-central-1" : { },
13300
13490
  "eu-central-2" : { },
13301
13491
  "eu-north-1" : { },
@@ -13311,6 +13501,13 @@
13311
13501
  "deprecated" : true,
13312
13502
  "hostname" : "ram-fips.ca-central-1.amazonaws.com"
13313
13503
  },
13504
+ "fips-ca-west-1" : {
13505
+ "credentialScope" : {
13506
+ "region" : "ca-west-1"
13507
+ },
13508
+ "deprecated" : true,
13509
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com"
13510
+ },
13314
13511
  "fips-us-east-1" : {
13315
13512
  "credentialScope" : {
13316
13513
  "region" : "us-east-1"
@@ -13388,6 +13585,12 @@
13388
13585
  "tags" : [ "fips" ]
13389
13586
  } ]
13390
13587
  },
13588
+ "ca-west-1" : {
13589
+ "variants" : [ {
13590
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com",
13591
+ "tags" : [ "fips" ]
13592
+ } ]
13593
+ },
13391
13594
  "eu-central-1" : { },
13392
13595
  "eu-central-2" : { },
13393
13596
  "eu-north-1" : { },
@@ -13403,6 +13606,13 @@
13403
13606
  "deprecated" : true,
13404
13607
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com"
13405
13608
  },
13609
+ "fips-ca-west-1" : {
13610
+ "credentialScope" : {
13611
+ "region" : "ca-west-1"
13612
+ },
13613
+ "deprecated" : true,
13614
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com"
13615
+ },
13406
13616
  "fips-us-east-1" : {
13407
13617
  "credentialScope" : {
13408
13618
  "region" : "us-east-1"
@@ -13724,6 +13934,12 @@
13724
13934
  "tags" : [ "fips" ]
13725
13935
  } ]
13726
13936
  },
13937
+ "ca-west-1" : {
13938
+ "variants" : [ {
13939
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
13940
+ "tags" : [ "fips" ]
13941
+ } ]
13942
+ },
13727
13943
  "eu-central-1" : { },
13728
13944
  "eu-central-2" : { },
13729
13945
  "eu-north-1" : { },
@@ -13739,6 +13955,13 @@
13739
13955
  "deprecated" : true,
13740
13956
  "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
13741
13957
  },
13958
+ "fips-ca-west-1" : {
13959
+ "credentialScope" : {
13960
+ "region" : "ca-west-1"
13961
+ },
13962
+ "deprecated" : true,
13963
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
13964
+ },
13742
13965
  "fips-us-east-1" : {
13743
13966
  "credentialScope" : {
13744
13967
  "region" : "us-east-1"
@@ -14110,6 +14333,7 @@
14110
14333
  "ap-southeast-3" : { },
14111
14334
  "ap-southeast-4" : { },
14112
14335
  "ca-central-1" : { },
14336
+ "ca-west-1" : { },
14113
14337
  "eu-central-1" : { },
14114
14338
  "eu-central-2" : { },
14115
14339
  "eu-north-1" : { },
@@ -14316,6 +14540,7 @@
14316
14540
  "ap-southeast-3" : { },
14317
14541
  "ap-southeast-4" : { },
14318
14542
  "ca-central-1" : { },
14543
+ "ca-west-1" : { },
14319
14544
  "eu-central-1" : { },
14320
14545
  "eu-central-2" : { },
14321
14546
  "eu-north-1" : { },
@@ -14428,6 +14653,7 @@
14428
14653
  "ap-southeast-3" : { },
14429
14654
  "ap-southeast-4" : { },
14430
14655
  "ca-central-1" : { },
14656
+ "ca-west-1" : { },
14431
14657
  "eu-central-1" : { },
14432
14658
  "eu-central-2" : { },
14433
14659
  "eu-north-1" : { },
@@ -14600,6 +14826,18 @@
14600
14826
  "tags" : [ "dualstack" ]
14601
14827
  } ]
14602
14828
  },
14829
+ "ca-west-1" : {
14830
+ "variants" : [ {
14831
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com",
14832
+ "tags" : [ "fips" ]
14833
+ }, {
14834
+ "hostname" : "s3-fips.dualstack.ca-west-1.amazonaws.com",
14835
+ "tags" : [ "dualstack", "fips" ]
14836
+ }, {
14837
+ "hostname" : "s3.dualstack.ca-west-1.amazonaws.com",
14838
+ "tags" : [ "dualstack" ]
14839
+ } ]
14840
+ },
14603
14841
  "eu-central-1" : {
14604
14842
  "variants" : [ {
14605
14843
  "hostname" : "s3.dualstack.eu-central-1.amazonaws.com",
@@ -14657,6 +14895,13 @@
14657
14895
  "deprecated" : true,
14658
14896
  "hostname" : "s3-fips.ca-central-1.amazonaws.com"
14659
14897
  },
14898
+ "fips-ca-west-1" : {
14899
+ "credentialScope" : {
14900
+ "region" : "ca-west-1"
14901
+ },
14902
+ "deprecated" : true,
14903
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com"
14904
+ },
14660
14905
  "fips-us-east-1" : {
14661
14906
  "credentialScope" : {
14662
14907
  "region" : "us-east-1"
@@ -15368,6 +15613,18 @@
15368
15613
  "ca-central-1-fips" : {
15369
15614
  "deprecated" : true
15370
15615
  },
15616
+ "ca-west-1" : {
15617
+ "variants" : [ {
15618
+ "tags" : [ "dualstack" ]
15619
+ }, {
15620
+ "tags" : [ "dualstack", "fips" ]
15621
+ }, {
15622
+ "tags" : [ "fips" ]
15623
+ } ]
15624
+ },
15625
+ "ca-west-1-fips" : {
15626
+ "deprecated" : true
15627
+ },
15371
15628
  "eu-central-1" : {
15372
15629
  "variants" : [ {
15373
15630
  "tags" : [ "dualstack" ]
@@ -15492,6 +15749,7 @@
15492
15749
  "ap-southeast-3" : { },
15493
15750
  "ap-southeast-4" : { },
15494
15751
  "ca-central-1" : { },
15752
+ "ca-west-1" : { },
15495
15753
  "eu-central-1" : { },
15496
15754
  "eu-central-2" : { },
15497
15755
  "eu-north-1" : { },
@@ -15739,6 +15997,7 @@
15739
15997
  "tags" : [ "fips" ]
15740
15998
  } ]
15741
15999
  },
16000
+ "ca-west-1" : { },
15742
16001
  "eu-central-1" : { },
15743
16002
  "eu-central-2" : { },
15744
16003
  "eu-north-1" : { },
@@ -16066,6 +16325,7 @@
16066
16325
  "ap-southeast-3" : { },
16067
16326
  "ap-southeast-4" : { },
16068
16327
  "ca-central-1" : { },
16328
+ "ca-west-1" : { },
16069
16329
  "eu-central-1" : { },
16070
16330
  "eu-central-2" : { },
16071
16331
  "eu-north-1" : { },
@@ -16692,6 +16952,12 @@
16692
16952
  "ap-southeast-3" : { },
16693
16953
  "ap-southeast-4" : { },
16694
16954
  "ca-central-1" : { },
16955
+ "ca-west-1" : {
16956
+ "variants" : [ {
16957
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com",
16958
+ "tags" : [ "fips" ]
16959
+ } ]
16960
+ },
16695
16961
  "eu-central-1" : { },
16696
16962
  "eu-central-2" : { },
16697
16963
  "eu-north-1" : { },
@@ -16700,6 +16966,13 @@
16700
16966
  "eu-west-1" : { },
16701
16967
  "eu-west-2" : { },
16702
16968
  "eu-west-3" : { },
16969
+ "fips-ca-west-1" : {
16970
+ "credentialScope" : {
16971
+ "region" : "ca-west-1"
16972
+ },
16973
+ "deprecated" : true,
16974
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com"
16975
+ },
16703
16976
  "fips-us-east-1" : {
16704
16977
  "credentialScope" : {
16705
16978
  "region" : "us-east-1"
@@ -16776,6 +17049,7 @@
16776
17049
  "ap-southeast-3" : { },
16777
17050
  "ap-southeast-4" : { },
16778
17051
  "ca-central-1" : { },
17052
+ "ca-west-1" : { },
16779
17053
  "eu-central-1" : { },
16780
17054
  "eu-central-2" : { },
16781
17055
  "eu-north-1" : { },
@@ -16862,6 +17136,12 @@
16862
17136
  "tags" : [ "fips" ]
16863
17137
  } ]
16864
17138
  },
17139
+ "ca-west-1" : {
17140
+ "variants" : [ {
17141
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com",
17142
+ "tags" : [ "fips" ]
17143
+ } ]
17144
+ },
16865
17145
  "eu-central-1" : { },
16866
17146
  "eu-central-2" : { },
16867
17147
  "eu-north-1" : { },
@@ -16877,6 +17157,13 @@
16877
17157
  "deprecated" : true,
16878
17158
  "hostname" : "ssm-fips.ca-central-1.amazonaws.com"
16879
17159
  },
17160
+ "fips-ca-west-1" : {
17161
+ "credentialScope" : {
17162
+ "region" : "ca-west-1"
17163
+ },
17164
+ "deprecated" : true,
17165
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com"
17166
+ },
16880
17167
  "fips-us-east-1" : {
16881
17168
  "credentialScope" : {
16882
17169
  "region" : "us-east-1"
@@ -17211,6 +17498,7 @@
17211
17498
  "ap-southeast-3" : { },
17212
17499
  "ap-southeast-4" : { },
17213
17500
  "ca-central-1" : { },
17501
+ "ca-west-1" : { },
17214
17502
  "eu-central-1" : { },
17215
17503
  "eu-central-2" : { },
17216
17504
  "eu-north-1" : { },
@@ -17389,6 +17677,7 @@
17389
17677
  "ap-southeast-3" : { },
17390
17678
  "ap-southeast-4" : { },
17391
17679
  "ca-central-1" : { },
17680
+ "ca-west-1" : { },
17392
17681
  "eu-central-1" : { },
17393
17682
  "eu-central-2" : { },
17394
17683
  "eu-north-1" : { },
@@ -17434,6 +17723,7 @@
17434
17723
  "hostname" : "sts.amazonaws.com"
17435
17724
  },
17436
17725
  "ca-central-1" : { },
17726
+ "ca-west-1" : { },
17437
17727
  "eu-central-1" : { },
17438
17728
  "eu-central-2" : { },
17439
17729
  "eu-north-1" : { },
@@ -17533,6 +17823,7 @@
17533
17823
  "ap-southeast-3" : { },
17534
17824
  "ap-southeast-4" : { },
17535
17825
  "ca-central-1" : { },
17826
+ "ca-west-1" : { },
17536
17827
  "eu-central-1" : { },
17537
17828
  "eu-central-2" : { },
17538
17829
  "eu-north-1" : { },
@@ -17613,6 +17904,7 @@
17613
17904
  "ap-southeast-3" : { },
17614
17905
  "ap-southeast-4" : { },
17615
17906
  "ca-central-1" : { },
17907
+ "ca-west-1" : { },
17616
17908
  "eu-central-1" : { },
17617
17909
  "eu-central-2" : { },
17618
17910
  "eu-north-1" : { },
@@ -17693,6 +17985,7 @@
17693
17985
  "ap-southeast-3" : { },
17694
17986
  "ap-southeast-4" : { },
17695
17987
  "ca-central-1" : { },
17988
+ "ca-west-1" : { },
17696
17989
  "eu-central-1" : { },
17697
17990
  "eu-central-2" : { },
17698
17991
  "eu-north-1" : { },
@@ -19450,6 +19743,7 @@
19450
19743
  "ap-southeast-3" : { },
19451
19744
  "ap-southeast-4" : { },
19452
19745
  "ca-central-1" : { },
19746
+ "ca-west-1" : { },
19453
19747
  "eu-central-1" : { },
19454
19748
  "eu-central-2" : { },
19455
19749
  "eu-north-1" : { },
@@ -21612,6 +21906,11 @@
21612
21906
  }
21613
21907
  }
21614
21908
  },
21909
+ "bedrock" : {
21910
+ "endpoints" : {
21911
+ "us-gov-west-1" : { }
21912
+ }
21913
+ },
21615
21914
  "cassandra" : {
21616
21915
  "endpoints" : {
21617
21916
  "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.869.0
4
+ version: 1.873.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-18 00:00:00.000000000 Z
11
+ date: 2023-12-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: