aws-partitions 1.870.0 → 1.872.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: 83caa036a2cb2d74b56e0ff03cb7fb75486075cc4957c712fc9e4a8643d2ef9a
4
+ data.tar.gz: 7b76f8e0eb873f1fa1e0415667f541236e5c277e165579b18e96d4df06c6af1a
5
5
  SHA512:
6
- metadata.gz: 688d931b5a1a1dcc3c2e417ca075c91661c7c22f148f7eac51e0ea4d64293b8a3e12aeda96e3658a41af14cd272a96cd85698c16daeb9da75c83c762134f4311
7
- data.tar.gz: 6601b66683b24746915465ba3133977eecc8ed06086bf20ca7615411fc338174916b10c4d4a63ae23055eb0e1c5c84e08d1e620a3c2cb240c86a5d2c69e1a584
6
+ metadata.gz: 287a18728e3c5ba14e6af2f50c06ba8727e60ada5d5d617b726ae89faf17e47c12e59e4406e8f54875e10eff3db364844b86c956bef7478038b761d3884aa5f8
7
+ data.tar.gz: ee5fb1c78b0ed3eba4da5eeb96aea588e4673760e7a40f14d796d2041a28fc5df32172f17fcf5ba0b3fbd565c81a10149a464269dde1c43d78ec406cbca19e9f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.872.0 (2023-12-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.871.0 (2023-12-20)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.870.0 (2023-12-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.870.0
1
+ 1.872.0
@@ -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" : { },
@@ -2231,6 +2270,12 @@
2231
2270
  "tags" : [ "fips" ]
2232
2271
  } ]
2233
2272
  },
2273
+ "ca-west-1" : {
2274
+ "variants" : [ {
2275
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com",
2276
+ "tags" : [ "fips" ]
2277
+ } ]
2278
+ },
2234
2279
  "eu-central-1" : { },
2235
2280
  "eu-central-2" : { },
2236
2281
  "eu-north-1" : { },
@@ -2246,6 +2291,13 @@
2246
2291
  "deprecated" : true,
2247
2292
  "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2248
2293
  },
2294
+ "fips-ca-west-1" : {
2295
+ "credentialScope" : {
2296
+ "region" : "ca-west-1"
2297
+ },
2298
+ "deprecated" : true,
2299
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com"
2300
+ },
2249
2301
  "fips-us-east-1" : {
2250
2302
  "credentialScope" : {
2251
2303
  "region" : "us-east-1"
@@ -2441,6 +2493,7 @@
2441
2493
  "ap-southeast-3" : { },
2442
2494
  "ap-southeast-4" : { },
2443
2495
  "ca-central-1" : { },
2496
+ "ca-west-1" : { },
2444
2497
  "eu-central-1" : { },
2445
2498
  "eu-central-2" : { },
2446
2499
  "eu-north-1" : { },
@@ -2796,6 +2849,12 @@
2796
2849
  "tags" : [ "fips" ]
2797
2850
  } ]
2798
2851
  },
2852
+ "ca-west-1" : {
2853
+ "variants" : [ {
2854
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
2855
+ "tags" : [ "fips" ]
2856
+ } ]
2857
+ },
2799
2858
  "eu-central-1" : { },
2800
2859
  "eu-central-2" : { },
2801
2860
  "eu-north-1" : { },
@@ -2811,6 +2870,13 @@
2811
2870
  "deprecated" : true,
2812
2871
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
2813
2872
  },
2873
+ "fips-ca-west-1" : {
2874
+ "credentialScope" : {
2875
+ "region" : "ca-west-1"
2876
+ },
2877
+ "deprecated" : true,
2878
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com"
2879
+ },
2814
2880
  "fips-us-east-1" : {
2815
2881
  "credentialScope" : {
2816
2882
  "region" : "us-east-1"
@@ -2896,6 +2962,7 @@
2896
2962
  "ap-southeast-3" : { },
2897
2963
  "ap-southeast-4" : { },
2898
2964
  "ca-central-1" : { },
2965
+ "ca-west-1" : { },
2899
2966
  "eu-central-1" : { },
2900
2967
  "eu-central-2" : { },
2901
2968
  "eu-north-1" : { },
@@ -3043,6 +3110,7 @@
3043
3110
  "ap-southeast-3" : { },
3044
3111
  "ap-southeast-4" : { },
3045
3112
  "ca-central-1" : { },
3113
+ "ca-west-1" : { },
3046
3114
  "eu-central-1" : { },
3047
3115
  "eu-central-2" : { },
3048
3116
  "eu-north-1" : { },
@@ -3351,6 +3419,7 @@
3351
3419
  "ap-southeast-3" : { },
3352
3420
  "ap-southeast-4" : { },
3353
3421
  "ca-central-1" : { },
3422
+ "ca-west-1" : { },
3354
3423
  "eu-central-1" : { },
3355
3424
  "eu-central-2" : { },
3356
3425
  "eu-north-1" : { },
@@ -4034,6 +4103,7 @@
4034
4103
  "ap-southeast-3" : { },
4035
4104
  "ap-southeast-4" : { },
4036
4105
  "ca-central-1" : { },
4106
+ "ca-west-1" : { },
4037
4107
  "eu-central-1" : { },
4038
4108
  "eu-central-2" : { },
4039
4109
  "eu-north-1" : { },
@@ -4679,6 +4749,12 @@
4679
4749
  "tags" : [ "fips" ]
4680
4750
  } ]
4681
4751
  },
4752
+ "ca-west-1" : {
4753
+ "variants" : [ {
4754
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com",
4755
+ "tags" : [ "fips" ]
4756
+ } ]
4757
+ },
4682
4758
  "eu-central-1" : { },
4683
4759
  "eu-central-2" : { },
4684
4760
  "eu-north-1" : { },
@@ -4694,6 +4770,13 @@
4694
4770
  "deprecated" : true,
4695
4771
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com"
4696
4772
  },
4773
+ "fips-ca-west-1" : {
4774
+ "credentialScope" : {
4775
+ "region" : "ca-west-1"
4776
+ },
4777
+ "deprecated" : true,
4778
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com"
4779
+ },
4697
4780
  "fips-us-east-1" : {
4698
4781
  "credentialScope" : {
4699
4782
  "region" : "us-east-1"
@@ -4802,6 +4885,9 @@
4802
4885
  "tags" : [ "fips" ]
4803
4886
  } ]
4804
4887
  },
4888
+ "ca-west-1" : {
4889
+ "hostname" : "datazone.ca-west-1.api.aws"
4890
+ },
4805
4891
  "eu-central-1" : {
4806
4892
  "hostname" : "datazone.eu-central-1.api.aws"
4807
4893
  },
@@ -4983,6 +5069,7 @@
4983
5069
  "ap-southeast-3" : { },
4984
5070
  "ap-southeast-4" : { },
4985
5071
  "ca-central-1" : { },
5072
+ "ca-west-1" : { },
4986
5073
  "eu-central-1" : { },
4987
5074
  "eu-central-2" : { },
4988
5075
  "eu-north-1" : { },
@@ -5074,6 +5161,7 @@
5074
5161
  "ap-southeast-3" : { },
5075
5162
  "ap-southeast-4" : { },
5076
5163
  "ca-central-1" : { },
5164
+ "ca-west-1" : { },
5077
5165
  "eu-central-1" : { },
5078
5166
  "eu-central-2" : { },
5079
5167
  "eu-north-1" : { },
@@ -5106,6 +5194,7 @@
5106
5194
  "ap-southeast-3" : { },
5107
5195
  "ap-southeast-4" : { },
5108
5196
  "ca-central-1" : { },
5197
+ "ca-west-1" : { },
5109
5198
  "dms" : {
5110
5199
  "credentialScope" : {
5111
5200
  "region" : "us-west-1"
@@ -5328,6 +5417,7 @@
5328
5417
  "tags" : [ "fips" ]
5329
5418
  } ]
5330
5419
  },
5420
+ "ca-west-1" : { },
5331
5421
  "eu-central-1" : { },
5332
5422
  "eu-central-2" : { },
5333
5423
  "eu-north-1" : { },
@@ -5430,6 +5520,19 @@
5430
5520
  "deprecated" : true,
5431
5521
  "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
5432
5522
  },
5523
+ "ca-west-1" : {
5524
+ "variants" : [ {
5525
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com",
5526
+ "tags" : [ "fips" ]
5527
+ } ]
5528
+ },
5529
+ "ca-west-1-fips" : {
5530
+ "credentialScope" : {
5531
+ "region" : "ca-west-1"
5532
+ },
5533
+ "deprecated" : true,
5534
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com"
5535
+ },
5433
5536
  "eu-central-1" : { },
5434
5537
  "eu-central-2" : { },
5435
5538
  "eu-north-1" : { },
@@ -5522,6 +5625,12 @@
5522
5625
  "tags" : [ "fips" ]
5523
5626
  } ]
5524
5627
  },
5628
+ "ca-west-1" : {
5629
+ "variants" : [ {
5630
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com",
5631
+ "tags" : [ "fips" ]
5632
+ } ]
5633
+ },
5525
5634
  "eu-central-1" : { },
5526
5635
  "eu-central-2" : { },
5527
5636
  "eu-north-1" : { },
@@ -5537,6 +5646,13 @@
5537
5646
  "deprecated" : true,
5538
5647
  "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
5539
5648
  },
5649
+ "fips-ca-west-1" : {
5650
+ "credentialScope" : {
5651
+ "region" : "ca-west-1"
5652
+ },
5653
+ "deprecated" : true,
5654
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com"
5655
+ },
5540
5656
  "fips-us-east-1" : {
5541
5657
  "credentialScope" : {
5542
5658
  "region" : "us-east-1"
@@ -5728,6 +5844,7 @@
5728
5844
  "ap-southeast-3" : { },
5729
5845
  "ap-southeast-4" : { },
5730
5846
  "ca-central-1" : { },
5847
+ "ca-west-1" : { },
5731
5848
  "eu-central-1" : { },
5732
5849
  "eu-central-2" : { },
5733
5850
  "eu-north-1" : { },
@@ -5825,6 +5942,7 @@
5825
5942
  "ap-southeast-3" : { },
5826
5943
  "ap-southeast-4" : { },
5827
5944
  "ca-central-1" : { },
5945
+ "ca-west-1" : { },
5828
5946
  "eu-central-1" : { },
5829
5947
  "eu-central-2" : { },
5830
5948
  "eu-north-1" : { },
@@ -5937,6 +6055,9 @@
5937
6055
  "ca-central-1" : {
5938
6056
  "hostname" : "eks-auth.ca-central-1.api.aws"
5939
6057
  },
6058
+ "ca-west-1" : {
6059
+ "hostname" : "eks-auth.ca-west-1.api.aws"
6060
+ },
5940
6061
  "eu-central-1" : {
5941
6062
  "hostname" : "eks-auth.eu-central-1.api.aws"
5942
6063
  },
@@ -6001,6 +6122,7 @@
6001
6122
  "ap-southeast-3" : { },
6002
6123
  "ap-southeast-4" : { },
6003
6124
  "ca-central-1" : { },
6125
+ "ca-west-1" : { },
6004
6126
  "eu-central-1" : { },
6005
6127
  "eu-central-2" : { },
6006
6128
  "eu-north-1" : { },
@@ -6534,6 +6656,7 @@
6534
6656
  "ap-southeast-3" : { },
6535
6657
  "ap-southeast-4" : { },
6536
6658
  "ca-central-1" : { },
6659
+ "ca-west-1" : { },
6537
6660
  "eu-central-1" : { },
6538
6661
  "eu-central-2" : { },
6539
6662
  "eu-north-1" : { },
@@ -6623,6 +6746,12 @@
6623
6746
  "tags" : [ "fips" ]
6624
6747
  } ]
6625
6748
  },
6749
+ "ca-west-1" : {
6750
+ "variants" : [ {
6751
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com",
6752
+ "tags" : [ "fips" ]
6753
+ } ]
6754
+ },
6626
6755
  "eu-central-1" : {
6627
6756
  "sslCommonName" : "{service}.{region}.{dnsSuffix}"
6628
6757
  },
@@ -6640,6 +6769,13 @@
6640
6769
  "deprecated" : true,
6641
6770
  "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com"
6642
6771
  },
6772
+ "fips-ca-west-1" : {
6773
+ "credentialScope" : {
6774
+ "region" : "ca-west-1"
6775
+ },
6776
+ "deprecated" : true,
6777
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com"
6778
+ },
6643
6779
  "fips-us-east-1" : {
6644
6780
  "credentialScope" : {
6645
6781
  "region" : "us-east-1"
@@ -7058,6 +7194,12 @@
7058
7194
  "tags" : [ "dualstack" ]
7059
7195
  } ]
7060
7196
  },
7197
+ "ca-west-1" : {
7198
+ "variants" : [ {
7199
+ "hostname" : "aos.ca-west-1.api.aws",
7200
+ "tags" : [ "dualstack" ]
7201
+ } ]
7202
+ },
7061
7203
  "eu-central-1" : {
7062
7204
  "variants" : [ {
7063
7205
  "hostname" : "aos.eu-central-1.api.aws",
@@ -7217,6 +7359,7 @@
7217
7359
  "ap-southeast-3" : { },
7218
7360
  "ap-southeast-4" : { },
7219
7361
  "ca-central-1" : { },
7362
+ "ca-west-1" : { },
7220
7363
  "eu-central-1" : { },
7221
7364
  "eu-central-2" : { },
7222
7365
  "eu-north-1" : { },
@@ -7351,6 +7494,7 @@
7351
7494
  "ap-southeast-3" : { },
7352
7495
  "ap-southeast-4" : { },
7353
7496
  "ca-central-1" : { },
7497
+ "ca-west-1" : { },
7354
7498
  "eu-central-1" : { },
7355
7499
  "eu-central-2" : { },
7356
7500
  "eu-north-1" : { },
@@ -8848,6 +8992,9 @@
8848
8992
  "tags" : [ "fips" ]
8849
8993
  } ]
8850
8994
  },
8995
+ "ca-west-1" : {
8996
+ "hostname" : "internetmonitor.ca-west-1.api.aws"
8997
+ },
8851
8998
  "eu-central-1" : {
8852
8999
  "hostname" : "internetmonitor.eu-central-1.api.aws"
8853
9000
  },
@@ -9804,6 +9951,9 @@
9804
9951
  "tags" : [ "fips" ]
9805
9952
  } ]
9806
9953
  },
9954
+ "ca-west-1" : {
9955
+ "hostname" : "kendra-ranking.ca-west-1.api.aws"
9956
+ },
9807
9957
  "eu-central-2" : {
9808
9958
  "hostname" : "kendra-ranking.eu-central-2.api.aws"
9809
9959
  },
@@ -9874,6 +10024,7 @@
9874
10024
  "ap-southeast-3" : { },
9875
10025
  "ap-southeast-4" : { },
9876
10026
  "ca-central-1" : { },
10027
+ "ca-west-1" : { },
9877
10028
  "eu-central-1" : { },
9878
10029
  "eu-central-2" : { },
9879
10030
  "eu-north-1" : { },
@@ -10157,6 +10308,19 @@
10157
10308
  "deprecated" : true,
10158
10309
  "hostname" : "kms-fips.ca-central-1.amazonaws.com"
10159
10310
  },
10311
+ "ca-west-1" : {
10312
+ "variants" : [ {
10313
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com",
10314
+ "tags" : [ "fips" ]
10315
+ } ]
10316
+ },
10317
+ "ca-west-1-fips" : {
10318
+ "credentialScope" : {
10319
+ "region" : "ca-west-1"
10320
+ },
10321
+ "deprecated" : true,
10322
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com"
10323
+ },
10160
10324
  "eu-central-1" : {
10161
10325
  "variants" : [ {
10162
10326
  "hostname" : "kms-fips.eu-central-1.amazonaws.com",
@@ -10521,6 +10685,12 @@
10521
10685
  "tags" : [ "dualstack" ]
10522
10686
  } ]
10523
10687
  },
10688
+ "ca-west-1" : {
10689
+ "variants" : [ {
10690
+ "hostname" : "lambda.ca-west-1.api.aws",
10691
+ "tags" : [ "dualstack" ]
10692
+ } ]
10693
+ },
10524
10694
  "eu-central-1" : {
10525
10695
  "variants" : [ {
10526
10696
  "hostname" : "lambda.eu-central-1.api.aws",
@@ -10753,6 +10923,7 @@
10753
10923
  "ap-southeast-3" : { },
10754
10924
  "ap-southeast-4" : { },
10755
10925
  "ca-central-1" : { },
10926
+ "ca-west-1" : { },
10756
10927
  "eu-central-1" : { },
10757
10928
  "eu-central-2" : { },
10758
10929
  "eu-north-1" : { },
@@ -10931,6 +11102,7 @@
10931
11102
  "ap-southeast-3" : { },
10932
11103
  "ap-southeast-4" : { },
10933
11104
  "ca-central-1" : { },
11105
+ "ca-west-1" : { },
10934
11106
  "eu-central-1" : { },
10935
11107
  "eu-central-2" : { },
10936
11108
  "eu-north-1" : { },
@@ -11589,6 +11761,7 @@
11589
11761
  "ap-southeast-3" : { },
11590
11762
  "ap-southeast-4" : { },
11591
11763
  "ca-central-1" : { },
11764
+ "ca-west-1" : { },
11592
11765
  "eu-central-1" : { },
11593
11766
  "eu-central-2" : { },
11594
11767
  "eu-north-1" : { },
@@ -11802,6 +11975,7 @@
11802
11975
  "ap-southeast-3" : { },
11803
11976
  "ap-southeast-4" : { },
11804
11977
  "ca-central-1" : { },
11978
+ "ca-west-1" : { },
11805
11979
  "eu-central-1" : { },
11806
11980
  "eu-central-2" : { },
11807
11981
  "eu-north-1" : { },
@@ -12213,6 +12387,7 @@
12213
12387
  "ap-southeast-3" : { },
12214
12388
  "ap-southeast-4" : { },
12215
12389
  "ca-central-1" : { },
12390
+ "ca-west-1" : { },
12216
12391
  "eu-central-1" : { },
12217
12392
  "eu-central-2" : { },
12218
12393
  "eu-north-1" : { },
@@ -12674,6 +12849,7 @@
12674
12849
  "ap-southeast-3" : { },
12675
12850
  "ap-southeast-4" : { },
12676
12851
  "ca-central-1" : { },
12852
+ "ca-west-1" : { },
12677
12853
  "eu-central-1" : { },
12678
12854
  "eu-central-2" : { },
12679
12855
  "eu-north-1" : { },
@@ -13149,6 +13325,9 @@
13149
13325
  "ca-central-1" : {
13150
13326
  "hostname" : "qbusiness.ca-central-1.api.aws"
13151
13327
  },
13328
+ "ca-west-1" : {
13329
+ "hostname" : "qbusiness.ca-west-1.api.aws"
13330
+ },
13152
13331
  "eu-central-1" : {
13153
13332
  "hostname" : "qbusiness.eu-central-1.api.aws"
13154
13333
  },
@@ -13300,6 +13479,12 @@
13300
13479
  "tags" : [ "fips" ]
13301
13480
  } ]
13302
13481
  },
13482
+ "ca-west-1" : {
13483
+ "variants" : [ {
13484
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com",
13485
+ "tags" : [ "fips" ]
13486
+ } ]
13487
+ },
13303
13488
  "eu-central-1" : { },
13304
13489
  "eu-central-2" : { },
13305
13490
  "eu-north-1" : { },
@@ -13315,6 +13500,13 @@
13315
13500
  "deprecated" : true,
13316
13501
  "hostname" : "ram-fips.ca-central-1.amazonaws.com"
13317
13502
  },
13503
+ "fips-ca-west-1" : {
13504
+ "credentialScope" : {
13505
+ "region" : "ca-west-1"
13506
+ },
13507
+ "deprecated" : true,
13508
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com"
13509
+ },
13318
13510
  "fips-us-east-1" : {
13319
13511
  "credentialScope" : {
13320
13512
  "region" : "us-east-1"
@@ -13392,6 +13584,12 @@
13392
13584
  "tags" : [ "fips" ]
13393
13585
  } ]
13394
13586
  },
13587
+ "ca-west-1" : {
13588
+ "variants" : [ {
13589
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com",
13590
+ "tags" : [ "fips" ]
13591
+ } ]
13592
+ },
13395
13593
  "eu-central-1" : { },
13396
13594
  "eu-central-2" : { },
13397
13595
  "eu-north-1" : { },
@@ -13407,6 +13605,13 @@
13407
13605
  "deprecated" : true,
13408
13606
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com"
13409
13607
  },
13608
+ "fips-ca-west-1" : {
13609
+ "credentialScope" : {
13610
+ "region" : "ca-west-1"
13611
+ },
13612
+ "deprecated" : true,
13613
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com"
13614
+ },
13410
13615
  "fips-us-east-1" : {
13411
13616
  "credentialScope" : {
13412
13617
  "region" : "us-east-1"
@@ -13728,6 +13933,12 @@
13728
13933
  "tags" : [ "fips" ]
13729
13934
  } ]
13730
13935
  },
13936
+ "ca-west-1" : {
13937
+ "variants" : [ {
13938
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
13939
+ "tags" : [ "fips" ]
13940
+ } ]
13941
+ },
13731
13942
  "eu-central-1" : { },
13732
13943
  "eu-central-2" : { },
13733
13944
  "eu-north-1" : { },
@@ -13743,6 +13954,13 @@
13743
13954
  "deprecated" : true,
13744
13955
  "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
13745
13956
  },
13957
+ "fips-ca-west-1" : {
13958
+ "credentialScope" : {
13959
+ "region" : "ca-west-1"
13960
+ },
13961
+ "deprecated" : true,
13962
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
13963
+ },
13746
13964
  "fips-us-east-1" : {
13747
13965
  "credentialScope" : {
13748
13966
  "region" : "us-east-1"
@@ -14114,6 +14332,7 @@
14114
14332
  "ap-southeast-3" : { },
14115
14333
  "ap-southeast-4" : { },
14116
14334
  "ca-central-1" : { },
14335
+ "ca-west-1" : { },
14117
14336
  "eu-central-1" : { },
14118
14337
  "eu-central-2" : { },
14119
14338
  "eu-north-1" : { },
@@ -14320,6 +14539,7 @@
14320
14539
  "ap-southeast-3" : { },
14321
14540
  "ap-southeast-4" : { },
14322
14541
  "ca-central-1" : { },
14542
+ "ca-west-1" : { },
14323
14543
  "eu-central-1" : { },
14324
14544
  "eu-central-2" : { },
14325
14545
  "eu-north-1" : { },
@@ -14432,6 +14652,7 @@
14432
14652
  "ap-southeast-3" : { },
14433
14653
  "ap-southeast-4" : { },
14434
14654
  "ca-central-1" : { },
14655
+ "ca-west-1" : { },
14435
14656
  "eu-central-1" : { },
14436
14657
  "eu-central-2" : { },
14437
14658
  "eu-north-1" : { },
@@ -14604,6 +14825,18 @@
14604
14825
  "tags" : [ "dualstack" ]
14605
14826
  } ]
14606
14827
  },
14828
+ "ca-west-1" : {
14829
+ "variants" : [ {
14830
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com",
14831
+ "tags" : [ "fips" ]
14832
+ }, {
14833
+ "hostname" : "s3-fips.dualstack.ca-west-1.amazonaws.com",
14834
+ "tags" : [ "dualstack", "fips" ]
14835
+ }, {
14836
+ "hostname" : "s3.dualstack.ca-west-1.amazonaws.com",
14837
+ "tags" : [ "dualstack" ]
14838
+ } ]
14839
+ },
14607
14840
  "eu-central-1" : {
14608
14841
  "variants" : [ {
14609
14842
  "hostname" : "s3.dualstack.eu-central-1.amazonaws.com",
@@ -14661,6 +14894,13 @@
14661
14894
  "deprecated" : true,
14662
14895
  "hostname" : "s3-fips.ca-central-1.amazonaws.com"
14663
14896
  },
14897
+ "fips-ca-west-1" : {
14898
+ "credentialScope" : {
14899
+ "region" : "ca-west-1"
14900
+ },
14901
+ "deprecated" : true,
14902
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com"
14903
+ },
14664
14904
  "fips-us-east-1" : {
14665
14905
  "credentialScope" : {
14666
14906
  "region" : "us-east-1"
@@ -15372,6 +15612,18 @@
15372
15612
  "ca-central-1-fips" : {
15373
15613
  "deprecated" : true
15374
15614
  },
15615
+ "ca-west-1" : {
15616
+ "variants" : [ {
15617
+ "tags" : [ "dualstack" ]
15618
+ }, {
15619
+ "tags" : [ "dualstack", "fips" ]
15620
+ }, {
15621
+ "tags" : [ "fips" ]
15622
+ } ]
15623
+ },
15624
+ "ca-west-1-fips" : {
15625
+ "deprecated" : true
15626
+ },
15375
15627
  "eu-central-1" : {
15376
15628
  "variants" : [ {
15377
15629
  "tags" : [ "dualstack" ]
@@ -15496,6 +15748,7 @@
15496
15748
  "ap-southeast-3" : { },
15497
15749
  "ap-southeast-4" : { },
15498
15750
  "ca-central-1" : { },
15751
+ "ca-west-1" : { },
15499
15752
  "eu-central-1" : { },
15500
15753
  "eu-central-2" : { },
15501
15754
  "eu-north-1" : { },
@@ -15743,6 +15996,7 @@
15743
15996
  "tags" : [ "fips" ]
15744
15997
  } ]
15745
15998
  },
15999
+ "ca-west-1" : { },
15746
16000
  "eu-central-1" : { },
15747
16001
  "eu-central-2" : { },
15748
16002
  "eu-north-1" : { },
@@ -16070,6 +16324,7 @@
16070
16324
  "ap-southeast-3" : { },
16071
16325
  "ap-southeast-4" : { },
16072
16326
  "ca-central-1" : { },
16327
+ "ca-west-1" : { },
16073
16328
  "eu-central-1" : { },
16074
16329
  "eu-central-2" : { },
16075
16330
  "eu-north-1" : { },
@@ -16696,6 +16951,12 @@
16696
16951
  "ap-southeast-3" : { },
16697
16952
  "ap-southeast-4" : { },
16698
16953
  "ca-central-1" : { },
16954
+ "ca-west-1" : {
16955
+ "variants" : [ {
16956
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com",
16957
+ "tags" : [ "fips" ]
16958
+ } ]
16959
+ },
16699
16960
  "eu-central-1" : { },
16700
16961
  "eu-central-2" : { },
16701
16962
  "eu-north-1" : { },
@@ -16704,6 +16965,13 @@
16704
16965
  "eu-west-1" : { },
16705
16966
  "eu-west-2" : { },
16706
16967
  "eu-west-3" : { },
16968
+ "fips-ca-west-1" : {
16969
+ "credentialScope" : {
16970
+ "region" : "ca-west-1"
16971
+ },
16972
+ "deprecated" : true,
16973
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com"
16974
+ },
16707
16975
  "fips-us-east-1" : {
16708
16976
  "credentialScope" : {
16709
16977
  "region" : "us-east-1"
@@ -16780,6 +17048,7 @@
16780
17048
  "ap-southeast-3" : { },
16781
17049
  "ap-southeast-4" : { },
16782
17050
  "ca-central-1" : { },
17051
+ "ca-west-1" : { },
16783
17052
  "eu-central-1" : { },
16784
17053
  "eu-central-2" : { },
16785
17054
  "eu-north-1" : { },
@@ -16866,6 +17135,12 @@
16866
17135
  "tags" : [ "fips" ]
16867
17136
  } ]
16868
17137
  },
17138
+ "ca-west-1" : {
17139
+ "variants" : [ {
17140
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com",
17141
+ "tags" : [ "fips" ]
17142
+ } ]
17143
+ },
16869
17144
  "eu-central-1" : { },
16870
17145
  "eu-central-2" : { },
16871
17146
  "eu-north-1" : { },
@@ -16881,6 +17156,13 @@
16881
17156
  "deprecated" : true,
16882
17157
  "hostname" : "ssm-fips.ca-central-1.amazonaws.com"
16883
17158
  },
17159
+ "fips-ca-west-1" : {
17160
+ "credentialScope" : {
17161
+ "region" : "ca-west-1"
17162
+ },
17163
+ "deprecated" : true,
17164
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com"
17165
+ },
16884
17166
  "fips-us-east-1" : {
16885
17167
  "credentialScope" : {
16886
17168
  "region" : "us-east-1"
@@ -17215,6 +17497,7 @@
17215
17497
  "ap-southeast-3" : { },
17216
17498
  "ap-southeast-4" : { },
17217
17499
  "ca-central-1" : { },
17500
+ "ca-west-1" : { },
17218
17501
  "eu-central-1" : { },
17219
17502
  "eu-central-2" : { },
17220
17503
  "eu-north-1" : { },
@@ -17393,6 +17676,7 @@
17393
17676
  "ap-southeast-3" : { },
17394
17677
  "ap-southeast-4" : { },
17395
17678
  "ca-central-1" : { },
17679
+ "ca-west-1" : { },
17396
17680
  "eu-central-1" : { },
17397
17681
  "eu-central-2" : { },
17398
17682
  "eu-north-1" : { },
@@ -17438,6 +17722,7 @@
17438
17722
  "hostname" : "sts.amazonaws.com"
17439
17723
  },
17440
17724
  "ca-central-1" : { },
17725
+ "ca-west-1" : { },
17441
17726
  "eu-central-1" : { },
17442
17727
  "eu-central-2" : { },
17443
17728
  "eu-north-1" : { },
@@ -17537,6 +17822,7 @@
17537
17822
  "ap-southeast-3" : { },
17538
17823
  "ap-southeast-4" : { },
17539
17824
  "ca-central-1" : { },
17825
+ "ca-west-1" : { },
17540
17826
  "eu-central-1" : { },
17541
17827
  "eu-central-2" : { },
17542
17828
  "eu-north-1" : { },
@@ -17617,6 +17903,7 @@
17617
17903
  "ap-southeast-3" : { },
17618
17904
  "ap-southeast-4" : { },
17619
17905
  "ca-central-1" : { },
17906
+ "ca-west-1" : { },
17620
17907
  "eu-central-1" : { },
17621
17908
  "eu-central-2" : { },
17622
17909
  "eu-north-1" : { },
@@ -17697,6 +17984,7 @@
17697
17984
  "ap-southeast-3" : { },
17698
17985
  "ap-southeast-4" : { },
17699
17986
  "ca-central-1" : { },
17987
+ "ca-west-1" : { },
17700
17988
  "eu-central-1" : { },
17701
17989
  "eu-central-2" : { },
17702
17990
  "eu-north-1" : { },
@@ -19454,6 +19742,7 @@
19454
19742
  "ap-southeast-3" : { },
19455
19743
  "ap-southeast-4" : { },
19456
19744
  "ca-central-1" : { },
19745
+ "ca-west-1" : { },
19457
19746
  "eu-central-1" : { },
19458
19747
  "eu-central-2" : { },
19459
19748
  "eu-north-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.872.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: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: